@charset "UTF-8";
/*!
 * * Bootstrap v3.3.5 (http://getbootstrap.com)
 * * Copyright 2011-2015 Twitter, Inc.
 * * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: rgb(38.25, 38.25, 38.25);
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: #fff;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .modal-footer .offers-notifications .on__action--btn + .btn, .offers-notifications .modal-footer .on__action--btn + .btn, .modal-footer .offers-notifications .btn + .on__action--btn, .offers-notifications .modal-footer .btn + .on__action--btn, .modal-footer .offers-notifications .on__action--btn + .on__action--btn, .offers-notifications .modal-footer .on__action--btn + .on__action--btn, .modal-footer .income-verification-transactions .ivt__updates-table tbody .actions .btn--action + .btn, .modal-footer .income-verification-transactions .ivt__updates-table tbody .actions .offers-notifications .btn--action + .on__action--btn, .offers-notifications .modal-footer .income-verification-transactions .ivt__updates-table tbody .actions .btn--action + .on__action--btn, .income-verification-transactions .ivt__updates-table tbody .actions .modal-footer .btn--action + .btn, .income-verification-transactions .ivt__updates-table tbody .actions .modal-footer .offers-notifications .btn--action + .on__action--btn, .offers-notifications .income-verification-transactions .ivt__updates-table tbody .actions .modal-footer .btn--action + .on__action--btn, .modal-footer .income-verification-transactions .ivt__updates-table tbody .actions .btn + .btn--action, .modal-footer .income-verification-transactions .ivt__updates-table tbody .actions .offers-notifications .on__action--btn + .btn--action, .offers-notifications .modal-footer .income-verification-transactions .ivt__updates-table tbody .actions .on__action--btn + .btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .modal-footer .btn + .btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .modal-footer .offers-notifications .on__action--btn + .btn--action, .offers-notifications .income-verification-transactions .ivt__updates-table tbody .actions .modal-footer .on__action--btn + .btn--action, .modal-footer .income-verification-transactions .ivt__updates-table tbody .actions .btn--action + .btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .modal-footer .btn--action + .btn--action, .modal-footer .income-verification-transactions button.ivt__change-category-btn + .btn, .modal-footer .income-verification-transactions .offers-notifications button.ivt__change-category-btn + .on__action--btn, .offers-notifications .modal-footer .income-verification-transactions button.ivt__change-category-btn + .on__action--btn, .modal-footer .income-verification-transactions .ivt__updates-table tbody .actions button.ivt__change-category-btn + .btn--action, .income-verification-transactions .modal-footer button.ivt__change-category-btn + .btn, .income-verification-transactions .modal-footer .offers-notifications button.ivt__change-category-btn + .on__action--btn, .offers-notifications .income-verification-transactions .modal-footer button.ivt__change-category-btn + .on__action--btn, .income-verification-transactions .modal-footer .ivt__updates-table tbody .actions button.ivt__change-category-btn + .btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .modal-footer button.ivt__change-category-btn + .btn--action,
.modal-footer .income-verification-transactions button.ivt__change-reported-btn + .btn,
.modal-footer .income-verification-transactions .offers-notifications button.ivt__change-reported-btn + .on__action--btn,
.offers-notifications .modal-footer .income-verification-transactions button.ivt__change-reported-btn + .on__action--btn,
.modal-footer .income-verification-transactions .ivt__updates-table tbody .actions button.ivt__change-reported-btn + .btn--action,
.income-verification-transactions .modal-footer button.ivt__change-reported-btn + .btn,
.income-verification-transactions .modal-footer .offers-notifications button.ivt__change-reported-btn + .on__action--btn,
.offers-notifications .income-verification-transactions .modal-footer button.ivt__change-reported-btn + .on__action--btn,
.income-verification-transactions .modal-footer .ivt__updates-table tbody .actions button.ivt__change-reported-btn + .btn--action,
.income-verification-transactions .ivt__updates-table tbody .actions .modal-footer button.ivt__change-reported-btn + .btn--action, .modal-footer .income-verification-transactions .btn + button.ivt__change-category-btn, .modal-footer .income-verification-transactions .offers-notifications .on__action--btn + button.ivt__change-category-btn, .offers-notifications .modal-footer .income-verification-transactions .on__action--btn + button.ivt__change-category-btn, .modal-footer .income-verification-transactions .ivt__updates-table tbody .actions .btn--action + button.ivt__change-category-btn, .income-verification-transactions .modal-footer .btn + button.ivt__change-category-btn, .income-verification-transactions .modal-footer .offers-notifications .on__action--btn + button.ivt__change-category-btn, .offers-notifications .income-verification-transactions .modal-footer .on__action--btn + button.ivt__change-category-btn, .income-verification-transactions .modal-footer .ivt__updates-table tbody .actions .btn--action + button.ivt__change-category-btn, .income-verification-transactions .ivt__updates-table tbody .actions .modal-footer .btn--action + button.ivt__change-category-btn, .modal-footer .income-verification-transactions button.ivt__change-category-btn + button.ivt__change-category-btn, .income-verification-transactions .modal-footer button.ivt__change-category-btn + button.ivt__change-category-btn,
.modal-footer .income-verification-transactions button.ivt__change-reported-btn + button.ivt__change-category-btn,
.income-verification-transactions .modal-footer button.ivt__change-reported-btn + button.ivt__change-category-btn,
.modal-footer .income-verification-transactions .btn + button.ivt__change-reported-btn,
.modal-footer .income-verification-transactions .offers-notifications .on__action--btn + button.ivt__change-reported-btn,
.offers-notifications .modal-footer .income-verification-transactions .on__action--btn + button.ivt__change-reported-btn,
.modal-footer .income-verification-transactions .ivt__updates-table tbody .actions .btn--action + button.ivt__change-reported-btn,
.income-verification-transactions .modal-footer .btn + button.ivt__change-reported-btn,
.income-verification-transactions .modal-footer .offers-notifications .on__action--btn + button.ivt__change-reported-btn,
.offers-notifications .income-verification-transactions .modal-footer .on__action--btn + button.ivt__change-reported-btn,
.income-verification-transactions .modal-footer .ivt__updates-table tbody .actions .btn--action + button.ivt__change-reported-btn,
.income-verification-transactions .ivt__updates-table tbody .actions .modal-footer .btn--action + button.ivt__change-reported-btn,
.modal-footer .income-verification-transactions button.ivt__change-category-btn + button.ivt__change-reported-btn,
.income-verification-transactions .modal-footer button.ivt__change-category-btn + button.ivt__change-reported-btn,
.modal-footer .income-verification-transactions button.ivt__change-reported-btn + button.ivt__change-reported-btn,
.income-verification-transactions .modal-footer button.ivt__change-reported-btn + button.ivt__change-reported-btn, .modal-footer .modal-update-credentials .cancel + .btn, .modal-footer .modal-update-credentials .offers-notifications .cancel + .on__action--btn, .offers-notifications .modal-footer .modal-update-credentials .cancel + .on__action--btn, .modal-footer .modal-update-credentials .income-verification-transactions .ivt__updates-table tbody .actions .cancel + .btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .modal-footer .modal-update-credentials .cancel + .btn--action, .modal-footer .modal-update-credentials .income-verification-transactions .cancel + button.ivt__change-category-btn, .income-verification-transactions .modal-footer .modal-update-credentials .cancel + button.ivt__change-category-btn,
.modal-footer .modal-update-credentials .income-verification-transactions .cancel + button.ivt__change-reported-btn,
.income-verification-transactions .modal-footer .modal-update-credentials .cancel + button.ivt__change-reported-btn, .modal-update-credentials .modal-footer .cancel + .btn, .modal-update-credentials .modal-footer .offers-notifications .cancel + .on__action--btn, .offers-notifications .modal-update-credentials .modal-footer .cancel + .on__action--btn, .modal-update-credentials .modal-footer .income-verification-transactions .ivt__updates-table tbody .actions .cancel + .btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .modal-update-credentials .modal-footer .cancel + .btn--action, .modal-update-credentials .modal-footer .income-verification-transactions .cancel + button.ivt__change-category-btn, .income-verification-transactions .modal-update-credentials .modal-footer .cancel + button.ivt__change-category-btn,
.modal-update-credentials .modal-footer .income-verification-transactions .cancel + button.ivt__change-reported-btn,
.income-verification-transactions .modal-update-credentials .modal-footer .cancel + button.ivt__change-reported-btn, .modal-footer .modal-update-credentials .btn + .cancel, .modal-footer .modal-update-credentials .offers-notifications .on__action--btn + .cancel, .offers-notifications .modal-footer .modal-update-credentials .on__action--btn + .cancel, .modal-footer .modal-update-credentials .income-verification-transactions .ivt__updates-table tbody .actions .btn--action + .cancel, .income-verification-transactions .ivt__updates-table tbody .actions .modal-footer .modal-update-credentials .btn--action + .cancel, .modal-footer .modal-update-credentials .income-verification-transactions button.ivt__change-category-btn + .cancel, .income-verification-transactions .modal-footer .modal-update-credentials button.ivt__change-category-btn + .cancel,
.modal-footer .modal-update-credentials .income-verification-transactions button.ivt__change-reported-btn + .cancel,
.income-verification-transactions .modal-footer .modal-update-credentials button.ivt__change-reported-btn + .cancel, .modal-update-credentials .modal-footer .btn + .cancel, .modal-update-credentials .modal-footer .offers-notifications .on__action--btn + .cancel, .offers-notifications .modal-update-credentials .modal-footer .on__action--btn + .cancel, .modal-update-credentials .modal-footer .income-verification-transactions .ivt__updates-table tbody .actions .btn--action + .cancel, .income-verification-transactions .ivt__updates-table tbody .actions .modal-update-credentials .modal-footer .btn--action + .cancel, .modal-update-credentials .modal-footer .income-verification-transactions button.ivt__change-category-btn + .cancel, .income-verification-transactions .modal-update-credentials .modal-footer button.ivt__change-category-btn + .cancel,
.modal-update-credentials .modal-footer .income-verification-transactions button.ivt__change-reported-btn + .cancel,
.income-verification-transactions .modal-update-credentials .modal-footer button.ivt__change-reported-btn + .cancel, .modal-footer .modal-update-credentials .cancel + .cancel, .modal-update-credentials .modal-footer .cancel + .cancel {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .offers-notifications .on__action--btn + .btn, .offers-notifications .modal-footer .btn-group .on__action--btn + .btn, .modal-footer .btn-group .offers-notifications .btn + .on__action--btn, .offers-notifications .modal-footer .btn-group .btn + .on__action--btn, .modal-footer .btn-group .offers-notifications .on__action--btn + .on__action--btn, .offers-notifications .modal-footer .btn-group .on__action--btn + .on__action--btn, .modal-footer .btn-group .income-verification-transactions .ivt__updates-table tbody .actions .btn--action + .btn, .modal-footer .btn-group .income-verification-transactions .ivt__updates-table tbody .actions .offers-notifications .btn--action + .on__action--btn, .offers-notifications .modal-footer .btn-group .income-verification-transactions .ivt__updates-table tbody .actions .btn--action + .on__action--btn, .income-verification-transactions .ivt__updates-table tbody .actions .modal-footer .btn-group .btn--action + .btn, .income-verification-transactions .ivt__updates-table tbody .actions .modal-footer .btn-group .offers-notifications .btn--action + .on__action--btn, .offers-notifications .income-verification-transactions .ivt__updates-table tbody .actions .modal-footer .btn-group .btn--action + .on__action--btn, .modal-footer .btn-group .income-verification-transactions .ivt__updates-table tbody .actions .btn + .btn--action, .modal-footer .btn-group .income-verification-transactions .ivt__updates-table tbody .actions .offers-notifications .on__action--btn + .btn--action, .offers-notifications .modal-footer .btn-group .income-verification-transactions .ivt__updates-table tbody .actions .on__action--btn + .btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .modal-footer .btn-group .btn + .btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .modal-footer .btn-group .offers-notifications .on__action--btn + .btn--action, .offers-notifications .income-verification-transactions .ivt__updates-table tbody .actions .modal-footer .btn-group .on__action--btn + .btn--action, .modal-footer .btn-group .income-verification-transactions .ivt__updates-table tbody .actions .btn--action + .btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .modal-footer .btn-group .btn--action + .btn--action, .modal-footer .btn-group .income-verification-transactions button.ivt__change-category-btn + .btn, .modal-footer .btn-group .income-verification-transactions .offers-notifications button.ivt__change-category-btn + .on__action--btn, .offers-notifications .modal-footer .btn-group .income-verification-transactions button.ivt__change-category-btn + .on__action--btn, .modal-footer .btn-group .income-verification-transactions .ivt__updates-table tbody .actions button.ivt__change-category-btn + .btn--action, .income-verification-transactions .modal-footer .btn-group button.ivt__change-category-btn + .btn, .income-verification-transactions .modal-footer .btn-group .offers-notifications button.ivt__change-category-btn + .on__action--btn, .offers-notifications .income-verification-transactions .modal-footer .btn-group button.ivt__change-category-btn + .on__action--btn, .income-verification-transactions .modal-footer .btn-group .ivt__updates-table tbody .actions button.ivt__change-category-btn + .btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .modal-footer .btn-group button.ivt__change-category-btn + .btn--action,
.modal-footer .btn-group .income-verification-transactions button.ivt__change-reported-btn + .btn,
.modal-footer .btn-group .income-verification-transactions .offers-notifications button.ivt__change-reported-btn + .on__action--btn,
.offers-notifications .modal-footer .btn-group .income-verification-transactions button.ivt__change-reported-btn + .on__action--btn,
.modal-footer .btn-group .income-verification-transactions .ivt__updates-table tbody .actions button.ivt__change-reported-btn + .btn--action,
.income-verification-transactions .modal-footer .btn-group button.ivt__change-reported-btn + .btn,
.income-verification-transactions .modal-footer .btn-group .offers-notifications button.ivt__change-reported-btn + .on__action--btn,
.offers-notifications .income-verification-transactions .modal-footer .btn-group button.ivt__change-reported-btn + .on__action--btn,
.income-verification-transactions .modal-footer .btn-group .ivt__updates-table tbody .actions button.ivt__change-reported-btn + .btn--action,
.income-verification-transactions .ivt__updates-table tbody .actions .modal-footer .btn-group button.ivt__change-reported-btn + .btn--action, .modal-footer .btn-group .income-verification-transactions .btn + button.ivt__change-category-btn, .modal-footer .btn-group .income-verification-transactions .offers-notifications .on__action--btn + button.ivt__change-category-btn, .offers-notifications .modal-footer .btn-group .income-verification-transactions .on__action--btn + button.ivt__change-category-btn, .modal-footer .btn-group .income-verification-transactions .ivt__updates-table tbody .actions .btn--action + button.ivt__change-category-btn, .income-verification-transactions .modal-footer .btn-group .btn + button.ivt__change-category-btn, .income-verification-transactions .modal-footer .btn-group .offers-notifications .on__action--btn + button.ivt__change-category-btn, .offers-notifications .income-verification-transactions .modal-footer .btn-group .on__action--btn + button.ivt__change-category-btn, .income-verification-transactions .modal-footer .btn-group .ivt__updates-table tbody .actions .btn--action + button.ivt__change-category-btn, .income-verification-transactions .ivt__updates-table tbody .actions .modal-footer .btn-group .btn--action + button.ivt__change-category-btn, .modal-footer .btn-group .income-verification-transactions button.ivt__change-category-btn + button.ivt__change-category-btn, .income-verification-transactions .modal-footer .btn-group button.ivt__change-category-btn + button.ivt__change-category-btn,
.modal-footer .btn-group .income-verification-transactions button.ivt__change-reported-btn + button.ivt__change-category-btn,
.income-verification-transactions .modal-footer .btn-group button.ivt__change-reported-btn + button.ivt__change-category-btn,
.modal-footer .btn-group .income-verification-transactions .btn + button.ivt__change-reported-btn,
.modal-footer .btn-group .income-verification-transactions .offers-notifications .on__action--btn + button.ivt__change-reported-btn,
.offers-notifications .modal-footer .btn-group .income-verification-transactions .on__action--btn + button.ivt__change-reported-btn,
.modal-footer .btn-group .income-verification-transactions .ivt__updates-table tbody .actions .btn--action + button.ivt__change-reported-btn,
.income-verification-transactions .modal-footer .btn-group .btn + button.ivt__change-reported-btn,
.income-verification-transactions .modal-footer .btn-group .offers-notifications .on__action--btn + button.ivt__change-reported-btn,
.offers-notifications .income-verification-transactions .modal-footer .btn-group .on__action--btn + button.ivt__change-reported-btn,
.income-verification-transactions .modal-footer .btn-group .ivt__updates-table tbody .actions .btn--action + button.ivt__change-reported-btn,
.income-verification-transactions .ivt__updates-table tbody .actions .modal-footer .btn-group .btn--action + button.ivt__change-reported-btn,
.modal-footer .btn-group .income-verification-transactions button.ivt__change-category-btn + button.ivt__change-reported-btn,
.income-verification-transactions .modal-footer .btn-group button.ivt__change-category-btn + button.ivt__change-reported-btn,
.modal-footer .btn-group .income-verification-transactions button.ivt__change-reported-btn + button.ivt__change-reported-btn,
.income-verification-transactions .modal-footer .btn-group button.ivt__change-reported-btn + button.ivt__change-reported-btn, .modal-footer .btn-group .modal-update-credentials .cancel + .btn, .modal-footer .btn-group .modal-update-credentials .offers-notifications .cancel + .on__action--btn, .offers-notifications .modal-footer .btn-group .modal-update-credentials .cancel + .on__action--btn, .modal-footer .btn-group .modal-update-credentials .income-verification-transactions .ivt__updates-table tbody .actions .cancel + .btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .modal-footer .btn-group .modal-update-credentials .cancel + .btn--action, .modal-footer .btn-group .modal-update-credentials .income-verification-transactions .cancel + button.ivt__change-category-btn, .income-verification-transactions .modal-footer .btn-group .modal-update-credentials .cancel + button.ivt__change-category-btn,
.modal-footer .btn-group .modal-update-credentials .income-verification-transactions .cancel + button.ivt__change-reported-btn,
.income-verification-transactions .modal-footer .btn-group .modal-update-credentials .cancel + button.ivt__change-reported-btn, .modal-update-credentials .modal-footer .btn-group .cancel + .btn, .modal-update-credentials .modal-footer .btn-group .offers-notifications .cancel + .on__action--btn, .offers-notifications .modal-update-credentials .modal-footer .btn-group .cancel + .on__action--btn, .modal-update-credentials .modal-footer .btn-group .income-verification-transactions .ivt__updates-table tbody .actions .cancel + .btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .modal-update-credentials .modal-footer .btn-group .cancel + .btn--action, .modal-update-credentials .modal-footer .btn-group .income-verification-transactions .cancel + button.ivt__change-category-btn, .income-verification-transactions .modal-update-credentials .modal-footer .btn-group .cancel + button.ivt__change-category-btn,
.modal-update-credentials .modal-footer .btn-group .income-verification-transactions .cancel + button.ivt__change-reported-btn,
.income-verification-transactions .modal-update-credentials .modal-footer .btn-group .cancel + button.ivt__change-reported-btn, .modal-footer .btn-group .modal-update-credentials .btn + .cancel, .modal-footer .btn-group .modal-update-credentials .offers-notifications .on__action--btn + .cancel, .offers-notifications .modal-footer .btn-group .modal-update-credentials .on__action--btn + .cancel, .modal-footer .btn-group .modal-update-credentials .income-verification-transactions .ivt__updates-table tbody .actions .btn--action + .cancel, .income-verification-transactions .ivt__updates-table tbody .actions .modal-footer .btn-group .modal-update-credentials .btn--action + .cancel, .modal-footer .btn-group .modal-update-credentials .income-verification-transactions button.ivt__change-category-btn + .cancel, .income-verification-transactions .modal-footer .btn-group .modal-update-credentials button.ivt__change-category-btn + .cancel,
.modal-footer .btn-group .modal-update-credentials .income-verification-transactions button.ivt__change-reported-btn + .cancel,
.income-verification-transactions .modal-footer .btn-group .modal-update-credentials button.ivt__change-reported-btn + .cancel, .modal-update-credentials .modal-footer .btn-group .btn + .cancel, .modal-update-credentials .modal-footer .btn-group .offers-notifications .on__action--btn + .cancel, .offers-notifications .modal-update-credentials .modal-footer .btn-group .on__action--btn + .cancel, .modal-update-credentials .modal-footer .btn-group .income-verification-transactions .ivt__updates-table tbody .actions .btn--action + .cancel, .income-verification-transactions .ivt__updates-table tbody .actions .modal-update-credentials .modal-footer .btn-group .btn--action + .cancel, .modal-update-credentials .modal-footer .btn-group .income-verification-transactions button.ivt__change-category-btn + .cancel, .income-verification-transactions .modal-update-credentials .modal-footer .btn-group button.ivt__change-category-btn + .cancel,
.modal-update-credentials .modal-footer .btn-group .income-verification-transactions button.ivt__change-reported-btn + .cancel,
.income-verification-transactions .modal-update-credentials .modal-footer .btn-group button.ivt__change-reported-btn + .cancel, .modal-footer .btn-group .modal-update-credentials .cancel + .cancel, .modal-update-credentials .modal-footer .btn-group .cancel + .cancel {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs, .credit-card-form .ccf__help--number span {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

@font-face {
  font-family: "AktivGrotesk";
  src: url('https://cdn.cashdeck.com.au/my/assets/aktiv-grotesk-light-d2e86780.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AktivGrotesk";
  src: url('https://cdn.cashdeck.com.au/my/assets/aktiv-grotesk-regular-b4029a64.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AktivGrotesk";
  src: url('https://cdn.cashdeck.com.au/my/assets/aktiv-grotesk-medium-02cc2331.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url('https://cdn.cashdeck.com.au/my/assets/Roboto-variable-817b175b.woff2') format("woff2");
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}
*, *:after, *:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@keyframes loading-spinner {
  to {
    transform: rotate(360deg);
  }
}
.spinner, .offers-templates .ot__cell-spinner, .modal-income-verification-form .ivf__preview-spinner, .invoice .i__load-wrapper.loading, .add-condition .ac__transaction-list-spinner, .modal-new-sponsorship .ns__preview-spinner, .clients-list .cl__clients-cards .clcc__spinner, .user-account-editor .uae__edit-avatar .dz-spinner, .template-editor .te__spinner-live-preview, .site-form .sf__spinner, .popover-menu .pm__menu-item.loading, .group-summary-panel .gsp__spinner, .unsuccessful-or-syncing-site-accounts .uossa__spinner, .modal-property-view .mpv__reports-spinner, .mng__content-wrapper .mng__preview-wrapper.loading, .role-picker .rp__spinner, .role-picker .rp__spinner-icon, .site-wide-spinner .sws__spinner, .btn--loading {
  position: relative;
}
.spinner:before, .offers-templates .ot__cell-spinner:before, .modal-income-verification-form .ivf__preview-spinner:before, .invoice .i__load-wrapper.loading:before, .add-condition .ac__transaction-list-spinner:before, .modal-new-sponsorship .ns__preview-spinner:before, .clients-list .cl__clients-cards .clcc__spinner:before, .user-account-editor .uae__edit-avatar .dz-spinner:before, .template-editor .te__spinner-live-preview:before, .site-form .sf__spinner:before, .popover-menu .pm__menu-item.loading:before, .group-summary-panel .gsp__spinner:before, .unsuccessful-or-syncing-site-accounts .uossa__spinner:before, .modal-property-view .mpv__reports-spinner:before, .mng__content-wrapper .mng__preview-wrapper.loading:before, .role-picker .rp__spinner:before, .role-picker .rp__spinner-icon:before, .site-wide-spinner .sws__spinner:before, .btn--loading:before {
  content: "";
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  margin-top: -0.46875rem;
  margin-left: -0.46875rem;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  border-top-color: #1573bc;
  animation: loading-spinner 0.5s linear infinite;
}

.clear {
  clear: both;
}

.ribbon, .insurances-summary .is__person-name, .offers-notifications .on__category-ribbon, .pricing-panels .pp__ribbon, .manage-rulebooks .mr__rulebook-name, .rulebooks-list-item .rli__name {
  position: relative;
  left: -0.75rem;
  top: -0.5rem;
  padding: 0.234375rem 0.9375rem 0.234375rem 1.6875rem;
  background: #1573bc;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .ribbon, .insurances-summary .is__person-name, .offers-notifications .on__category-ribbon, .pricing-panels .pp__ribbon, .manage-rulebooks .mr__rulebook-name, .rulebooks-list-item .rli__name {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.ribbon, .insurances-summary .is__person-name, .offers-notifications .on__category-ribbon, .pricing-panels .pp__ribbon, .manage-rulebooks .mr__rulebook-name, .rulebooks-list-item .rli__name {
  color: #fff;
  display: inline-block;
}
.ribbon:after, .insurances-summary .is__person-name:after, .offers-notifications .on__category-ribbon:after, .pricing-panels .pp__ribbon:after, .manage-rulebooks .mr__rulebook-name:after, .rulebooks-list-item .rli__name:after {
  position: absolute;
  left: 0;
  bottom: -0.75rem;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.75rem 0.75rem 0;
  border-color: transparent rgb(13.65, 74.75, 122.2) transparent transparent;
}

.ribbon-right, .offers-templates .ot__template-category, .income-verification .iv__new-ribbon {
  position: relative;
  right: -0.75rem;
  top: -0.5rem;
  padding: 0.234375rem 1.6875rem 0.234375rem 0.9375rem;
  background: #1573bc;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .ribbon-right, .offers-templates .ot__template-category, .income-verification .iv__new-ribbon {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.ribbon-right, .offers-templates .ot__template-category, .income-verification .iv__new-ribbon {
  color: #fff;
  display: inline-block;
}
.ribbon-right:after, .offers-templates .ot__template-category:after, .income-verification .iv__new-ribbon:after {
  position: absolute;
  right: 0;
  bottom: -0.75rem;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem 0.75rem 0 0;
  border-color: rgb(13.65, 74.75, 122.2) transparent transparent transparent;
}

.theme-panel .tp__theme-wrapper:before, .theme-panel .tp__theme-wrapper:after {
  display: table;
  content: " ";
}
.theme-panel .tp__theme-wrapper:after {
  clear: both;
}
.theme-panel .tp__theme-wrapper {
  position: relative;
  margin-top: 20px;
  padding: 0.625rem 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 3px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.theme-panel .tp__theme-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 55px;
  display: block;
  width: 1px;
  height: 100%;
  background: #f5f5f5;
}
.theme-panel .tp__theme-wrapper:hover {
  border-color: #e3e3e3;
  background: #f7f7f7;
}
.theme-panel .tp__theme-wrapper.current {
  margin-top: 0;
}
.theme-panel .tp__theme-wrapper.current:before {
  display: none;
}
.theme-panel .tp__theme-wrapper.current .tp__theme-name {
  position: static;
  margin-right: 11.5625rem;
  float: right;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .theme-panel .tp__theme-wrapper.current .tp__theme-name {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.theme-panel .tp__theme-wrapper.current .tp__theme-name {
  line-height: 1.5625rem;
  text-transform: none;
}
.theme-panel .tp__theme-colors:before, .theme-panel .tp__theme-colors:after {
  display: table;
  content: " ";
}
.theme-panel .tp__theme-colors:after {
  clear: both;
}
.theme-panel .tp__theme-colors {
  float: left;
  position: relative;
  left: -0.375rem;
}
.theme-panel .tp__theme-color {
  float: left;
  width: 1.5625rem;
  height: 1.5625rem;
  transition: background 0.5s;
}
.theme-panel .tp__theme-name {
  position: absolute;
  left: 0;
  top: -20px;
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .theme-panel .tp__theme-name {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.theme-panel .tp__theme-name {
  text-transform: uppercase;
}
.theme-panel .tp__theme-color-tick {
  position: absolute;
  bottom: -0.375rem;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.375rem 0.375rem 0;
  border-color: transparent;
}
.theme-panel .tp__checkbox {
  position: absolute;
  right: 0.9375rem;
  top: 0.625rem;
}
.theme-panel .tp__customise-theme {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: auto;
}

/***
 * *Spectrum Colorpicker v1.8.0
 * *https://github.com/bgrins/spectrum
 * *Author: Brian Grinstead
 * *License: MIT
 * *** */
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /* https://github.com/bgrins/spectrum/issues/40 */
  z-index: 9999994;
  overflow: hidden;
}
.sp-container.sp-flat {
  position: relative;
}
.sp-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sp-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Fix for * { box-sizing: border-box; } */
/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position: relative;
  width: 100%;
  display: inline-block;
}

.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%;
}

.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%;
}

.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%;
}

.sp-fill {
  padding-top: 80%;
}

.sp-sat, .sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sp-alpha-enabled .sp-top {
  margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
  display: block;
}

.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid black;
  background: white;
  opacity: 0.8;
}

.sp-alpha {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  height: 8px;
}

.sp-alpha-inner {
  border: solid 1px #333;
}

.sp-clear {
  display: none;
}
.sp-clear.sp-clear-display {
  background-position: center;
}

.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}

.sp-container.sp-dragging .sp-input, .sp-container button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}
.sp-container.sp-input-disabled .sp-input-container, .sp-container.sp-buttons-disabled .sp-button-container, .sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none;
}

.sp-palette-only .sp-picker-container, .sp-palette-disabled .sp-palette-container, .sp-initial-disabled .sp-initial {
  display: none;
}

/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}

.sp-val {
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
  background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
  background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
 * * Generate 6 divs, line them up, and do two color gradients for each.
 * * Yes, really. */
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}

.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}

.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}

.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}

.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}

.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
  display: none !important;
}

/* Clearfix hack */
.sp-cf:before {
  content: "";
  display: table;
}
.sp-cf:after {
  content: "";
  display: table;
  clear: both;
}
.sp-cf {
  *zoom: 1;
}

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
  .sp-color {
    right: 40%;
  }
  .sp-hue {
    left: 63%;
  }
  .sp-fill {
    padding-top: 60%;
  }
}
.sp-dragger {
  border-radius: 5px;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: white;
  opacity: 0.8;
}

/* *Theme authors:
 * *Here are the basic themeable display options (colors, fonts, global widths).
 * *See http://bgrins.github.io/spectrum/themes/ for instructions. */
.sp-container {
  border-radius: 0;
  background-color: #ECECEC;
  border: solid 1px #f0c49B;
  padding: 0;
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-container button, .sp-container input {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-color, .sp-hue, .sp-clear {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-top {
  margin-bottom: 3px;
}

.sp-color, .sp-hue, .sp-clear {
  border: solid 1px #666;
}

/* Input */
.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px;
}

.sp-initial-disabled .sp-input-container {
  width: 100%;
}

.sp-input {
  font-size: 12px !important;
  border: 1px inset;
  padding: 4px 5px;
  margin: 0;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  color: #222;
}
.sp-input:focus {
  border: 1px solid orange;
}
.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd;
}

.sp-picker-container, .sp-palette-container {
  float: left;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px;
}

.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
  border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
  border: 0;
}

.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange;
}

.sp-thumb-el {
  position: relative;
}

/* Initial */
.sp-initial {
  float: left;
  border: solid 1px #333;
}
.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0;
}
.sp-initial .sp-clear-display {
  background-position: center;
}

/* Buttons */
.sp-palette-button-container, .sp-button-container {
  float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: solid 1px #91765d;
  background: #eee;
  color: #333;
  vertical-align: middle;
}
.sp-replacer:hover, .sp-replacer.sp-active {
  border-color: #F0C49B;
  color: #111;
}
.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver;
}

.sp-dd {
  padding: 2px 0;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 10px;
}

.sp-preview {
  position: relative;
  width: 25px;
  height: 20px;
  border: solid 1px #222;
  margin-right: 5px;
  float: left;
  z-index: 0;
}

.sp-palette {
  *width: 220px;
  max-width: 220px;
}
.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: solid 1px #d0d0d0;
}

.sp-container {
  padding-bottom: 0;
}
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
  background-color: #dddddd;
  background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}

/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none;
}
.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline;
}

.sp-palette span:hover, .sp-palette span.sp-thumb-active {
  border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}
.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

/*!
 * * ui-select
 * * http://github.com/angular-ui/ui-select
 * * Version: 0.15.0 - 2016-03-15T17:20:10.063Z
 * * License: MIT */
/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}

/* Select2 theme */
/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked > .select2-search-choice-close, .select-locked > .ui-select-match-close {
  display: none;
}

body > .select2-container.open {
  z-index: 9999;
  /* The z-index Select2 applies to the select2-drop */
}

/* Handle up direction Select2 */
.ui-select-container[theme=select2].direction-up .ui-select-match {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ui-select-container[theme=select2].direction-up .ui-select-dropdown {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-width: 1px;
  /* FIXME hardcoded value :-/ */
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -4px;
  /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px;
  /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb;
}

/* Selectize theme */
/* Helper class to show styles when focus */
.selectize-input.selectize-focus {
  border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
.selectize-control > .selectize-input > input, .selectize-control > .selectize-dropdown {
  width: 100%;
}

/* Fix dropdown width for Selectize theme */
/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #D44950;
}

/* Handle up direction Selectize */
.ui-select-container[theme=selectize].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -2px;
  /* FIXME hardcoded value :-/ */
}

/* Bootstrap theme */
/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}
.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap > .ui-select-match > .btn, .offers-notifications .ui-select-bootstrap > .ui-select-match > .on__action--btn, .income-verification-transactions .ivt__updates-table tbody .actions .ui-select-bootstrap > .ui-select-match > .btn--action, .income-verification-transactions .ui-select-bootstrap > .ui-select-match > button.ivt__change-category-btn,
.income-verification-transactions .ui-select-bootstrap > .ui-select-match > button.ivt__change-reported-btn, .modal-update-credentials .ui-select-bootstrap > .ui-select-match > .cancel {
  /* Instead of center because of .btn */
  text-align: left !important;
}
.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}
.ui-select-bootstrap > .ui-select-choices {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
body > .ui-select-bootstrap.open {
  z-index: 1000;
  /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}
.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important;
  /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}
.ui-select-multiple .ui-select-match-item {
  position: relative;
}
.ui-select-multiple .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}
.ui-select-multiple .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.ui-select-bootstrap .ui-select-choices-row > a:hover, .ui-select-bootstrap .ui-select-choices-row > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.ui-select-bootstrap .ui-select-choices-row.active > a {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.ui-select-bootstrap .ui-select-choices-row.disabled > a, .ui-select-bootstrap .ui-select-choices-row.active.disabled > a {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add, .ui-select-search.ng-hide-add {
  display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match, .offers-notifications .ui-select-bootstrap.ng-dirty.ng-invalid > button.ui-select-match.on__action--btn, .income-verification-transactions .ivt__updates-table tbody .actions .ui-select-bootstrap.ng-dirty.ng-invalid > button.ui-select-match.btn--action, .income-verification-transactions .ui-select-bootstrap.ng-dirty.ng-invalid > button.ui-select-match.ivt__change-category-btn,
.income-verification-transactions .ui-select-bootstrap.ng-dirty.ng-invalid > button.ui-select-match.ivt__change-reported-btn, .modal-update-credentials .ui-select-bootstrap.ng-dirty.ng-invalid > button.ui-select-match.cancel {
  border-color: #D44950;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

/* Spinner */
.ui-select-refreshing.glyphicon {
  position: absolute;
  right: 0;
  padding: 8px 27px;
}

@-webkit-keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.ui-select-spin {
  -webkit-animation: ui-select-spin 2s infinite linear;
  animation: ui-select-spin 2s infinite linear;
}

.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s;
}

/* *Version: 3.4.5 Timestamp: Mon Nov  4 08:22:42 PST 2013 */
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  /* *     Force border-box so that % widths fit the parent
  * *     container without overlap because of margin/padding.
  * * 
  * *     More Info : http://www.quirksmode.org/css/box.html */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

.select2-drop {
  /* *     Force border-box so that % widths fit the parent
  * *     container without overlap because of margin/padding.
  * * 
  * *     More Info : http://www.quirksmode.org/css/box.html */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

.select2-search {
  /* *     Force border-box so that % widths fit the parent
  * *     container without overlap because of margin/padding.
  * * 
  * *     More Info : http://www.quirksmode.org/css/box.html */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}
.select2-search input {
  /* *     Force border-box so that % widths fit the parent
  * *     container without overlap because of margin/padding.
  * * 
  * *     More Info : http://www.quirksmode.org/css/box.html */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #eee 0%, #fff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('https://cdn.cashdeck.com.au/my/assets/amf-shared-assets/select2-fccd3b02.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(top, #ccc 0%, #eee 60%);
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('https://cdn.cashdeck.com.au/my/assets/amf-shared-assets/select2-fccd3b02.png') no-repeat 0 1px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url('https://cdn.cashdeck.com.au/my/assets/amf-shared-assets/select2-fccd3b02.png') no-repeat 100% -22px;
  background: url('https://cdn.cashdeck.com.au/my/assets/amf-shared-assets/select2-fccd3b02.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url('https://cdn.cashdeck.com.au/my/assets/amf-shared-assets/select2-fccd3b02.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('https://cdn.cashdeck.com.au/my/assets/amf-shared-assets/select2-fccd3b02.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('https://cdn.cashdeck.com.au/my/assets/amf-shared-assets/select2-fccd3b02.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search input.select2-active {
  background: #fff url('https://cdn.cashdeck.com.au/my/assets/amf-shared-assets/select2-spinner-59e5dd8b.gif') no-repeat 100%;
  background: url('https://cdn.cashdeck.com.au/my/assets/amf-shared-assets/select2-spinner-59e5dd8b.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url('https://cdn.cashdeck.com.au/my/assets/amf-shared-assets/select2-spinner-59e5dd8b.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('https://cdn.cashdeck.com.au/my/assets/amf-shared-assets/select2-spinner-59e5dd8b.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('https://cdn.cashdeck.com.au/my/assets/amf-shared-assets/select2-spinner-59e5dd8b.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(bottom, #fff 0%, #eee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}

/* *disabled look for disabled choices in the results dropdown */
.select2-more-results.select2-active {
  background: #f4f4f4 url('https://cdn.cashdeck.com.au/my/assets/amf-shared-assets/select2-spinner-59e5dd8b.gif') no-repeat 100%;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(top, #eee 1%, #fff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url('https://cdn.cashdeck.com.au/my/assets/amf-shared-assets/select2-spinner-59e5dd8b.gif') no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('https://cdn.cashdeck.com.au/my/assets/amf-shared-assets/select2-fccd3b02.png') right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover, .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* disabled styles */
/* end multiselect */
.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input, .select2-search-choice-close {
    background-image: url('https://cdn.cashdeck.com.au/my/assets/amf-shared-assets/select2x2-f6ee5807.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
    background-image: url('https://cdn.cashdeck.com.au/my/assets/amf-shared-assets/select2x2-f6ee5807.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/*!
 * * Pikaday
 * * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/ */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pika-single:before {
  content: " ";
  display: table;
}
.pika-single:after {
  content: " ";
  display: table;
  clear: both;
}
.pika-single {
  *zoom: 1;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

/* *clear child float (pika-lendar), using the famous micro clearfix hack
 * *http://nicolasgallagher.com/micro-clearfix-hack/ */
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-prev, .pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover, .pika-next:hover {
  opacity: 1;
}

.pika-prev, .is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next, .is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-prev.is-disabled, .pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th, .pika-table td {
  width: 14.2857142857%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.is-disabled .pika-button, .is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

/* Include this file in your html if you are using the CSP mode. */
[uib-tooltip-popup].tooltip.top-left > .tooltip-arrow, [uib-tooltip-popup].tooltip.top-right > .tooltip-arrow, [uib-tooltip-popup].tooltip.bottom-left > .tooltip-arrow, [uib-tooltip-popup].tooltip.bottom-right > .tooltip-arrow, [uib-tooltip-popup].tooltip.left-top > .tooltip-arrow, [uib-tooltip-popup].tooltip.left-bottom > .tooltip-arrow, [uib-tooltip-popup].tooltip.right-top > .tooltip-arrow, [uib-tooltip-popup].tooltip.right-bottom > .tooltip-arrow {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
}

[uib-tooltip-html-popup].tooltip.top-left > .tooltip-arrow, [uib-tooltip-html-popup].tooltip.top-right > .tooltip-arrow, [uib-tooltip-html-popup].tooltip.bottom-left > .tooltip-arrow, [uib-tooltip-html-popup].tooltip.bottom-right > .tooltip-arrow, [uib-tooltip-html-popup].tooltip.left-top > .tooltip-arrow, [uib-tooltip-html-popup].tooltip.left-bottom > .tooltip-arrow, [uib-tooltip-html-popup].tooltip.right-top > .tooltip-arrow, [uib-tooltip-html-popup].tooltip.right-bottom > .tooltip-arrow {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
}

[uib-tooltip-template-popup].tooltip.top-left > .tooltip-arrow, [uib-tooltip-template-popup].tooltip.top-right > .tooltip-arrow, [uib-tooltip-template-popup].tooltip.bottom-left > .tooltip-arrow, [uib-tooltip-template-popup].tooltip.bottom-right > .tooltip-arrow, [uib-tooltip-template-popup].tooltip.left-top > .tooltip-arrow, [uib-tooltip-template-popup].tooltip.left-bottom > .tooltip-arrow, [uib-tooltip-template-popup].tooltip.right-top > .tooltip-arrow, [uib-tooltip-template-popup].tooltip.right-bottom > .tooltip-arrow {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
}

[uib-popover-popup].popover.top-left > .arrow, [uib-popover-popup].popover.top-right > .arrow, [uib-popover-popup].popover.bottom-left > .arrow, [uib-popover-popup].popover.bottom-right > .arrow, [uib-popover-popup].popover.left-top > .arrow, [uib-popover-popup].popover.left-bottom > .arrow, [uib-popover-popup].popover.right-top > .arrow, [uib-popover-popup].popover.right-bottom > .arrow {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
}

[uib-popover-html-popup].popover.top-left > .arrow, [uib-popover-html-popup].popover.top-right > .arrow, [uib-popover-html-popup].popover.bottom-left > .arrow, [uib-popover-html-popup].popover.bottom-right > .arrow, [uib-popover-html-popup].popover.left-top > .arrow, [uib-popover-html-popup].popover.left-bottom > .arrow, [uib-popover-html-popup].popover.right-top > .arrow, [uib-popover-html-popup].popover.right-bottom > .arrow {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
}

[uib-popover-template-popup].popover.top-left > .arrow, [uib-popover-template-popup].popover.top-right > .arrow, [uib-popover-template-popup].popover.bottom-left > .arrow, [uib-popover-template-popup].popover.bottom-right > .arrow, [uib-popover-template-popup].popover.left-top > .arrow, [uib-popover-template-popup].popover.left-bottom > .arrow, [uib-popover-template-popup].popover.right-top > .arrow, [uib-popover-template-popup].popover.right-bottom > .arrow {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
}

[uib-popover-popup].popover, [uib-popover-html-popup].popover, [uib-popover-template-popup].popover {
  display: block !important;
}

.uib-position-measure {
  display: block !important;
  visibility: hidden !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.uib-position-scrollbar-measure {
  position: absolute !important;
  top: -9999px !important;
  width: 50px !important;
  height: 50px !important;
  overflow: scroll !important;
}

.uib-position-body-scrollbar-measure {
  overflow: scroll !important;
}

[uib-typeahead-popup].dropdown-menu {
  display: block;
}

.color-picker,
.sp-replacer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 50;
}

.sp-container {
  top: -171px !important;
  left: 50% !important;
  margin-left: -6rem;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  border-radius: 3px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  overflow: visible;
}
.sp-container:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
}
.sp-container .sp-picker-container {
  border-color: rgba(255, 255, 255, 0);
  padding: 10px;
  margin-bottom: 0;
}
.sp-container .sp-color, .sp-container .sp-hue {
  border-color: #e3e3e3;
}
.sp-container .sp-slider {
  border-color: #6f6f6f;
}

.ui-select-container {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .ui-select-container {
    font: normal normal normal 0.75rem / 1.0625rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.ui-select-container {
  width: 100%;
  text-align: left;
}
.ui-select-container.select2-container .select2-choice {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .ui-select-container.select2-container .select2-choice {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media (max-width: 767px) {
  .ui-select-container.select2-container .select2-choice {
    line-height: 1.625rem;
  }
}
.ui-select-container .select2-results .select2-result-label {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .ui-select-container .select2-results .select2-result-label {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.ui-select-container .select2-results .select2-highlighted {
  background: #1573bc;
}
.ui-select-container.select2-container .select2-choice {
  background: #fff;
  padding: 0.375rem 0.875rem;
  height: auto;
  border-color: #c4c4c4;
}
.ui-select-container.select2-container .select2-choice .select2-arrow {
  background: transparent;
  transition: background 0.3s;
}
.ui-select-container.select2-container .select2-choice .select2-arrow b {
  background-position: 0 0.3125rem;
}
@media (max-width: 767px) {
  .ui-select-container.select2-container .select2-choice {
    padding: 0.125rem 0.875rem;
  }
  .ui-select-container.select2-container .select2-choice .select2-arrow b {
    background-position: 0 0.1875rem;
  }
  .ui-select-container.select2-container.open .select2-choice .select2-arrow {
    background: #fff;
  }
}
.ui-select-container.select2-container-active .select2-choice,
.ui-select-container.select2-container-active .select2-choices {
  border-color: #1573bc;
}
.ui-select-container.select2-dropdown-open .select2-choice,
.ui-select-container.select2-dropdown-open .select2-choices {
  border-color: #1573bc;
  border-bottom-color: transparent;
}
.ui-select-container .select2-drop-active {
  border-color: #1573bc;
}
.ui-select-container.select2-dropdown-open .select2-choice {
  background: #fff;
}
.ui-select-container.select2-container-active .select2-choice,
.ui-select-container.select2-container-active .select2-choices {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.ui-select-container.select2-container-multi .select2-choices .select2-search-field input {
  padding: 0.3125rem 0.9375rem;
}
.ui-select-container.select2-container-multi .select2-choices {
  border-color: #c4c4c4;
  background-image: none;
  border-radius: 3px;
}
.ui-select-container.select2-container-multi.open .select2-choices {
  border-color: #1573bc;
  border-radius: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.ui-select-container.select2-container-multi {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.ui-select-container.select2-container-multi .select2-search-choice-close {
  background-image: none !important;
  text-decoration: none;
}
.ui-select-container.select2-container-multi .select2-choices .select2-search-choice {
  border: none;
  box-shadow: none;
  background: #1573bc;
  color: #fff;
  line-height: 1.375rem;
  padding-left: 1.5rem;
  transition: all 0.1s;
}
@media (max-width: 767px) {
  .ui-select-container.select2-container-multi .select2-choices .select2-search-choice {
    padding-top: 0.0625rem;
    padding-bottom: 0.0625rem;
  }
}
.ui-select-container.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #28a9e1;
}
.ui-select-container.select2-container-multi .select2-search-choice-close {
  background: none;
  left: 0.5rem;
}
.ui-select-container.select2-container-multi .select2-search-choice-close:after {
  content: "×";
  color: #fff;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .ui-select-container.select2-container-multi .select2-search-choice-close {
    top: 0.0625rem;
  }
}

.is-today .pika-button {
  color: #505050;
  background: rgb(212, 237.8, 249);
  box-shadow: none;
}

.is-selected .pika-button {
  color: #fff;
  background: #0e8d5e;
  box-shadow: none;
  border-radius: 3px;
}

.pika-button:hover {
  color: #fff;
  background: #0e8d5e;
  box-shadow: none;
  border-radius: 3px;
}

.is-startrange .pika-button {
  color: #fff;
  background: #0e8d5e;
  box-shadow: none;
  border-radius: 3px;
}

.is-inrange .pika-button {
  background: rgb(211, 240.6, 229.6);
}

.dropdown-menu {
  margin-top: -0.1875rem;
  padding: 0 0 0.25rem;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #1573bc;
  width: 100%;
  box-shadow: none;
}
.dropdown-menu > li > a {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .dropdown-menu > li > a {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.dropdown-menu > li > a {
  padding: 0.1875rem 0.4375rem 0.25rem;
  text-decoration: none;
}
.dropdown-menu > li > a strong {
  font-weight: normal;
}
.dropdown-menu > .active > a {
  background: #1573bc;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

body {
  background: #f7f7f7;
}

.main-app {
  position: relative;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}
.main-app.tutorial-mode {
  margin-top: 1.875rem;
}

.main-app__header-and-content {
  margin-left: 13.4375rem;
  overflow-x: hidden;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
  transform: initial;
  transition: transform 0.2s;
}
@media (max-width: 768px) {
  .main-app__header-and-content {
    margin-left: 0;
  }
  .main-app__header-and-content.open {
    transform: translateX(13.4375rem);
  }
}
.main-app__header-and-content.nav-closed {
  margin-left: 0;
}
.main-app__header-and-content.nav-closed.open {
  transform: translateX(13.4375rem);
}
.main-app__header-and-content.remove-transform {
  transform: initial !important;
}

.main-app__header-and-content-wrapper {
  transition: transform 0.2s;
  position: relative;
  right: 0;
}

.main-app__content-pad {
  transform: initial;
  transition: transform 0.2s;
}
@media (max-width: 768px) {
  .main-app__content-pad.open {
    transform: translateX(1.875rem);
  }
}
.main-app__content-pad.nav-closed.open {
  transform: translateX(1.875rem);
}

.main-app__content {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.main-app__content:before, .main-app__content:after {
  display: table;
  content: " ";
}
.main-app__content:after {
  clear: both;
}
.main-app__content {
  transition: opacity 0.2s;
}
.main-app__content.loading {
  opacity: 0.15;
}

.main-app__content-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.main-app__content-wrapper:before, .main-app__content-wrapper:after {
  display: table;
  content: " ";
}
.main-app__content-wrapper:after {
  clear: both;
}

.main-app__content-pad {
  padding: 2.8125rem 1.875rem;
}
@media (max-width: 767px) {
  .main-app__content-pad {
    padding: 1.40625rem 0.9375rem;
  }
}
.main-app__content-pad.remove-transform {
  transform: initial !important;
}

.main-app.organising-holdings-mode {
  background: #c4c4c4;
}
.main-app.organising-holdings-mode .dv__individual-graph-toggle,
.main-app.organising-holdings-mode .gsp__group-graph-wrapper,
.main-app.organising-holdings-mode .gsp__group-total {
  opacity: 0.1;
}
.main-app.organising-holdings-mode .gsp__menu,
.main-app.organising-holdings-mode .dlg__graph-break {
  opacity: 0;
}
.main-app.organising-holdings-mode .gsp__shared-icon {
  opacity: 0;
  width: 0;
  margin-left: 0;
}
.main-app.organising-holdings-mode .gsp__outer-content-wrapper {
  background: #c4c4c4;
}
.main-app.organising-holdings-mode .dv__unassigned-holdings-wrapper {
  opacity: 1;
}
.main-app.organising-holdings-mode .dv__unassigned-holdings-empty {
  opacity: 0;
}
.main-app.organising-holdings-mode .dv__shared-with-role-wrapper {
  display: none;
}

.main-app.organising-groups-mode {
  background: #f7f7f7;
}
.main-app.organising-groups-mode .dv__menu {
  opacity: 0;
}
.main-app.organising-groups-mode .dv__shared-with-role-wrapper {
  display: none;
}

.ui-view__wrapper--content {
  position: relative;
  min-height: 100vh;
}
.ui-view__wrapper--content > [ui-view] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ui-view__wrapper--content > [ui-view].ng-enter {
  opacity: 0;
  transition: all 0.2s ease 0.1s;
}
.ui-view__wrapper--content > [ui-view].ng-enter-active {
  opacity: 1;
}
.ui-view__wrapper--content > [ui-view].ng-leave {
  opacity: 1;
  transition: all 0.2s;
}
.ui-view__wrapper--content > [ui-view].ng-leave-active {
  opacity: 0;
}

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

body {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  body {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
body {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  color: #1573bc;
  cursor: pointer;
}

h1 {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 3.125rem;
  line-height: 3.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  h1 {
    font: normal normal 300 1.5rem / 1.75rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
h1 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  h1 {
    margin-bottom: 0.9375rem;
  }
}

h2 {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  h2 {
    font: normal normal 300 1.5rem / 1.75rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
h2 {
  margin-bottom: 0.9375rem;
}

h3 {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  h3 {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
h3 {
  margin-bottom: 0.9375rem;
}

p {
  margin-bottom: 0.9375rem;
}

strong {
  font-weight: 700;
}

.svg {
  width: 0.9375rem;
  height: 0.9375rem;
  fill: #505050;
}

.credit-reports table.cr__list .summary .stat, .user-management .badge, table.ivssw__institutions .ivssw__is--has-statements, table.ivssw__institutions .ivssw__is--has-transactions, .income-verification .iv__link-status .ivls__status-badge, .credit-card-details .ccd__active-badge, .sharing-panel .sp__user-pending, .notifications-preview .np__badge, .main-nav .mn__offers-badge, .main-nav .mn__site-enquiries-badge, .category-mappings .cm__summary-category--status, .modal-income-verification-form .ivf__shared-options--status, .income-verification-transactions .ivt__summary-category--status, .sponsorships-list .sl__rejected-invites-count, .statement-row .sr__statement-label label, .modal-link-iv .mli__iv-list .status,
.modal-link-iv .mli__iv-selected .status, .income-verification .iv__holding--additional-details label.ad--label, .income-verification .iv__loan-application-ivs .laiv__this, .goals .g__goal-type, .billing-area .ba__tab-content.payments .ul-table .description span, .billing-area .ba__tab-content.invoices .description label, .group-summary-panel.custom.handrblock .gsp__transaction-category, .theme-preview .tp__nav-item.notifications .tp__nav-item-badge, .property-estimates .property .valuation .confidence, .tl__results table tbody .tags li, .billing-area .ba__current-plan-header .custom, .sponsorships-list .sl__rejected-invites-label:hover .sl__rejected-invites-count,
.sponsorships-list .sl__rejected-invites-label.showing .sl__rejected-invites-count, .iv-sharing .ivs__owner-badge, .saved-searches-preview .ssp__badge, .transaction-editor .te__tag, .search-result-line .srl__tag, .search-result-metadata .srm__sharer-name-badge, .role-picker .rp__demo-role-type, .role-picker .rp__role-type, .main-nav .mn__offers-badge, .main-nav .mn__site-enquiries-badge, .search-result-line .srl__items.highlighted .srl__tag {
  display: inline-block;
  padding: 0.25rem 0.375rem 0.1875rem;
  border-radius: 3px;
  min-width: 1.875rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.375rem;
  transition: all 0.5s;
}

.property-estimates .property .valuation .confidence, .tl__results table tbody .tags li, .credit-card-details .ccd__active-badge, .billing-area .ba__current-plan-header .custom, .sponsorships-list .sl__rejected-invites-label:hover .sl__rejected-invites-count,
.sponsorships-list .sl__rejected-invites-label.showing .sl__rejected-invites-count, .sharing-panel .sp__user-pending, .iv-sharing .ivs__owner-badge, .saved-searches-preview .ssp__badge, .notifications-preview .np__badge, .transaction-editor .te__tag, .search-result-line .srl__tag, .search-result-metadata .srm__sharer-name-badge, .role-picker .rp__demo-role-type, .role-picker .rp__role-type, .main-nav .mn__offers-badge, .main-nav .mn__site-enquiries-badge, .search-result-line .srl__items.highlighted .srl__tag {
  background: #1573bc;
}

.statement-row .sr__statement-label label, .modal-link-iv .mli__iv-list .status,
.modal-link-iv .mli__iv-selected .status, .income-verification .iv__holding--additional-details label.ad--label, .income-verification .iv__loan-application-ivs .laiv__this, .goals .g__goal-type, .billing-area .ba__tab-content.payments .ul-table .description span, .billing-area .ba__tab-content.invoices .description label, .group-summary-panel.custom.handrblock .gsp__transaction-category, .theme-preview .tp__nav-item.notifications .tp__nav-item-badge {
  background: #0e8d5e;
}

.search-result-line .srl__items.highlighted .srl__tag {
  background: #fff;
  color: #1573bc;
}

.category-mappings .cm__summary-category--status, .modal-income-verification-form .ivf__shared-options--status, .income-verification-transactions .ivt__summary-category--status, .sponsorships-list .sl__rejected-invites-count {
  background: #cacaca;
}

.property-estimates .property .valuation .confidence, .credit-reports table.cr__list .summary .stat, .user-management .badge, .tl__results table tbody .tags li, .credit-card-details .ccd__active-badge, .billing-area .ba__tab-content.payments .ul-table .description span, .billing-area .ba__tab-content.invoices .description label, .billing-area .ba__current-plan-header .custom, .sponsorships-list .sl__rejected-invites-label:hover .sl__rejected-invites-count,
.sponsorships-list .sl__rejected-invites-label.showing .sl__rejected-invites-count, .sponsorships-list .sl__rejected-invites-count, .sharing-panel .sp__user-pending, .group-summary-panel.custom.handrblock .gsp__transaction-category, .transaction-editor .te__tag, .search-result-line .srl__items.highlighted .srl__tag, .search-result-line .srl__tag, .role-picker .rp__demo-role-type, .role-picker .rp__role-type {
  padding: 0.25rem 0.5rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .property-estimates .property .valuation .confidence, .credit-reports table.cr__list .summary .stat, .user-management .badge, .tl__results table tbody .tags li, .credit-card-details .ccd__active-badge, .billing-area .ba__tab-content.payments .ul-table .description span, .billing-area .ba__tab-content.invoices .description label, .billing-area .ba__current-plan-header .custom, .sponsorships-list .sl__rejected-invites-label:hover .sl__rejected-invites-count,
  .sponsorships-list .sl__rejected-invites-label.showing .sl__rejected-invites-count, .sponsorships-list .sl__rejected-invites-count, .sharing-panel .sp__user-pending, .group-summary-panel.custom.handrblock .gsp__transaction-category, .transaction-editor .te__tag, .search-result-line .srl__items.highlighted .srl__tag, .search-result-line .srl__tag, .role-picker .rp__demo-role-type, .role-picker .rp__role-type {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.property-estimates .property .valuation .confidence, .credit-reports table.cr__list .summary .stat, .user-management .badge, .tl__results table tbody .tags li, .credit-card-details .ccd__active-badge, .billing-area .ba__tab-content.payments .ul-table .description span, .billing-area .ba__tab-content.invoices .description label, .billing-area .ba__current-plan-header .custom, .sponsorships-list .sl__rejected-invites-label:hover .sl__rejected-invites-count,
.sponsorships-list .sl__rejected-invites-label.showing .sl__rejected-invites-count, .sponsorships-list .sl__rejected-invites-count, .sharing-panel .sp__user-pending, .group-summary-panel.custom.handrblock .gsp__transaction-category, .transaction-editor .te__tag, .search-result-line .srl__items.highlighted .srl__tag, .search-result-line .srl__tag, .role-picker .rp__demo-role-type, .role-picker .rp__role-type {
  font-weight: 700;
}

.category-mappings .cm__summary-category--status, table.ivssw__institutions .ivssw__is--has-statements, table.ivssw__institutions .ivssw__is--has-transactions, .modal-income-verification-form .ivf__shared-options--status, .statement-row .sr__statement-label label, .income-verification-transactions .ivt__summary-category--status, .modal-link-iv .mli__iv-list .status,
.modal-link-iv .mli__iv-selected .status, .income-verification .iv__link-status .ivls__status-badge, .income-verification .iv__holding--additional-details label.ad--label, .income-verification .iv__loan-application-ivs .laiv__this, .goals .g__goal-type, .iv-sharing .ivs__owner-badge, .search-result-metadata .srm__sharer-name-badge, .main-nav .mn__offers-badge, .main-nav .mn__site-enquiries-badge {
  padding: 0 0.375rem;
  min-width: auto;
  font-weight: 700;
}

fieldset {
  margin-right: -15px;
  margin-left: -15px;
}
fieldset:before, fieldset:after {
  display: table;
  content: " ";
}
fieldset:after {
  clear: both;
}

.input-group {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .input-group {
    float: left;
    width: 33.3333333333%;
  }
}
.input-group.third-width {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .input-group.third-width {
    float: left;
    width: 33.3333333333%;
  }
}
.input-group.half-width {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .input-group.half-width {
    float: left;
    width: 50%;
  }
}
.input-group.full-width {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .input-group.full-width {
    float: left;
    width: 100%;
  }
}
.input-group.clear {
  clear: left;
}
.input-group .ig__content-wrapper {
  position: relative;
}
.input-group.error input {
  border-color: #d20000;
}
.input-group.sticky-label .ig__content-wrapper {
  padding-top: 0.625rem;
}
.input-group.sticky-label .ig__content-wrapper:before {
  content: attr(label);
  position: absolute;
  top: -0.3125rem;
  left: 0;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .input-group.sticky-label .ig__content-wrapper:before {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.input-group.sticky-label .ig__content-wrapper:before {
  color: #6f6f6f;
  opacity: 1;
  transition: all 0.5s;
}
.input-group.sticky-label .ig__content-wrapper.empty:before {
  opacity: 0;
}
.input-group .ig__mandatory {
  color: #FF9600;
}

form:before, form:after {
  display: table;
  content: " ";
}
form:after {
  clear: both;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=number],
input[type=date],
textarea,
.multiple-field-filter .mff__dummy-field {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=date],
  textarea,
  .multiple-field-filter .mff__dummy-field {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=number],
input[type=date],
textarea,
.multiple-field-filter .mff__dummy-field {
  width: 100%;
  display: block;
  padding: 0.375rem 0.75rem;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  background: #fff;
  transition: border 0.3s;
  box-shadow: none;
  margin: 0;
  -webkit-appearance: none;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus,
.multiple-field-filter .mff__dummy-field:focus {
  border-color: #1573bc;
  outline: none;
}
@media (max-width: 767px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=date],
  textarea,
  .multiple-field-filter .mff__dummy-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px !important;
  }
}

input[type=date] {
  min-height: 2.375rem;
  line-height: 1.5rem;
}

select {
  border: 1px solid #e3e3e3;
  outline: none;
}
@media (max-width: 767px) {
  select {
    font-size: 16px !important;
  }
}
select:focus {
  border-color: #1573bc;
}

.input-group {
  position: relative;
  margin-bottom: 0.9375rem;
}
.input-group label {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .input-group label {
    font: normal normal normal 0.75rem / 1.0625rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.input-group label {
  display: block;
  margin-bottom: 0.1171875rem;
  font-weight: 700;
  color: #6f6f6f;
}
@media (max-width: 767px) {
  .input-group {
    margin-bottom: 0.9375rem;
  }
}
.input-group input[type=radio],
.input-group input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0.125rem;
  z-index: 100;
}
.input-group.checkbox label {
  position: relative;
  padding-left: 1.875rem;
  z-index: 90;
  line-height: 1.375rem;
}

.actions {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.actions:before, .actions:after {
  display: table;
  content: " ";
}
.actions:after {
  clear: both;
}
.actions {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0.9375rem;
}
.actions .input-group {
  float: right;
  width: auto;
  margin-left: 0.46875rem;
  margin-bottom: 0.46875rem;
  padding: 0;
}
.actions .input-group.full {
  width: 100%;
}
.actions .input-group.full button {
  width: 100%;
}
.actions .input-group button, .actions .input-group a.btn, .actions .input-group .offers-notifications a.on__action--btn, .offers-notifications .actions .input-group a.on__action--btn, .income-verification-transactions .ivt__updates-table tbody .actions .input-group a.btn--action, .actions .input-group .modal-update-credentials a.cancel, .modal-update-credentials .actions .input-group a.cancel {
  width: auto;
}
.actions .input-group:last-child {
  margin-left: 0;
}
.actions .input-group p {
  margin-bottom: 0;
  line-height: 2rem;
}
.actions:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .actions .input-group {
    width: 100%;
  }
  .actions .input-group button {
    width: 100%;
  }
}

.input-group.field-error input[type=text],
.input-group.field-error input[type=password],
.input-group.field-error input[type=email],
.input-group.field-error input[type=number],
.input-group.field-error input[type=email],
.input-group.field-error input[type=date],
.input-group.error input[type=text],
.input-group.error input[type=password],
.input-group.error input[type=email],
.input-group.error input[type=number],
.input-group.error input[type=email],
.input-group.error input[type=date] {
  border: 1px solid #d20000;
}
.input-group.field-error label,
.input-group.error label {
  color: #d20000;
}
.input-group.field-error .error,
.input-group.error .error {
  position: relative;
  margin-top: 0.234375rem;
  color: #d20000;
  padding: 0.46875rem;
  padding-left: 2.5rem;
  background: rgb(250.5, 229.5, 229.5);
  border-radius: 3px;
}
.input-group.field-error .error .svg,
.input-group.error .error .svg {
  position: absolute;
  top: 0.6875rem;
  left: 0.9375rem;
  fill: #d20000;
}
.input-group.field-error .error::first-letter,
.input-group.error .error::first-letter {
  text-transform: uppercase;
}
.input-group.field-error .error.ng-enter,
.input-group.error .error.ng-enter {
  opacity: 0;
  transition: opacity 0.5s;
}
.input-group.field-error .error.ng-enter-active,
.input-group.error .error.ng-enter-active {
  opacity: 1;
}
.input-group.field-error .error.ng-leave,
.input-group.error .error.ng-leave {
  opacity: 1;
  transition: opacity 0.5s;
}
.input-group.field-error .error.ng-leave-active,
.input-group.error .error.ng-leave-active {
  opacity: 0;
}

.error-message {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0.9375rem;
  padding-top: 0.234375rem;
  color: #d20000;
}
.error-message span {
  display: block;
}
.error-message span::first-letter {
  text-transform: uppercase;
}
.error-message.with-bg span {
  background: rgb(250.5, 229.5, 229.5);
  padding: 0.234375rem 0.46875rem;
  border-radius: 3px;
}
.error-message.ng-enter {
  opacity: 0;
  transition: opacity 0.3s;
}
.error-message.ng-enter-active {
  opacity: 1;
}
.error-message.ng-leave {
  opacity: 1;
  transition: opacity 0.3s;
}
.error-message.ng-leave-active {
  opacity: 0;
}

.error-notification {
  color: #d20000;
}

.input.field_with_errors input {
  border-color: #d20000;
  margin-bottom: 0.46875rem;
}
.input.field_with_errors span.error {
  color: #d20000;
}
.input.field_with_errors span.error::first-letter {
  text-transform: uppercase;
}

.ig__radio-group-label {
  display: block;
  font-weight: 700;
}

.ig__radio input[type=radio] {
  position: relative;
  float: left;
  margin-left: 0;
}

label.ig__radio-label {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  label.ig__radio-label {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
label.ig__radio-label {
  margin-top: 1px;
  margin-left: 1.40625rem;
  font-weight: normal;
  color: #020202;
}

.btn, .offers-notifications .on__action--btn, .income-verification-transactions .ivt__updates-table tbody .actions .btn--action, .income-verification-transactions button.ivt__change-category-btn,
.income-verification-transactions button.ivt__change-reported-btn, .modal-update-credentials .cancel,
button {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .btn, .offers-notifications .on__action--btn, .income-verification-transactions .ivt__updates-table tbody .actions .btn--action, .income-verification-transactions button.ivt__change-category-btn,
  .income-verification-transactions button.ivt__change-reported-btn, .modal-update-credentials .cancel,
  button {
    font: normal normal normal 0.75rem / 1.0625rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.btn, .offers-notifications .on__action--btn, .income-verification-transactions .ivt__updates-table tbody .actions .btn--action, .income-verification-transactions button.ivt__change-category-btn,
.income-verification-transactions button.ivt__change-reported-btn, .modal-update-credentials .cancel,
button {
  border-radius: 3px;
  background: #1573bc;
  width: 100%;
  padding: 0.5625rem 0.75rem;
  color: #fff;
  font-weight: bold;
  outline: 0;
  border: none;
  cursor: pointer;
  margin: 0;
}

a.btn, .offers-notifications a.on__action--btn, .income-verification-transactions .ivt__updates-table tbody .actions a.btn--action, .modal-update-credentials a.cancel {
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

.btn--positive {
  background: #1aa21a;
}
.btn--positive:hover {
  background: rgb(71.8, 180.6, 71.8);
}

.btn--neutral {
  background: #1573bc;
}
.btn--neutral:hover {
  background: rgb(67.8, 143, 201.4);
}

.btn--primary, .offers-notifications .on__action--btn, .income-verification-transactions .ivt__updates-table tbody .actions .btn--action, .income-verification-transactions button.ivt__change-category-btn,
.income-verification-transactions button.ivt__change-reported-btn {
  background: #1573bc;
}
.btn--primary:hover, .offers-notifications .on__action--btn:hover, .income-verification-transactions .ivt__updates-table tbody .actions .btn--action:hover, .income-verification-transactions button.ivt__change-category-btn:hover,
.income-verification-transactions button.ivt__change-reported-btn:hover {
  background: rgb(67.8, 143, 201.4);
}

.btn--primary-light {
  background: #28a9e1;
}
.btn--primary-light:hover {
  background: rgb(83, 186.2, 231);
}

.btn--secondary {
  background: #0e8d5e;
}
.btn--secondary:hover {
  background: rgb(62.2, 163.8, 126.2);
}

.btn--secondary-light {
  background: #23b780;
}
.btn--secondary-light:hover {
  background: rgb(79, 197.4, 153.4);
}

.btn--negative, .template-editor .te__token-button.absent, .modal-update-credentials .cancel {
  background: #d20000;
}
.btn--negative:hover, .template-editor .te__token-button.absent:hover, .modal-update-credentials .cancel:hover {
  background: #db3333;
}

.btn--disabled, .income-verification-transactions button.ivt__change-category-btn:disabled,
.income-verification-transactions button.ivt__change-reported-btn:disabled, .btn--loading {
  background: #cacaca;
}
.btn--disabled:hover, .income-verification-transactions button.ivt__change-category-btn:hover:disabled,
.income-verification-transactions button.ivt__change-reported-btn:hover:disabled, .btn--loading:hover {
  cursor: auto;
  background: #cacaca;
}

.btn--grey {
  background: #cacaca;
}
.btn--grey:hover {
  background: #cacaca;
}

.btn--inverted-positive {
  background: #fff;
  color: #1aa21a;
}
.btn--inverted-positive.btn--icon .svg, .user-management .user-actions .btn--inverted-positive.btn .svg, .user-management .user-actions .modal-update-credentials .btn--inverted-positive.cancel .svg, .modal-update-credentials .user-management .user-actions .btn--inverted-positive.cancel .svg, .user-management .user-actions .income-verification-transactions button.btn--inverted-positive.ivt__change-category-btn .svg, .income-verification-transactions .user-management .user-actions button.btn--inverted-positive.ivt__change-category-btn .svg,
.user-management .user-actions .income-verification-transactions button.btn--inverted-positive.ivt__change-reported-btn .svg,
.income-verification-transactions .user-management .user-actions button.btn--inverted-positive.ivt__change-reported-btn .svg, .user-management .user-actions .income-verification-transactions .ivt__updates-table tbody .actions .btn--inverted-positive.btn--action .svg, .income-verification-transactions .ivt__updates-table tbody .actions .user-management .user-actions .btn--inverted-positive.btn--action .svg, .user-management .user-actions .offers-notifications .btn--inverted-positive.on__action--btn .svg, .offers-notifications .user-management .user-actions .btn--inverted-positive.on__action--btn .svg {
  fill: #1aa21a;
}
.btn--inverted-positive:hover {
  background: rgb(232.1, 245.7, 232.1);
}

.btn--inverted-neutral {
  background: #fff;
  color: #1573bc;
}
.btn--inverted-neutral.btn--icon .svg, .user-management .user-actions .btn--inverted-neutral.btn .svg, .user-management .user-actions .modal-update-credentials .btn--inverted-neutral.cancel .svg, .modal-update-credentials .user-management .user-actions .btn--inverted-neutral.cancel .svg, .user-management .user-actions .income-verification-transactions button.btn--inverted-neutral.ivt__change-category-btn .svg, .income-verification-transactions .user-management .user-actions button.btn--inverted-neutral.ivt__change-category-btn .svg,
.user-management .user-actions .income-verification-transactions button.btn--inverted-neutral.ivt__change-reported-btn .svg,
.income-verification-transactions .user-management .user-actions button.btn--inverted-neutral.ivt__change-reported-btn .svg, .user-management .user-actions .income-verification-transactions .ivt__updates-table tbody .actions .btn--inverted-neutral.btn--action .svg, .income-verification-transactions .ivt__updates-table tbody .actions .user-management .user-actions .btn--inverted-neutral.btn--action .svg, .user-management .user-actions .offers-notifications .btn--inverted-neutral.on__action--btn .svg, .offers-notifications .user-management .user-actions .btn--inverted-neutral.on__action--btn .svg {
  fill: #1573bc;
}
.btn--inverted-neutral:hover {
  background: rgb(231.6, 241, 248.3);
}

.btn--inverted-negative {
  background: #fff;
  color: #d20000;
}
.btn--inverted-negative.btn--icon svg, .user-management .user-actions .btn--inverted-negative.btn svg, .user-management .user-actions .modal-update-credentials .btn--inverted-negative.cancel svg, .modal-update-credentials .user-management .user-actions .btn--inverted-negative.cancel svg, .user-management .user-actions .income-verification-transactions button.btn--inverted-negative.ivt__change-category-btn svg, .income-verification-transactions .user-management .user-actions button.btn--inverted-negative.ivt__change-category-btn svg,
.user-management .user-actions .income-verification-transactions button.btn--inverted-negative.ivt__change-reported-btn svg,
.income-verification-transactions .user-management .user-actions button.btn--inverted-negative.ivt__change-reported-btn svg, .user-management .user-actions .income-verification-transactions .ivt__updates-table tbody .actions .btn--inverted-negative.btn--action svg, .income-verification-transactions .ivt__updates-table tbody .actions .user-management .user-actions .btn--inverted-negative.btn--action svg, .user-management .user-actions .offers-notifications .btn--inverted-negative.on__action--btn svg, .offers-notifications .user-management .user-actions .btn--inverted-negative.on__action--btn svg {
  fill: #d20000;
}
.btn--inverted-negative:hover {
  background: rgb(250.5, 229.5, 229.5);
}

.btn--icon, .user-management .user-actions .btn, .user-management .user-actions .modal-update-credentials .cancel, .modal-update-credentials .user-management .user-actions .cancel, .user-management .user-actions .income-verification-transactions button.ivt__change-category-btn, .income-verification-transactions .user-management .user-actions button.ivt__change-category-btn,
.user-management .user-actions .income-verification-transactions button.ivt__change-reported-btn,
.income-verification-transactions .user-management .user-actions button.ivt__change-reported-btn, .user-management .user-actions .income-verification-transactions .ivt__updates-table tbody .actions .btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .user-management .user-actions .btn--action, .user-management .user-actions .offers-notifications .on__action--btn, .offers-notifications .user-management .user-actions .on__action--btn,
a.btn--icon {
  position: relative;
  padding-right: 2.5rem;
}
.btn--icon .svg, .user-management .user-actions .btn .svg, .user-management .user-actions .modal-update-credentials .cancel .svg, .modal-update-credentials .user-management .user-actions .cancel .svg, .user-management .user-actions .income-verification-transactions button.ivt__change-category-btn .svg, .income-verification-transactions .user-management .user-actions button.ivt__change-category-btn .svg,
.user-management .user-actions .income-verification-transactions button.ivt__change-reported-btn .svg,
.income-verification-transactions .user-management .user-actions button.ivt__change-reported-btn .svg, .user-management .user-actions .income-verification-transactions .ivt__updates-table tbody .actions .btn--action .svg, .income-verification-transactions .ivt__updates-table tbody .actions .user-management .user-actions .btn--action .svg, .user-management .user-actions .offers-notifications .on__action--btn .svg, .offers-notifications .user-management .user-actions .on__action--btn .svg,
a.btn--icon .svg {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  fill: #fff;
}
.btn--icon.left, .user-management .user-actions .left.btn, .user-management .user-actions .modal-update-credentials .left.cancel, .modal-update-credentials .user-management .user-actions .left.cancel, .user-management .user-actions .income-verification-transactions button.left.ivt__change-category-btn, .income-verification-transactions .user-management .user-actions button.left.ivt__change-category-btn,
.user-management .user-actions .income-verification-transactions button.left.ivt__change-reported-btn,
.income-verification-transactions .user-management .user-actions button.left.ivt__change-reported-btn, .user-management .user-actions .income-verification-transactions .ivt__updates-table tbody .actions .left.btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .user-management .user-actions .left.btn--action, .user-management .user-actions .offers-notifications .left.on__action--btn, .offers-notifications .user-management .user-actions .left.on__action--btn,
a.btn--icon.left {
  padding-right: 0.9375rem;
  padding-left: 2.5rem;
}
.btn--icon.left .svg, .user-management .user-actions .left.btn .svg, .user-management .user-actions .modal-update-credentials .left.cancel .svg, .modal-update-credentials .user-management .user-actions .left.cancel .svg, .user-management .user-actions .income-verification-transactions button.left.ivt__change-category-btn .svg, .income-verification-transactions .user-management .user-actions button.left.ivt__change-category-btn .svg,
.user-management .user-actions .income-verification-transactions button.left.ivt__change-reported-btn .svg,
.income-verification-transactions .user-management .user-actions button.left.ivt__change-reported-btn .svg, .user-management .user-actions .income-verification-transactions .ivt__updates-table tbody .actions .left.btn--action .svg, .income-verification-transactions .ivt__updates-table tbody .actions .user-management .user-actions .left.btn--action .svg, .user-management .user-actions .offers-notifications .left.on__action--btn .svg, .offers-notifications .user-management .user-actions .left.on__action--btn .svg,
a.btn--icon.left .svg {
  right: auto;
  left: 0.625rem;
}

.btn--short {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.btn--tiny, .user-management .user-actions .btn, .user-management .user-actions .modal-update-credentials .cancel, .modal-update-credentials .user-management .user-actions .cancel, .user-management .user-actions .income-verification-transactions button.ivt__change-category-btn, .income-verification-transactions .user-management .user-actions button.ivt__change-category-btn,
.user-management .user-actions .income-verification-transactions button.ivt__change-reported-btn,
.income-verification-transactions .user-management .user-actions button.ivt__change-reported-btn, .user-management .user-actions .offers-notifications .on__action--btn, .offers-notifications .user-management .user-actions .on__action--btn, .offers-notifications .on__action--btn, .income-verification-transactions .ivt__updates-table tbody .actions .btn--action, .income-verification-transactions button.ivt__change-category-btn,
.income-verification-transactions button.ivt__change-reported-btn {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .btn--tiny, .user-management .user-actions .btn, .user-management .user-actions .modal-update-credentials .cancel, .modal-update-credentials .user-management .user-actions .cancel, .user-management .user-actions .income-verification-transactions button.ivt__change-category-btn, .income-verification-transactions .user-management .user-actions button.ivt__change-category-btn,
  .user-management .user-actions .income-verification-transactions button.ivt__change-reported-btn,
  .income-verification-transactions .user-management .user-actions button.ivt__change-reported-btn, .user-management .user-actions .offers-notifications .on__action--btn, .offers-notifications .user-management .user-actions .on__action--btn, .offers-notifications .on__action--btn, .income-verification-transactions .ivt__updates-table tbody .actions .btn--action, .income-verification-transactions button.ivt__change-category-btn,
  .income-verification-transactions button.ivt__change-reported-btn {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.btn--tiny, .user-management .user-actions .btn, .user-management .user-actions .modal-update-credentials .cancel, .modal-update-credentials .user-management .user-actions .cancel, .user-management .user-actions .income-verification-transactions button.ivt__change-category-btn, .income-verification-transactions .user-management .user-actions button.ivt__change-category-btn,
.user-management .user-actions .income-verification-transactions button.ivt__change-reported-btn,
.income-verification-transactions .user-management .user-actions button.ivt__change-reported-btn, .user-management .user-actions .offers-notifications .on__action--btn, .offers-notifications .user-management .user-actions .on__action--btn, .offers-notifications .on__action--btn, .income-verification-transactions .ivt__updates-table tbody .actions .btn--action, .income-verification-transactions button.ivt__change-category-btn,
.income-verification-transactions button.ivt__change-reported-btn {
  font-weight: 700;
  padding: 0.25rem 0.5rem;
}
.btn--tiny.btn--icon, .user-management .user-actions .btn, .user-management .user-actions .modal-update-credentials .cancel, .modal-update-credentials .user-management .user-actions .cancel, .offers-notifications .btn--icon.on__action--btn, .user-management .user-actions .offers-notifications .on__action--btn, .offers-notifications .user-management .user-actions .on__action--btn, .income-verification-transactions .ivt__updates-table tbody .actions .btn--icon.btn--action, .user-management .user-actions .income-verification-transactions .ivt__updates-table tbody .actions .btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .user-management .user-actions .btn--action, .income-verification-transactions button.btn--icon.ivt__change-category-btn, .user-management .user-actions .income-verification-transactions button.ivt__change-category-btn, .income-verification-transactions .user-management .user-actions button.ivt__change-category-btn,
.income-verification-transactions button.btn--icon.ivt__change-reported-btn,
.user-management .user-actions .income-verification-transactions button.ivt__change-reported-btn,
.income-verification-transactions .user-management .user-actions button.ivt__change-reported-btn {
  padding-right: 1.875rem;
}
.btn--tiny.btn--icon .svg, .user-management .user-actions .btn .svg, .user-management .user-actions .modal-update-credentials .cancel .svg, .modal-update-credentials .user-management .user-actions .cancel .svg, .offers-notifications .btn--icon.on__action--btn .svg, .user-management .user-actions .offers-notifications .on__action--btn .svg, .offers-notifications .user-management .user-actions .on__action--btn .svg, .income-verification-transactions .ivt__updates-table tbody .actions .btn--icon.btn--action .svg, .user-management .user-actions .income-verification-transactions .ivt__updates-table tbody .actions .btn--action .svg, .income-verification-transactions .ivt__updates-table tbody .actions .user-management .user-actions .btn--action .svg, .income-verification-transactions button.btn--icon.ivt__change-category-btn .svg, .user-management .user-actions .income-verification-transactions button.ivt__change-category-btn .svg, .income-verification-transactions .user-management .user-actions button.ivt__change-category-btn .svg,
.income-verification-transactions button.btn--icon.ivt__change-reported-btn .svg,
.user-management .user-actions .income-verification-transactions button.ivt__change-reported-btn .svg,
.income-verification-transactions .user-management .user-actions button.ivt__change-reported-btn .svg {
  right: 0.375rem;
}
.btn--tiny.btn--only, .user-management .user-actions .btn--only.btn, .user-management .user-actions .modal-update-credentials .btn--only.cancel, .modal-update-credentials .user-management .user-actions .btn--only.cancel, .offers-notifications .btn--only.on__action--btn, .income-verification-transactions .ivt__updates-table tbody .actions .btn--only.btn--action, .income-verification-transactions button.btn--only.ivt__change-category-btn,
.income-verification-transactions button.btn--only.ivt__change-reported-btn {
  top: 0.1875rem;
  height: 1.3125rem;
  padding-left: 0;
  padding-right: 1.8125rem;
}

.btn--icon-only,
a.btn--icon-only {
  width: auto;
}
.btn--icon-only .svg,
a.btn--icon-only .svg {
  fill: #fff;
  position: relative;
  top: 0.125rem;
}
.btn--icon-only.btn--tiny, .user-management .user-actions .btn--icon-only.btn, .user-management .user-actions .modal-update-credentials .btn--icon-only.cancel, .modal-update-credentials .user-management .user-actions .btn--icon-only.cancel, .offers-notifications .btn--icon-only.on__action--btn, .income-verification-transactions .ivt__updates-table tbody .actions .btn--icon-only.btn--action, .income-verification-transactions button.btn--icon-only.ivt__change-category-btn,
.income-verification-transactions button.btn--icon-only.ivt__change-reported-btn,
a.btn--icon-only.btn--tiny {
  padding-top: 6px;
  padding-bottom: 6px;
}

.btn--loading {
  color: rgba(0, 0, 0, 0) !important;
}
.btn--loading .svg {
  fill: rgba(255, 255, 255, 0);
}

.btn--ghost {
  background: transparent;
  color: #1573bc;
  width: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.btn--ghost:hover {
  background: transparent;
  color: #1573bc;
  text-decoration: underline;
}

.formatted-table, .credit-reports table.cr__list, .insurances-summary table.is__list, table.iv__completed-table,
table.iv__pending-table {
  width: 100%;
  margin-bottom: 0.9375rem;
}
.formatted-table thead, .credit-reports table.cr__list thead, .insurances-summary table.is__list thead, table.iv__completed-table thead,
table.iv__pending-table thead {
  border-bottom: 2px solid #e3e3e3;
}
.formatted-table tbody td, .credit-reports table.cr__list tbody td, .insurances-summary table.is__list tbody td, table.iv__completed-table tbody td,
table.iv__pending-table tbody td {
  border-bottom: 1px solid #f5f5f5;
  vertical-align: top;
  transition: all 0.3s;
}
.formatted-table tbody td > span, .credit-reports table.cr__list tbody td > span, .insurances-summary table.is__list tbody td > span, table.iv__completed-table tbody td > span,
table.iv__pending-table tbody td > span {
  transition: all 0.3s;
}
.formatted-table th, .credit-reports table.cr__list th, .insurances-summary table.is__list th, table.iv__completed-table th,
table.iv__pending-table th {
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  color: #6f6f6f;
}
.formatted-table td, .credit-reports table.cr__list td, .insurances-summary table.is__list td, table.iv__completed-table td,
table.iv__pending-table td, .formatted-table th, .credit-reports table.cr__list th, .insurances-summary table.is__list th, table.iv__completed-table th,
table.iv__pending-table th {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .formatted-table td, .credit-reports table.cr__list td, .insurances-summary table.is__list td, table.iv__completed-table td,
  table.iv__pending-table td, .formatted-table th, .credit-reports table.cr__list th, .insurances-summary table.is__list th, table.iv__completed-table th,
  table.iv__pending-table th {
    font: normal normal normal 0.75rem / 1.0625rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.formatted-table td > span, .credit-reports table.cr__list td > span, .insurances-summary table.is__list td > span, table.iv__completed-table td > span,
table.iv__pending-table td > span, .formatted-table th > span, .credit-reports table.cr__list th > span, .insurances-summary table.is__list th > span, table.iv__completed-table th > span,
table.iv__pending-table th > span {
  display: block;
  width: 100%;
}
.formatted-table td > span:first-child, .credit-reports table.cr__list td > span:first-child, .insurances-summary table.is__list td > span:first-child, table.iv__completed-table td > span:first-child,
table.iv__pending-table td > span:first-child, .formatted-table th > span:first-child, .credit-reports table.cr__list th > span:first-child, .insurances-summary table.is__list th > span:first-child, table.iv__completed-table th > span:first-child,
table.iv__pending-table th > span:first-child {
  display: inline-block;
  padding: 0.5rem 1.25rem;
}
.formatted-table th > span:first-child, .credit-reports table.cr__list th > span:first-child, .insurances-summary table.is__list th > span:first-child, table.iv__completed-table th > span:first-child,
table.iv__pending-table th > span:first-child {
  padding-bottom: 0.125rem;
}
.formatted-table td:first-child > span:first-child, .credit-reports table.cr__list td:first-child > span:first-child, .insurances-summary table.is__list td:first-child > span:first-child, table.iv__completed-table td:first-child > span:first-child,
table.iv__pending-table td:first-child > span:first-child, .formatted-table th:first-child > span:first-child, .credit-reports table.cr__list th:first-child > span:first-child, .insurances-summary table.is__list th:first-child > span:first-child, table.iv__completed-table th:first-child > span:first-child,
table.iv__pending-table th:first-child > span:first-child {
  padding-left: 0;
}
.formatted-table td:last-child > span:first-child, .credit-reports table.cr__list td:last-child > span:first-child, .insurances-summary table.is__list td:last-child > span:first-child, table.iv__completed-table td:last-child > span:first-child,
table.iv__pending-table td:last-child > span:first-child, .formatted-table th:last-child > span:first-child, .credit-reports table.cr__list th:last-child > span:first-child, .insurances-summary table.is__list th:last-child > span:first-child, table.iv__completed-table th:last-child > span:first-child,
table.iv__pending-table th:last-child > span:first-child {
  padding-right: 0;
}
.formatted-table td.right-align, .credit-reports table.cr__list td.right-align, .credit-reports table.cr__list td.buttons, .insurances-summary table.is__list td.right-align, table.iv__completed-table td.right-align, table.iv__completed-table td.col-buttons, table.iv__completed-table td.col-initially-sent,
table.iv__pending-table td.right-align,
table.iv__pending-table td.col-buttons,
table.iv__pending-table td.col-initially-sent, .formatted-table th.right-align, .credit-reports table.cr__list th.right-align, .credit-reports table.cr__list th.buttons, .insurances-summary table.is__list th.right-align, table.iv__completed-table th.right-align, table.iv__completed-table th.col-buttons, table.iv__completed-table th.col-initially-sent,
table.iv__pending-table th.right-align,
table.iv__pending-table th.col-buttons,
table.iv__pending-table th.col-initially-sent {
  text-align: right;
}
.formatted-table td.center-align, .credit-reports table.cr__list td.center-align, .insurances-summary table.is__list td.center-align, table.iv__completed-table td.center-align,
table.iv__pending-table td.center-align, .formatted-table th.center-align, .credit-reports table.cr__list th.center-align, .insurances-summary table.is__list th.center-align, table.iv__completed-table th.center-align,
table.iv__pending-table th.center-align {
  text-align: center;
}
.formatted-table td.light-text, .credit-reports table.cr__list td.light-text, .insurances-summary table.is__list td.light-text, table.iv__completed-table td.light-text,
table.iv__pending-table td.light-text, .formatted-table th.light-text, .credit-reports table.cr__list th.light-text, .insurances-summary table.is__list th.light-text, table.iv__completed-table th.light-text,
table.iv__pending-table th.light-text {
  color: #6f6f6f;
}
.formatted-table td.buttons, .credit-reports table.cr__list td.buttons, .insurances-summary table.is__list td.buttons, table.iv__completed-table td.buttons,
table.iv__pending-table td.buttons {
  text-align: right;
}
.formatted-table td.buttons button, .credit-reports table.cr__list td.buttons button, .insurances-summary table.is__list td.buttons button, table.iv__completed-table td.buttons button,
table.iv__pending-table td.buttons button {
  display: inline-block;
  margin-left: 0.234375rem;
  width: auto;
}
.formatted-table.clickable > tbody > tr:hover > td, .credit-reports table.clickable.cr__list > tbody > tr:hover > td, .insurances-summary table.clickable.is__list > tbody > tr:hover > td, table.clickable.iv__completed-table > tbody > tr:hover > td,
table.clickable.iv__pending-table > tbody > tr:hover > td,
.formatted-table.clickable > tbody > tr.hover > td,
.credit-reports table.clickable.cr__list > tbody > tr.hover > td,
.insurances-summary table.clickable.is__list > tbody > tr.hover > td,
table.clickable.iv__completed-table > tbody > tr.hover > td,
table.clickable.iv__pending-table > tbody > tr.hover > td {
  cursor: pointer;
  border-color: rgb(212, 237.8, 249);
}
.formatted-table.clickable > tbody > tr:hover > td > span, .credit-reports table.clickable.cr__list > tbody > tr:hover > td > span, .insurances-summary table.clickable.is__list > tbody > tr:hover > td > span, table.clickable.iv__completed-table > tbody > tr:hover > td > span,
table.clickable.iv__pending-table > tbody > tr:hover > td > span,
.formatted-table.clickable > tbody > tr.hover > td > span,
.credit-reports table.clickable.cr__list > tbody > tr.hover > td > span,
.insurances-summary table.clickable.is__list > tbody > tr.hover > td > span,
table.clickable.iv__completed-table > tbody > tr.hover > td > span,
table.clickable.iv__pending-table > tbody > tr.hover > td > span {
  color: #1573bc;
}

.formatted-table.compact td, .credit-reports table.compact.cr__list td, .insurances-summary table.compact.is__list td, table.compact.iv__completed-table td,
table.compact.iv__pending-table td, .formatted-table.compact th, .credit-reports table.compact.cr__list th, .insurances-summary table.compact.is__list th, table.compact.iv__completed-table th,
table.compact.iv__pending-table th {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .formatted-table.compact td, .credit-reports table.compact.cr__list td, .insurances-summary table.compact.is__list td, table.compact.iv__completed-table td,
  table.compact.iv__pending-table td, .formatted-table.compact th, .credit-reports table.compact.cr__list th, .insurances-summary table.compact.is__list th, table.compact.iv__completed-table th,
  table.compact.iv__pending-table th {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.formatted-table.compact td > span:first-child, .credit-reports table.compact.cr__list td > span:first-child, .insurances-summary table.compact.is__list td > span:first-child, table.compact.iv__completed-table td > span:first-child,
table.compact.iv__pending-table td > span:first-child, .formatted-table.compact th > span:first-child, .credit-reports table.compact.cr__list th > span:first-child, .insurances-summary table.compact.is__list th > span:first-child, table.compact.iv__completed-table th > span:first-child,
table.compact.iv__pending-table th > span:first-child {
  padding: 0.25rem 0.625rem;
}
.formatted-table.compact th > span:first-child, .credit-reports table.compact.cr__list th > span:first-child, .insurances-summary table.compact.is__list th > span:first-child, table.compact.iv__completed-table th > span:first-child,
table.compact.iv__pending-table th > span:first-child {
  padding-bottom: 0.125rem;
}
.formatted-table.compact td:first-child > span:first-child, .credit-reports table.compact.cr__list td:first-child > span:first-child, .insurances-summary table.compact.is__list td:first-child > span:first-child, table.compact.iv__completed-table td:first-child > span:first-child,
table.compact.iv__pending-table td:first-child > span:first-child, .formatted-table.compact th:first-child > span:first-child, .credit-reports table.compact.cr__list th:first-child > span:first-child, .insurances-summary table.compact.is__list th:first-child > span:first-child, table.compact.iv__completed-table th:first-child > span:first-child,
table.compact.iv__pending-table th:first-child > span:first-child {
  padding-left: 0;
}
.formatted-table.compact td:last-child > span:first-child, .credit-reports table.compact.cr__list td:last-child > span:first-child, .insurances-summary table.compact.is__list td:last-child > span:first-child, table.compact.iv__completed-table td:last-child > span:first-child,
table.compact.iv__pending-table td:last-child > span:first-child, .formatted-table.compact th:last-child > span:first-child, .credit-reports table.compact.cr__list th:last-child > span:first-child, .insurances-summary table.compact.is__list th:last-child > span:first-child, table.compact.iv__completed-table th:last-child > span:first-child,
table.compact.iv__pending-table th:last-child > span:first-child {
  padding-right: 0;
}

.ul-table {
  width: 100%;
}
.ul-table .ut__content-wrapper:before, .ul-table .ut__content-wrapper:after {
  display: table;
  content: " ";
}
.ul-table .ut__content-wrapper:after {
  clear: both;
}
.ul-table > ul > li {
  float: left;
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
  min-height: 1px;
}
.ul-table > ul > li:first-child {
  padding-left: 0;
}
.ul-table > ul > li:last-child {
  padding-right: 0;
}
.ul-table.headers {
  clear: both;
  padding-top: 0.46875rem;
  padding-bottom: 0.46875rem;
  border-bottom: 2px solid #e3e3e3;
  color: #6f6f6f;
  text-transform: uppercase;
}
.ul-table.content {
  position: relative;
  cursor: pointer;
  padding-top: 0.46875rem;
  padding-bottom: 0.46875rem;
  border-bottom: 1px solid #f5f5f5;
  transition: all 0.3s;
}
.ul-table.content:before, .ul-table.content:after {
  content: "";
  position: absolute;
  left: -0.46875rem;
  top: 0;
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 0.46875rem;
  height: 100%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  transition: all 0.3s;
}
.ul-table.content:after {
  left: auto;
  right: -0.46875rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.ul-table.content:hover, .ul-table.content.hover {
  background: rgb(243.3, 248, 251.65);
  color: #1573bc;
}
.ul-table.content:hover:before, .ul-table.content:hover:after, .ul-table.content.hover:before, .ul-table.content.hover:after {
  background: rgb(243.3, 248, 251.65);
}
.ul-table.content.highlighted {
  background: #1573bc;
  color: #fff;
}
.ul-table.content.highlighted:before, .ul-table.content.highlighted:after {
  background: #1573bc;
}
.ul-table.content.theme-secondary:hover, .ul-table.content.theme-secondary.hover {
  background: rgb(242.95, 249.3, 246.95);
  color: #0e8d5e;
}
.ul-table.content.theme-secondary:hover:before, .ul-table.content.theme-secondary:hover:after, .ul-table.content.theme-secondary.hover:before, .ul-table.content.theme-secondary.hover:after {
  background: rgb(242.95, 249.3, 246.95);
}
.ul-table.content.theme-secondary.highlighted {
  background: #0e8d5e;
}
.ul-table.content.theme-secondary.highlighted:before, .ul-table.content.theme-secondary.highlighted:after {
  background: #0e8d5e;
}
.ul-table.compact {
  padding-top: 0.234375rem;
  padding-bottom: 0.234375rem;
}
.ul-table.headers .sortable {
  cursor: pointer;
  color: #1573bc;
}
.ul-table.headers .sortable.sorted {
  color: #0e8d5e;
}
.ul-table.headers .sortable .ut__sort-arrow {
  position: relative;
  top: -0.0625rem;
  left: 0.125rem;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #0e8d5e transparent transparent transparent;
  opacity: 0;
  transition: all 0.5s;
}
.ul-table.headers .sortable.asc .ut__sort-arrow {
  opacity: 1;
  transform: rotate(180deg);
  border-width: 8px 6px 0 6px;
}
.ul-table.headers .sortable.desc .ut__sort-arrow {
  opacity: 1;
  border-width: 8px 6px 0 6px;
}

.tooltip-inner {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .tooltip-inner {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.tooltip-inner {
  font-weight: 700;
  padding: 2px 6px;
  position: relative;
  bottom: -4px;
  background: #1573bc;
  color: #fff;
  border-radius: 3px;
}

.tooltip.top .tooltip-arrow {
  bottom: -4px;
  border-top-color: #1573bc;
}

.tooltip.right {
  margin-top: -4px;
}
.tooltip.right .tooltip-arrow {
  margin-top: -1px;
  border-right-color: #1573bc;
}

.tooltip.left {
  margin-top: -4px;
}
.tooltip.left .tooltip-arrow {
  margin-top: -1px;
  border-left-color: #1573bc;
}

.tooltip.in.in-add {
  opacity: 0;
  transition: opacity 0.5s;
}
.tooltip.in.in-add-active {
  opacity: 0.9;
}

.modal-content {
  border-radius: 3px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border: none;
}

.modal.fade .modal-dialog {
  transform: translate(0, -10%);
  opacity: 0;
  transition: all 0.5s;
}

.modal.in .modal-dialog {
  opacity: 1;
  transform: translate(0, 0);
}

.modal-backdrop {
  background: #fff;
  opacity: 0.95;
}

.modal-backdrop.fade {
  transition: opacity 0.5s;
  opacity: 0;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.panel {
  margin-bottom: 1.875rem;
}
.panel .p__content-wrapper:before, .panel .p__content-wrapper:after {
  display: table;
  content: " ";
}
.panel .p__content-wrapper:after {
  clear: both;
}
.panel .p__content-wrapper {
  border-radius: 3px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 1.875rem;
  transition: all 0.3s;
}
.panel .p__content > *:last-child {
  margin-bottom: 0;
}
.panel .p__header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .panel .p__header {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.panel .p__header {
  margin-bottom: 1.875rem;
}
@media (max-width: 1200px) {
  .panel .p__content-wrapper {
    padding: 0.9375rem;
  }
}
@media (max-width: 480px) {
  .panel {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }
  .panel .p__header {
    margin-bottom: 0.9375rem !important;
  }
}
.panel.panel--no-bg .p__content-wrapper {
  background: none;
  box-shadow: none;
  padding: 0;
}

.tabbed-container .tc__content-wrapper {
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.tabbed-container .tc__tabs-wrapper:before, .tabbed-container .tc__tabs-wrapper:after {
  display: table;
  content: " ";
}
.tabbed-container .tc__tabs-wrapper:after {
  clear: both;
}
.tabbed-container .tc__tabs-wrapper {
  background: #f7f7f7;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: 1px solid #ececec;
}
.tabbed-container .tc__tab {
  position: relative;
  float: left;
  padding: 0.75rem 1.25rem;
  border-left: 1px solid #ececec;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .tabbed-container .tc__tab {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.tabbed-container .tc__tab {
  cursor: pointer;
}
@media (max-width: 767px) {
  .tabbed-container .tc__tab {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 0.75rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .tabbed-container .tc__tab {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.tabbed-container .tc__tab:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.1875rem;
  background: #23b780;
  opacity: 0;
  transition: all 0.5s;
}
.tabbed-container .tc__tab:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
  transition: all 0.5s;
}
.tabbed-container .tc__tab:first-child {
  border-left: none;
}
.tabbed-container .tc__tab:last-child {
  border-right: 1px solid #ececec;
}
.tabbed-container .tc__tab:hover {
  background: rgba(255, 255, 255, 0.5);
}
.tabbed-container .tc__tab:hover:before, .tabbed-container .tc__tab:hover:after {
  opacity: 0.5;
}
.tabbed-container .tc__tab.active {
  position: relative;
  background: #fff;
  font-weight: normal;
  border-color: rgba(255, 255, 255, 0);
}
.tabbed-container .tc__tab.active:before, .tabbed-container .tc__tab.active:after {
  opacity: 1;
}
.tabbed-container .tc__tab.active + .te__source-type {
  border-left-color: rgba(255, 255, 255, 0);
}
.tabbed-container .tc__tab.active:first-child:before {
  border-top-left-radius: 3px;
}
.tabbed-container .tc__main-content {
  padding: 0.9375rem 0.9375rem;
}
.tabbed-container.tc__right .tc__tab {
  float: right;
}

.alert .a__content-wrapper, .inner_alert .a__content-wrapper {
  position: relative;
  border-radius: 3px;
  padding: 0.46875rem 0.9375rem 0.46875rem 2.8125rem;
  margin-bottom: 1.875rem;
  clear: both;
}
.alert .a__content-wrapper .svg, .inner_alert .a__content-wrapper .svg {
  position: absolute;
  top: 0.46875rem;
  left: 0.9375rem;
  width: 1.25rem;
  height: 1.25rem;
}
.alert .a__content-wrapper.alert, .inner_alert .a__content-wrapper.alert {
  color: #d20000;
  background: rgb(250.5, 229.5, 229.5);
}
.alert .a__content-wrapper.alert .svg, .inner_alert .a__content-wrapper.alert .svg {
  fill: #d20000;
}
.alert .a__content-wrapper.notice, .inner_alert .a__content-wrapper.notice {
  color: #1573bc;
  background: rgb(231.6, 241, 248.3);
}
.alert .a__content-wrapper.notice .svg, .inner_alert .a__content-wrapper.notice .svg {
  fill: #1573bc;
}

.inner_alert .a__content-wrapper {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.authentication-panel .d__logo-wrapper {
  text-align: center;
}
.authentication-panel .ap__welcome-header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .authentication-panel .ap__welcome-header {
    font: normal normal 300 1.5rem / 1.75rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.authentication-panel .ap__welcome-header {
  display: block;
  font-weight: 100;
  font-size: 2.625rem;
  text-align: center;
  color: #6f6f6f;
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .authentication-panel .ap__welcome-header {
    margin-bottom: 0.9375rem;
  }
}
.authentication-panel .role-picker {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
.authentication-panel .ap__content-wrapper.ap__content-wrapper--no-padding {
  padding-top: 0;
}
.authentication-panel .ap__content-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.authentication-panel .ap__content-wrapper:before, .authentication-panel .ap__content-wrapper:after {
  display: table;
  content: " ";
}
.authentication-panel .ap__content-wrapper:after {
  clear: both;
}
.authentication-panel .ap__content-wrapper {
  padding-top: 3.75rem;
  margin-bottom: 2.8125rem;
}
.authentication-panel .ap__content-wrapper.no-tabs {
  padding-top: 0.9375rem;
}
@media (max-width: 767px) {
  .authentication-panel .ap__content-wrapper.no-tabs .ap__rhs-wrapper {
    margin-top: 0.9375rem;
  }
}
.authentication-panel .ap__content-wrapper.no-min-height .ap__lhs, .authentication-panel .ap__content-wrapper.no-min-height .ap__rhs {
  min-height: 0;
}
.authentication-panel .ap__content-wrapper.partner {
  padding-top: 0;
}
@media (max-width: 767px) {
  .authentication-panel .ap__content-wrapper {
    padding-top: 0;
  }
}
.authentication-panel .ap__lhs-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .authentication-panel .ap__lhs-wrapper {
    float: left;
    width: 50%;
  }
}
.authentication-panel .ap__two-factor-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.authentication-panel .ap__two-factor-content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .authentication-panel .ap__two-factor-content {
    float: left;
    width: 75%;
  }
}
.authentication-panel .ap__rhs-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .authentication-panel .ap__rhs-wrapper {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .authentication-panel .ap__rhs-wrapper {
    margin-top: 0.9375rem;
    margin-bottom: 1.875rem;
  }
}
.authentication-panel .ap__lhs,
.authentication-panel .ap__rhs,
.authentication-panel .ap__two-factor {
  background: #fff;
  min-height: 28.125rem;
  border-radius: 3px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  padding: 2.8125rem 2.8125rem;
  display: flow-root;
}
.authentication-panel .ap__lhs.no-background,
.authentication-panel .ap__rhs.no-background,
.authentication-panel .ap__two-factor.no-background {
  box-shadow: none;
  background: none;
}
.authentication-panel .ap__lhs p > span,
.authentication-panel .ap__rhs p > span,
.authentication-panel .ap__two-factor p > span {
  font-weight: 700;
}
@media (max-width: 767px) {
  .authentication-panel .ap__lhs,
  .authentication-panel .ap__rhs,
  .authentication-panel .ap__two-factor {
    padding: 0.9375rem 1.40625rem;
    min-height: 17.5rem;
  }
}
.authentication-panel .ap__lhs-actions {
  margin-top: 0.9375rem;
}
.authentication-panel .ap__lhs-actions .ap__register-link {
  float: left;
}
.authentication-panel .ap__lhs-actions .ap__forgotten-password-link {
  float: right;
}
.authentication-panel .ap__lhs-actions a {
  text-decoration: none;
}
.authentication-panel .ap__rhs--tip {
  min-height: 28.125rem;
  padding: 2.8125rem 2.8125rem;
}
.authentication-panel .ap__rhs--tip strong {
  font-weight: 700;
}
@media (max-width: 767px) {
  .authentication-panel .ap__rhs--tip {
    padding: 0.9375rem 1.40625rem;
    min-height: 17.5rem;
  }
}
.authentication-panel .ap__tip {
  text-align: center;
  padding-top: 6.125rem;
}
@media (max-width: 767px) {
  .authentication-panel .ap__tip {
    padding-top: 0.9375rem;
  }
}
.authentication-panel .ap__tip .ap__tip--header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .authentication-panel .ap__tip .ap__tip--header {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.authentication-panel .ap__tip .ap__tip--header {
  font-weight: 300;
  font-size: 2rem;
  color: #23b780;
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .authentication-panel .ap__tip .ap__tip--header {
    font-size: 1.625rem;
    font-weight: 300;
  }
}
.authentication-panel .ap__tip .ap__tip--svg {
  width: 100%;
  min-height: 9.375rem;
}
@media (max-width: 767px) {
  .authentication-panel .ap__tip .ap__tip--svg {
    display: none;
  }
}
.authentication-panel .ap__tip .ap__tip--svg svg {
  height: 10.625rem;
  width: 100%;
}
.authentication-panel .ap__tip .ap__tip--blurb {
  color: #6f6f6f;
}
@media (max-width: 767px) {
  .authentication-panel .ap__rhs {
    padding-top: 1.875rem;
  }
}
.authentication-panel .ap__rhs-inner-wrapper {
  position: relative;
}
.authentication-panel .ap__rhs-switch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
.authentication-panel .ap__rhs-switch.active {
  display: block;
}
.authentication-panel .ap__header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .authentication-panel .ap__header {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.authentication-panel .ap__header {
  font-weight: normal;
  line-height: 1.625rem;
  margin-bottom: 1.875rem;
}
.authentication-panel .ap__tabs {
  position: absolute;
  top: -3.75rem;
  right: 0.9375rem;
}
.authentication-panel .ap__tabs:before, .authentication-panel .ap__tabs:after {
  display: table;
  content: " ";
}
.authentication-panel .ap__tabs:after {
  clear: both;
}
.authentication-panel .ap__tabs {
  background: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: 0 -0.375rem 0.75rem 0.1875rem rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
@media (max-width: 767px) {
  .authentication-panel .ap__tabs {
    top: auto;
    bottom: -3.75rem;
    box-shadow: 0 0.375rem 0.75rem 0.1875rem rgba(0, 0, 0, 0.05);
  }
}
.authentication-panel .ap__content-wrapper.partner .ap__tabs {
  display: none;
}
.authentication-panel .ap__button-invite-accept,
.authentication-panel .ap__button-invite-reject {
  margin-bottom: 0.9375rem;
}
.authentication-panel .ap__tab {
  position: relative;
  display: block;
  float: right;
  padding-top: 0.46875rem;
  height: 3.75rem;
  width: 6.875rem;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
}
.authentication-panel .ap__tab:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  transition: all 0.5s;
  opacity: 0;
}
@media (max-width: 767px) {
  .authentication-panel .ap__tab:before {
    top: auto;
    bottom: 0;
  }
}
.authentication-panel .ap__tab.active:before {
  opacity: 1;
}
.authentication-panel .ap__tab.retail {
  border-top-left-radius: 3px;
  border-top: 3;
  color: #23b780;
  line-height: 2.8125rem;
  box-shadow: -0.125rem -0.125rem 0.25rem 0 rgba(0, 0, 0, 0.05) inset;
}
.authentication-panel .ap__tab.retail:before {
  background: #23b780;
}
@media (max-width: 767px) {
  .authentication-panel .ap__tab.retail {
    box-shadow: -0.125rem 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.05) inset;
  }
}
.authentication-panel .ap__tab.retail.active {
  background: #fff;
  box-shadow: none;
}
.authentication-panel .ap__tab.partner {
  color: #1573bc;
  border-top-right-radius: 3px;
  box-shadow: 0.125rem -0.125rem 0.25rem 0 rgba(0, 0, 0, 0.05) inset;
}
.authentication-panel .ap__tab.partner:before {
  background: #1573bc;
}
@media (max-width: 767px) {
  .authentication-panel .ap__tab.partner {
    box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.05) inset;
  }
}
.authentication-panel .ap__tab.partner.active {
  background: #fff;
  box-shadow: none;
}
.authentication-panel .ap__rhs-wrapper.retail .ap__header {
  color: #23b780;
}
.authentication-panel .ap__rhs-wrapper.partner .ap__header {
  color: #1573bc;
}
.authentication-panel .ap__blurb {
  margin-bottom: 1.875rem;
}
.authentication-panel .ap__rhs-blurb {
  margin-bottom: 2.8125rem;
}
.authentication-panel .ap__ribbon-header {
  padding: 0.46875rem 1.5625rem;
  margin-bottom: 1.875rem;
  background: #1573bc;
  color: #fff;
  position: relative;
  left: -3.5625rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .authentication-panel .ap__ribbon-header {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.authentication-panel .ap__ribbon-header:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.75rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.75rem 0.75rem 0;
  border-color: transparent rgb(13.65, 74.75, 122.2) transparent transparent;
}
@media (max-width: 767px) {
  .authentication-panel .ap__ribbon-header {
    left: -2.15625rem;
    margin-bottom: 0.9375rem;
  }
}
.authentication-panel .ap__or {
  position: absolute;
  right: -2.1875rem;
  top: 1.875rem;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 8.75rem;
  text-transform: uppercase;
  color: #28a9e1;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .authentication-panel .ap__or {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.authentication-panel .ap__or {
  font-weight: normal;
  line-height: 4.375rem;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
@media (max-width: 767px) {
  .authentication-panel .ap__or {
    display: none;
  }
}
.authentication-panel .ap__btn-register {
  display: block;
  max-width: 14.375rem;
  padding-left: 1.875rem;
  padding-right: 2.8125rem;
  margin: 0 auto;
  line-height: 1.625rem;
  text-align: center;
}
.authentication-panel form {
  clear: left;
  position: relative;
}
.authentication-panel input {
  padding-top: 0.46875rem;
  padding-bottom: 0.46875rem;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .authentication-panel input {
    font-size: 1.25rem;
  }
}
.authentication-panel .input-group {
  margin-bottom: 1.875rem;
}
.authentication-panel .actions .input-group {
  min-width: 150px;
  margin-bottom: 0;
  text-align: right;
}
.authentication-panel .actions .input-group button {
  width: 100%;
  margin-bottom: 0.46875rem;
}
@media (max-width: 767px) {
  .authentication-panel .actions .input-group {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .authentication-panel .ap__blurb,
  .authentication-panel .ap__rhs-blurb,
  .authentication-panel .ap__header,
  .authentication-panel .input-group {
    margin-bottom: 0.9375rem;
  }
  .authentication-panel .ap__rhs {
    padding-top: 0.9375rem;
    min-height: 14.6875rem;
  }
  .authentication-panel input {
    font-size: 1.125rem;
    padding: 0.375rem 0.625rem;
  }
}
.authentication-panel .two-factor-actions li {
  margin-right: 0.9375rem;
  display: inline;
}
.authentication-panel .ap__third-party--connective img {
  max-height: 1.125rem;
}
.authentication-panel .ap__third-party--divider {
  margin-top: 1.875rem;
  margin-bottom: 1.1875rem;
}
.authentication-panel .ap__third-party--divider-line {
  border-bottom: 1px solid #e3e3e3;
  height: 1px;
  margin-top: 0.5625rem;
}
.authentication-panel .ap__third-party--divider-text {
  text-align: center;
  background-color: white;
  width: 3.125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-top: -0.6875rem;
  margin-left: auto;
  margin-right: auto;
}
.authentication-panel .ap__help-hint {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .authentication-panel .ap__help-hint {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.authentication-panel .ap__help-hint {
  color: #6f6f6f;
  font-style: italic;
  margin: 0.375rem 0 0;
  padding: 0;
  text-align: left;
  line-height: 1.45;
}
.authentication-panel .ap__rescue-panel {
  margin-top: 0.5rem;
  padding: 0.875rem;
  background: #f7f7f7;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .authentication-panel .ap__rescue-panel {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.authentication-panel .ap__rescue-panel {
  color: #505050;
  line-height: 1.55;
}
.authentication-panel .ap__rescue-panel h5 {
  margin: 0 0 0.5rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .authentication-panel .ap__rescue-panel h5 {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.authentication-panel .ap__rescue-panel h5 {
  font-weight: 600;
  color: #020202;
}
.authentication-panel .ap__rescue-panel .ap__rescue-instruction {
  margin: 0 0 0.625rem;
  padding-left: 0;
}
.authentication-panel .ap__rescue-alt-row {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "icon text" "btn btn";
  column-gap: 0.625rem;
  row-gap: 0.75rem;
  align-items: center;
  margin-top: 0.625rem;
  padding: 0.75rem 0.875rem;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
}
.authentication-panel .ap__rescue-alt-row .svg {
  grid-area: icon;
  width: 1.25rem;
  height: 1.25rem;
  fill: #6f6f6f;
  align-self: center;
}
.authentication-panel .ap__rescue-alt-row button {
  grid-area: btn;
  justify-self: end;
}
.authentication-panel .ap__rescue-alt-text {
  grid-area: text;
  align-self: center;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .authentication-panel .ap__rescue-alt-text {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.authentication-panel .ap__rescue-alt-text {
  color: #505050;
}
.authentication-panel .ap__rescue-alt-text strong {
  color: #020202;
  font-weight: 600;
}
.authentication-panel .ap__rescue-contact {
  margin-top: 0.625rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .authentication-panel .ap__rescue-contact {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.authentication-panel .ap__rescue-contact {
  color: #6f6f6f;
}
.authentication-panel .ap__remember-note {
  border-top: 1px solid #f5f5f5;
  margin-top: 0.9375rem;
  padding-top: 0.46875rem;
}

.mercury-new-partner-panel abbr {
  text-decoration: none;
  color: #FF9600;
}
.mercury-new-partner-panel .a__content-wrapper {
  margin-left: 0;
  margin-right: 0;
}
.mercury-new-partner-panel .mnpp__content-wrapper {
  padding-top: 0;
  padding-top: 0.9375rem;
  margin-bottom: 2.8125rem;
}
.mercury-new-partner-panel .mnpp__avatar-wrapper {
  position: relative;
  min-height: 4.375rem;
  margin-bottom: 1.875rem;
  padding-left: 5.3125rem;
}
.mercury-new-partner-panel .mnpp__avatar {
  position: absolute;
  left: 0;
  top: 0;
}
.mercury-new-partner-panel .mnpp__avatar img {
  border-radius: 0.3125rem;
  width: 4.375rem;
  height: 4.375rem;
}
.mercury-new-partner-panel .mnpp__welcome-text {
  display: block;
  padding-top: 0.46875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .mercury-new-partner-panel .mnpp__welcome-text {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.mercury-new-partner-panel .mnpp__welcome-text {
  line-height: 1.375rem;
}
.mercury-new-partner-panel .mnpp__instructions {
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .mercury-new-partner-panel .mnpp__instructions {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.mercury-new-partner-panel .mnpp__logout {
  position: absolute;
  top: 0.625rem;
  right: 0;
}
.mercury-new-partner-panel h2 {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .mercury-new-partner-panel h2 {
    font: normal normal 300 1.5rem / 1.75rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.mercury-new-partner-panel h2 {
  margin-bottom: 0.9375rem;
}
@media (max-width: 767px) {
  .mercury-new-partner-panel h2 {
    margin-bottom: 0.46875rem;
    margin-top: 0.9375rem;
  }
}
.mercury-new-partner-panel .mnpp__mercury-details,
.mercury-new-partner-panel .mnpp__form,
.mercury-new-partner-panel .mnpp__plan,
.mercury-new-partner-panel .mnpp__credit-card,
.mercury-new-partner-panel .mnpp__broker {
  margin-right: -15px;
  margin-left: -15px;
}
.mercury-new-partner-panel .mnpp__mercury-details:before, .mercury-new-partner-panel .mnpp__mercury-details:after,
.mercury-new-partner-panel .mnpp__form:before,
.mercury-new-partner-panel .mnpp__form:after,
.mercury-new-partner-panel .mnpp__plan:before,
.mercury-new-partner-panel .mnpp__plan:after,
.mercury-new-partner-panel .mnpp__credit-card:before,
.mercury-new-partner-panel .mnpp__credit-card:after,
.mercury-new-partner-panel .mnpp__broker:before,
.mercury-new-partner-panel .mnpp__broker:after {
  display: table;
  content: " ";
}
.mercury-new-partner-panel .mnpp__mercury-details:after,
.mercury-new-partner-panel .mnpp__form:after,
.mercury-new-partner-panel .mnpp__plan:after,
.mercury-new-partner-panel .mnpp__credit-card:after,
.mercury-new-partner-panel .mnpp__broker:after {
  clear: both;
}
.mercury-new-partner-panel .mnpp__mercury-details,
.mercury-new-partner-panel .mnpp__form,
.mercury-new-partner-panel .mnpp__plan,
.mercury-new-partner-panel .mnpp__credit-card,
.mercury-new-partner-panel .mnpp__broker {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  padding: 0.9375rem 0.9375rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .mercury-new-partner-panel .mnpp__mercury-details,
  .mercury-new-partner-panel .mnpp__form,
  .mercury-new-partner-panel .mnpp__plan,
  .mercury-new-partner-panel .mnpp__credit-card,
  .mercury-new-partner-panel .mnpp__broker {
    padding: 0.9375rem 0.9375rem;
    margin-bottom: 0.46875rem;
  }
}
.mercury-new-partner-panel .mnpp__mercury-details h2,
.mercury-new-partner-panel .mnpp__form h2,
.mercury-new-partner-panel .mnpp__plan h2,
.mercury-new-partner-panel .mnpp__credit-card h2,
.mercury-new-partner-panel .mnpp__broker h2 {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .mercury-new-partner-panel .mnpp__mercury-details h2,
  .mercury-new-partner-panel .mnpp__form h2,
  .mercury-new-partner-panel .mnpp__plan h2,
  .mercury-new-partner-panel .mnpp__credit-card h2,
  .mercury-new-partner-panel .mnpp__broker h2 {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.mercury-new-partner-panel .mnpp__mercury-details h2,
.mercury-new-partner-panel .mnpp__form h2,
.mercury-new-partner-panel .mnpp__plan h2,
.mercury-new-partner-panel .mnpp__credit-card h2,
.mercury-new-partner-panel .mnpp__broker h2 {
  margin-bottom: 0.9375rem;
  margin-top: 0;
}
@media (max-width: 767px) {
  .mercury-new-partner-panel .mnpp__mercury-details h2,
  .mercury-new-partner-panel .mnpp__form h2,
  .mercury-new-partner-panel .mnpp__plan h2,
  .mercury-new-partner-panel .mnpp__credit-card h2,
  .mercury-new-partner-panel .mnpp__broker h2 {
    margin-bottom: 0.46875rem;
  }
}
.mercury-new-partner-panel .mnpp__broker h3 {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .mercury-new-partner-panel .mnpp__broker h3 {
    font: normal normal 300 0.875rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.mercury-new-partner-panel .mnpp__broker h3 {
  margin-bottom: 0;
}
.mercury-new-partner-panel .mnpp__credit-card select {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  color: #444;
  line-height: 1.3;
  padding: 0.4em 1.4em 0.5em 0.7em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #ccc;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23888888%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
.mercury-new-partner-panel .mnpp__credit-card .select-css::-ms-expand {
  display: none;
}
.mercury-new-partner-panel .mnpp__credit-card .select-css:hover {
  border-color: #aaa;
}
.mercury-new-partner-panel .mnpp__credit-card .select-css:focus {
  border-color: #ccc;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.mercury-new-partner-panel .mnpp__credit-card .select-css option {
  font-weight: normal;
}
.mercury-new-partner-panel .mnpp__credit-card .back-link {
  padding-top: 0.46875rem;
  float: left;
}
.mercury-new-partner-panel .mnpp__credit-card .input-group.card-number {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .mercury-new-partner-panel .mnpp__credit-card .input-group.card-number {
    float: left;
    width: 50%;
  }
}
.mercury-new-partner-panel .mnpp__credit-card .input-group.expiry-month {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .mercury-new-partner-panel .mnpp__credit-card .input-group.expiry-month {
    float: left;
    width: 16.6666666667%;
  }
}
.mercury-new-partner-panel .mnpp__credit-card .input-group.expiry-year {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .mercury-new-partner-panel .mnpp__credit-card .input-group.expiry-year {
    float: left;
    width: 16.6666666667%;
  }
}
.mercury-new-partner-panel .mnpp__credit-card .input-group.verification-value {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .mercury-new-partner-panel .mnpp__credit-card .input-group.verification-value {
    float: left;
    width: 16.6666666667%;
  }
}
.mercury-new-partner-panel .mnpp__mercury-details .field,
.mercury-new-partner-panel .mnpp__broker .field {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .mercury-new-partner-panel .mnpp__mercury-details .field,
  .mercury-new-partner-panel .mnpp__broker .field {
    float: left;
    width: 50%;
  }
}
.mercury-new-partner-panel .mnpp__mercury-details .field,
.mercury-new-partner-panel .mnpp__broker .field {
  padding-left: 0;
}
.mercury-new-partner-panel .mnpp__mercury-details .field.full-width,
.mercury-new-partner-panel .mnpp__broker .field.full-width {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .mercury-new-partner-panel .mnpp__mercury-details .field.full-width,
  .mercury-new-partner-panel .mnpp__broker .field.full-width {
    float: left;
    width: 100%;
  }
}
.mercury-new-partner-panel .mnpp__mercury-details .field.full-width,
.mercury-new-partner-panel .mnpp__broker .field.full-width {
  padding-left: 0;
}
.mercury-new-partner-panel .mnpp__mercury-details label,
.mercury-new-partner-panel .mnpp__broker label {
  display: block;
  margin-top: 0.46875rem;
  color: #6f6f6f;
}
.mercury-new-partner-panel .mnpp__mercury-details span,
.mercury-new-partner-panel .mnpp__broker span {
  display: block;
}
.mercury-new-partner-panel .mnpp__form label,
.mercury-new-partner-panel .mnpp__plan label {
  font-weight: normal;
  color: #6f6f6f;
}
.mercury-new-partner-panel .mnpp__form .checkbox label,
.mercury-new-partner-panel .mnpp__plan .checkbox label {
  color: #505050;
  margin-left: 1.6875rem;
  padding-top: 0.125rem;
}
.mercury-new-partner-panel .mnpp__plan .actions {
  margin-top: 0.9375rem;
}
.mercury-new-partner-panel .mnpp__plan--details {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .mercury-new-partner-panel .mnpp__plan--details {
    float: left;
    width: 66.6666666667%;
  }
}
.mercury-new-partner-panel .mnpp__plan--details {
  padding-left: 0;
}
.mercury-new-partner-panel .mnpp__plan--details h3 {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .mercury-new-partner-panel .mnpp__plan--details h3 {
    font: normal normal 300 0.875rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.mercury-new-partner-panel .mnpp__plan--details ul {
  list-style: disc;
  margin-left: 1.875rem;
  margin-bottom: 0.9375rem;
}
.mercury-new-partner-panel .mnpp__plan--details .note {
  margin-left: 0.9375rem;
  color: #6f6f6f;
}
.mercury-new-partner-panel .mnpp__plan--price {
  float: right;
  text-align: right;
  font-size: 2rem;
  color: #1573bc;
  margin-top: 0.234375rem;
}
.mercury-new-partner-panel .mnpp__plan--price.price-included {
  font-size: 1.625rem;
}
.mercury-new-partner-panel .mnpp__plan--period {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .mercury-new-partner-panel .mnpp__plan--period {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.mercury-new-partner-panel .mnpp__plan--period {
  margin-top: 0.9375rem;
}
.mercury-new-partner-panel table.mnpp__broker-list {
  width: 100%;
}
.mercury-new-partner-panel table.mnpp__broker-list label {
  color: #505050;
}
.mercury-new-partner-panel table.mnpp__broker-list th,
.mercury-new-partner-panel table.mnpp__broker-list td {
  padding: 0.234375rem 0.46875rem;
}
.mercury-new-partner-panel table.mnpp__broker-list td.broker-name {
  padding: 0;
}
.mercury-new-partner-panel table.mnpp__broker-list td.broker-name label {
  padding: 0.234375rem 0.46875rem;
}
.mercury-new-partner-panel table.mnpp__broker-list tr:hover td {
  background-color: rgb(231.6, 241, 248.3);
}
.mercury-new-partner-panel table.mnpp__broker-list thead th {
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #e3e3e3;
}
.mercury-new-partner-panel table.mnpp__broker-list tbody td {
  border-bottom: 1px solid #f5f5f5;
}
.mercury-new-partner-panel table.mnpp__broker-list tfoot td {
  border-top: 2px solid #e3e3e3;
  font-weight: 700;
}
.mercury-new-partner-panel table.mnpp__broker-list .broker-checkbox {
  width: 30px;
  text-align: center;
}
.mercury-new-partner-panel table.mnpp__broker-list .broker-amount {
  text-align: right;
}
.mercury-new-partner-panel table.mnpp__broker-list tr.broker-row-mandatory td.broker-name label,
.mercury-new-partner-panel table.mnpp__broker-list tr.broker-row-mandatory td.broker-amount {
  font-weight: 700;
}

.role-invite-panel abbr {
  text-decoration: none;
  color: #FF9600;
}
.role-invite-panel .a__content-wrapper {
  margin-left: 0;
  margin-right: 0;
}
.role-invite-panel .rip__content-wrapper {
  padding-top: 0;
  padding-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.role-invite-panel .rip__avatar-wrapper {
  position: relative;
  min-height: 4.375rem;
  margin-bottom: 1.875rem;
  padding-left: 5.3125rem;
}
.role-invite-panel .rip__no-avatar-wrapper {
  position: relative;
  min-height: 4.375rem;
  margin-bottom: 1.875rem;
}
.role-invite-panel .rip__avatar {
  position: absolute;
  left: 0;
  top: 0;
}
.role-invite-panel .rip__avatar img {
  border-radius: 0.3125rem;
  width: 4.375rem;
  height: 4.375rem;
}
.role-invite-panel .rip__welcome-text {
  display: block;
  padding-top: 0.46875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .role-invite-panel .rip__welcome-text {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.role-invite-panel .rip__welcome-text {
  line-height: 1.375rem;
}
.role-invite-panel .rip__instructions {
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .role-invite-panel .rip__instructions {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.role-invite-panel .rip__instructions {
  margin-right: 100px;
}
.role-invite-panel .rip__logout {
  position: absolute;
  text-align: right;
  top: 0.625rem;
  right: 0;
}
.role-invite-panel h2 {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .role-invite-panel h2 {
    font: normal normal 300 1.5rem / 1.75rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.role-invite-panel h2 {
  margin-bottom: 0.9375rem;
}
@media (max-width: 767px) {
  .role-invite-panel h2 {
    margin-bottom: 0.46875rem;
    margin-top: 0.9375rem;
  }
}
.role-invite-panel .rip__details {
  margin-right: -15px;
  margin-left: -15px;
}
.role-invite-panel .rip__details:before, .role-invite-panel .rip__details:after {
  display: table;
  content: " ";
}
.role-invite-panel .rip__details:after {
  clear: both;
}
.role-invite-panel .rip__details {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  padding: 0.9375rem 0.9375rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .role-invite-panel .rip__details {
    padding: 0.9375rem 0.9375rem;
    margin-bottom: 0.46875rem;
  }
}
.role-invite-panel .rip__details h2 {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .role-invite-panel .rip__details h2 {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.role-invite-panel .rip__details h2 {
  margin-bottom: 0.9375rem;
  margin-top: 0;
}
@media (max-width: 767px) {
  .role-invite-panel .rip__details h2 {
    margin-bottom: 0.46875rem;
  }
}
.role-invite-panel .rip__details .field {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .role-invite-panel .rip__details .field {
    float: left;
    width: 50%;
  }
}
.role-invite-panel .rip__details .field {
  padding-left: 0;
}
.role-invite-panel .rip__details .field.full-width {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .role-invite-panel .rip__details .field.full-width {
    float: left;
    width: 100%;
  }
}
.role-invite-panel .rip__details .field.full-width {
  padding-left: 0;
}
.role-invite-panel .rip__details label {
  display: block;
  margin-top: 0.46875rem;
  color: #6f6f6f;
}
.role-invite-panel .rip__details span {
  display: block;
}
.role-invite-panel .rip__details p {
  margin-top: 0.234375rem;
  margin-bottom: 0;
}

.invitation-blurb .ib__content-wrapper {
  color: #1573bc;
  margin-right: -15px;
  margin-left: -15px;
}
.invitation-blurb .ib__content-wrapper:before, .invitation-blurb .ib__content-wrapper:after {
  display: table;
  content: " ";
}
.invitation-blurb .ib__content-wrapper:after {
  clear: both;
}
@media (max-width: 767px) {
  .invitation-blurb .ib__content-wrapper {
    margin-bottom: 0.9375rem;
  }
}
.invitation-blurb .ib__text {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .invitation-blurb .ib__text {
    float: left;
    width: 66.6666666667%;
  }
}
.invitation-blurb .ib__accounts-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .invitation-blurb .ib__accounts-wrapper {
    float: left;
    width: 33.3333333333%;
  }
}
.invitation-blurb .ib__accounts-wrapper {
  padding-left: 3.75rem;
  font-weight: 700;
  position: relative;
}
.invitation-blurb .ib__accounts-wrapper .svg {
  position: absolute;
  left: 0.9375rem;
  top: 0;
  fill: #1573bc;
  width: 1.25rem;
  height: 1.25rem;
}
.invitation-blurb .ib__accounts {
  font-weight: normal;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0.9375rem;
}
.invitation-blurb .ib__greeting {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .invitation-blurb .ib__greeting {
    font: normal normal 300 1.5rem / 1.75rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media (max-width: 767px) {
  .invitation-blurb .ib__accounts-wrapper {
    padding-left: 0.9375rem;
    padding-right: 6.25rem;
  }
  .invitation-blurb .ib__accounts-wrapper .svg {
    left: auto;
    right: 1.875rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}

.invite-security-blurb .isb__content-wrapper {
  color: #1573bc;
  margin-bottom: 2.8125rem;
}
.invite-security-blurb .svg {
  position: absolute;
  left: 1.5625rem;
  top: 1.25rem;
  fill: #1573bc;
  width: 1.5625rem;
  height: 1.5625rem;
}
.invite-security-blurb .isb__blurb {
  position: relative;
  margin-bottom: 1.875rem;
  padding-left: 5rem;
}

.invite-same-role .isr__content-wrapper {
  margin-right: -1rem;
  margin-left: 0rem;
}
.invite-same-role .isr__content-wrapper:before, .invite-same-role .isr__content-wrapper:after {
  display: table;
  content: " ";
}
.invite-same-role .isr__content-wrapper:after {
  clear: both;
}
.invite-same-role .isr__content-wrapper {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
  margin: 1.875rem 0 2.8125rem;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.invite-same-role .isr__message,
.invite-same-role .isr__actions {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 2.8125rem;
  padding-left: 2.8125rem;
  position: relative;
  min-height: 1px;
  padding-right: 2.8125rem;
  padding-left: 2.8125rem;
}
@media (min-width: 768px) {
  .invite-same-role .isr__message,
  .invite-same-role .isr__actions {
    float: left;
    width: 50%;
  }
}
.invite-same-role .isr__message {
  font-weight: 700;
}
.invite-same-role .isr__actions p, .invite-same-role .isr__actions .btn, .invite-same-role .isr__actions .offers-notifications .on__action--btn, .offers-notifications .invite-same-role .isr__actions .on__action--btn, .invite-same-role .isr__actions .income-verification-transactions .ivt__updates-table tbody .actions .btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .invite-same-role .isr__actions .btn--action, .invite-same-role .isr__actions .income-verification-transactions button.ivt__change-category-btn, .income-verification-transactions .invite-same-role .isr__actions button.ivt__change-category-btn,
.invite-same-role .isr__actions .income-verification-transactions button.ivt__change-reported-btn,
.income-verification-transactions .invite-same-role .isr__actions button.ivt__change-reported-btn, .invite-same-role .isr__actions .modal-update-credentials .cancel, .modal-update-credentials .invite-same-role .isr__actions .cancel {
  margin-bottom: 1.875rem;
}
.invite-same-role .isr__actions .btn:last-child, .invite-same-role .isr__actions .offers-notifications .on__action--btn:last-child, .offers-notifications .invite-same-role .isr__actions .on__action--btn:last-child, .invite-same-role .isr__actions .income-verification-transactions .ivt__updates-table tbody .actions .btn--action:last-child, .income-verification-transactions .ivt__updates-table tbody .actions .invite-same-role .isr__actions .btn--action:last-child, .invite-same-role .isr__actions .income-verification-transactions button.ivt__change-category-btn:last-child, .income-verification-transactions .invite-same-role .isr__actions button.ivt__change-category-btn:last-child,
.invite-same-role .isr__actions .income-verification-transactions button.ivt__change-reported-btn:last-child,
.income-verification-transactions .invite-same-role .isr__actions button.ivt__change-reported-btn:last-child, .invite-same-role .isr__actions .modal-update-credentials .cancel:last-child, .modal-update-credentials .invite-same-role .isr__actions .cancel:last-child {
  margin-bottom: 0;
}

.sales-blurb {
  position: relative;
}
.sales-blurb .sb__content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #f5f5f5;
  padding-top: 2.8125rem;
  margin-right: -2rem;
  margin-left: -1rem;
}
.sales-blurb .sb__content-wrapper:before, .sales-blurb .sb__content-wrapper:after {
  display: table;
  content: " ";
}
.sales-blurb .sb__content-wrapper:after {
  clear: both;
}
.sales-blurb .sb__content-wrapper {
  color: #6f6f6f;
  display: none;
}
.sales-blurb .sb__content-wrapper.active {
  display: block;
}
@media (max-width: 767px) {
  .sales-blurb .sb__content-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
.sales-blurb .sb__summary,
.sales-blurb .sb__points {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  position: relative;
  min-height: 1px;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
@media (min-width: 768px) {
  .sales-blurb .sb__summary,
  .sales-blurb .sb__points {
    float: left;
    width: 50%;
  }
}
.sales-blurb .sb__header {
  color: #0e8d5e;
}
.sales-blurb .sb__point-header {
  margin-bottom: 0.9375rem;
  color: #0e8d5e;
  text-transform: uppercase;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .sales-blurb .sb__point-header {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.sales-blurb .sb__content-wrapper.partner .sb__header, .sales-blurb .sb__content-wrapper.partner .sb__point-header {
  color: #1573bc;
}
.sales-blurb .sb__point {
  margin-bottom: 1.875rem;
}
.sales-blurb .sb__standard-dot-points {
  margin-left: 0.9375rem;
}
.sales-blurb .sb__standard-dot-points > li {
  list-style-type: disc;
  margin-bottom: 0.46875rem;
}

.plain-panel .pp__content-wrapper {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  padding: 2.8125rem 2.8125rem;
}
@media (max-width: 767px) {
  .plain-panel .pp__content-wrapper {
    padding: 1.875rem 1.875rem;
  }
}

.partner-marketing-hero {
  padding-bottom: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.partner-marketing-hero .pmh__title {
  color: #6f6f6f;
  text-align: center;
  font-size: 2.5rem;
  line-height: 3rem;
}
.partner-marketing-hero .pmh__sections-wrapper {
  display: table;
  width: 100%;
}
.partner-marketing-hero .pmh__sections {
  margin-top: 4rem;
  display: table-row;
}
.partner-marketing-hero .pmh__sections li {
  display: table-cell;
  width: 33%;
  text-align: center;
  vertical-align: top;
}
.partner-marketing-hero .pmh__sections li a {
  text-decoration: none;
}
.partner-marketing-hero .pmh__sections li img {
  width: 4rem;
  margin-bottom: 0.9375rem;
}
.partner-marketing-hero .pmh__sections li span {
  display: block;
  color: #6f6f6f;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media (max-width: 767px) {
  .partner-marketing-hero .pmh__sections li span {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
.partner-marketing-hero .pmh__screenshots {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  margin-top: 4rem;
}
.partner-marketing-hero .pmh__screenshots li {
  margin-right: -15px;
  margin-left: -15px;
}
.partner-marketing-hero .pmh__screenshots li:before, .partner-marketing-hero .pmh__screenshots li:after {
  display: table;
  content: " ";
}
.partner-marketing-hero .pmh__screenshots li:after {
  clear: both;
}
.partner-marketing-hero .pmh__screenshots li {
  display: none;
  width: 100%;
  opacity: 0;
  transition: opacity 1s;
}
.partner-marketing-hero .pmh__screenshots li.active-screenshot {
  display: table-row;
  opacity: 1;
  transition: opacity 1s;
}
.partner-marketing-hero .pmh__screenshots .pmh__screenshots--screenshot {
  display: table-cell;
  width: 50%;
}
@media (max-width: 767px) {
  .partner-marketing-hero .pmh__screenshots .pmh__screenshots--screenshot {
    display: block;
    width: 100%;
  }
}
.partner-marketing-hero .pmh__screenshots .pmh__screenshots--screenshot img {
  width: 100%;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  padding: 0;
}
.partner-marketing-hero .pmh__screenshots .pmh__screenshots--content-wrapper {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  height: 100%;
}
@media (max-width: 767px) {
  .partner-marketing-hero .pmh__screenshots .pmh__screenshots--content-wrapper {
    margin-top: 1rem;
    display: block;
    width: 100%;
  }
}
.partner-marketing-hero .pmh__screenshots .pmh__screenshots--content-inner {
  display: table-row;
}
.partner-marketing-hero .pmh__screenshots .pmh__screenshots--content {
  display: table-cell;
  vertical-align: middle;
}
.partner-marketing-hero .pmh__screenshots .pmh__screenshots--content h3 {
  font-size: 1.5rem;
}
.partner-marketing-hero .pmh__screenshots .pmh__screenshots--content p {
  font-size: 1rem;
}
.partner-marketing-hero .pmh__screenshots .pmh__screenshots--navigation {
  display: table-cell;
  width: 70px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.partner-marketing-hero .pmh__sign-up {
  margin-top: 2rem;
  text-align: center;
}
.partner-marketing-hero .pmh__sign-up a {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .partner-marketing-hero .pmh__sign-up a {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.partner-marketing-hero .pmh__sign-up a {
  text-decoration: none;
  width: auto;
}
.partner-marketing-hero .pmh__content-wrapper {
  max-width: 68.75rem;
  padding: 0 1.875rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .partner-marketing-hero .pmh__content-wrapper {
    padding: 0 0.9375rem;
    margin: 0 auto;
  }
}
.partner-marketing-hero .pmh__inner-content-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.partner-marketing-hero .pmh__inner-content-wrapper:before, .partner-marketing-hero .pmh__inner-content-wrapper:after {
  display: table;
  content: " ";
}
.partner-marketing-hero .pmh__inner-content-wrapper:after {
  clear: both;
}
.partner-marketing-hero .pmh__banner-header {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 1.875rem;
}
.partner-marketing-hero .pmh__banner-header h1 {
  padding: 0;
}
.partner-marketing-hero .pmh__points-wrapper {
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .partner-marketing-hero .pmh__points-wrapper {
    float: left;
    width: 41.6666666667%;
  }
}
@media (min-width: 768px) {
  .partner-marketing-hero .pmh__points-wrapper {
    margin-left: 8.3333333333%;
  }
}
.partner-marketing-hero .pmh__points-wrapper {
  margin-top: 3.5rem;
}
.partner-marketing-hero .pmh__points {
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 9.375rem;
}
.partner-marketing-hero .pmh__points:before, .partner-marketing-hero .pmh__points:after {
  display: table;
  content: " ";
}
.partner-marketing-hero .pmh__points:after {
  clear: both;
}
.partner-marketing-hero .pmh__points {
  z-index: 100;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .partner-marketing-hero .pmh__points {
    margin-bottom: 0;
    margin-left: 0.9375rem;
  }
}
.partner-marketing-hero .pmh__point {
  float: left;
  transition: all 0.5s;
  transform: scale(0.7);
  opacity: 0.4;
}
.partner-marketing-hero .pmh__point.active {
  transform: scale(1);
  opacity: 1;
}
.partner-marketing-hero .pmh__point.out-of-range {
  transform: scale(0.4);
  opacity: 0.2;
}
.partner-marketing-hero .pmh__point-content {
  margin: 0 1.875rem;
}
.partner-marketing-hero .pmh__call-to-action-wrapper {
  position: absolute;
  bottom: 3.75rem;
  left: 0;
  width: 100%;
  text-align: center;
}
.partner-marketing-hero .pmh__call-to-action-wrapper .btn, .partner-marketing-hero .pmh__call-to-action-wrapper .offers-notifications .on__action--btn, .offers-notifications .partner-marketing-hero .pmh__call-to-action-wrapper .on__action--btn, .partner-marketing-hero .pmh__call-to-action-wrapper .income-verification-transactions .ivt__updates-table tbody .actions .btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .partner-marketing-hero .pmh__call-to-action-wrapper .btn--action, .partner-marketing-hero .pmh__call-to-action-wrapper .income-verification-transactions button.ivt__change-category-btn, .income-verification-transactions .partner-marketing-hero .pmh__call-to-action-wrapper button.ivt__change-category-btn,
.partner-marketing-hero .pmh__call-to-action-wrapper .income-verification-transactions button.ivt__change-reported-btn,
.income-verification-transactions .partner-marketing-hero .pmh__call-to-action-wrapper button.ivt__change-reported-btn, .partner-marketing-hero .pmh__call-to-action-wrapper .modal-update-credentials .cancel, .modal-update-credentials .partner-marketing-hero .pmh__call-to-action-wrapper .cancel {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .partner-marketing-hero .pmh__call-to-action-wrapper .btn, .partner-marketing-hero .pmh__call-to-action-wrapper .offers-notifications .on__action--btn, .offers-notifications .partner-marketing-hero .pmh__call-to-action-wrapper .on__action--btn, .partner-marketing-hero .pmh__call-to-action-wrapper .income-verification-transactions .ivt__updates-table tbody .actions .btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .partner-marketing-hero .pmh__call-to-action-wrapper .btn--action, .partner-marketing-hero .pmh__call-to-action-wrapper .income-verification-transactions button.ivt__change-category-btn, .income-verification-transactions .partner-marketing-hero .pmh__call-to-action-wrapper button.ivt__change-category-btn,
  .partner-marketing-hero .pmh__call-to-action-wrapper .income-verification-transactions button.ivt__change-reported-btn,
  .income-verification-transactions .partner-marketing-hero .pmh__call-to-action-wrapper button.ivt__change-reported-btn, .partner-marketing-hero .pmh__call-to-action-wrapper .modal-update-credentials .cancel, .modal-update-credentials .partner-marketing-hero .pmh__call-to-action-wrapper .cancel {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.partner-marketing-hero .pmh__call-to-action-wrapper .btn, .partner-marketing-hero .pmh__call-to-action-wrapper .offers-notifications .on__action--btn, .offers-notifications .partner-marketing-hero .pmh__call-to-action-wrapper .on__action--btn, .partner-marketing-hero .pmh__call-to-action-wrapper .income-verification-transactions .ivt__updates-table tbody .actions .btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .partner-marketing-hero .pmh__call-to-action-wrapper .btn--action, .partner-marketing-hero .pmh__call-to-action-wrapper .income-verification-transactions button.ivt__change-category-btn, .income-verification-transactions .partner-marketing-hero .pmh__call-to-action-wrapper button.ivt__change-category-btn,
.partner-marketing-hero .pmh__call-to-action-wrapper .income-verification-transactions button.ivt__change-reported-btn,
.income-verification-transactions .partner-marketing-hero .pmh__call-to-action-wrapper button.ivt__change-reported-btn, .partner-marketing-hero .pmh__call-to-action-wrapper .modal-update-credentials .cancel, .modal-update-credentials .partner-marketing-hero .pmh__call-to-action-wrapper .cancel {
  display: inline-block;
  width: 80%;
}
@media (max-width: 767px) {
  .partner-marketing-hero .pmh__call-to-action-wrapper {
    bottom: -2.5rem;
  }
  .partner-marketing-hero .pmh__call-to-action-wrapper .btn, .partner-marketing-hero .pmh__call-to-action-wrapper .offers-notifications .on__action--btn, .offers-notifications .partner-marketing-hero .pmh__call-to-action-wrapper .on__action--btn, .partner-marketing-hero .pmh__call-to-action-wrapper .income-verification-transactions .ivt__updates-table tbody .actions .btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .partner-marketing-hero .pmh__call-to-action-wrapper .btn--action, .partner-marketing-hero .pmh__call-to-action-wrapper .income-verification-transactions button.ivt__change-category-btn, .income-verification-transactions .partner-marketing-hero .pmh__call-to-action-wrapper button.ivt__change-category-btn,
  .partner-marketing-hero .pmh__call-to-action-wrapper .income-verification-transactions button.ivt__change-reported-btn,
  .income-verification-transactions .partner-marketing-hero .pmh__call-to-action-wrapper button.ivt__change-reported-btn, .partner-marketing-hero .pmh__call-to-action-wrapper .modal-update-credentials .cancel, .modal-update-credentials .partner-marketing-hero .pmh__call-to-action-wrapper .cancel {
    width: 80%;
  }
}
.partner-marketing-hero .pmh__pager-wrapper {
  position: relative;
  top: -3.125rem;
  z-index: 200;
}
@media (max-width: 767px) {
  .partner-marketing-hero .pmh__pager-wrapper {
    top: -1.875rem;
  }
}
.partner-marketing-hero .pmh__pager-items {
  text-align: center;
}
.partner-marketing-hero .pmh__pager-item {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  background: #1573bc;
  border-radius: 1.25rem;
  cursor: pointer;
  transition: all 0.5s;
  transform: scale(0.8);
  opacity: 0.7;
}
.partner-marketing-hero .pmh__pager-item.active {
  transform: scale(1);
  opacity: 1;
}

.partner-marketing-overview {
  margin-top: 2rem;
}
.partner-marketing-overview .pmo__content-wrapper {
  max-width: 68.75rem;
  padding: 0 1.875rem;
  margin: 0 auto 3.75rem;
}
@media (max-width: 767px) {
  .partner-marketing-overview .pmo__content-wrapper {
    padding: 0 0.9375rem;
    margin: 0 auto 1.875rem;
  }
}
.partner-marketing-overview h2 {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .partner-marketing-overview h2 {
    font: normal normal 300 1.5rem / 1.75rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.partner-marketing-overview h2 {
  color: #1573bc;
}
.partner-marketing-overview h3 {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .partner-marketing-overview h3 {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.partner-marketing-overview h3 {
  margin-top: 2rem;
  color: #28a9e1;
}
.partner-marketing-overview p {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.partner-marketing-feature-list .pmfl__content-wrapper {
  max-width: 68.75rem;
  padding: 0 1.875rem;
  margin: 0 auto 3.75rem;
}
@media (max-width: 767px) {
  .partner-marketing-feature-list .pmfl__content-wrapper {
    padding: 0 0.9375rem;
    margin: 0 auto 1.875rem;
  }
}
.partner-marketing-feature-list .pmfl__inner-content-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.partner-marketing-feature-list .pmfl__inner-content-wrapper:before, .partner-marketing-feature-list .pmfl__inner-content-wrapper:after {
  display: table;
  content: " ";
}
.partner-marketing-feature-list .pmfl__inner-content-wrapper:after {
  clear: both;
}
.partner-marketing-feature-list .pmfl__menu-items {
  position: relative;
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 12.5%;
  color: #1573bc;
  transition: all 0.3s;
  cursor: pointer;
  padding-top: 3.75rem;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .partner-marketing-feature-list .pmfl__menu-items {
    display: none;
  }
}
.partner-marketing-feature-list .pmfl__menu-item {
  position: relative;
  width: 100%;
  margin-bottom: 0.46875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .partner-marketing-feature-list .pmfl__menu-item {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.partner-marketing-feature-list .pmfl__menu-item {
  font-weight: normal;
  line-height: 3.4375rem;
}
.partner-marketing-feature-list .pmfl__menu-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: #28a9e1;
  opacity: 0;
  transition: all 0.5s;
}
.partner-marketing-feature-list .pmfl__menu-item.active {
  color: #28a9e1;
}
.partner-marketing-feature-list .pmfl__menu-item.active:after {
  opacity: 1;
}
.partner-marketing-feature-list .pmfl__features-content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .partner-marketing-feature-list .pmfl__features-content {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .partner-marketing-feature-list .pmfl__features-content {
    margin-left: 4.1666666667%;
  }
}
.partner-marketing-feature-list .pmfl__features-content {
  padding-top: 3.75rem;
}
@media (max-width: 767px) {
  .partner-marketing-feature-list .pmfl__features-content {
    padding-top: 1.875rem;
  }
}
.partner-marketing-feature-list .pmfl__features-content h3 {
  color: #28a9e1;
  font-weight: normal;
  line-height: 3.4375rem;
  margin-bottom: 0;
}
.partner-marketing-feature-list .pmfl__features-content h4 {
  padding-top: 0.9375rem;
  margin-bottom: 0.46875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .partner-marketing-feature-list .pmfl__features-content h4 {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.partner-marketing-feature-list .pmfl__features-content h4 {
  font-weight: normal;
  color: #1573bc;
}
.partner-marketing-feature-list .pmfl__features-content h4:first-child {
  padding-top: 0;
}
.partner-marketing-feature-list .pmfl__features-content ul {
  margin-bottom: 0.9375rem;
  padding-left: 1.875rem;
}
.partner-marketing-feature-list .pmfl__features-content li {
  padding-left: 0.46875rem;
  list-style-type: disc;
  margin-bottom: 0.46875rem;
}
.partner-marketing-feature-list .pmfl__feature {
  padding-bottom: 1.875rem;
  margin-bottom: 0.9375rem;
  border-bottom: 1px solid #28a9e1;
}

.partner-marketing-generic-content .pmgc__content-wrapper {
  max-width: 68.75rem;
  padding: 2.8125rem 1.875rem 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .partner-marketing-generic-content .pmgc__content-wrapper {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.partner-marketing-generic-content .pmgc__inner-content-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.partner-marketing-generic-content .pmgc__inner-content-wrapper:before, .partner-marketing-generic-content .pmgc__inner-content-wrapper:after {
  display: table;
  content: " ";
}
.partner-marketing-generic-content .pmgc__inner-content-wrapper:after {
  clear: both;
}
.partner-marketing-generic-content .pmgc__inner-content-wrapper > h1 {
  width: 100%;
  clear: both;
  color: #1573bc;
}
.partner-marketing-generic-content .pmgc__inner-content-wrapper > h1:before {
  content: "";
  display: block;
  height: 1px;
  background: #e3e3e3;
  margin-bottom: 1.40625rem;
}
@media (max-width: 767px) {
  .partner-marketing-generic-content .pmgc__inner-content-wrapper > h1:before {
    display: none;
  }
}
.partner-marketing-generic-content .pmgc__side-icon {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .partner-marketing-generic-content .pmgc__side-icon {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .partner-marketing-generic-content .pmgc__side-icon {
    margin-left: 8.3333333333%;
  }
}
.partner-marketing-generic-content .pmgc__side-icon {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0%;
}
.partner-marketing-generic-content .pmgc__content {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .partner-marketing-generic-content .pmgc__content {
    float: left;
    width: 66.6666666667%;
  }
}
.partner-marketing-generic-content .pmgc__content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 1.875rem;
}
.partner-marketing-generic-content .pmgc__content h2 {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .partner-marketing-generic-content .pmgc__content h2 {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.partner-marketing-generic-content .pmgc__content h2 {
  font-weight: normal;
  color: #28a9e1;
  padding-top: 1.875rem;
}
.partner-marketing-generic-content .pmgc__content h2:first-child {
  padding-top: 0;
}
.partner-marketing-generic-content .pmgc__content-wrapper.no-icon .pmgc__content {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .partner-marketing-generic-content .pmgc__content-wrapper.no-icon .pmgc__content {
    float: left;
    width: 100%;
  }
}
.partner-marketing-generic-content .pmgc__content-wrapper.no-icon .pmgc__content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.partner-marketing-generic-content .pmgc__item {
  margin-bottom: 1.875rem;
}
.partner-marketing-generic-content .pmgc__item h2 {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .partner-marketing-generic-content .pmgc__item h2 {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.partner-marketing-generic-content .pmgc__item h2 {
  font-weight: normal;
  color: #28a9e1;
  margin-bottom: 0.9375rem;
}
.partner-marketing-generic-content .pmgc__item p {
  margin-bottom: 0.46875rem;
}

.legal p > span {
  font-weight: 700;
}
.legal .item-decimal {
  position: relative;
  padding-left: 2.8125rem;
}
.legal .item-decimal > label {
  position: absolute;
  top: 0;
  left: 0;
  color: #28a9e1;
  font-weight: 700;
}
.legal ol.alpha {
  list-style: lower-alpha inside;
  padding-bottom: 0.9375rem;
}

.idle-timeout .it__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background: rgba(255, 255, 255, 0.9);
}
.idle-timeout .it__content-wrapper {
  margin: 1.875rem auto 0;
  width: 90%;
  max-width: 25rem;
  background: #fff;
  border-radius: 3px;
  padding: 2.8125rem 2.8125rem;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .idle-timeout .it__content-wrapper {
    padding: 1.875rem 1.875rem;
  }
}
.idle-timeout .it__header {
  margin-bottom: 1.875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .idle-timeout .it__header {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.idle-timeout .it__header {
  text-align: center;
}
.idle-timeout .it__blurb {
  margin-bottom: 1.875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .idle-timeout .it__blurb {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.idle-timeout .it__timeout-graph-wrapper {
  text-align: center;
}
.idle-timeout .it__timeout-graph {
  display: inline-block;
  position: relative;
  width: 5rem;
  height: 5rem;
}
.idle-timeout .it__timeout-graph-circle,
.idle-timeout .it__timeout-graph-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
}
.idle-timeout .it__timeout-graph-circle-arc {
  fill: #1573bc;
}
.idle-timeout .it__timeout-graph-content {
  position: relative;
  top: 1.875rem;
  font-weight: 100;
  font-size: 1.25rem;
  color: #6f6f6f;
}
.idle-timeout.ng-enter {
  opacity: 0;
}
.idle-timeout.ng-enter-active {
  opacity: 1;
  transition: opacity 0.5s;
}
.idle-timeout.ng-leave {
  opacity: 1;
  transition: opacity 0.5s;
}
.idle-timeout.ng-leave-active {
  opacity: 0;
}

.site-wide-spinner {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: transparent;
  z-index: 9998;
  transform: translateZ(0);
}
.site-wide-spinner .sws__content-wrapper {
  width: 18.75rem;
  position: fixed;
  left: 50%;
  top: 0;
  margin-top: 20vh;
  margin-left: -2.65625rem;
  color: #1573bc;
}
@media (max-width: 768px) {
  .site-wide-spinner .sws__content-wrapper {
    margin-left: -9.375rem;
  }
}
.site-wide-spinner .sws__message {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .site-wide-spinner .sws__message {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.site-wide-spinner .sws__message {
  text-align: center;
  margin-bottom: 3.28125rem;
}
.site-wide-spinner .sws__spinner {
  width: 6.25rem;
  height: 6.25rem;
  margin: 0 auto;
}
.site-wide-spinner .sws__spinner:not(:required):before {
  width: 6.25rem;
  height: 6.25rem;
  margin-top: -3.125rem;
  margin-left: -3.125rem;
}
.site-wide-spinner.ng-enter {
  opacity: 0;
  transition: all 0.3s;
}
.site-wide-spinner.ng-enter-active {
  opacity: 1;
}
.site-wide-spinner.ng-leave {
  opacity: 1;
  transition: all 0.3s;
}
.site-wide-spinner.ng-leave-active {
  opacity: 0;
}

body site-wide-spinner {
  opacity: 0;
  transition: all 0.3s;
}

body.site-wide-spinner-visible site-wide-spinner {
  opacity: 1;
}
body.site-wide-spinner-visible .modal-dialog .modal-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  opacity: 0.8;
  border-radius: 3px;
  z-index: 1000;
}

.tablet-or-larger-warning {
  display: none;
}
@media (max-width: 767px) {
  .tablet-or-larger-warning {
    display: block;
  }
}
.tablet-or-larger-warning {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 3px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.tablet-or-larger-warning .tolw__content-wrapper {
  padding: 1.875rem 1.875rem;
}
.tablet-or-larger-warning .tolw__devices {
  margin-bottom: 1.875rem;
  text-align: center;
}
.tablet-or-larger-warning .tolw__blurb {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .tablet-or-larger-warning .tolw__blurb {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.tablet-or-larger-warning .tolw__blurb {
  color: #1573bc;
  text-align: center;
}
.tablet-or-larger-warning .tolw__subtext {
  color: #6f6f6f;
}
.tablet-or-larger-warning .svg {
  display: inline-block;
  fill: #1573bc;
  width: 50px;
  height: 50px;
  margin-left: 0.9375rem;
}
.tablet-or-larger-warning .svg:first-child {
  margin-left: 0;
}
.tablet-or-larger-warning .svg.mobile {
  fill: #e3e3e3;
}

.color-service-elements {
  height: 0;
  overflow: hidden;
}
.color-service-elements > * {
  height: 0;
  overflow: hidden;
}
.color-service-elements .cse__color--cl-theme-primary {
  background: #1573bc;
}
.color-service-elements .cse__color--cl-theme-primary-light {
  background: #28a9e1;
}
.color-service-elements .cse__color--cl-theme-secondary {
  background: #0e8d5e;
}
.color-service-elements .cse__color--cl-theme-secondary-light {
  background: #23b780;
}
.color-service-elements .cse__color--cl-border-normal {
  background: #f5f5f5;
}
.color-service-elements .cse__color--cl-border-dark {
  background: #e3e3e3;
}
.color-service-elements .cse__color--cl-text-normal {
  background: #505050;
}
.color-service-elements .cse__color--cl-text-light {
  background: #6f6f6f;
}
.color-service-elements .cse__color--cl-positive {
  background: #1aa21a;
}
.color-service-elements .cse__color--cl-negative {
  background: #d20000;
}

.free-trial-notice .ftn__content-wrapper {
  position: relative;
  margin: 1.875rem 0.9375rem;
  padding-left: 2.25rem;
  color: #1573bc;
  cursor: pointer;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .free-trial-notice .ftn__content-wrapper {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.free-trial-notice .ftn__content-wrapper .svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5625rem;
  height: 1.5625rem;
  fill: #1573bc;
}
.free-trial-notice .ftn__content-wrapper a {
  text-decoration: underline;
  font-weight: 700;
  color: #1573bc;
}
.free-trial-notice .ftn__content-wrapper.urgent {
  color: #d20000;
}
.free-trial-notice .ftn__content-wrapper.urgent a {
  color: #d20000;
}
.free-trial-notice .ftn__content-wrapper.urgent .svg {
  fill: #d20000;
}

.main-nav {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background: #fff;
  width: 13.4375rem;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}
@media (max-width: 768px) {
  .main-nav {
    transform: translateX(-14.1875rem);
  }
  .main-nav.open {
    transform: translateX(0);
  }
}
.main-nav.nav-closed {
  transform: translateX(-14.1875rem);
}
.main-nav.nav-closed.open {
  transform: translateX(0);
}
.main-nav .mn__inner-content-wrapper {
  height: 100vh;
}
.main-nav .mn__inner-content-wrapper:before, .main-nav .mn__inner-content-wrapper:after {
  display: table;
  content: " ";
}
.main-nav .mn__inner-content-wrapper:after {
  clear: both;
}
@media (max-height: 990px) {
  .main-nav .mn__inner-content-wrapper {
    overflow-y: scroll;
  }
  .main-nav .mn__content-wrapper .mn__help-wrapper {
    position: static;
  }
}
@keyframes logo-in-out {
  from {
    opacity: 0;
    top: -1.875rem;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
.main-nav .mn__logo {
  margin: 1.25rem 1.875rem 1.875rem;
}
.main-nav .mn__logo img {
  width: 100%;
}
.main-nav .mn__hamburger {
  position: absolute;
  top: 0.125rem;
  left: 0;
  padding: 0.9375rem;
  width: 1.25rem;
  height: 1.25rem;
  box-sizing: content-box;
  line-height: 0.5rem;
  opacity: 0;
  transform: translateX(-3.125rem);
  z-index: 1500;
  transition: all 0.2s;
}
.main-nav .mn__hamburger .mn__bars {
  position: absolute;
  left: 0.9375rem;
  top: 0.9375rem;
  transition: all 0.2s;
}
.main-nav .mn__hamburger .mn__bars .svg {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  z-index: 100;
}
.main-nav .mn__hamburger .mn__bars:after {
  content: "";
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2.5rem;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
  z-index: 90;
  opacity: 0;
  transition: opacity 0.3s;
}
.main-nav .mn__hamburger .mn__bars.has-background:after {
  opacity: 1;
}
.main-nav .mn__hamburger .mn__times {
  position: absolute;
  left: 0.9375rem;
  top: 0.9375rem;
  font-size: 2.5rem;
  line-height: 1.25rem;
  color: #505050;
  opacity: 0;
}
.main-nav .mn__hamburger.inverted .mn__bars:after {
  opacity: 0;
}
.main-nav .mn__hamburger.inverted .mn__bars .svg {
  fill: #fff;
}
@media (max-width: 768px) {
  .main-nav .mn__hamburger {
    top: 0.375rem;
    transform: translateX(14.375rem);
    opacity: 1;
  }
  .main-nav .mn__hamburger.open {
    transform: translateX(13.4375rem);
    box-shadow: 2px 0 2px rgba(0, 0, 0, 0.14);
    background: #fff;
  }
  .main-nav .mn__hamburger.open .mn__bars {
    opacity: 0;
  }
  .main-nav .mn__hamburger.open .mn__times {
    opacity: 1;
  }
}
.main-nav .mn__hamburger.nav-closed {
  top: 0.375rem;
  transform: translateX(14.375rem);
  opacity: 1;
}
.main-nav .mn__hamburger.nav-closed.open {
  transform: translateX(13.4375rem);
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.14);
  background: #fff;
}
.main-nav .mn__hamburger.nav-closed.open .mn__bars {
  opacity: 0;
}
.main-nav .mn__hamburger.nav-closed.open .mn__times {
  opacity: 1;
}
.main-nav .mn__mode-ribbon {
  position: relative;
  margin-bottom: 1.875rem;
  padding: 0.46875rem 1.875rem;
  background: #28a9e1;
  color: #fff;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .main-nav .mn__mode-ribbon {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.main-nav .mn__mode-ribbon {
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
}
.main-nav .mn__mode-ribbon:hover {
  color: rgba(255, 255, 255, 0);
  background: #1573bc;
}
.main-nav .mn__mode-ribbon:hover .mn__mode-other-role-label {
  color: rgb(255, 255, 255);
}
.main-nav .mn__mode-ribbon:hover .mn__mode-other-role-icon.users {
  opacity: 1;
}
.main-nav .mn__mode-ribbon:hover .mn__mode-other-role-icon.user {
  opacity: 0;
}
.main-nav .mn__mode-other-role-icon {
  position: absolute;
  right: 1.25rem;
  top: 0.375rem;
  transition: all 0.3s;
}
.main-nav .mn__mode-other-role-icon .svg {
  fill: #fff;
}
.main-nav .mn__mode-other-role-icon.users {
  opacity: 0;
}
.main-nav .mn__mode-other-role-label {
  position: absolute;
  top: 0.46875rem;
  left: 1.875rem;
  color: #fff;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .main-nav .mn__mode-other-role-label {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.main-nav .mn__mode-other-role-label {
  font-weight: 700;
  color: rgba(255, 255, 255, 0);
  transition: all 0.3s;
}
.main-nav .mn__account-wrapper:before, .main-nav .mn__account-wrapper:after {
  display: table;
  content: " ";
}
.main-nav .mn__account-wrapper:after {
  clear: both;
}
.main-nav .mn__account-wrapper {
  margin-bottom: 0.9375rem;
}
.main-nav .mn__account {
  width: 13.4375rem;
}
.main-nav .mn__account-avatar {
  float: left;
  padding-left: 1.875rem;
  width: 4.0625rem;
}
.main-nav .mn__account-avatar img {
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 3px;
  transition: right 0.2s;
  object-fit: cover;
}
.main-nav .mn__account-details {
  position: relative;
  top: -0.125rem;
  width: 9.375rem;
  padding-left: 0.9375rem;
  float: left;
}
.main-nav .mn__account-name {
  width: 100%;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .main-nav .mn__account-name {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.main-nav .mn__account-name {
  font-weight: 300;
  color: #1573bc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .main-nav .mn__account-name {
    line-height: 1.75rem;
  }
}
.main-nav .mn__account-link {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .main-nav .mn__account-link {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.main-nav .mn__account-link {
  position: relative;
  top: -0.125rem;
  color: #505050;
  text-decoration: none;
  transition: color 0.3s;
}
.main-nav .mn__account-link:hover {
  text-decoration: underline;
}
.main-nav .mn__account-menu-icon {
  position: absolute;
  top: -0.125rem;
  transition: all 0.3s;
}
.main-nav .mn__account-menu-icon.user {
  right: -1.5rem;
}
.main-nav .mn__account-menu-icon.arrow {
  right: -2.8125rem;
}
.main-nav .mn__account-menu-wrapper {
  float: left;
  width: 100%;
}
.main-nav .mn__account-menu-items:before, .main-nav .mn__account-menu-items:after {
  display: table;
  content: " ";
}
.main-nav .mn__account-menu-items:after {
  clear: both;
}
.main-nav .mn__account-menu-items {
  margin-top: 0.46875rem;
  margin-bottom: 0.9375rem;
}
.main-nav .mn__account-menu-item {
  position: relative;
  float: left;
  width: 100%;
  padding: 0.46875rem 0 0.46875rem 1.875rem;
  border-bottom: 1px solid #f5f5f5;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .main-nav .mn__account-menu-item {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.main-nav .mn__account-menu-item {
  cursor: pointer;
  transition: background 0.3s;
}
.main-nav .mn__account-menu-item:first-child {
  border-top: 1px solid #f5f5f5;
}
.main-nav .mn__account-menu-item:hover {
  background: #f5f5f5;
}
.main-nav .mn__account-menu-item .svg {
  position: absolute;
  right: 1.5rem;
  top: 0.4375rem;
}
.main-nav .mn__account-link.open {
  color: #1573bc;
}
.main-nav .mn__account-link.open .mn__account-menu-icon.user {
  fill: #1573bc;
}
.main-nav .mn__account-link.open .mn__account-menu-icon.arrow {
  fill: #1573bc;
  transform: rotate(90deg);
  top: 0;
}
.main-nav .mn__account-menu-wrapper.ng-enter {
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  transition: all 0.5s;
}
.main-nav .mn__account-menu-wrapper.ng-enter-active {
  opacity: 1;
  max-height: 8.75rem;
}
.main-nav .mn__account-menu-wrapper.ng-leave {
  overflow: hidden;
  opacity: 1;
  max-height: 6.875rem;
  transition: all 0.5s;
}
.main-nav .mn__account-menu-wrapper.ng-leave-active {
  opacity: 0;
  max-height: 0;
}
.main-nav .mn__saved-searches-preview {
  position: relative;
}
.main-nav .mn__saved-searches-preview .saved-searches-preview {
  position: absolute;
  right: 0;
  top: 0;
  width: 13.4375rem;
}
.main-nav .mn__link-btn {
  display: block;
  margin: 0.9375rem auto;
  width: auto;
}
.main-nav .mn__links-wrapper {
  position: relative;
}
.main-nav .mn__links {
  position: relative;
  top: 0;
  right: 0;
  width: 13.4375rem;
}
.main-nav .mn__link:before, .main-nav .mn__link:after {
  display: table;
  content: " ";
}
.main-nav .mn__link:after {
  clear: both;
}
.main-nav .mn__link {
  position: relative;
  border-bottom: 1px solid #f5f5f5;
  height: 2.5rem;
  cursor: pointer;
}
.main-nav .mn__link .mn__link-highlight-strip {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: content-box;
  height: 2.5rem;
  width: 9.375rem;
  padding-right: 0.75rem;
}
.main-nav .mn__link .mn__link-highlight-strip-content {
  position: absolute;
  left: 0;
  top: 0;
  height: 2.5rem;
  margin-left: 9.375rem;
  background: #1573bc;
}
.main-nav .mn__link .mn__link-highlight-tick {
  position: absolute;
  right: 0;
  bottom: -0.75rem;
  height: 0.75rem;
  overflow: hidden;
}
.main-nav .mn__link .mn__link-highlight-tick:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem 0.75rem 0 0;
  border-color: rgb(13.65, 74.75, 122.2) transparent transparent transparent;
}
.main-nav .mn__link > a {
  display: block;
  height: 2.5rem;
}
.main-nav .mn__link:hover .mn__link-text {
  color: rgb(132.5, 132.5, 132.5);
}
.main-nav .mn__link:hover .mn__link-icon .svg {
  fill: rgb(132.5, 132.5, 132.5);
}
.main-nav .mn__link.current .mn__link-text {
  color: #fff;
}
.main-nav .mn__link.current .mn__link-icon .svg {
  fill: #fff;
  right: -0.3125rem;
}
.main-nav .mn__link-header {
  color: #6f6f6f;
  margin-left: 1.125rem;
  margin-bottom: 0.234375rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .main-nav .mn__link-header {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.main-nav .mn__link-header {
  font-weight: 700;
  cursor: pointer;
}
.main-nav .mn__link-header .svg {
  position: relative;
  top: 0.25rem;
  margin-left: 0.234375rem;
}
.main-nav .mn__link-divider {
  height: 1.40625rem;
}
.main-nav .mn__link-text {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 1.125rem;
  line-height: 2.5rem;
  color: #505050;
  font-weight: 700;
  z-index: 5;
  transition: all 0.2s;
}
.main-nav .mn__link-icon {
  position: absolute;
  right: 0;
  top: 0.75rem;
  z-index: 5;
  width: 4.0625rem;
  text-align: center;
}
.main-nav .mn__link-icon .svg {
  position: relative;
  right: 0;
  transition: all 0.4s;
}
.main-nav .mn__links.partner .mn__link.ivs,
.main-nav .mn__links.partner .mn__link.clients,
.main-nav .mn__links.partner .mn__link.billing {
  border-top: 1px solid #f5f5f5;
}
.main-nav .mn__links.partner .mn__link.ivs.current,
.main-nav .mn__links.partner .mn__link.client.current,
.main-nav .mn__links.partner .mn__link.billing.current {
  border-top: none;
}
.main-nav .mn__link-header .svg {
  transition: all 0.3s;
}
.main-nav .mn__link-header.collapsed .svg {
  transform: rotate(-90deg);
}
.main-nav .mn__link.ng-enter {
  opacity: 0;
  transition: all 0.3s;
}
.main-nav .mn__link.ng-enter-active {
  opacity: 1;
}
.main-nav .mn__link.ng-leave {
  opacity: 1;
  transition: all 0.3s;
}
.main-nav .mn__link.ng-leave-active {
  opacity: 0;
}
.main-nav .mn__site-enquiries-badge {
  position: absolute;
  top: 0.5625rem;
  left: 7.5rem;
  z-index: 110;
}
.main-nav .mn__offers-badge {
  position: absolute;
  top: 0.5625rem;
  left: 7.5rem;
  z-index: 110;
}
.main-nav .mn__help-wrapper {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  padding: 1.875rem 0.9375rem 0;
  cursor: pointer;
}
.main-nav .mn__help-wrapper:hover .mn__help-link-text {
  color: #505050;
}
.main-nav .mn__help {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  padding-bottom: 1.875rem;
}
.main-nav .mn__help.partner {
  padding-bottom: 0.9375rem;
}
.main-nav .mn__help-icon-file .svg {
  position: absolute;
  top: 0;
  left: 0;
  fill: #1573bc;
  width: 1.875rem;
  height: 1.875rem;
}
.main-nav .mn__help-icon-question-circle .svg {
  position: absolute;
  top: 1.125rem;
  left: 1.3125rem;
  fill: #1573bc;
  width: 1.25rem;
  height: 1.25rem;
}
.main-nav .mn__help-link-text {
  padding-left: 3.125rem;
  color: #6f6f6f;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .main-nav .mn__help-link-text {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.main-nav .mn__help-link-text {
  transition: all 0.3s;
}
.main-nav .mn__help-link-text a {
  text-decoration: none;
}
.main-nav .mn__help-link-text a:hover {
  text-decoration: underline;
}
.main-nav .mn__help-link-text > span {
  display: block;
  margin-top: 0.3125rem;
  font-weight: 700;
}
.main-nav .mn__contact-us {
  margin-top: 0.9375rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .main-nav .mn__contact-us {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.main-nav .mn__contact-us {
  font-weight: 700;
  text-align: center;
}
.main-nav .mn__contact-us a {
  text-decoration: none;
}
.main-nav .mn__link-highlight-strip.current {
  background: #28a9e1;
}
.main-nav .mn__link-highlight-strip.current-add {
  transition: background 0.4s;
  background: transparent;
}
.main-nav .mn__link-highlight-strip.current-add-active {
  background: #28a9e1;
}
.main-nav .mn__link-highlight-strip.current-remove {
  background: #28a9e1;
  transition: background 0.4s;
}
.main-nav .mn__link-highlight-strip.current-remove-active {
  background: transparent;
}
.main-nav .mn__link-highlight-strip-content.current {
  width: 4.8125rem;
}
.main-nav .mn__link-highlight-strip-content.current-add {
  transition: width 0.4s;
  width: 0;
}
.main-nav .mn__link-highlight-strip-content.current-add-active {
  width: 4.8125rem;
}
.main-nav .mn__link-highlight-strip-content.current-remove {
  width: 4.8125rem;
  opacity: 1;
  transition: all 0.4s ease 0.2s;
}
.main-nav .mn__link-highlight-strip-content.current-remove-active {
  opacity: 0;
  width: 0;
}
.main-nav .mn__link-highlight-tick.current {
  width: 0.75rem;
}
.main-nav .mn__link-highlight-tick.current-add {
  transition: width 0.2s ease 0.4s;
  width: 0;
}
.main-nav .mn__link-highlight-tick.current-add-active {
  width: 0.75rem;
}
.main-nav .mn__link-highlight-tick.current-remove {
  transition: width 0.2s;
  width: 0.75rem;
}
.main-nav .mn__link-highlight-tick.current-remove-active {
  width: 0;
}
.main-nav .mn__saved-searches-preview.has-items {
  padding-bottom: 4.375rem;
  transition: padding-bottom 0.4s;
}
.main-nav .mn__saved-searches-preview.has-items-add {
  transition: 0.25s all ease 0.2s;
  padding-bottom: 0;
}
.main-nav .mn__saved-searches-preview.has-items-add-active {
  padding-bottom: 4.375rem;
}

.modal-role-picker .mrp__content-wrapper {
  position: relative;
}
.modal-role-picker .mrp__header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .modal-role-picker .mrp__header {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.modal-role-picker .mrp__header {
  color: #1573bc;
  margin-bottom: 0.9375rem;
}

.role-picker {
  font-weight: 300;
}
.role-picker .rp__avatar-wrapper {
  position: relative;
  min-height: 4.375rem;
  margin-bottom: 1.875rem;
  padding-left: 5.3125rem;
}
.role-picker .rp__avatar {
  position: absolute;
  left: 0;
  top: 0;
}
.role-picker .rp__avatar img {
  border-radius: 0.3125rem;
  width: 4.375rem;
  height: 4.375rem;
}
.role-picker .rp__welcome-text {
  display: block;
  padding-top: 0.46875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .role-picker .rp__welcome-text {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.role-picker .rp__welcome-text {
  line-height: 1.375rem;
}
.role-picker .rp__instructions {
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .role-picker .rp__instructions {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.role-picker .rp__logout {
  position: absolute;
  top: 0.625rem;
  right: 0;
}
.role-picker .rp__role-content-wrapper:before, .role-picker .rp__role-content-wrapper:after {
  display: table;
  content: " ";
}
.role-picker .rp__role-content-wrapper:after {
  clear: both;
}
.role-picker .rp__role-content-wrapper {
  position: relative;
  margin: 0.46875rem 0.9375rem;
  padding-left: 4.375rem;
}
@media (max-width: 767px) {
  .role-picker .rp__role-content-wrapper {
    padding-left: 0;
  }
  .role-picker .rp__role-content-wrapper .rp__role-icon,
  .role-picker .rp__role-content-wrapper .rp__demo-role-icon {
    display: none;
  }
}
.role-picker .rp__role-content-wrapper.no-icon {
  padding-left: 0;
}
.role-picker .rp__role-icon {
  position: absolute;
  left: 0.625rem;
  top: 50%;
  margin-top: -1.09375rem;
  width: 2.1875rem;
  height: 2.1875rem;
}
.role-picker .rp__role-icon .svg {
  width: 100%;
  height: 100%;
  fill: #1573bc;
}
.role-picker .rp__demo-role-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  margin-top: -0.78125rem;
  width: 1.5625rem;
  height: 1.5625rem;
}
.role-picker .rp__demo-role-icon .svg {
  width: 100%;
  height: 100%;
  fill: #1573bc;
}
.role-picker .rp__spinner-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  margin-top: -0.78125rem;
  width: 1.5625rem;
  height: 1.5625rem;
}
.role-picker .rp__role,
.role-picker .rp__demo-role {
  margin-bottom: 0.234375rem;
  padding-left: 0;
  background: #fff;
  border-radius: 0.3125rem;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  list-style-type: none;
}
.role-picker .rp__role:last-child,
.role-picker .rp__demo-role:last-child {
  margin-bottom: 0;
}
.role-picker .rp__role {
  margin-bottom: 0.46875rem;
}
.role-picker .rp__role-select-button {
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
  cursor: pointer;
  background: none;
}
.role-picker .rp__role-description {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .role-picker .rp__role-description {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.role-picker .rp__role-description {
  margin-bottom: 0.9375rem;
  color: #1573bc;
}
.role-picker .rp__role-description-group {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .role-picker .rp__role-description-group {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.role-picker .rp__role-description-group {
  font-weight: 300;
}
.role-picker .rp__role-ids,
.role-picker .rp__demo-role-ids {
  position: absolute;
  top: 0;
  right: 0;
  color: #e3e3e3;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .role-picker .rp__role-ids,
  .role-picker .rp__demo-role-ids {
    display: none;
  }
}
.role-picker .rp__demo-role-ids {
  right: 1.40625rem;
}
.role-picker .rp__role-select-button:hover .rp__role-ids {
  color: #505050;
}
.role-picker .rp__role-id {
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .role-picker .rp__role-id {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.role-picker .rp__generating-text {
  font-weight: normal;
}
.role-picker .rp__role-type {
  background: #1573bc;
  padding: 0.3125rem 0.625rem;
  font-size: 0.75rem;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  float: left;
}
.role-picker .rp__arrow {
  position: absolute;
  top: 50%;
  margin-top: -0.9375rem;
  right: -0.625rem;
  transition: opacity 0.5s;
}
.role-picker .rp__arrow .svg {
  height: 1.875rem;
  width: 1.875rem;
  fill: #1573bc;
}
.role-picker .rp__spinner {
  position: absolute;
  top: 50%;
  right: 0.46875rem;
  opacity: 0;
  transition: opacity 0.5s;
}
.role-picker .rp__role-content-wrapper.redirecting .rp__spinner {
  opacity: 1;
}
.role-picker .rp__role-content-wrapper.redirecting .rp__arrow {
  opacity: 0;
}
.role-picker .rp__demo-roles-header {
  padding-top: 4.6875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .role-picker .rp__demo-roles-header {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.role-picker .rp__demo-roles-header {
  color: #1573bc;
}
.role-picker .rp__demo-roles-blurb {
  margin-bottom: 0.46875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .role-picker .rp__demo-roles-blurb {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.role-picker .rp__demo-roles-blurb {
  color: #6f6f6f;
}
.role-picker .rp__demo-role-description {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .role-picker .rp__demo-role-description {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.role-picker .rp__demo-role-description {
  color: #1573bc;
}
.role-picker .rp__demo-role-description span {
  margin-left: 0.46875rem;
}
.role-picker .rp__demo-role-type {
  display: inline-block;
  background: #28a9e1;
  padding: 0.1875rem 0.375rem;
  font-size: 0.625rem;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  margin-left: 0.9375rem;
}
.role-picker .rp__role-reset-wrapper {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .role-picker .rp__role-reset-wrapper {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.role-picker .rp__role-reset-wrapper {
  margin-bottom: 1.40625rem;
}
.role-picker .rp__role-reset-wrapper a {
  text-decoration: none;
}
.role-picker .rp__role-reset-wrapper .svg {
  fill: #1573bc;
  width: 0.625rem;
  height: 0.625rem;
}
.role-picker .rp__role-reset-wrapper span {
  margin-left: 0.46875rem;
  color: #6f6f6f;
}
.role-picker .rp__link-to-aver-role-picker {
  padding-top: 0.9375rem;
  text-align: right;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .role-picker .rp__link-to-aver-role-picker {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.role-picker .rp__link-to-aver-role-picker {
  color: #6f6f6f;
}
.role-picker .rp__link-to-aver-role-picker a {
  text-decoration: underline;
}

.search-bar {
  position: relative;
  background: red;
  z-index: 990;
}
.search-bar .sb__content-wrapper:before, .search-bar .sb__content-wrapper:after {
  display: table;
  content: " ";
}
.search-bar .sb__content-wrapper:after {
  clear: both;
}
.search-bar .sb__content-wrapper {
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  padding: 0.9375rem 3.75rem;
  padding-right: 5rem;
  min-height: 3.875rem;
  transition: all 0.5s;
  cursor: pointer;
}
.search-bar .sb__content-wrapper.highlight {
  background: #28a9e1;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .search-bar .sb__content-wrapper {
    padding-right: 3.75rem;
  }
}
.search-bar .sb__passive-wrapper:before, .search-bar .sb__passive-wrapper:after {
  display: table;
  content: " ";
}
.search-bar .sb__passive-wrapper:after {
  clear: both;
}
.search-bar .sb__passive-wrapper {
  position: absolute;
  top: 0.9375rem;
  right: 7.5rem;
  width: 100%;
  max-width: 16.875rem;
  text-align: left;
  cursor: pointer;
}
.search-bar .sb__passive-wrapper .svg {
  position: relative;
  top: 0.25rem;
  float: right;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0.125rem;
  fill: #6f6f6f;
}
@media (max-width: 767px) {
  .search-bar .sb__passive-wrapper {
    max-width: none;
    width: 10.625rem;
    margin: 0 0.9375rem;
    right: 3.75rem;
  }
  .search-bar .sb__passive-wrapper .svg {
    display: none;
  }
}
.search-bar .sb__passive-placeholder {
  display: inline;
  color: #6f6f6f;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .search-bar .sb__passive-placeholder {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.search-bar .sb__passive-placeholder {
  line-height: 2rem;
}
@media (max-width: 767px) {
  .search-bar .sb__passive-placeholder {
    line-height: 2rem;
  }
}
.search-bar .sb__query-display-container {
  position: relative;
  width: 100%;
  padding-left: 3.75rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .search-bar .sb__query-display-container {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.search-bar .sb__query-display-container {
  line-height: 2rem;
  color: rgba(255, 255, 255, 0.5);
}
.search-bar .sb__query-display-container .svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0.375rem;
  fill: #fff;
}
@media (max-width: 991px) {
  .search-bar .sb__query-display-container {
    padding-left: 0;
  }
  .search-bar .sb__query-display-container .svg {
    display: none;
  }
}
@media (max-width: 767px) {
  .search-bar .sb__query-display-container {
    padding-top: 0.3125rem;
  }
}
.search-bar .sb__search-panel-wrapper {
  position: relative;
}
.search-bar .sb__query-display > span > span {
  font-weight: 400;
  color: #fff;
}
.search-bar .sb__query-display > span > span:nth-child(2n) {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}
.search-bar .sb__passive-wrapper.ng-enter,
.search-bar .sb__search-panel-wrapper.ng-enter {
  opacity: 0;
  transition: all 0.5s;
}
.search-bar .sb__passive-wrapper.ng-enter-active,
.search-bar .sb__search-panel-wrapper.ng-enter-active {
  opacity: 1;
}
.search-bar .sb__passive-wrapper.ng-leave,
.search-bar .sb__search-panel-wrapper.ng-leave {
  opacity: 1;
  transition: all 0.5s;
}
.search-bar .sb__passive-wrapper.ng-leave-active,
.search-bar .sb__search-panel-wrapper.ng-leave-active {
  opacity: 0;
}

.search-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 0;
}
.search-panel .sp__content-wrapper {
  position: absolute;
  top: 0;
  left: 25%;
  width: 50%;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media (min-width: 767px) {
  .search-panel .sp__content-wrapper {
    min-width: 29.375rem;
  }
}
@media (max-width: 767px) {
  .search-panel .sp__content-wrapper {
    width: 95%;
    left: 2.5%;
    max-width: auto;
  }
}
.search-panel .sp__criteria {
  border-bottom: 1px solid #f5f5f5;
}
.search-panel .sp__criteria.header {
  color: #1573bc;
}
.search-panel .sp__criteria.header:before, .search-panel .sp__criteria.header:after {
  display: table;
  content: " ";
}
.search-panel .sp__criteria.header:after {
  clear: both;
}
.search-panel .sp__criteria.header {
  position: relative;
}
.search-panel .sp__criteria.header > span {
  float: left;
  padding-left: 0.9375rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .search-panel .sp__criteria.header > span {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.search-panel .sp__criteria.header > span {
  font-style: italic;
  line-height: 2.1875rem;
}
@media (max-width: 767px) {
  .search-panel .sp__criteria.header > span {
    line-height: 2.1875rem;
  }
}
.search-panel .sp__close {
  position: relative;
  float: right;
  font-size: 2.0625rem;
  line-height: 1.25rem;
  padding: 0.46875rem 0.9375rem;
  color: #1573bc;
  z-index: 100;
  cursor: pointer;
}
.search-panel .sp__close:before {
  content: "close";
  text-transform: uppercase;
  position: absolute;
  font-size: 0.625rem;
  left: -1.375rem;
  top: 0.5625rem;
}
.search-panel .sp__clear-search-mobile-wrapper:before, .search-panel .sp__clear-search-mobile-wrapper:after {
  display: table;
  content: " ";
}
.search-panel .sp__clear-search-mobile-wrapper:after {
  clear: both;
}
.search-panel .sp__clear-search-mobile-wrapper {
  padding: 0.46875rem 0.9375rem;
  border-bottom: 1px solid #f5f5f5;
}
.search-panel .sp__clear-search-desktop {
  float: right;
  margin-top: 0.75rem;
  margin-right: 0.9375rem;
  color: #d20000;
  text-decoration: underline;
  font-style: italic;
  cursor: pointer;
}
@media (max-width: 767px) {
  .search-panel .sp__clear-search-desktop {
    display: none;
  }
}
.search-panel .sp__clear-search-mobile-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .search-panel .sp__clear-search-mobile-wrapper {
    display: block;
  }
}
.search-panel .sp__clear-search-mobile {
  float: right;
  width: auto;
}
.search-panel .sp__actions-row-wrapper:before, .search-panel .sp__actions-row-wrapper:after {
  display: table;
  content: " ";
}
.search-panel .sp__actions-row-wrapper:after {
  clear: both;
}
.search-panel .sp__actions-row:before, .search-panel .sp__actions-row:after {
  display: table;
  content: " ";
}
.search-panel .sp__actions-row:after {
  clear: both;
}
.search-panel .sp__actions-row {
  margin: 0.9375rem 0.9375rem;
}
.search-panel .sp__add-criteria {
  float: right;
  width: auto;
}
.search-panel .sp__save-search {
  float: left;
  width: auto;
}
@media (max-width: 767px) {
  .search-panel .sp__add-criteria,
  .search-panel .sp__save-search {
    width: 100%;
  }
  .search-panel .sp__add-criteria {
    margin-bottom: 0.9375rem;
  }
}
.search-panel .sp__save-search.ng-enter,
.search-panel .sp__clear-client-active.ng-enter {
  opacity: 0;
  transition: all 0.5s;
}
.search-panel .sp__save-search.ng-enter-active,
.search-panel .sp__clear-client-active.ng-enter-active {
  opacity: 1;
}
.search-panel .sp__save-search.ng-leave,
.search-panel .sp__clear-client-active.ng-leave {
  opacity: 1;
  transition: all 0.5s;
}
.search-panel .sp__save-search.ng-leave-active,
.search-panel .sp__clear-client-active.ng-leave-active {
  opacity: 0;
}

.search-results .sr__content-wrapper {
  position: relative;
}
.search-results .sr__content-wrapper:before, .search-results .sr__content-wrapper:after {
  display: table;
  content: " ";
}
.search-results .sr__content-wrapper:after {
  clear: both;
}
.search-results .sr__content-wrapper {
  margin-bottom: 1.40625rem;
}
.search-results .sr__download-links {
  position: absolute;
  top: -2.8125rem;
  left: 0;
}
@media (max-width: 767px) {
  .search-results .sr__download-links {
    position: static;
    display: block;
    width: 100%;
    float: right;
    clear: both;
  }
}
.search-results .sr__download-links button {
  margin-left: 0.46875rem;
  width: auto;
}
.search-results .sr__download-links-label {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .search-results .sr__download-links-label {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.search-results .sr__download-links-label {
  color: #6f6f6f;
}
.search-results .sr__no-results {
  margin: 0 auto;
  overflow: hidden;
  width: 16.25rem;
  height: 12.5rem;
}
.search-results .sr__no-results-content-wrapper {
  position: relative;
  width: 16.25rem;
  height: 12.5rem;
  padding: 6.875rem 1.40625rem 1.40625rem;
  background: rgb(233.5, 246.4, 252);
  border: 1px dashed #28a9e1;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .search-results .sr__no-results-content-wrapper {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.search-results .sr__no-results-content-wrapper {
  color: #28a9e1;
  text-align: center;
  border-radius: 3px;
}
.search-results .sr__no-results-content-wrapper .svg {
  position: absolute;
  top: 2.5rem;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: -1.25rem;
  fill: #28a9e1;
}
.search-results .sr__no-results-content-wrapper p {
  font-weight: 700;
}
.search-results .sr__results {
  clear: both;
}
.search-results .sr__items {
  transition: margin 0.3s;
}
.search-results .sr__items.no-results {
  margin-bottom: 3.75rem;
}
.search-results .sr__item.date {
  width: 10%;
}
.search-results .sr__item.description {
  width: 35%;
}
.search-results .sr__item.holding {
  width: 15%;
}
.search-results .sr__item.amount {
  width: 10%;
}
.search-results .sr__item.category {
  width: 15%;
}
.search-results .sr__item.tags {
  width: 15%;
}
@media (max-width: 768px) {
  .search-results .sr__item.description {
    width: 70%;
    padding-left: 0;
  }
  .search-results .sr__item.amount {
    width: 30%;
  }
  .search-results .sr__item.holding {
    display: none;
  }
  .search-results .sr__item.date {
    display: none;
  }
  .search-results .sr__item.category {
    display: none;
  }
  .search-results .sr__item.tags {
    display: none;
  }
}
.search-results .sr__content-wrapper.from-client .sr__item.date {
  width: 8%;
}
.search-results .sr__content-wrapper.from-client .sr__item.description {
  width: 30%;
}
.search-results .sr__content-wrapper.from-client .sr__item.client {
  width: 13%;
}
.search-results .sr__content-wrapper.from-client .sr__item.holding {
  width: 13%;
}
.search-results .sr__content-wrapper.from-client .sr__item.amount {
  width: 10%;
}
.search-results .sr__content-wrapper.from-client .sr__item.category {
  width: 13%;
}
.search-results .sr__content-wrapper.from-client .sr__item.tags {
  width: 12%;
}
.search-results .sr__content-wrapper.hide-account .sr__item.date {
  width: 13%;
}
.search-results .sr__content-wrapper.hide-account .sr__item.description {
  width: 48%;
}
.search-results .sr__content-wrapper.hide-account .sr__item.holding {
  display: none;
}
.search-results .sr__content-wrapper.hide-account .sr__item.amount {
  width: 10%;
}
.search-results .sr__content-wrapper.hide-account .sr__item.category {
  width: 17%;
}
.search-results .sr__content-wrapper.hide-account .sr__item.tags {
  width: 12%;
}
@media (max-width: 768px) {
  .search-results .sr__content-wrapper.hide-account .sr__item.description {
    width: 70%;
  }
  .search-results .sr__content-wrapper.hide-account .sr__item.amount {
    width: 30%;
  }
}
.search-results .sr__content-wrapper.from-client.hide-account .sr__item.date {
  width: 8%;
}
.search-results .sr__content-wrapper.from-client.hide-account .sr__item.description {
  width: 40%;
}
.search-results .sr__content-wrapper.from-client.hide-account .sr__item.holding {
  display: none;
}
.search-results .sr__content-wrapper.from-client.hide-account .sr__item.client {
  width: 13%;
}
.search-results .sr__content-wrapper.from-client.hide-account .sr__item.amount {
  width: 10%;
}
.search-results .sr__content-wrapper.from-client.hide-account .sr__item.category {
  width: 17%;
}
.search-results .sr__content-wrapper.from-client.hide-account .sr__item.tags {
  width: 12%;
}
.search-results .sr__item.amount {
  text-align: right;
}
.search-results .sr__results.ng-enter {
  opacity: 0;
  transition: opacity 0.5s;
}
.search-results .sr__results.ng-enter-active {
  opacity: 1;
}
.search-results .sr__results.ng-leave {
  opacity: 1;
  transition: opacity 0.5s;
}
.search-results .sr__results.ng-leave-active {
  opacity: 0;
}
.search-results .sr__no-results.ng-enter {
  opacity: 0;
  height: 0;
  transition: all 0.3s;
}
.search-results .sr__no-results.ng-enter-active {
  opacity: 1;
  height: 12.5rem;
}
.search-results .sr__no-results.ng-leave {
  opacity: 1;
  height: 12.5rem;
  transition: all 0.3s;
}
.search-results .sr__no-results.ng-leave-active {
  opacity: 0;
  height: 0;
}

.search-result-metadata .srm__content-wrapper:before, .search-result-metadata .srm__content-wrapper:after {
  display: table;
  content: " ";
}
.search-result-metadata .srm__content-wrapper:after {
  clear: both;
}
.search-result-metadata .srm__content-wrapper {
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #f5f5f5;
}
@media (max-width: 767px) {
  .search-result-metadata .srm__content-wrapper {
    margin-bottom: 0.46875rem;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.search-result-metadata .srm__content-wrapper:hover .srm__updated-at {
  color: #505050;
}
.search-result-metadata .srm__top,
.search-result-metadata .srm__bottom {
  float: left;
  clear: left;
  width: 100%;
}
.search-result-metadata .srm__bottom {
  padding-top: 0.9375rem;
}
.search-result-metadata .srm__links {
  float: left;
}
.search-result-metadata .srm__links:before, .search-result-metadata .srm__links:after {
  display: table;
  content: " ";
}
.search-result-metadata .srm__links:after {
  clear: both;
}
.search-result-metadata .srm__links {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .search-result-metadata .srm__links {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.search-result-metadata .srm__links {
  margin-bottom: 0.46875rem;
}
.search-result-metadata .srm__icon {
  position: relative;
  top: 0.125rem;
  float: left;
  margin-right: 0.9375rem;
}
.search-result-metadata .srm__icon .svg {
  fill: #6f6f6f;
}
@media (max-width: 767px) {
  .search-result-metadata .srm__icon {
    top: 0;
  }
}
.search-result-metadata .srm__link {
  float: left;
  margin-right: 0.9375rem;
  color: #1573bc;
  cursor: pointer;
}
.search-result-metadata .srm__location {
  float: left;
  color: #505050;
  font-weight: 400;
}
.search-result-metadata .srm__sharer-name-badge {
  margin-left: 0.9375rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .search-result-metadata .srm__sharer-name-badge {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media (max-width: 767px) {
  .search-result-metadata .srm__sharer-name-badge-wrapper {
    clear: both;
    display: block;
    padding-top: 0.46875rem;
  }
  .search-result-metadata .srm__sharer-name-badge {
    margin-left: 0;
  }
}
.search-result-metadata .srm__updated-at {
  display: block;
  padding-top: 0.234375rem;
  float: left;
  clear: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .search-result-metadata .srm__updated-at {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.search-result-metadata .srm__updated-at {
  color: #6f6f6f;
  transition: all 0.3s;
}
.search-result-metadata .srm__balance {
  float: right;
  width: 50%;
  color: #6f6f6f;
  text-align: right;
}
.search-result-metadata .srm__balance .current {
  opacity: 0.5;
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .search-result-metadata .srm__balance .current {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.search-result-metadata .srm__balance .current {
  transition: all 0.3s;
}
.search-result-metadata .srm__balance .current span {
  display: inline-block;
  color: #505050;
  min-width: 6.875rem;
}
.search-result-metadata .srm__balance .available {
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .search-result-metadata .srm__balance .available {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.search-result-metadata .srm__balance .available {
  color: #505050;
}
.search-result-metadata .srm__balance .available span {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .search-result-metadata .srm__balance .available span {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.search-result-metadata .srm__balance .available span {
  font-weight: 400;
  color: #1aa21a;
  min-width: 6.875rem;
}
.search-result-metadata .srm__balance:hover .current {
  opacity: 1;
  color: #505050;
}
@media (max-width: 767px) {
  .search-result-metadata .srm__balance {
    float: left;
    clear: left;
    width: 100%;
    text-align: left;
  }
  .search-result-metadata .srm__balance .available, .search-result-metadata .srm__balance .current {
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    opacity: 1;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .search-result-metadata .srm__balance .available, .search-result-metadata .srm__balance .current {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media (max-width: 767px) {
  .search-result-metadata .srm__balance .available span, .search-result-metadata .srm__balance .current span {
    display: inline;
  }
  .search-result-metadata .srm__balance .current {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .search-result-metadata .srm__balance .current {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media (max-width: 767px) {
  .search-result-metadata .srm__balance .current span {
    color: #6f6f6f;
  }
}

.search-result-line .srl__item.date {
  width: 10%;
}
.search-result-line .srl__item.description {
  width: 35%;
}
.search-result-line .srl__item.holding {
  width: 15%;
}
.search-result-line .srl__item.amount {
  width: 10%;
}
.search-result-line .srl__item.category {
  width: 15%;
}
.search-result-line .srl__item.tags {
  width: 15%;
}
@media (max-width: 768px) {
  .search-result-line .srl__item.description {
    width: 70%;
    padding-left: 0;
  }
  .search-result-line .srl__item.amount {
    width: 30%;
  }
  .search-result-line .srl__item.date {
    display: none;
  }
  .search-result-line .srl__item.holding {
    display: none;
  }
  .search-result-line .srl__item.category {
    display: none;
  }
  .search-result-line .srl__item.tags {
    display: none;
  }
}
.search-result-line .srl__content-wrapper.from-client .srl__item.date {
  width: 8%;
}
.search-result-line .srl__content-wrapper.from-client .srl__item.description {
  width: 30%;
}
.search-result-line .srl__content-wrapper.from-client .srl__item.holding {
  width: 13%;
}
.search-result-line .srl__content-wrapper.from-client .srl__item.client {
  width: 13%;
}
.search-result-line .srl__content-wrapper.from-client .srl__item.amount {
  width: 10%;
}
.search-result-line .srl__content-wrapper.from-client .srl__item.category {
  width: 13%;
}
.search-result-line .srl__content-wrapper.from-client .srl__item.tags {
  width: 12%;
}
.search-result-line .srl__content-wrapper.hide-account .srl__item.date {
  width: 13%;
}
.search-result-line .srl__content-wrapper.hide-account .srl__item.description {
  width: 48%;
}
.search-result-line .srl__content-wrapper.hide-account .srl__item.holding {
  display: none;
}
.search-result-line .srl__content-wrapper.hide-account .srl__item.amount {
  width: 10%;
}
.search-result-line .srl__content-wrapper.hide-account .srl__item.category {
  width: 17%;
}
.search-result-line .srl__content-wrapper.hide-account .srl__item.tags {
  width: 12%;
}
@media (max-width: 768px) {
  .search-result-line .srl__content-wrapper.hide-account .srl__item.description {
    width: 70%;
  }
  .search-result-line .srl__content-wrapper.hide-account .srl__item.amount {
    width: 30%;
  }
}
.search-result-line .srl__content-wrapper.from-client.hide-account .srl__item.date {
  width: 8%;
}
.search-result-line .srl__content-wrapper.from-client.hide-account .srl__item.description {
  width: 40%;
}
.search-result-line .srl__content-wrapper.from-client.hide-account .srl__item.holding {
  display: none;
}
.search-result-line .srl__content-wrapper.from-client.hide-account .srl__item.client {
  width: 13%;
}
.search-result-line .srl__content-wrapper.from-client.hide-account .srl__item.amount {
  width: 10%;
}
.search-result-line .srl__content-wrapper.from-client.hide-account .srl__item.category {
  width: 17%;
}
.search-result-line .srl__content-wrapper.from-client.hide-account .srl__item.tags {
  width: 12%;
}
.search-result-line .srl__item.amount {
  text-align: right;
  color: #1aa21a;
}
.search-result-line .srl__item.amount.negative {
  color: #d20000;
}
.search-result-line .srl__item.description:before, .search-result-line .srl__item.description:after {
  display: table;
  content: " ";
}
.search-result-line .srl__item.description:after {
  clear: both;
}
.search-result-line .srl__item.description .srl__description {
  display: block;
  float: left;
  width: 100%;
}
.search-result-line .srl__mobile-date {
  display: none;
}
@media (max-width: 768px) {
  .search-result-line .srl__mobile-date {
    display: block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 0.6875rem;
    line-height: 0.8125rem;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
    color: #6f6f6f;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  .search-result-line .srl__mobile-date {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.search-result-line .srl__tag {
  margin-left: 0.1171875rem;
}
.search-result-line .srl__items.highlighted .srl__no-tags {
  color: #fff;
}
.search-result-line .srl__items.highlighted .srl__item.description {
  font-weight: 700;
}
.search-result-line .srl__items.highlighted .srl__item.amount {
  color: #fff;
  font-weight: 700;
}
.search-result-line .srl__items.highlighted .srl__holding-name {
  color: #fff;
}
.search-result-line .srl__items.highlighted .srl__tag {
  margin-left: 0.1171875rem;
}
.search-result-line .srl__comment {
  float: left;
  clear: left;
  margin-bottom: 0;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .search-result-line .srl__comment {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.search-result-line .srl__comment {
  color: #505050;
}
.search-result-line .srl__comment-toggle {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .search-result-line .srl__comment-toggle {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.search-result-line .srl__comment-toggle:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .search-result-line .srl__comment-toggle {
    display: none;
  }
}
.search-result-line .srl__item.description.open .srl__description {
  margin-bottom: 0.234375rem;
}
.search-result-line .srl__pending {
  display: inline;
}
.search-result-line .srl__pending .svg {
  margin-top: 3px;
  margin-bottom: -3px;
  width: 16px;
  height: 16px;
}
.search-result-line .srl__popout {
  position: fixed;
  right: -0.9375rem;
  padding: 1.875rem;
  padding-right: 2.8125rem;
  top: 15%;
  width: 28.125rem;
  min-height: 34.375rem;
  background: #fff;
  z-index: 1500;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
@media (max-width: 767px) {
  .search-result-line .srl__popout:before, .search-result-line .srl__popout:after {
    display: table;
    content: " ";
  }
  .search-result-line .srl__popout:after {
    clear: both;
  }
  .search-result-line .srl__popout {
    height: 95%;
    width: 95%;
    left: 2.5%;
    right: auto;
    top: 2.5%;
    padding: 0.9375rem;
  }
}

.save-search-confirm:before, .save-search-confirm:after {
  display: table;
  content: " ";
}
.save-search-confirm:after {
  clear: both;
}
.save-search-confirm .ssc__header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .save-search-confirm .ssc__header {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.save-search-confirm .actions {
  margin-bottom: 0;
}

.transaction-editor {
  height: 100%;
}
.transaction-editor .te__content-wrapper:before, .transaction-editor .te__content-wrapper:after {
  display: table;
  content: " ";
}
.transaction-editor .te__content-wrapper:after {
  clear: both;
}
.transaction-editor .te__content-wrapper {
  height: 100%;
  padding-top: 4.6875rem;
}
.transaction-editor .te__close {
  position: absolute;
  top: -0.375rem;
  right: 1.875rem;
  padding: 0.625rem;
  cursor: pointer;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .transaction-editor .te__close {
    right: 0.125rem;
  }
}
.transaction-editor .te__items:before, .transaction-editor .te__items:after {
  display: table;
  content: " ";
}
.transaction-editor .te__items:after {
  clear: both;
}
@media (max-width: 768px) {
  .transaction-editor .te__items {
    height: 100%;
    overflow: scroll;
  }
}
.transaction-editor .te__item {
  position: relative;
  padding-bottom: 0.9375rem;
  padding-top: 0.9375rem;
  border-bottom: 1px solid #f5f5f5;
  float: left;
  width: 100%;
  cursor: pointer;
  transition: border-color 0.5s;
}
.transaction-editor .te__item:last-child {
  border-bottom: none;
}
.transaction-editor .te__item > label {
  display: block;
  margin-bottom: 0.234375rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .transaction-editor .te__item > label {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.transaction-editor .te__item > label {
  color: #6f6f6f;
  font-weight: 700;
  text-transform: uppercase;
}
.transaction-editor .te__item > label > .svg {
  width: 0.875rem;
  height: 0.875rem;
  vertical-align: middle;
  fill: #1573bc;
  opacity: 0.2;
  transition: opacity 0.5s;
}
@media (max-width: 767px) {
  .transaction-editor .te__item > label > .svg {
    opacity: 1;
  }
}
.transaction-editor .te__item:hover > label > .svg {
  opacity: 1;
}
.transaction-editor .te__item .te__item-content {
  position: relative;
  opacity: 1;
  transition: opacity 0.3s;
}
.transaction-editor .te__item .te__item-content.tags {
  transition: all 0s;
}
.transaction-editor .te__item.editing {
  border-color: #fff;
}
.transaction-editor .te__item.editing .te__item-content {
  opacity: 0;
}
.transaction-editor .te__item-wrapper {
  position: relative;
}
.transaction-editor .te__editor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.transaction-editor .te__editor.tags {
  position: static;
}
.transaction-editor .te__category-settings {
  position: absolute;
  top: 0.75rem;
  right: 0;
  padding: 0.1875rem;
}
.transaction-editor .te__category-settings .svg {
  fill: #6f6f6f;
}
.transaction-editor .te__category-input.showing-add-button {
  padding-right: 5rem;
}
.transaction-editor .te__button.add-category {
  position: absolute;
  top: 0.4375rem;
  right: 2.1875rem;
  width: auto;
}
@media (max-width: 767px) {
  .transaction-editor .te__button.add-category {
    top: 0.375rem;
    right: 2.125rem;
  }
}
.transaction-editor .te__button.clear-category {
  position: absolute;
  top: 0.4375rem;
  right: 0.4375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: auto;
  margin-botom: auto;
  font-weight: bold;
  border-radius: 0.625rem;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .transaction-editor .te__button.clear-category {
    top: 0.375rem;
    right: 0.375rem;
  }
}
.transaction-editor .te__item.amount,
.transaction-editor .te__item.date {
  padding-top: 0;
  width: 50%;
}
.transaction-editor .te__item.amount {
  text-align: right;
}
.transaction-editor .te__item.amount > span {
  color: #1aa21a;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .transaction-editor .te__item.amount > span {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.transaction-editor .te__item.amount > span.negative {
  color: #d20000;
}
.transaction-editor .te__tag {
  margin-left: 0.1171875rem;
  margin-bottom: 0.1171875rem;
}
.transaction-editor .te__rule-hint-wrapper {
  position: relative;
  clear: both;
  padding: 0.9375rem 0;
  padding-left: 3.125rem;
  margin-top: 0.46875rem;
  border-bottom: 1px solid #f5f5f5;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .transaction-editor .te__rule-hint-wrapper {
    font: normal normal normal 0.75rem / 1.0625rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.transaction-editor .te__rule-hint-wrapper {
  color: #1573bc;
}
.transaction-editor .te__rule-hint-wrapper .svg {
  position: absolute;
  left: 0.46875rem;
  top: 50%;
  width: 1.875rem;
  height: 1.875rem;
  margin-top: -0.9375rem;
  fill: #FFC500;
}
.transaction-editor .te__rule-hint > span {
  font-weight: 700;
}
.transaction-editor .te__rule-hint-actions {
  padding-top: 0.46875rem;
}
.transaction-editor .te__rule-hint-actions button {
  width: 48%;
  display: inline-block;
}
.transaction-editor .te__rule-hint-actions button:first-child {
  margin-right: 1%;
}
.transaction-editor .te__rule-hint-actions button:last-child {
  margin-left: 1%;
}
.transaction-editor .te__title {
  position: absolute;
  top: 1.875rem;
  width: 100%;
}
.transaction-editor .te__stripe {
  position: relative;
  left: -2.625rem;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 1.40625rem;
  padding-top: 0.46875rem;
  padding-bottom: 0.46875rem;
  background: #1573bc;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .transaction-editor .te__stripe {
    left: -1.6875rem;
  }
}
.transaction-editor .te__stripe-content {
  color: #fff;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .transaction-editor .te__stripe-content {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.transaction-editor .te__stripe-content {
  font-weight: 700;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.transaction-editor .te__tick {
  position: absolute;
  left: 0;
  bottom: -0.75rem;
  width: 0.75rem;
  height: 0.75rem;
  overflow: hidden;
}
.transaction-editor .te__tick:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.75rem 0.75rem 0;
  border-color: transparent rgb(13.65, 74.75, 122.2) transparent transparent;
}
.transaction-editor .te__editor.ng-enter {
  opacity: 0;
  transition: opacity 0.3s;
}
.transaction-editor .te__editor.ng-enter-active {
  opacity: 1;
}
.transaction-editor .te__editor.ng-leave {
  opacity: 1;
  transition: opacity 0.3s;
}
.transaction-editor .te__editor.ng-leave-active {
  opacity: 0;
}
.transaction-editor .te__editor.tags.ng-enter {
  transition: all 0s;
}
.transaction-editor .te__button.add-category.ng-enter,
.transaction-editor .te__button.clear-category.ng-enter {
  opacity: 0;
  transition: opacity 0.3s;
}
.transaction-editor .te__button.add-category.ng-enter-active,
.transaction-editor .te__button.clear-category.ng-enter-active {
  opacity: 1;
}
.transaction-editor .te__button.add-category.ng-leave,
.transaction-editor .te__button.clear-category.ng-leave {
  opacity: 1;
  transition: opacity 0.3s;
}
.transaction-editor .te__button.add-category.ng-leave-active,
.transaction-editor .te__button.clear-category.ng-leave-active {
  opacity: 0;
}
.transaction-editor .te__rule-hint-wrapper.ng-enter {
  opacity: 0;
  transition: all 0.3s;
}
.transaction-editor .te__rule-hint-wrapper.ng-enter-active {
  opacity: 1;
}
.transaction-editor .te__rule-hint-wrapper.ng-leave {
  opacity: 1;
  transition: all 0.3s;
}
.transaction-editor .te__rule-hint-wrapper.ng-leave-active {
  opacity: 0;
}

.saved-searches .ss__content-wrapper {
  color: #505050;
}
.saved-searches .ss__download-link {
  margin-left: 0.46875rem;
  width: auto;
  display: inline-block;
}
@media (min-width: 767px) {
  .saved-searches .ss__download-link.mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .saved-searches .ss__download-link.desktop {
    display: none;
  }
}
.saved-searches .ss__no-saved-searches {
  padding-top: 0.46875rem;
  padding-bottom: 0.46875rem;
  text-align: center;
  color: #6f6f6f;
  border-bottom: 1px solid #f5f5f5;
}
.saved-searches .ss__table-cell {
  line-height: 1.625rem;
}
.saved-searches .ss__table-cell.description {
  vertical-align: middle;
}
.saved-searches .ss__table-cell.buttons {
  text-align: right;
}
.saved-searches .ss__table-cell.buttons button {
  width: auto;
  margin-left: 0.46875rem;
}
.saved-searches .ss__name {
  display: block;
}
@media (max-width: 767px) {
  .saved-searches .ss__name {
    font-weight: 700;
  }
}
.saved-searches .ss__description > span {
  color: #6f6f6f;
  font-weight: normal;
}
.saved-searches .ss__description > span > span {
  font-weight: 700;
  color: #505050;
}
.saved-searches .ss__table-cell.description {
  width: 50%;
}
.saved-searches .ss__table-cell.buttons {
  width: 50%;
}
@media (max-width: 767px) {
  .saved-searches .ss__table-cell.description {
    width: 85%;
  }
  .saved-searches .ss__table-cell.buttons {
    width: 15%;
  }
}

.criteria-creator .cc__state-container {
  position: relative;
  height: 37px;
  transition: height 0.5s;
}
@media (max-width: 767px) {
  .criteria-creator .cc__state-container {
    height: 33px;
  }
}
.criteria-creator .cc__state-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.9375rem 0.9375rem 0;
}
.criteria-creator .cc__state-wrapper.display {
  padding: 0.46875rem 0.9375rem;
}
.criteria-creator .cc__back {
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
  cursor: pointer;
}
.criteria-creator .cc__back .svg {
  width: 20px;
  height: 20px;
  fill: #1573bc;
}
@media (max-width: 767px) {
  .criteria-creator .cc__back {
    top: 0.75rem;
  }
}
.criteria-creator .cc__delete {
  position: absolute;
  top: 0.4375rem;
  right: 0.9375rem;
  cursor: pointer;
}
.criteria-creator .cc__delete .svg {
  width: 20px;
  height: 20px;
  fill: #db3333;
  transition: fill 0.3s;
}
.criteria-creator .cc__delete:hover .svg {
  fill: #d20000;
}
.criteria-creator .cc__state-title {
  margin-bottom: 0.9375rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .criteria-creator .cc__state-title {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.criteria-creator .cc__state-title {
  color: #1573bc;
  text-align: center;
}
.criteria-creator .cc__state-wrapper.ng-enter {
  opacity: 0;
  transition: opacity 0.3s;
}
.criteria-creator .cc__state-wrapper.ng-enter-active {
  opacity: 1;
}
.criteria-creator .cc__state-wrapper.ng-leave {
  opacity: 1;
  transition: opacity 0.3s;
}
.criteria-creator .cc__state-wrapper.ng-leave-active {
  opacity: 0;
}

.criteria-creator-filter .ccf__fields:before, .criteria-creator-filter .ccf__fields:after {
  display: table;
  content: " ";
}
.criteria-creator-filter .ccf__fields:after {
  clear: both;
}
.criteria-creator-filter .ccf__fields {
  margin-right: -1rem;
  margin-left: 0rem;
}
.criteria-creator-filter .ccf__fields:before, .criteria-creator-filter .ccf__fields:after {
  display: table;
  content: " ";
}
.criteria-creator-filter .ccf__fields:after {
  clear: both;
}
.criteria-creator-filter .ccf__fields {
  margin: 0;
  margin-bottom: 0.9375rem;
}
.criteria-creator-filter .ccf__field {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 0.1171875rem;
  padding-left: 0.1171875rem;
  margin-bottom: 0.234375rem;
}

.criteria-creator-comparitor .ccc__field-wrapper {
  margin-bottom: 0.9375rem;
}
.criteria-creator-comparitor .ccc__comparitor button {
  margin-bottom: 0.234375rem;
}
@media (max-width: 767px) {
  .criteria-creator-comparitor .ccc__comparitor button {
    text-align: left;
  }
}

.criteria-creator-value .ccv__content-wrapper:before, .criteria-creator-value .ccv__content-wrapper:after {
  display: table;
  content: " ";
}
.criteria-creator-value .ccv__content-wrapper:after {
  clear: both;
}
.criteria-creator-value .ccv__form-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.criteria-creator-value .ccv__form-wrapper:before, .criteria-creator-value .ccv__form-wrapper:after {
  display: table;
  content: " ";
}
.criteria-creator-value .ccv__form-wrapper:after {
  clear: both;
}
.criteria-creator-value .ccv__form-wrapper {
  margin-bottom: 0.9375rem;
}
.criteria-creator-value .ccv__form-single-field {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.criteria-creator-value .ccv__form-double-lhs {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .criteria-creator-value .ccv__form-double-lhs {
    padding-right: 0;
  }
}
.criteria-creator-value .ccv__form-double-label {
  position: relative;
  float: left;
  width: 16.6666666667%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .criteria-creator-value .ccv__form-double-label {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.criteria-creator-value .ccv__form-double-label {
  line-height: 2.25rem;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .criteria-creator-value .ccv__form-double-label {
    padding: 0;
    line-height: 2rem;
  }
}
.criteria-creator-value .ccv__form-double-rhs {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .criteria-creator-value .ccv__form-double-rhs {
    padding-left: 0;
  }
}
@media (min-width: 767px) {
  .criteria-creator-value .mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .criteria-creator-value .desktop {
    display: none;
  }
}
.criteria-creator-value .ccv__submit-wrapper {
  margin-bottom: 0.9375rem;
}
.criteria-creator-value .ccv__submit-wrapper.ng-enter {
  opacity: 0;
  transition: opacity 1.5s;
}
.criteria-creator-value .ccv__submit-wrapper.ng-enter-active {
  opacity: 1;
}
.criteria-creator-value .ccv__submit-wrapper.ng-leave {
  opacity: 1;
  transition: opacity 1.5s;
}
.criteria-creator-value .ccv__submit-wrapper.ng-leave-active {
  opacity: 0;
}

.criteria-creator-display .ccd__filter-icon-wrapper {
  position: absolute;
  top: 0.46875rem;
  left: 0.9375rem;
  cursor: pointer;
}
.criteria-creator-display .ccd__filter-icon-wrapper .svg {
  width: 20px;
  height: 20px;
  fill: #1573bc;
}
.criteria-creator-display .ccd__display-string {
  padding: 0 60px 0 30px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .criteria-creator-display .ccd__display-string {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.criteria-creator-display .ccd__display-string {
  font-style: italic;
  color: #1573bc;
}

.criteria-custom-form .ccf__content-wrapper {
  margin-bottom: 0.9375rem;
}
.criteria-custom-form .ccf__operator {
  position: relative;
}
.criteria-custom-form .ccf__operator.date-last {
  text-align: center;
}
.criteria-custom-form .ccf__operator.date-last .ccf__date-last-value-input {
  display: inline-block;
  width: 6.5625rem;
  margin-right: 0.9375rem;
}
.criteria-custom-form .ccf__operator.date-last .ccf__date-last-unit-input {
  display: inline-block;
  width: 8.125rem;
}
.criteria-custom-form .ccf__operator.amount-around {
  text-align: center;
}
.criteria-custom-form .ccf__operator.amount-around .ccf__amount-around-value {
  display: inline-block;
  width: 8.125rem;
  margin-right: 0.9375rem;
}
.criteria-custom-form .ccf__operator.amount-around .ccf__amount-around-variable {
  display: inline-block;
  width: 8.125rem;
}

.notifications-popup {
  position: fixed;
  top: 4.8125rem;
  right: 0.9375rem;
  width: 100%;
  max-width: 20rem;
  z-index: 3000;
}
.notifications-popup .np__notification {
  position: relative;
  margin-bottom: 0.9375rem;
  padding: 0.9375rem;
  background: #23b780;
  color: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.notifications-popup .np__notification p {
  font-weight: 700;
  margin-bottom: 0;
}
.notifications-popup .np__notification h3 {
  padding-right: 1.875rem;
}
.notifications-popup .np__notification a {
  position: absolute;
  top: 0.9375rem;
  right: -0.5rem;
  width: 2.8125rem;
  height: 1.875rem;
  display: block;
  background: #0e8d5e;
  padding: 0.234375rem 0.46875rem;
  padding-left: 0.9375rem;
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
}
.notifications-popup .np__notification a:after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0.5rem 0 0;
  border-color: rgb(9.1, 91.65, 61.1) transparent transparent transparent;
}
.notifications-popup .np__notification.ng-move {
  transition: all 0.5s;
}
.notifications-popup .np__notification.ng-enter {
  opacity: 0;
  transition: opacity 0.5s;
}
.notifications-popup .np__notification.ng-enter-active {
  opacity: 1;
}
.notifications-popup .np__notification.ng-leave {
  opacity: 1;
  max-height: 11.25rem;
  margin-bottom: 0.9375rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  transition: all 1s;
}
.notifications-popup .np__notification.ng-leave-active {
  max-height: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}

.notifications-preview {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 995;
  cursor: pointer;
}
.notifications-preview .np__content-wrapper {
  height: 3.875rem;
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
  border-left: 1px solid #f5f5f5;
}
@media (max-width: 767px) {
  .notifications-preview .np__content-wrapper {
    padding: 0 0.9375rem;
  }
}
.notifications-preview .np__badge {
  background: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0);
  position: relative;
  top: 0.9375rem;
  left: 0;
}
.notifications-preview .np__icon {
  position: absolute;
  top: 0.375rem;
  left: 0.3125rem;
  transition: all 0.5s;
}
.notifications-preview .np__icon .svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #e3e3e3;
}
.notifications-preview .np__content-wrapper.has-items .np__badge {
  background: #1573bc;
  color: #fff;
}
.notifications-preview .np__content-wrapper.has-items .np__icon {
  transform: translate(-15px, -15px);
}
.notifications-preview .np__content-wrapper.has-items .np__icon .svg {
  fill: #28a9e1;
}
.notifications-preview .np__content-wrapper.is-inverted {
  border-left-color: rgba(255, 255, 255, 0.1);
}
.notifications-preview .np__content-wrapper.is-inverted .np__icon .svg {
  fill: #fff;
}
@media (max-width: 767px) {
  .notifications-preview .np__content-wrapper.is-inverted {
    border-left: none;
  }
}
.notifications-preview .np__list-wrapper {
  position: relative;
}
.notifications-preview .np__list-inner-wrapper {
  position: absolute;
  top: 0.46875rem;
  right: 0.46875rem;
  padding: 0.9375rem 0.9375rem;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  width: 18.75rem;
}
.notifications-preview .np__list-inner-wrapper:after {
  content: "";
  position: absolute;
  top: -0.9375rem;
  right: 1.75rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.9375rem 0.9375rem 0.9375rem;
  border-color: transparent transparent #fff transparent;
}
@media (max-width: 767px) {
  .notifications-preview .np__list-inner-wrapper:after {
    right: 0.5rem;
  }
}
.notifications-preview .np__see-all-btn {
  float: left;
  width: auto;
  margin-bottom: 0.9375rem;
}
.notifications-preview .np__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem;
  color: #505050;
  font-size: 1.875rem;
}
.notifications-preview .np__list {
  clear: both;
  width: 100%;
}
.notifications-preview .np__item {
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #f5f5f5;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .notifications-preview .np__item {
    font: normal normal normal 0.75rem / 1.0625rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.notifications-preview .np__item {
  transition: all 0.3s;
  cursor: pointer;
}
.notifications-preview .np__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.notifications-preview .np__item:hover {
  color: #1573bc;
}
.notifications-preview .np__item:hover .np__item-timestamp {
  color: #28a9e1;
}
.notifications-preview .np__item-message {
  margin-bottom: 0.3125rem;
}
.notifications-preview .np__item-timestamp {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .notifications-preview .np__item-timestamp {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.notifications-preview .np__item-timestamp {
  color: #6f6f6f;
  transition: all 0.3s;
}
.notifications-preview .np__list-wrapper.ng-enter {
  opacity: 0;
  transform: translateY(-10px) scale(0.8);
  transition: all 0.2s;
}
.notifications-preview .np__list-wrapper.ng-enter-active {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.notifications-preview .np__list-wrapper.ng-leave {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: all 0.2s;
}
.notifications-preview .np__list-wrapper.ng-leave-active {
  transform: translateY(-10px) scale(0.8);
  opacity: 0;
}
.notifications-preview.ng-enter {
  opacity: 0;
  transition: opacity 0.5s;
}
.notifications-preview.ng-enter-active {
  opacity: 1;
}
.notifications-preview.ng-leave {
  opacity: 1;
  transition: opacity 0.5s;
}
.notifications-preview.ng-leave-active {
  opacity: 0;
}

.notifications-table .nt__content-wrapper {
  margin-bottom: 0.9375rem;
}
.notifications-table .nt__notifications {
  margin-bottom: 0.9375rem;
}
.notifications-table .nt__no-notifications {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
  color: #6f6f6f;
  padding: 0.46875rem 0;
}
.notifications-table .nt__notification {
  position: relative;
  padding: 0.46875rem 0 0.65625rem;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
  transition: all 0.3s;
}
.notifications-table .nt__notification:first-child {
  border-top: 1px solid #f5f5f5;
}
.notifications-table .nt__notification.zero-progress {
  padding-bottom: 0.46875rem;
}
.notifications-table .nt__notification.zero-progress .nt__progress {
  display: none;
}
.notifications-table .nt__notification.open {
  color: #0e8d5e;
}
.notifications-table .nt__notification.unread {
  color: #0e8d5e;
  font-weight: 700;
  border-bottom: 1px solid rgb(206.8, 232.2, 222.8);
}
.notifications-table .nt__notification.unread:first-child {
  border-top: 1px solid rgb(206.8, 232.2, 222.8);
}
.notifications-table .nt__items:before, .notifications-table .nt__items:after {
  display: table;
  content: " ";
}
.notifications-table .nt__items:after {
  clear: both;
}
.notifications-table .nt__item {
  float: left;
}
.notifications-table .nt__item.subject {
  padding-left: 1.875rem;
}
.notifications-table .nt__item.progress-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f7f7f7;
}
.notifications-table .nt__progress {
  background: #23b780;
  height: 0.1875rem;
}
.notifications-table .nt__item.date {
  color: #6f6f6f;
  text-align: right;
}
.notifications-table .nt__item.read-indicator {
  position: absolute;
  left: 0.625rem;
  top: 0.9375rem;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 0.4375rem;
  background: #23b780;
  transition: background 1s;
}
.notifications-table .nt__item.read-indicator.read {
  background: #f5f5f5;
}
.notifications-table .nt__item.body {
  padding-top: 0.46875rem;
  padding-left: 1.875rem;
  transition: all 0.3s;
}
.notifications-table .nt__item.body strong {
  font-weight: normal;
}
.notifications-table .nt__item.body iframe {
  display: block;
  max-width: 37.5rem;
  width: 100%;
  height: 28.125rem;
  margin: 0.46875rem auto 0;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 0.9375rem;
}
.notifications-table .nt__html {
  color: #505050;
}
.notifications-table .nt__actions:before, .notifications-table .nt__actions:after {
  display: table;
  content: " ";
}
.notifications-table .nt__actions:after {
  clear: both;
}
.notifications-table .nt__button-mark-as-read {
  width: auto;
  float: left;
}
@media (max-width: 767px) {
  .notifications-table .pagination-widget .pw__content-wrapper {
    text-align: right;
  }
}
.notifications-table .nt__item.body.ng-enter {
  color: #505050;
  opacity: 0;
  transition: all 0.3s;
}
.notifications-table .nt__item.body.ng-enter-active {
  color: #0e8d5e;
  opacity: 1;
}
.notifications-table .nt__item.body.ng-leave {
  color: #0e8d5e;
  opacity: 1;
  transition: all 0.3s;
}
.notifications-table .nt__item.body.ng-leave-active {
  color: #505050;
  opacity: 0;
}
.notifications-table .nt__actions button.ng-enter {
  opacity: 0;
  transition: opacity 0.5s;
}
.notifications-table .nt__actions button.ng-enter-active {
  opacity: 1;
}
.notifications-table .nt__actions button.ng-leave {
  opacity: 1;
  transition: opacity 0.5s;
}
.notifications-table .nt__actions button.ng-leave-active {
  opacity: 0;
}
.notifications-table .nt__item.subject {
  width: 80%;
}
.notifications-table .nt__item.date {
  width: 20%;
}
.notifications-table .nt__item.body {
  width: 100%;
}
@media (max-width: 480px) {
  .notifications-table .nt__notification {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }
  .notifications-table .nt__item.subject {
    padding-right: 0.9375rem;
  }
}

.saved-searches-preview {
  overflow: hidden;
  opacity: 0;
  height: 0;
}
.saved-searches-preview.has-items {
  overflow: visible;
  opacity: 1;
  height: auto;
}
.saved-searches-preview .ssp__wrapper {
  position: relative;
  height: 2.5rem;
  cursor: pointer;
}
.saved-searches-preview .ssp__wrapper .ssp__label {
  border: 1px solid rgba(255, 255, 255, 0);
  padding-bottom: 0.3125rem;
  transition: border 0.2s, padding 0.2s;
}
.saved-searches-preview .ssp__wrapper:hover .ssp__label {
  border-bottom: 1px solid #fff;
  padding-bottom: 0;
}
.saved-searches-preview .ssp__label {
  position: absolute;
  left: 1.875rem;
  top: 0.5625rem;
  font-weight: 700;
  color: #fff;
  z-index: 10;
}
@media (max-width: 767px) {
  .saved-searches-preview .ssp__label {
    line-height: 1.375rem;
  }
}
.saved-searches-preview .ssp__badge-wrapper {
  position: absolute;
  top: 0.375rem;
  right: 0;
  width: 4rem;
  text-align: center;
  z-index: 10;
}
.saved-searches-preview .ssp__strip {
  position: relative;
  height: 2.5rem;
  box-sizing: content-box;
  padding-right: 0.75rem;
  z-index: 5;
}
.saved-searches-preview .ssp__tick {
  position: absolute;
  right: 0;
  bottom: -0.75rem;
  height: 0.75rem;
  overflow: hidden;
}
.saved-searches-preview .ssp__tick:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem 0.75rem 0 0;
  border-color: rgb(13.65, 74.75, 122.2) transparent transparent transparent;
}
.saved-searches-preview .ssp__strip.has-items {
  width: 100%;
  background: #28a9e1;
}
.saved-searches-preview .ssp__strip.has-items-add {
  transition: width 0.5s ease 0.2s;
  width: 0%;
}
.saved-searches-preview .ssp__strip.has-items-add-active {
  width: 100%;
}
.saved-searches-preview .ssp__wrapper.has-items {
  opacity: 1;
}
.saved-searches-preview .ssp__wrapper.has-items-add {
  transition: opacity 0.5s ease 0.2s;
  opacity: 0;
}
.saved-searches-preview .ssp__wrapper.has-items-add-active {
  opacity: 1;
}
.saved-searches-preview .ssp__tick.has-items {
  width: 0.75rem;
}
.saved-searches-preview .ssp__tick.has-items-add {
  transition: width 0.2s ease 0.7s;
  width: 0;
}
.saved-searches-preview .ssp__tick.has-items-add-active {
  width: 0.75rem;
}

.d3-progress-circle-graph .progress-arc {
  fill: #0e8d5e;
}
.d3-progress-circle-graph .total-arc {
  fill: #e3e3e3;
}

.experimental__line-graph {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 100px;
}
.experimental__line-graph .line-graph {
  width: 100px;
  height: 100px;
}

.dlg__line-container {
  transition: stroke 0.5s;
}

.dlg__axis--x text {
  fill: #505050;
}

.dlg__tooltip {
  pointer-events: none;
  transition: all 0.2s;
}
.dlg__tooltip.right-align .dlg__tooltip-content-wrapper, .credit-reports table.cr__list .dlg__tooltip.buttons .dlg__tooltip-content-wrapper, table.iv__completed-table .dlg__tooltip.col-buttons .dlg__tooltip-content-wrapper,
table.iv__pending-table .dlg__tooltip.col-buttons .dlg__tooltip-content-wrapper, table.iv__completed-table .dlg__tooltip.col-initially-sent .dlg__tooltip-content-wrapper,
table.iv__pending-table .dlg__tooltip.col-initially-sent .dlg__tooltip-content-wrapper {
  left: auto;
  right: 0.3125rem;
}
.dlg__tooltip.right-align .dlg__tooltip-dot, .credit-reports table.cr__list .dlg__tooltip.buttons .dlg__tooltip-dot, table.iv__completed-table .dlg__tooltip.col-buttons .dlg__tooltip-dot,
table.iv__pending-table .dlg__tooltip.col-buttons .dlg__tooltip-dot, table.iv__completed-table .dlg__tooltip.col-initially-sent .dlg__tooltip-dot,
table.iv__pending-table .dlg__tooltip.col-initially-sent .dlg__tooltip-dot {
  left: auto;
  right: -0.1875rem;
}

.dlg__tooltip-content-wrapper {
  position: relative;
  top: 0.3125rem;
  left: 0.3125rem;
  color: #222;
  padding: 0.3125rem 0.75rem;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #e3e3e3;
  border-left-width: 4px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}

.dlg__tooltip-dot {
  display: block;
  position: absolute;
  left: -0.1875rem;
  top: -0.1875rem;
  width: 0.4375rem;
  height: 0.4375rem;
  border: 2px solid #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}

.dlg__graph-break-background {
  fill: #fff;
  stroke: none;
}

.dlg__graph-break-line {
  fill: none;
  stroke: #e3e3e3;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}

.dlg__tick-start {
  position: absolute;
  left: 0.25rem;
  bottom: 0.25rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .dlg__tick-start {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.dlg__tick-start.fill {
  bottom: -1.125rem;
  left: 0;
}

.dlg__tick-end {
  position: absolute;
  right: 0.25rem;
  bottom: 0.25rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .dlg__tick-end {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.dlg__tick-end.fill {
  bottom: -1.125rem;
  right: 0;
}

.dlg__tooltip-date {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .dlg__tooltip-date {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.dlg__tooltip-date {
  font-weight: 700;
}

.dlg__tooltip-value {
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .dlg__tooltip-value {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.dlg__tooltip-value {
  line-height: 1.75rem;
}

.donut-graph__tooltip {
  position: fixed;
  padding: 0.234375rem 0.46875rem;
  border: 1px solid #e3e3e3;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .donut-graph__tooltip {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.donut-graph__tooltip {
  background: #fff;
  border-radius: 3px;
  font-weight: 700;
  color: #505050;
  z-index: 1040;
}
.donut-graph__tooltip.left {
  border-right: 1px solid #e3e3e3;
  border-left: 3px solid #e3e3e3;
}
.donut-graph__tooltip.right {
  border-right: 3px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}

.donut-graph__description {
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .donut-graph__description {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.donut-graph__description {
  line-height: 1.375rem;
  font-weight: 700;
}

.donut-graph__value {
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .donut-graph__value {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}

.d3-multi-line-graph {
  display: block;
}
.d3-multi-line-graph .dmlg__content-wrapper:before, .d3-multi-line-graph .dmlg__content-wrapper:after {
  display: table;
  content: " ";
}
.d3-multi-line-graph .dmlg__content-wrapper:after {
  clear: both;
}
.d3-multi-line-graph .dmlg__content-wrapper {
  position: relative;
}
.d3-multi-line-graph .dmlg__content-wrapper > svg {
  display: block;
}
.d3-multi-line-graph .dmlg__tooltip-wrapper {
  position: absolute;
  z-index: 1000;
  transition: all 0.2s;
  pointer-events: none;
}
.d3-multi-line-graph .dmlg__tooltip-inner-wrapper {
  position: absolute;
  left: 10px;
  top: 10px;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  padding: 0.234375rem 0.46875rem;
  padding-top: 0.484375rem;
  overflow: hidden;
  transition: all 0.4s;
}
.d3-multi-line-graph .dmlg__tooltip-stripe {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: #1573bc;
  transition: background 0.2s;
}
.d3-multi-line-graph .dmlg__tooltip-inner-wrapper.bottom {
  padding-top: 0.234375rem;
  padding-bottom: 0.484375rem;
}
.d3-multi-line-graph .dmlg__tooltip-inner-wrapper.bottom .dmlg__tooltip-stripe {
  top: auto;
  bottom: 0;
}
.d3-multi-line-graph .dmlg__tooltip-dot {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 12px;
  height: 12px;
  background: #1573bc;
  border-radius: 12px;
  border: 3px solid #fff;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.4s;
}
.d3-multi-line-graph .dmlg__tooltip-label {
  color: #6f6f6f;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .d3-multi-line-graph .dmlg__tooltip-label {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.d3-multi-line-graph .dmlg__tooltip-label {
  font-weight: 700;
}
.d3-multi-line-graph .dmlg__tooltip-value {
  color: #1573bc;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .d3-multi-line-graph .dmlg__tooltip-value {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.d3-multi-line-graph .dmlg__tooltip-value {
  transition: all 0.2s;
}
.d3-multi-line-graph .dmlg__bar-graph-labels-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.d3-multi-line-graph .dmlg__bar-graph-labels {
  width: 100%;
  text-align: center;
  overflow-X: hidden;
}
.d3-multi-line-graph .dmlg__bar-graph-label {
  display: inline-block;
  padding: 0 0.9375rem;
  color: #fff;
}
.d3-multi-line-graph .dmlg__bar-graph-label:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.d3-multi-line-graph .dmlg__bar-graph-label:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.d3-multi-line-graph .dmlg__bar-graph-label.highlight {
  opacity: 0.8;
}
.d3-multi-line-graph .dmlg__bar-graph-highlights {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.d3-multi-line-graph .bar-visual-line-helpers {
  opacity: 0.2;
}
.d3-multi-line-graph .bars-group rect.highlight {
  opacity: 0.8;
}
.d3-multi-line-graph .dmlg__bar-graph-highlight-wrapper {
  pointer-events: none;
  position: absolute;
  width: 200px;
  margin-left: -100px;
  color: #1573bc;
  text-align: center;
}
.d3-multi-line-graph .dmlg__bar-graph-highlight {
  pointer-events: none;
  position: relative;
  top: -1.625rem;
  display: inline-block;
  padding: 0.234375rem 0.46875rem;
  background: #fff;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .d3-multi-line-graph .dmlg__bar-graph-highlight {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.d3-multi-line-graph .dmlg__bar-graph-highlight {
  font-weight: 700;
  border-radius: 3px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.d3-multi-line-graph .dmlg__bar-graph-highlight.has-x {
  text-align: left;
  top: -2.25rem;
}
.d3-multi-line-graph .dmlg__bar-graph-highlight-date {
  color: #6f6f6f;
  text-align: left;
}
.d3-multi-line-graph .dmlg__donut-tooltip {
  position: fixed;
  padding: 0.234375rem 0.46875rem;
  border: 1px solid #e3e3e3;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .d3-multi-line-graph .dmlg__donut-tooltip {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.d3-multi-line-graph .dmlg__donut-tooltip {
  background: #fff;
  border-radius: 3px;
  font-weight: 700;
  color: #505050;
  z-index: 1040;
}
.d3-multi-line-graph .dmlg__donut-tooltip.left {
  border-right: 1px solid #e3e3e3;
  border-left: 3px solid #e3e3e3;
}
.d3-multi-line-graph .dmlg__donut-tooltip.right {
  border-right: 3px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}
.d3-multi-line-graph .dmlg__donut-tooltip-description {
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .d3-multi-line-graph .dmlg__donut-tooltip-description {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.d3-multi-line-graph .dmlg__donut-tooltip-description {
  line-height: 1.375rem;
  font-weight: 700;
}
.d3-multi-line-graph .dmlg__donut-tooltip-value {
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .d3-multi-line-graph .dmlg__donut-tooltip-value {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.d3-multi-line-graph .dmlg__donut-meta-wrapper {
  padding: 0.9375rem 0.9375rem;
}
.d3-multi-line-graph .dmlg__donut-meta-header {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .d3-multi-line-graph .dmlg__donut-meta-header {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.d3-multi-line-graph .dmlg__donut-meta-header {
  text-transform: uppercase;
  color: #6f6f6f;
}
.d3-multi-line-graph .dmlg__donut-meta:before, .d3-multi-line-graph .dmlg__donut-meta:after {
  display: table;
  content: " ";
}
.d3-multi-line-graph .dmlg__donut-meta:after {
  clear: both;
}
.d3-multi-line-graph .dmlg__donut-meta {
  position: relative;
  display: block;
  clear: both;
  padding: 0.234375rem 0;
  border-bottom: 1px solid #f5f5f5;
  border-radius: 3px;
  background-color: #fff;
  transition: all 0.3s;
}
.d3-multi-line-graph .dmlg__donut-meta:last-child {
  border-bottom: none;
}
.d3-multi-line-graph .dmlg__donut-meta.highlighted {
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
}
.d3-multi-line-graph .dmlg__donut-meta.highlighted .dmlg__donut-meta-color {
  left: 0.46875rem;
}
.d3-multi-line-graph .dmlg__donut-meta-color {
  position: absolute;
  left: 0;
  top: 0.4375rem;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 3px;
  transition: all 0.3s;
  pointer-events: none;
}
.d3-multi-line-graph .dmlg__donut-meta-description {
  float: left;
  padding-left: 1.875rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .d3-multi-line-graph .dmlg__donut-meta-description {
    float: right;
  }
}
.d3-multi-line-graph .dmlg__donut-meta-value {
  float: right;
  pointer-events: none;
}
@media (max-width: 767px) {
  .d3-multi-line-graph .dmlg__donut-meta-value {
    clear: both;
    padding-left: 1.875rem;
  }
}
.d3-multi-line-graph .dmlg__donut-missing-wrapper {
  margin-top: 0.9375rem;
  width: 100%;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .d3-multi-line-graph .dmlg__donut-missing-wrapper {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.d3-multi-line-graph .dmlg__donut-missing-wrapper > p {
  color: #6f6f6f;
  margin-bottom: 0.234375rem;
}
.d3-multi-line-graph .dmlg__donut-missing:before, .d3-multi-line-graph .dmlg__donut-missing:after {
  display: table;
  content: " ";
}
.d3-multi-line-graph .dmlg__donut-missing:after {
  clear: both;
}
.d3-multi-line-graph .dmlg__donut-missing-desc {
  float: left;
  font-family: 700;
}
.d3-multi-line-graph .dmlg__donut-missing-value {
  float: right;
  color: #d20000;
}

.dmlg__test-graph-wrapper {
  clear: both;
  border-radius: 3px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  background: #fff;
  height: 200px;
  margin-bottom: 0.9375rem;
}

.dmlg__test-graph-outer-wrapper {
  width: 50%;
  float: left;
  padding: 0 0.9375rem 1.875rem;
}

.interactive-tutorial .it__backdrop-outer-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2000;
  opacity: 0;
  transition: opacity 1s;
}
.interactive-tutorial .it__backdrop-outer-wrapper.visible {
  opacity: 1;
}
.interactive-tutorial .it__tutorial-mode-notice {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.875rem;
  padding: 0.25rem 0.9375rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5rem;
  background: #1573bc;
  z-index: 2010;
  text-align: center;
}
@media (max-width: 767px) {
  .interactive-tutorial .it__tutorial-mode-notice {
    text-align: left;
  }
}
.interactive-tutorial .it__tutorial-mode-notice > button {
  position: absolute;
  top: 0.25rem;
  right: 0.9375rem;
  width: auto;
}
.interactive-tutorial .it__cancel-tutorial-wrapper {
  width: 13.75rem;
  position: absolute;
  right: 0.9375rem;
  top: 2.25rem;
  padding: 0.9375rem 0.9375rem;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
}
.interactive-tutorial .it__cancel-tutorial-wrapper:after {
  content: "";
  position: absolute;
  right: 2.25rem;
  top: -0.625rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.625rem 0.625rem 0.625rem;
  border-color: transparent transparent #fff transparent;
}
.interactive-tutorial .it__cancel-tutorial-content {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .interactive-tutorial .it__cancel-tutorial-content {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.interactive-tutorial .it__cancel-tutorial-content {
  color: #505050;
  text-align: left;
}
.interactive-tutorial .it__cancel-tutorial-content a {
  text-decoration: underline;
}
.interactive-tutorial .it__btn-cancel-dismiss {
  margin-bottom: 0.46875rem;
}
.interactive-tutorial .it__backdrop-wrapper {
  width: 100%;
  height: 100%;
}
.interactive-tutorial .it__box--left {
  background: rgba(255, 255, 255, 0.5);
  float: left;
  height: 100%;
}
.interactive-tutorial .it__box--right {
  background: rgba(255, 255, 255, 0.5);
  float: left;
  height: 100%;
}
.interactive-tutorial .it__box-middle-wrapper {
  float: left;
  height: 100%;
}
.interactive-tutorial .it__box--center {
  position: relative;
}
.interactive-tutorial .it__box--center:after {
  content: "";
  position: absolute;
  left: -1%;
  top: -1%;
  display: block;
  width: 102%;
  height: 102%;
  border: 0.1875rem solid #1573bc;
  border-radius: 2000px;
  z-index: 10;
}
.interactive-tutorial .it__box--center:before {
  content: "";
  position: absolute;
  left: -6%;
  top: -6%;
  display: block;
  width: 112%;
  height: 112%;
  border: 0.5rem solid rgb(184.8, 213, 234.9);
  border-radius: 2000px;
  z-index: 8;
}
.interactive-tutorial .it__box--top {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
}
.interactive-tutorial .it__box--bottom {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
}
.interactive-tutorial .it__box--center {
  width: 100%;
}
.interactive-tutorial .it__box--center .svg {
  width: 100%;
  height: 100%;
}
.interactive-tutorial .it__svg-inverse-circle-group {
  fill: rgba(255, 255, 255, 0.5);
}
.interactive-tutorial .it__box--left {
  width: 50%;
  height: 100%;
}
.interactive-tutorial .it__box-middle-wrapper {
  width: 0;
  height: 100%;
}
.interactive-tutorial .it__box--top {
  height: 50%;
}
.interactive-tutorial .it__box--center {
  height: 0;
}
.interactive-tutorial .it__box--bottom {
  height: 50%;
}
.interactive-tutorial .it__box--right {
  width: 50%;
}
.interactive-tutorial .it__box--left,
.interactive-tutorial .it__box-middle-wrapper,
.interactive-tutorial .it__box--top,
.interactive-tutorial .it__box--center,
.interactive-tutorial .it__box--bottom,
.interactive-tutorial .it__box--right {
  transition: all 0.4s;
}
.interactive-tutorial .it__tutorial-box {
  z-index: 1005;
  position: fixed;
}
.interactive-tutorial .it__tutorial-box.ng-enter {
  z-index: 1005;
  opacity: 0;
  transition: opacity 0.5s;
}
.interactive-tutorial .it__tutorial-box.ng-enter-active {
  z-index: 1005;
  opacity: 1;
}
.interactive-tutorial .it__tutorial-box.ng-leave {
  z-index: 1005;
  opacity: 1;
  transition: opacity 0.5s;
}
.interactive-tutorial .it__tutorial-box.ng-leave-active {
  z-index: 1005;
  opacity: 0;
}
.interactive-tutorial .it__cancel-tutorial-wrapper.ng-enter {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s;
}
.interactive-tutorial .it__cancel-tutorial-wrapper.ng-enter-active {
  opacity: 1;
  transform: scale(1);
  transform: translateX(0);
}

.tutorial-dummy-menu-items {
  position: fixed;
  bottom: 0.3125rem;
  right: 0.75rem;
  z-index: 1005;
}

.tutorial-dummy-menu-item {
  cursor: pointer;
  margin-left: 0.625rem;
  float: left;
}

.it__test-tut--positive-button {
  float: left;
  width: 49%;
  margin-right: 1%;
  margin-bottom: 0.46875rem;
}

.it__test-tut--negative-button {
  float: right;
  width: 49%;
  margin-left: 1%;
  margin-bottom: 0.234375rem;
}

.it__test-tut--text-input {
  float: left;
  clear: left;
  margin-bottom: 0.46875rem;
}
.it__test-tut--text-input + p {
  clear: both;
}

.branding-panel .bp__content-wrapper {
  position: relative;
}
.branding-panel .bp__header {
  color: #1573bc;
}
.branding-panel .bp__logo-and-themes {
  position: absolute;
  top: 0;
  left: 0;
  width: 13.75rem;
}
.branding-panel .bp__current-settings {
  margin-left: 15.625rem;
}
@media (min-width: 1320px) {
  .branding-panel .bp__content-wrapper {
    margin: 0 2.8125rem;
  }
}
.branding-panel .bp__logo-changer-wrapper {
  padding: 1.875rem 0;
  margin: 1.875rem 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.branding-panel .bp__marketing-url {
  margin-bottom: 1.40625rem;
  text-align: right;
}
.branding-panel .bp__marketing-url a, .branding-panel .bp__marketing-url span {
  display: block;
}
.branding-panel .bp__marketing-url.ng-enter {
  opacity: 0;
  transition: opacity 0.5s;
}
.branding-panel .bp__marketing-url.ng-enter-active {
  opacity: 1;
}
.branding-panel .bp__marketing-url.ng-leave {
  opacity: 1;
  transition: opacity 0.5s;
}
.branding-panel .bp__marketing-url.ng-leave-active {
  opacity: 0;
}

.partner-metadata-manager .pmm__content-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.partner-metadata-manager .pmm__content-wrapper:before, .partner-metadata-manager .pmm__content-wrapper:after {
  display: table;
  content: " ";
}
.partner-metadata-manager .pmm__content-wrapper:after {
  clear: both;
}
.partner-metadata-manager .pmm__inner-content-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .partner-metadata-manager .pmm__inner-content-wrapper {
    float: left;
    width: 100%;
  }
}
.partner-metadata-manager .pmm__inner-content-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .partner-metadata-manager .pmm__inner-content-wrapper {
    float: left;
    width: 66.6666666667%;
  }
}
.partner-metadata-manager .pmm__fsg-wrapper {
  position: relative;
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #e3e3e3;
}
.partner-metadata-manager .pmm__fsg-last-updated {
  position: absolute;
  width: 100%;
  bottom: 0.75rem;
  left: 0;
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .partner-metadata-manager .pmm__fsg-last-updated {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.partner-metadata-manager .pmm__fsg-last-updated {
  color: #6f6f6f;
  text-align: center;
}
.partner-metadata-manager .pmm__fields fieldset {
  margin-bottom: 0.9375rem;
}
.partner-metadata-manager .pmm__fields .actions {
  margin-bottom: 1.875rem;
}
.partner-metadata-manager .input-group label {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .partner-metadata-manager .input-group label {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.partner-metadata-manager .input-group label {
  font-weight: normal;
  color: #6f6f6f;
}
.partner-metadata-manager .pmm__note {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .partner-metadata-manager .pmm__note {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.partner-metadata-manager .pmm__note {
  padding-top: 0.234375rem;
  font-weight: normal;
  color: #6f6f6f;
}
.partner-metadata-manager .pmm__header {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  color: #1573bc;
}
.partner-metadata-manager .pmm__section-header {
  color: #1573bc;
  display: block;
  clear: both;
  padding-top: 1.875rem;
}
.partner-metadata-manager .pmm__section-header:first-child {
  padding-top: 0;
}
.partner-metadata-manager .pmm__sub-header {
  padding-top: 0.9375rem;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .partner-metadata-manager .pmm__sub-header {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.partner-metadata-manager .pmm__sub-header {
  margin-bottom: 0.9375rem;
}
.partner-metadata-manager .pmm__sub-header.company {
  padding-top: 0;
}
.partner-metadata-manager .pmm__section-description {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .partner-metadata-manager .pmm__section-description {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.partner-metadata-manager .pmm__section-description {
  color: #505050;
}
.partner-metadata-manager .pmm__section-description p {
  color: #505050;
}
.partner-metadata-manager .pmm__changes-immediate {
  padding: 0.9375rem 0.9375rem;
  border: 1px solid rgb(212, 237.8, 249);
  border-radius: 3px;
  background: rgb(244.25, 250.7, 253.5);
  color: #1573bc;
}
.partner-metadata-manager .actions.ng-enter {
  opacity: 0;
  transition: opacity 1s;
}
.partner-metadata-manager .actions.ng-enter-active {
  opacity: 1;
}
.partner-metadata-manager .actions.ng-leave {
  opacity: 1;
  transition: opacity 1s;
}
.partner-metadata-manager .actions.ng-leave-active {
  opacity: 0;
}

.iv-sharing-manager table th.checkbox, .iv-sharing-manager table td.checkbox {
  width: 70px;
}
.iv-sharing-manager table tbody td {
  cursor: pointer;
}
.iv-sharing-manager table tbody td.checkbox {
  padding-left: 2px;
}
.iv-sharing-manager table tbody tr:hover td {
  background-color: rgb(231.6, 241, 248.3);
}
.iv-sharing-manager .action-note {
  display: inline-block;
  padding-left: 0.9375rem;
}

.iv-sharing {
  margin-bottom: 0.9375rem;
}
.iv-sharing .ivs__content-wrapper {
  padding: 1.875rem 1.875rem;
  border: 1px solid rgb(212, 237.8, 249);
  border-radius: 3px;
  background: rgb(244.25, 250.7, 253.5);
  color: #1573bc;
  padding: 0.9375rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.iv-sharing .ivs__content-wrapper h3 {
  font-size: 1.125rem;
  margin-bottom: 0.46875rem;
}
.iv-sharing .ivs__content-wrapper ul {
  list-style: disc;
  padding-left: 0.9375rem;
  margin-bottom: 0.46875rem;
}
.iv-sharing .ivs__content-wrapper a {
  display: block;
  margin-bottom: 0.9375rem;
}
.iv-sharing .ivs__owner-badge {
  background-color: rgb(67.8, 143, 201.4);
  margin-left: 0.234375rem;
}
.iv-sharing .ivs__btn-sharing-edit {
  display: inline-block;
  width: auto;
  margin-left: 0.46875rem;
  vertical-align: text-bottom;
}
.iv-sharing .ivs__btn-sharing-edit.ng-enter {
  opacity: 0;
  transition: opacity 0.3s;
}
.iv-sharing .ivs__btn-sharing-edit.ng-enter-active {
  opacity: 1;
}
.iv-sharing .ivs__btn-sharing-edit.ng-leave {
  opacity: 1;
  transition: opacity 0.3s;
}
.iv-sharing .ivs__btn-sharing-edit.ng-leave-active {
  opacity: 0;
}
.iv-sharing .ivs__form {
  padding-bottom: 1.875rem;
}
.iv-sharing .ivs__form table.ivs__edit tr {
  cursor: pointer;
}
.iv-sharing .ivs__form table.ivs__edit td {
  color: #1573bc;
  padding: 0.234375rem 0.234375rem;
}
.iv-sharing .ivs__form .ig__content-wrapper > span {
  line-height: 2.25rem;
}
.iv-sharing .ivs__form .actions:before, .iv-sharing .ivs__form .actions:after {
  display: table;
  content: " ";
}
.iv-sharing .ivs__form .actions:after {
  clear: both;
}
.iv-sharing .ivs__form .actions {
  position: relative;
  margin-top: 0.46875rem;
}
.iv-sharing .ivs__form .actions > div {
  width: 50%;
  float: left;
}
.iv-sharing .ivs__form .actions > div:first-child {
  padding-right: 0.46875rem;
}
.iv-sharing .ivs__form .actions > div:last-child {
  padding-left: 0.46875rem;
}

.theme-picker .tp__content-wrapper {
  position: relative;
  z-index: 10;
}
.theme-picker .tp__actions {
  margin-bottom: 0.9375rem;
}
.theme-picker .tp__actions button {
  float: right;
}
.theme-picker .tp__header span {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .theme-picker .tp__header span {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.theme-picker .tp__header span {
  display: block;
  color: #6f6f6f;
}
.theme-picker .tp__themes:before, .theme-picker .tp__themes:after,
.theme-picker .tp__current-settings:before,
.theme-picker .tp__current-settings:after {
  display: table;
  content: " ";
}
.theme-picker .tp__themes:after,
.theme-picker .tp__current-settings:after {
  clear: both;
}
.theme-picker .tp__themes,
.theme-picker .tp__current-settings {
  clear: both;
  margin-bottom: 0.9375rem;
}
.theme-picker .tp__theme {
  margin-bottom: 1.875rem;
  cursor: pointer;
}
.theme-picker .tp__theme.active .tp__theme-wrapper {
  border-color: #e3e3e3;
}
.theme-picker .tp__themes-wrapper {
  transition: all 0.5s;
  position: relative;
  top: 0;
}
.theme-picker .tp__themes-wrapper.quiet {
  top: -0.9375rem;
  transform: scale(0.95);
  opacity: 0.2;
}

.theme-preview .tp__preview-outer-wrapper {
  max-width: 50rem;
  margin: 0 auto 1.875rem;
  padding: 0.46875rem 0.9375rem 0.9375rem;
  background: #e3e3e3;
  border-radius: 3px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  clear: both;
}
.theme-preview .tp__actions {
  position: absolute;
  left: 0;
}
.theme-preview .tp__actions button {
  width: auto;
}
.theme-preview .tp__actions.top {
  top: -3.75rem;
}
.theme-preview .tp__actions.bottom {
  bottom: -3.75rem;
}
.theme-preview .tp__preview-header {
  margin-bottom: 0.46875rem;
  font-weight: 700;
}
.theme-preview .tp__preview-wrapper {
  height: 29.6875rem;
  position: relative;
  background: #f7f7f7;
  overflow: hidden;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.theme-preview .tp__preview-rhs-wrapper {
  margin-top: 1.875rem;
  margin-left: 16.25rem;
  height: 100%;
}
.theme-preview .tp__account-wrapper:before, .theme-preview .tp__account-wrapper:after {
  display: table;
  content: " ";
}
.theme-preview .tp__account-wrapper:after {
  clear: both;
}
.theme-preview .tp__account-wrapper {
  margin-bottom: 1.875rem;
}
.theme-preview .tp__logo-wrapper {
  margin-bottom: 1.40625rem;
  margin-top: 0.9375rem;
  float: left;
  width: 100%;
  text-align: center;
}
.theme-preview .tp__logo-wrapper img {
  display: inline-block;
  width: 8.4375rem;
  height: auto;
}
.theme-preview .tp__avatar {
  float: left;
  clear: left;
  width: 4.0625rem;
  padding-left: 1.875rem;
}
.theme-preview .tp__avatar img {
  display: inline-block;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 3px;
}
.theme-preview .tp__menu-wrapper:before, .theme-preview .tp__menu-wrapper:after {
  display: table;
  content: " ";
}
.theme-preview .tp__menu-wrapper:after {
  clear: both;
}
.theme-preview .tp__menu-wrapper {
  position: relative;
  top: -0.125rem;
  float: left;
  width: 9.375rem;
  padding-left: 0.9375rem;
}
.theme-preview .tp__name {
  float: left;
  width: 100%;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .theme-preview .tp__name {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.theme-preview .tp__name {
  color: #1573bc;
  transition: color 0.5s;
}
.theme-preview .tp__account-menu {
  display: block;
  position: relative;
  top: -0.125rem;
  float: left;
  width: 100%;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .theme-preview .tp__account-menu {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.theme-preview .tp__account-menu .svg {
  position: relative;
  top: 0.25rem;
  left: 0.375rem;
}
.theme-preview .tp__nav-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 13.4375rem;
  height: 100%;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.theme-preview .tp__nav-item {
  position: relative;
  border-bottom: 1px solid #f5f5f5;
  height: 2.5rem;
  color: #505050;
  transition: background 0.5s;
}
.theme-preview .tp__nav-item:nth-child(2) {
  border-top: 1px solid #f5f5f5;
}
.theme-preview .tp__nav-item.active {
  background: #28a9e1;
  color: #fff;
}
.theme-preview .tp__nav-item.active .tp__nav-item-icon .svg {
  position: relative;
  right: -0.375rem;
  fill: #fff;
}
.theme-preview .tp__nav-item.active .tp__nav-item-icon-background {
  position: absolute;
  top: 0;
  right: -0.75rem;
  width: 4.8125rem;
  height: 2.5rem;
  background: #1573bc;
  border-bottom: 1px solid #f5f5f5;
  transition: background 0.5s;
}
.theme-preview .tp__nav-item.active .tp__nav-item-icon-tick {
  position: absolute;
  bottom: -0.75rem;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem 0.75rem 0 0;
  border-color: rgb(13.65, 74.75, 122.2) transparent transparent transparent;
  transition: border-top-color 0.5s;
}
.theme-preview .tp__nav-item-label {
  padding-left: 1.875rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.theme-preview .tp__nav-item-icon {
  position: absolute;
  top: 0.75rem;
  right: 1.5rem;
  z-index: 10;
}
.theme-preview .tp__nav-item.notifications {
  background: #23b780;
  border-bottom: none;
  margin-top: 0.9375rem;
  margin-bottom: 1.875rem;
  width: 14.1875rem;
}
.theme-preview .tp__nav-item.notifications .tp__nav-item-label {
  color: #fff;
}
.theme-preview .tp__nav-item.notifications .tp__nav-item-badge-wrapper {
  display: inline-block;
  position: absolute;
  top: 0.375rem;
  right: 0.1875rem;
  width: 4rem;
  text-align: center;
  z-index: 10;
}
.theme-preview .tp__nav-item.notifications .tp__nav-item-badge {
  transition: background 0.5s;
}
.theme-preview .tp__nav-item.notifications .tp__nav-item-icon-tick {
  position: absolute;
  bottom: -0.75rem;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem 0.75rem 0 0;
  border-color: rgb(9.1, 91.65, 61.1) transparent transparent transparent;
  transition: border-color 0.5s;
}
.theme-preview .tp__graph {
  height: 9.375rem;
}
.theme-preview .tp__graph .dlg__tooltip {
  display: none !important;
}
.theme-preview .tp__group-wrapper {
  position: relative;
  background: #fff;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-top: 3.125rem;
  min-height: 18.75rem;
  margin-bottom: 0.9375rem;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.theme-preview .tp__group-header-wrapper {
  position: absolute;
  left: -0.75rem;
  top: -0.5rem;
  background: #1573bc;
  color: #fff;
  padding: 0.234375rem 0.9375rem 0.234375rem 1.6875rem;
  transition: background 0.5s;
}
.theme-preview .tp__group-header-label {
  margin-bottom: 0;
}
.theme-preview .tp__group-header-tick {
  position: absolute;
  bottom: -0.75rem;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.75rem 0.75rem 0;
  border-color: transparent rgb(13.65, 74.75, 122.2) transparent transparent;
  transition: border-color 0.5s;
}
.theme-preview .tp__holding-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.9375rem;
  width: 102%;
  margin: 0.9375rem;
  border-radius: 3px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.theme-preview .tp__holding:before, .theme-preview .tp__holding:after {
  display: table;
  content: " ";
}
.theme-preview .tp__holding:after {
  clear: both;
}
.theme-preview .tp__holding {
  width: 95%;
}
.theme-preview .tp__holding dt {
  float: left;
}
.theme-preview .tp__holding dd {
  float: right;
  transition: color 0.5s;
}
.theme-preview .tp__holding.current {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .theme-preview .tp__holding.current {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.theme-preview .tp__holding.current {
  color: rgb(139.8, 139.8, 139.8);
}
.theme-preview .tp__holding.available dd {
  color: #1aa21a;
}
.theme-preview .tp__sample-content-wrapper:before, .theme-preview .tp__sample-content-wrapper:after {
  display: table;
  content: " ";
}
.theme-preview .tp__sample-content-wrapper:after {
  clear: both;
}
.theme-preview .tp__sample-content-wrapper {
  margin-bottom: 1.40625rem;
  margin-right: 0.9375rem;
}
.theme-preview .tp__sample-content-wrapper p {
  color: #6f6f6f;
}
.theme-preview .tp__sample-content-wrapper .btn--positive {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.theme-preview .tp__sample-content-wrapper .btn--negative, .theme-preview .tp__sample-content-wrapper .template-editor .te__token-button.absent, .template-editor .theme-preview .tp__sample-content-wrapper .te__token-button.absent, .theme-preview .tp__sample-content-wrapper .modal-update-credentials .cancel, .modal-update-credentials .theme-preview .tp__sample-content-wrapper .cancel {
  float: left;
  width: 48%;
}
.theme-preview .tp__sample-content-wrapper button {
  margin-bottom: 0.9375rem;
  transition: background 0.5s;
}
.theme-preview .tp__content-wrapper {
  position: relative;
}
.theme-preview .theme-panel {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto 1.875rem;
}
.theme-preview .tp__custom-theme-picker-wrapper {
  position: absolute;
  left: 50%;
  bottom: -14.375rem;
  width: 90%;
  margin-left: -45%;
  z-index: 20;
}
.theme-preview .tp__actions.ng-enter {
  opacity: 0;
  transition: 0.5s;
}
.theme-preview .tp__actions.ng-enter-active {
  opacity: 1;
}
.theme-preview .tp__actions.ng-leave {
  opacity: 1;
  transition: 0.5s;
}
.theme-preview .tp__actions.ng-leave-active {
  opacity: 0;
}
.theme-preview .tp__custom-theme-picker-wrapper.ng-enter {
  opacity: 0;
  transform: scale(0.9) translateY(-50px);
  transition: all 0.5s;
}
.theme-preview .tp__custom-theme-picker-wrapper.ng-enter-active {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.theme-preview .tp__custom-theme-picker-wrapper.ng-leave {
  opacity: 1;
  transform: scale(1) translateY(0);
  transition: all 0.5s;
}
.theme-preview .tp__custom-theme-picker-wrapper.ng-leave-active {
  opacity: 0;
  transform: scale(0.9) translateY(-50px);
}

.custom-theme-picker .ctp__content-wrapper:before, .custom-theme-picker .ctp__content-wrapper:after {
  display: table;
  content: " ";
}
.custom-theme-picker .ctp__content-wrapper:after {
  clear: both;
}
.custom-theme-picker .ctp__content-wrapper {
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.custom-theme-picker .ctp__arrow {
  position: absolute;
  left: 50%;
  top: -1.25rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.25rem 1.25rem 1.25rem;
  border-color: transparent transparent #fff transparent;
  margin-left: -0.625rem;
  z-index: 1010;
}
.custom-theme-picker .ctp__close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.46875rem;
  cursor: pointer;
  z-index: 100;
}
.custom-theme-picker .ctp__close .svg {
  fill: #d20000;
}
.custom-theme-picker .ctp__states-wrapper {
  position: relative;
  height: 14.6875rem;
}
.custom-theme-picker .ctp__state {
  width: 100%;
  height: 100%;
}
.custom-theme-picker .ctp__lhs {
  position: relative;
  float: left;
  width: 45%;
  height: 100%;
}
.custom-theme-picker .ctp__rhs {
  float: left;
  width: 55%;
  height: 100%;
  padding: 0.9375rem;
  padding-left: 2.8125rem;
}
.custom-theme-picker .ctp__rhs h4 {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .custom-theme-picker .ctp__rhs h4 {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.custom-theme-picker .ctp__rhs h4 {
  color: #1573bc;
  margin-bottom: 0.9375rem;
}
.custom-theme-picker .ctp__hint {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .custom-theme-picker .ctp__hint {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.custom-theme-picker .ctp__hint {
  color: #6f6f6f;
  position: relative;
  padding-left: 2.5rem;
}
.custom-theme-picker .ctp__hint .svg {
  position: absolute;
  top: 0;
  left: 0;
  fill: #FFC500;
  width: 1.5625rem;
  height: 1.5625rem;
}
.custom-theme-picker .ctp__accept-colors {
  width: auto;
  position: absolute;
  bottom: 0.9375rem;
  right: 0.9375rem;
}
.custom-theme-picker .ctp__edit-colors {
  width: auto;
  position: absolute;
  bottom: 0.9375rem;
  left: 0.9375rem;
  color: #1573bc;
  cursor: pointer;
  transition: color 0.2s;
}
.custom-theme-picker .ctp__edit-colors .svg {
  display: inline;
  vertical-align: middle;
  margin-bottom: 2px;
  fill: #1573bc;
  transition: fill 0.2s;
}
.custom-theme-picker .ctp__edit-colors:hover {
  color: rgb(91.2, 157, 208.1);
}
.custom-theme-picker .ctp__edit-colors:hover .svg {
  fill: rgb(91.2, 157, 208.1);
}
.custom-theme-picker .ctp__name-input {
  position: absolute;
  top: 50%;
  width: 80%;
  margin-left: 10%;
  margin-top: -1.125rem;
}
.custom-theme-picker .ctp__accept-theme {
  position: absolute;
  bottom: 0.9375rem;
  right: 0.9375rem;
  width: auto;
}
.custom-theme-picker .ctp__state.name.ng-enter {
  position: absolute;
  left: 3.75rem;
  top: 0;
  opacity: 0;
  transition: all 0.4s;
}
.custom-theme-picker .ctp__state.name.ng-enter-active {
  left: 0;
  opacity: 1;
}
.custom-theme-picker .ctp__state.name.ng-leave {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: all 0.4s;
}
.custom-theme-picker .ctp__state.name.ng-leave-active {
  opacity: 0;
  left: 3.75rem;
}
.custom-theme-picker .ctp__state.colors.ng-enter {
  position: absolute;
  left: -3.75rem;
  top: 0;
  opacity: 0;
  transition: all 0.4s;
}
.custom-theme-picker .ctp__state.colors.ng-enter-active {
  left: 0;
  opacity: 1;
}
.custom-theme-picker .ctp__state.colors.ng-leave {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: all 0.4s;
}
.custom-theme-picker .ctp__state.colors.ng-leave-active {
  opacity: 0;
  left: -3.75rem;
}

.color-picker {
  width: 100%;
  height: 100%;
}
.color-picker .cp__swatch:before, .color-picker .cp__swatch:after {
  display: table;
  content: " ";
}
.color-picker .cp__swatch:after {
  clear: both;
}
.color-picker .cp__swatch {
  width: 100%;
  height: 100%;
}
.color-picker .cp__color {
  width: 16%;
  height: 100%;
  float: left;
  cursor: pointer;
  position: relative;
  z-index: 30;
}
.color-picker .cp__color:first-child .cp__color-block {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.color-picker .cp__color:first-child .cp__text-input {
  border-bottom-left-radius: 3px;
}
.color-picker .cp__color.positive {
  margin-left: 3%;
}
.color-picker .cp__text-input {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  border-radius: 0;
  color: #fff;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .color-picker .cp__text-input {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.color-picker .cp__text-input {
  text-align: center;
  z-index: 60;
  transition: all 0.2s;
}
.color-picker .cp__color-block {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 40;
  transition: all 0.2s;
}
.color-picker .sp-replacer:hover + .cp__color-block {
  transform: scaleY(1.05);
}
.color-picker .sp-replacer:hover + .cp__color-block + .cp__text-input {
  opacity: 1;
  bottom: -5px;
}
.color-picker .cp__text-input:hover {
  opacity: 1;
}
.color-picker .cp__text-input:focus {
  background: #fff;
  color: #505050;
  opacity: 1;
}

.tutorial-box .tb__box {
  position: fixed;
  width: 17.5rem;
  max-height: 12.5rem;
  margin-left: -8.75rem;
  z-index: 1005;
}
.tutorial-box .tb__box.on-top .tb__outer-content-wrapper {
  margin-top: -0.9375rem;
}
.tutorial-box .tb__box.on-bottom .tb__outer-content-wrapper {
  margin-top: 0.9375rem;
}
.tutorial-box .tb__arrow {
  position: absolute;
  left: 6.875rem;
  top: -1.25rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.25rem 1.25rem 1.25rem;
  border-color: transparent transparent #fff transparent;
  z-index: 1010;
}
.tutorial-box .tb__box.on-top .tb__arrow {
  top: auto;
  bottom: -1.25rem;
  border-width: 1.25rem 1.25rem 0 1.25rem;
  border-color: #fff transparent transparent transparent;
}
.tutorial-box .tb__outer-content-wrapper:before, .tutorial-box .tb__outer-content-wrapper:after {
  display: table;
  content: " ";
}
.tutorial-box .tb__outer-content-wrapper:after {
  clear: both;
}
.tutorial-box .tb__outer-content-wrapper {
  position: relative;
  margin-left: 0.46875rem;
  margin-right: 0.46875rem;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 40px rgba(21, 115, 188, 0.2);
  border: 0.1875rem solid rgb(184.8, 213, 234.9);
}
.tutorial-box .tb__header {
  position: absolute;
  left: 0.5rem;
  top: 0.5625rem;
  color: #fff;
  z-index: 110;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .tutorial-box .tb__header {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media (max-width: 767px) {
  .tutorial-box .tb__header {
    top: 0.6875rem;
  }
}
.tutorial-box .tb__content-wrapper {
  padding: 0.9375rem;
  padding-top: 2.8125rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
.tutorial-box .tb__bound-html-content a {
  display: block;
  padding-top: 0.9375rem;
  cursor: pointer;
}
.tutorial-box .tb__bound-html-content span {
  color: #1573bc;
  cursor: pointer;
}
.tutorial-box .tb__bound-html-content span:hover {
  text-decoration: underline;
}
.tutorial-box .tb__control {
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 100%;
  width: 2.5rem;
  z-index: 90;
  text-align: center;
  transition: background 0.8s;
}
.tutorial-box .tb__control .svg {
  position: relative;
  top: 50%;
  margin-top: -0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  fill: #1aa21a;
}
@keyframes bounce-left {
  0% {
    transform: translateX(0) scale(0.8);
  }
  50% {
    transform: translateX(-5px) scale(1);
  }
  100% {
    transform: translateX(0) scale(0.8);
  }
}
@keyframes bounce-right {
  0% {
    transform: translateX(0) scale(0.8);
  }
  50% {
    transform: translateX(5px) scale(1);
  }
  100% {
    transform: translateX(0) scale(0.8);
  }
}
.tutorial-box .tb__control.previous {
  left: 0;
}
.tutorial-box .tb__control.previous .svg {
  animation: bounce-left 1s infinite;
}
.tutorial-box .tb__control.next {
  right: 0;
}
.tutorial-box .tb__control.next .svg {
  animation: bounce-right 1s infinite;
}
.tutorial-box .tb__control.stop {
  right: 0;
}
.tutorial-box .tb__control:hover {
  background: rgba(26, 162, 26, 0.1);
}
.tutorial-box .tb__reset-note {
  position: relative;
  margin-top: 0.9375rem;
  padding-top: 0.9375rem;
  padding-left: 1.875rem;
  border-top: 1px solid #f5f5f5;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .tutorial-box .tb__reset-note {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.tutorial-box .tb__reset-note .svg {
  position: absolute;
  left: 0;
  top: 0.9375rem;
  width: 1.25rem;
  height: 1.25rem;
  fill: #FFC500;
}
.tutorial-box .tb__ribbon {
  position: absolute;
  left: -0.625rem;
  top: 0.25rem;
  width: 15rem;
  z-index: 100;
}
.tutorial-box .tb__ribbon-body {
  height: 1.875rem;
  background: #1573bc;
  width: 15rem;
}
.tutorial-box .tb__ribbon-tick-wrapper {
  width: 0.625rem;
  height: 0.625rem;
  position: relative;
}
.tutorial-box .tb__ribbon-tick {
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
.tutorial-box .tb__ribbon-tick:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.625rem 0.625rem 0;
  border-color: transparent rgb(10.5, 57.5, 94) transparent transparent;
}
.tutorial-box .tb__control,
.tutorial-box .tb__content-wrapper {
  opacity: 0;
}
.tutorial-box .tb__control.showing-add,
.tutorial-box .tb__content-wrapper.showing-add {
  opacity: 0;
  transition: opacity 0.3s;
}
.tutorial-box .tb__control.showing,
.tutorial-box .tb__control.showing-add-active,
.tutorial-box .tb__content-wrapper.showing,
.tutorial-box .tb__content-wrapper.showing-add-active {
  opacity: 1;
}

.investment-accounts-for-holding .iafh__wrapper {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}
.investment-accounts-for-holding .iafh__wrapper:before, .investment-accounts-for-holding .iafh__wrapper:after {
  display: table;
  content: " ";
}
.investment-accounts-for-holding .iafh__wrapper:after {
  clear: both;
}
.investment-accounts-for-holding .iafh__wrapper {
  margin-bottom: 0 !important;
}
.investment-accounts-for-holding .iafh__graph-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .investment-accounts-for-holding .iafh__graph-wrapper {
    float: left;
    width: 25%;
  }
}
.investment-accounts-for-holding .iafh__graph-wrapper {
  margin-bottom: 0.9375rem;
}
@media (max-width: 767px) {
  .investment-accounts-for-holding .iafh__graph-wrapper {
    display: none;
  }
}
.investment-accounts-for-holding .iafh__table-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .investment-accounts-for-holding .iafh__table-wrapper {
    float: left;
    width: 75%;
  }
}
.investment-accounts-for-holding .iafh__table-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0.9375rem;
}
.investment-accounts-for-holding.single .iafh__table-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .investment-accounts-for-holding.single .iafh__table-wrapper {
    float: left;
    width: 100%;
  }
}
.investment-accounts-for-holding.single .iafh__table-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.investment-accounts-for-holding .iafh__graph {
  display: block;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.investment-accounts-for-holding .iafh__currency {
  text-align: right;
}
.investment-accounts-for-holding .content .iafh__table-cell.value {
  color: #1aa21a;
}
.investment-accounts-for-holding .iafh__table-cell.description {
  width: 34%;
}
.investment-accounts-for-holding .iafh__table-cell.quantity {
  width: 22%;
}
.investment-accounts-for-holding .iafh__table-cell.price {
  width: 22%;
}
.investment-accounts-for-holding .iafh__table-cell.value {
  width: 22%;
}
@media (max-width: 767px) {
  .investment-accounts-for-holding .iafh__table-cell.quantity, .investment-accounts-for-holding .iafh__table-cell.price {
    display: none;
  }
  .investment-accounts-for-holding .iafh__table-cell.description {
    width: 50%;
  }
  .investment-accounts-for-holding .iafh__table-cell.value {
    width: 50%;
  }
}
.investment-accounts-for-holding .iafh__total {
  padding-top: 0.46875rem;
  margin-bottom: 0.46875rem;
  text-align: right;
}
.investment-accounts-for-holding .iafh__total span {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .investment-accounts-for-holding .iafh__total span {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.investment-accounts-for-holding .iafh__total span {
  font-weight: 400;
  margin-left: 0.9375rem;
  color: #1aa21a;
}
.investment-accounts-for-holding .iafh__variance-wrapper {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .investment-accounts-for-holding .iafh__variance-wrapper {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.investment-accounts-for-holding .iafh__variance-wrapper {
  color: #6f6f6f;
  text-align: right;
}
.investment-accounts-for-holding .iafh__variance-wrapper span {
  font-weight: 700;
}
.investment-accounts-for-holding .iafh__header {
  position: absolute;
  top: -1.6875rem;
  left: 0.9375rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .investment-accounts-for-holding .iafh__header {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.investment-accounts-for-holding .iafh__header {
  margin-bottom: 0.46875rem;
}
@media (min-width: 767px) {
  .investment-accounts-for-holding .iafh__header {
    position: static;
  }
}
.investment-accounts-for-holding .iafh__arrow {
  display: none;
  float: right;
  padding: 0.46875rem 0.9375rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .investment-accounts-for-holding .iafh__arrow {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.investment-accounts-for-holding .iafh__arrow {
  z-index: 1000;
  text-transform: uppercase;
  color: #6f6f6f;
}
.investment-accounts-for-holding .iafh__arrow .svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #6f6f6f;
  vertical-align: middle;
  transition: all 0.3s;
}
.investment-accounts-for-holding .iafh__arrow.flipped .svg {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .investment-accounts-for-holding .iafh__arrow {
    display: block;
  }
}
.investment-accounts-for-holding.tooltip-mode {
  margin: 0.46875rem 0.9375rem 0;
}
.investment-accounts-for-holding.tooltip-mode .iafh__graph-wrapper {
  display: block;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .investment-accounts-for-holding.tooltip-mode .iafh__graph-wrapper {
    float: left;
    width: 100%;
  }
}
.investment-accounts-for-holding.tooltip-mode .iafh__graph-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.investment-accounts-for-holding.tooltip-mode .iafh__table-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .investment-accounts-for-holding.tooltip-mode .iafh__table-wrapper {
    float: left;
    width: 100%;
  }
}
.investment-accounts-for-holding.tooltip-mode .iafh__table-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.investment-accounts-for-holding.tooltip-mode .iafh__table-cell.quantity,
.investment-accounts-for-holding.tooltip-mode .iafh__table-cell.price {
  display: none;
}
.investment-accounts-for-holding.tooltip-mode .iafh__table-cell.description,
.investment-accounts-for-holding.tooltip-mode .iafh__table-cell.value {
  width: 50%;
}
.investment-accounts-for-holding.tooltip-mode .iafh__close {
  display: block;
  position: absolute;
  top: 0;
  right: 0.46875rem;
  color: #6f6f6f;
  transition: color 0.5s;
  width: 1.875rem;
  height: 1.875rem;
  font-size: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
  cursor: pointer;
  z-index: 1000;
}
.investment-accounts-for-holding.tooltip-mode .iafh__close:hover {
  color: #505050;
}
.investment-accounts-for-holding.tooltip-mode .iafh__header {
  display: none;
}
.investment-accounts-for-holding .iafh__table-wrapper.ng-enter {
  opacity: 0;
  transition: all 0.5s;
}
.investment-accounts-for-holding .iafh__table-wrapper.ng-enter-active {
  opacity: 1;
}
.investment-accounts-for-holding .iafh__table-wrapper.ng-leave {
  opacity: 1;
  transition: all 0.5s;
}
.investment-accounts-for-holding .iafh__table-wrapper.ng-leave-active {
  opacity: 0;
}

.meta-for-holding .mfh__wrapper {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}
.meta-for-holding .mfh__wrapper:before, .meta-for-holding .mfh__wrapper:after {
  display: table;
  content: " ";
}
.meta-for-holding .mfh__wrapper:after {
  clear: both;
}
.meta-for-holding .mfh__wrapper {
  margin-bottom: 0 !important;
}
.meta-for-holding .mfh__table-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0.9375rem;
}
.meta-for-holding .mfh__header {
  position: absolute;
  left: 0.9375rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .meta-for-holding .mfh__header {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.meta-for-holding .mfh__header {
  margin-bottom: 0.46875rem;
  color: #0e8d5e;
}
@media (min-width: 767px) {
  .meta-for-holding .mfh__header {
    position: static;
  }
}
.meta-for-holding .mfh__actions-edit {
  text-align: right;
}
.meta-for-holding .mfh__actions-edit .btn, .meta-for-holding .mfh__actions-edit .offers-notifications .on__action--btn, .offers-notifications .meta-for-holding .mfh__actions-edit .on__action--btn, .meta-for-holding .mfh__actions-edit .income-verification-transactions .ivt__updates-table tbody .actions .btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .meta-for-holding .mfh__actions-edit .btn--action, .meta-for-holding .mfh__actions-edit .income-verification-transactions button.ivt__change-category-btn, .income-verification-transactions .meta-for-holding .mfh__actions-edit button.ivt__change-category-btn,
.meta-for-holding .mfh__actions-edit .income-verification-transactions button.ivt__change-reported-btn,
.income-verification-transactions .meta-for-holding .mfh__actions-edit button.ivt__change-reported-btn, .meta-for-holding .mfh__actions-edit .modal-update-credentials .cancel, .modal-update-credentials .meta-for-holding .mfh__actions-edit .cancel {
  width: auto;
}
.meta-for-holding .mfh__actions-edit .btn--grey {
  margin-right: 0.9375rem;
}
.meta-for-holding .mfh__pikaday input[type=date],
.meta-for-holding .mfh__pikaday input[type=text] {
  padding-right: 1.875rem;
}
.meta-for-holding .mfh__pikaday svg {
  float: right;
  margin-top: -1.5625rem;
  margin-right: 0.625rem;
  fill: #1573bc;
  pointer-events: none;
}
.meta-for-holding table.mfh__table {
  width: 100%;
}
.meta-for-holding table.mfh__table td.description {
  font-weight: 400;
}
.meta-for-holding table.mfh__table td.value {
  text-align: right;
}
.meta-for-holding table.mfh__table td.edit input {
  text-align: right;
}
.meta-for-holding.tooltip-mode {
  margin: 0.46875rem 0.9375rem 0;
}
.meta-for-holding.tooltip-mode .mfh__close {
  display: block;
  position: absolute;
  top: 0;
  right: 0.46875rem;
  color: #6f6f6f;
  transition: color 0.5s;
  width: 1.875rem;
  height: 1.875rem;
  font-size: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
  cursor: pointer;
  z-index: 1000;
}
.meta-for-holding.tooltip-mode .mfh__close:hover {
  color: #505050;
}
.meta-for-holding .mfh__tabln-wrapper.ng-enter {
  opacity: 0;
  transition: all 0.5s;
}
.meta-for-holding .mfh__tabln-wrapper.ng-enter-active {
  opacity: 1;
}
.meta-for-holding .mfh__tabln-wrapper.ng-leave {
  opacity: 1;
  transition: all 0.5s;
}
.meta-for-holding .mfh__tabln-wrapper.ng-leave-active {
  opacity: 0;
}
.meta-for-holding .mfh__arrow {
  display: none;
  float: right;
  padding: 0.46875rem 0.9375rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .meta-for-holding .mfh__arrow {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.meta-for-holding .mfh__arrow {
  z-index: 1000;
  text-transform: uppercase;
  color: #6f6f6f;
}
.meta-for-holding .mfh__arrow .svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #6f6f6f;
  vertical-align: middle;
  transition: all 0.3s;
}
.meta-for-holding .mfh__arrow.flipped .svg {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .meta-for-holding .mfh__arrow {
    display: block;
  }
}
.meta-for-holding .mfh__arrow {
  margin-bottom: 0 !important;
}

.dashboard-view .dv__content-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .dashboard-view .dv__content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.dashboard-view .dv__group-organisation-tip {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .dashboard-view .dv__group-organisation-tip {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.dashboard-view .dv__group-organisation-tip {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 500;
}
.dashboard-view .dv__group-organisation-tip a {
  text-decoration: underline;
}
.dashboard-view .dv__menu:before, .dashboard-view .dv__menu:after {
  display: table;
  content: " ";
}
.dashboard-view .dv__menu:after {
  clear: both;
}
.dashboard-view .dv__menu {
  margin-bottom: 0.9375rem;
  transition: all 0.3s;
}
.dashboard-view .dv__menu .svg {
  width: 1.375rem;
  height: 1.375rem;
  fill: #505050;
}
.dashboard-view .dv__menu .svg.arrows {
  position: relative;
  top: 0.125rem;
  width: 1.125rem;
  height: 1.125rem;
}
.dashboard-view .dv__menu-item {
  float: right;
  margin-left: 0.9375rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .dashboard-view .dv__menu-item {
    margin-left: 0.46875rem;
  }
}
.dashboard-view .dv__menu-divider {
  float: right;
  margin-left: 0.9375rem;
  width: 0.0625rem;
  height: 1.375rem;
  background: #6f6f6f;
}
.dashboard-view .dv__svg-wrapper {
  display: inline-block;
}
.dashboard-view .dv__group-summary-panels {
  margin-right: -15px;
  margin-left: -15px;
}
.dashboard-view .dv__group-summary-panels:before, .dashboard-view .dv__group-summary-panels:after {
  display: table;
  content: " ";
}
.dashboard-view .dv__group-summary-panels:after {
  clear: both;
}
.dashboard-view .dv__unassigned-holdings-wrapper {
  width: 100%;
}
.dashboard-view .dv__group-summary-panel {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .dashboard-view .dv__group-summary-panel {
    float: left;
    width: 50%;
  }
}
.dashboard-view .dv__group-summary-panel {
  display: block;
}
@media (min-width: 1200px) {
  .dashboard-view .dv__group-summary-panel:nth-child(2n+1) {
    clear: left;
  }
}
.dashboard-view .dv__unassigned-holdings-inner-wrapper {
  padding-top: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.46875rem;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .dashboard-view .dv__unassigned-holdings-inner-wrapper {
    padding-right: 0.9375rem;
  }
}
.dashboard-view .dv__unassigned-holdings-inner-wrapper.empty {
  min-height: 8.125rem;
}
.dashboard-view .dv__unassigned-holdings-label {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .dashboard-view .dv__unassigned-holdings-label {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.dashboard-view .dv__unassigned-holdings-label {
  display: block;
  color: #6f6f6f;
  margin-bottom: 0.9375rem;
  color: #1573bc;
}
.dashboard-view .dv__unassigned-holdings-label span {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .dashboard-view .dv__unassigned-holdings-label span {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.dashboard-view .dv__unassigned-holdings-label span {
  margin-left: 0.46875rem;
  color: #6f6f6f;
}
@media (max-width: 767px) {
  .dashboard-view .dv__unassigned-holdings-label span {
    display: block;
    margin-top: 0.46875rem;
    margin-left: 0;
  }
}
.dashboard-view .dv__unassigned-holdings-label span.desktop {
  display: inline;
}
.dashboard-view .dv__unassigned-holdings-label span.mobile {
  display: none;
}
@media (max-width: 767px) {
  .dashboard-view .dv__unassigned-holdings-label span.desktop {
    display: none;
  }
  .dashboard-view .dv__unassigned-holdings-label span.mobile {
    display: block;
  }
}
.dashboard-view .dv__unassigned-holdings-empty {
  position: absolute;
  top: 0;
  left: -0.234375rem;
  padding: 0.9375rem;
  width: 100%;
  border: 1px dashed #6f6f6f;
  color: #6f6f6f;
  text-align: center;
}
@media (max-width: 767px) {
  .dashboard-view .dv__unassigned-holdings-empty {
    left: 0;
  }
}
.dashboard-view .dv__unassigned-holdings:before, .dashboard-view .dv__unassigned-holdings:after {
  display: table;
  content: " ";
}
.dashboard-view .dv__unassigned-holdings:after {
  clear: both;
}
.dashboard-view .dv__unassigned-holdings {
  min-height: 1.25rem;
  position: relative;
  margin-bottom: 1.875rem;
}
.dashboard-view .dv__unassigned-holdings .dv__unassigned-holding,
.dashboard-view .dv__unassigned-holdings .dv__unassigned-holding-placeholder,
.dashboard-view .dv__unassigned-holdings .gsp__holding {
  height: 4.5rem;
  width: 50%;
  float: left;
  visibility: visible !important;
  margin-bottom: 0.9375rem;
}
@media (max-width: 767px) {
  .dashboard-view .dv__unassigned-holdings .dv__unassigned-holding,
  .dashboard-view .dv__unassigned-holdings .dv__unassigned-holding-placeholder,
  .dashboard-view .dv__unassigned-holdings .gsp__holding {
    width: 100%;
  }
}
.dashboard-view .dv__unassigned-holdings .dv__unassigned-holding-placeholder,
.dashboard-view .dv__unassigned-holdings .gsp__holding {
  position: relative;
}
.dashboard-view .dv__unassigned-holdings .dv__unassigned-holding-placeholder:after,
.dashboard-view .dv__unassigned-holdings .gsp__holding:after {
  content: "";
  position: absolute;
  display: block;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  margin-left: -3%;
  background: #fff;
  border: 1px dashed #1573bc;
  border-radius: 3px;
}
.dashboard-view .dv__shared-with-role-wrapper.sharing-only .shared-with-role .swr__header {
  padding-top: 0;
  border-top: none;
}
.dashboard-view .dv__group-summary-placeholder {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .dashboard-view .dv__group-summary-placeholder {
    float: left;
    width: 50%;
  }
}
.dashboard-view .dv__group-summary-placeholder {
  height: 5.59375rem;
}
.dashboard-view .dv__group-summary-placeholder:after {
  content: "";
  position: absolute;
  display: block;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 40%;
  margin-left: -3%;
  background: #fff;
  border: 1px dashed #1573bc;
  border-radius: 3px;
}
.dashboard-view .dv__group-summary-panel.organising {
  cursor: move;
}
.dashboard-view .dv__group-summary-panel.organising.ui-sortable-helper {
  opacity: 0.5;
}
.dashboard-view .dv__group-summary-panel.organising .gsp__header {
  top: 0.75rem;
  padding-right: 0.9375rem;
}
.dashboard-view .dv__group-summary-panel.organising .gsp__group-graph-wrapper,
.dashboard-view .dv__group-summary-panel.organising .gsp__no-graph {
  overflow: hidden;
  height: 0 !important;
  opacity: 0;
}
.dashboard-view .dv__group-summary-panel.organising .gsp__content-wrapper {
  overflow: hidden;
  height: 1.5rem !important;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.dashboard-view .dv__group-summary-panel.organising .gsp__menu {
  opacity: 0;
}
.dashboard-view .dv__group-summary-panel.organising .gsp__group-total {
  top: 0.625rem;
}
.dashboard-view .dv__group-summary-panel.organising .gsp__shared-icon {
  opacity: 0;
  margin-left: 0;
}
.dashboard-view .dv__group-summary-panel.organising .gsp__header-handle {
  opacity: 1;
}
@media (min-width: 1200px) {
  .dashboard-view .dv__group-summary-panel.organising:nth-child(2n+1) {
    clear: none;
  }
}
.dashboard-view .dv__group-organisation-tip.ng-enter {
  opacity: 0;
  transition: opacity 0.5s;
}
.dashboard-view .dv__group-organisation-tip.ng-enter-active {
  opacity: 1;
}
.dashboard-view .dv__group-organisation-tip.ng-leave {
  opacity: 1;
  transition: opacity 0.5s;
}
.dashboard-view .dv__group-organisation-tip.ng-leave-active {
  opacity: 0;
}
.dashboard-view .dv__group-summary-panel.ng-enter {
  opacity: 0;
  transition: all 0.5s;
}
.dashboard-view .dv__group-summary-panel.ng-enter-active {
  opacity: 1;
}
.dashboard-view .dv__group-summary-panel.ng-leave {
  opacity: 1;
  transition: opacity 0.5s;
}
.dashboard-view .dv__group-summary-panel.ng-leave-active {
  opacity: 0;
}
.dashboard-view .dv__whitewash.ng-enter {
  opacity: 0;
  transition: all 0.3s;
}
.dashboard-view .dv__whitewash.ng-enter-active {
  opacity: 1;
}
.dashboard-view .dv__whitewash.ng-leave {
  opacity: 1;
  transition: all 0.3s;
}
.dashboard-view .dv__whitewash.ng-leave-active {
  opacity: 0;
}

.fitness-tracker .pw__top {
  margin-top: -3.09375rem;
}
@media (max-width: 767px) {
  .fitness-tracker .pw__top {
    display: none;
  }
}
.fitness-tracker .pw__bottom {
  display: none;
}
@media (max-width: 767px) {
  .fitness-tracker .pw__bottom {
    display: block;
  }
}
.fitness-tracker dl.ft__contact-details {
  margin-top: -0.9375rem;
  margin-bottom: 0.9375rem;
}
.fitness-tracker dl.ft__contact-details dt {
  display: inline;
}
.fitness-tracker dl.ft__contact-details dd {
  display: inline;
  margin-right: 0.46875rem;
  padding-bottom: 0.75rem;
}
.fitness-tracker dl.ft__contact-details dd a {
  text-decoration: none;
}
.fitness-tracker .ft__contact--icon {
  width: 1.125rem;
  height: 1.125rem;
  opacity: 0.8;
  vertical-align: middle;
}
.fitness-tracker .ft__contact--icon .email {
  width: 0.9375rem;
  height: 0.9375rem;
}
.fitness-tracker .ft__section {
  position: relative;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.875rem;
  padding: 0.9375rem 0.9375rem;
}
.fitness-tracker .ft__empty {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .fitness-tracker .ft__empty {
    font: normal normal 300 0.875rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.fitness-tracker .ft__accounts-table {
  table-layout: fixed;
  width: 100%;
  cursor: pointer;
}
.fitness-tracker .ft__accounts-table tr:hover td {
  background: rgb(243.3, 248, 251.65);
}
.fitness-tracker .ft__accounts-table th, .fitness-tracker .ft__accounts-table td {
  text-align: left;
  padding: 0.234375rem 0.46875rem;
}
.fitness-tracker .ft__accounts-table .right {
  text-align: right;
}
.fitness-tracker .ft__accounts-table .currency {
  color: #1aa21a;
}
.fitness-tracker .ft__accounts-table .currency.negative {
  color: #d20000;
}
.fitness-tracker .ft__accounts-table tfoot td {
  font-weight: 700;
}
.fitness-tracker .ft__accounts-table tfoot td.currency {
  border-top: 2px solid #e3e3e3;
}
.fitness-tracker .ft__accounts-table .ft__accounts-table--actions {
  width: 100px;
}
.fitness-tracker .ft__header-actions {
  position: absolute;
  top: 12px;
  right: 0;
}
@media (max-width: 767px) {
  .fitness-tracker .ft__header-actions {
    top: 6px;
  }
}
.fitness-tracker .ft__header-actions .btn, .fitness-tracker .ft__header-actions .offers-notifications .on__action--btn, .offers-notifications .fitness-tracker .ft__header-actions .on__action--btn, .fitness-tracker .ft__header-actions .income-verification-transactions .ivt__updates-table tbody .actions .btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .fitness-tracker .ft__header-actions .btn--action, .fitness-tracker .ft__header-actions .income-verification-transactions button.ivt__change-category-btn, .income-verification-transactions .fitness-tracker .ft__header-actions button.ivt__change-category-btn,
.fitness-tracker .ft__header-actions .income-verification-transactions button.ivt__change-reported-btn,
.income-verification-transactions .fitness-tracker .ft__header-actions button.ivt__change-reported-btn, .fitness-tracker .ft__header-actions .modal-update-credentials .cancel, .modal-update-credentials .fitness-tracker .ft__header-actions .cancel {
  display: inline;
}
.fitness-tracker .ft__filter-config {
  text-align: right;
  margin-bottom: 0.46875rem;
}
@media (max-width: 767px) {
  .fitness-tracker .ft__filter-config {
    text-align: center;
  }
}
.fitness-tracker .ft__header-actions--account-groups {
  cursor: pointer;
  padding-right: 10px;
}
.fitness-tracker .ft__header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .fitness-tracker .ft__header {
    font: normal normal 300 1.5rem / 1.75rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.fitness-tracker .ft__header {
  color: #1573bc;
}
.fitness-tracker .ft__sub-header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .fitness-tracker .ft__sub-header {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.fitness-tracker .ft__sub-header {
  color: #28a9e1;
  margin-right: 0.9375rem;
}
.fitness-tracker .ft__sub-header--caption {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .fitness-tracker .ft__sub-header--caption {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.fitness-tracker .ft__sub-header--caption {
  display: inline;
  color: #505050;
}
@media (max-width: 767px) {
  .fitness-tracker .ft__sub-header--caption {
    display: block;
  }
}
.fitness-tracker .ft__tip {
  position: relative;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  padding: 0.46875rem 0.46875rem;
}
.fitness-tracker .ft__tip p {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .fitness-tracker .ft__tip p {
    font: normal normal normal 0.75rem / 1.0625rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.fitness-tracker .ft__tip p {
  margin-bottom: 0.5625rem;
}
.fitness-tracker .ft__tip p:last-child {
  margin-bottom: 0;
}
.fitness-tracker .ft__tip .ft__tip--dismiss {
  position: absolute;
  top: 0.46875rem;
  right: 0.9375rem;
  color: #6f6f6f;
  font-size: 1.875rem;
  width: auto;
  font-weight: normal;
  cursor: pointer;
}
.fitness-tracker .ft__balance {
  float: right;
  text-align: right;
}
.fitness-tracker .ft__balance label {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .fitness-tracker .ft__balance label {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.fitness-tracker .ft__balance label {
  display: block;
  color: #6f6f6f;
}
.fitness-tracker .ft__balance span {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .fitness-tracker .ft__balance span {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.fitness-tracker .ft__balance span {
  display: block;
  color: #1573bc;
}
.fitness-tracker .ft__expense-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.fitness-tracker .ft__expense-wrapper:before, .fitness-tracker .ft__expense-wrapper:after {
  display: table;
  content: " ";
}
.fitness-tracker .ft__expense-wrapper:after {
  clear: both;
}
.fitness-tracker .ft__graph-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .fitness-tracker .ft__graph-wrapper {
    float: left;
    width: 25%;
  }
}
.fitness-tracker .ft__graph-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.fitness-tracker .ft__expenses {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .fitness-tracker .ft__expenses {
    float: left;
    width: 75%;
  }
}
.fitness-tracker .ft__expenses {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.fitness-tracker .ft__graph {
  display: block;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.fitness-tracker .ft__expense-table {
  table-layout: fixed;
  width: 100%;
  cursor: pointer;
}
.fitness-tracker .ft__expense-table td, .fitness-tracker .ft__expense-table th {
  padding: 0.234375rem 0.9375rem;
  width: 33%;
}
.fitness-tracker .ft__expense-table .category--other-summary {
  white-space: nowrap;
}
.fitness-tracker .ft__expense-table-empty .message {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #6f6f6f;
}
.fitness-tracker .ft__expense-table-month td, .fitness-tracker .ft__expense-table-month th {
  padding: 0.234375rem 0;
}
.fitness-tracker .ft__expense-table-month td.total {
  padding-left: 0.9375rem;
}
.fitness-tracker .ft__expense-table-month tfoot td {
  font-weight: 700;
}
.fitness-tracker .ft__expense-table--category-row.hover td, .fitness-tracker .ft__expense-table--category-row:hover td {
  color: #1573bc;
  font-weight: 700;
}
.fitness-tracker .total,
.fitness-tracker .total--other {
  text-align: right;
}
.fitness-tracker .category--other,
.fitness-tracker .total--other {
  color: #6f6f6f;
}
.fitness-tracker .et__selected {
  background: rgb(243.3, 248, 251.65);
}
@media (max-width: 767px) {
  .fitness-tracker .ft__expense-table--desktop {
    display: none;
  }
}
.fitness-tracker .ft__expense-table--mobile {
  display: none;
  width: 100%;
}
@media (max-width: 767px) {
  .fitness-tracker .ft__expense-table--mobile {
    display: block;
  }
}
.fitness-tracker .ft__expense-table--mobile .tc__main-content {
  width: 100%;
  padding: 0.9375rem 0 0 0;
}
.fitness-tracker .ft__expense-table--mobile .et__month {
  width: 100%;
}
.fitness-tracker .ft__expense-table--mobile .ft__expense-table-month {
  width: 100%;
}
.fitness-tracker .ft__chart-legend-wrapper {
  padding: 0.9375rem 0.9375rem 1.875rem 0.9375rem;
}
.fitness-tracker .ft__chart-legend {
  float: left;
  position: relative;
  margin-right: 0.9375rem;
  font-size: 0.875rem;
  height: 1.875rem;
}
.fitness-tracker .ft__chart-legend span {
  position: relative;
  display: block;
  float: left;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.46875rem;
}

.modal-change-account-group-filter .modal-dialog {
  width: 25rem;
}
@media (max-width: 767px) {
  .modal-change-account-group-filter .modal-dialog {
    width: auto;
  }
}
.modal-change-account-group-filter .mag__content-wrapper {
  position: relative;
  padding: 0.9375rem 1.875rem;
}
@media (max-width: 767px) {
  .modal-change-account-group-filter .mag__content-wrapper {
    padding: 0.46875rem 0.46875rem;
  }
}
.modal-change-account-group-filter .mag__content-wrapper h2 {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .modal-change-account-group-filter .mag__content-wrapper h2 {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.modal-change-account-group-filter .mag__content-wrapper h2 {
  color: #1573bc;
}
.modal-change-account-group-filter .mag__close {
  top: 0.9375rem;
  right: 0.9375rem;
}
.modal-change-account-group-filter .mag__account-groups li {
  margin-top: 0.46875rem;
}
.modal-change-account-group-filter .mag__include-all {
  margin-top: 1.40625rem;
}
.modal-change-account-group-filter .mag__include-all a {
  font-weight: 700;
}
.modal-change-account-group-filter .mag__actions {
  margin-top: 1.875rem;
  margin-bottom: 0.9375rem;
  text-align: right;
}
.modal-change-account-group-filter .mag__actions .btn, .modal-change-account-group-filter .mag__actions .offers-notifications .on__action--btn, .offers-notifications .modal-change-account-group-filter .mag__actions .on__action--btn, .modal-change-account-group-filter .mag__actions .income-verification-transactions .ivt__updates-table tbody .actions .btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .modal-change-account-group-filter .mag__actions .btn--action, .modal-change-account-group-filter .mag__actions .income-verification-transactions button.ivt__change-category-btn, .income-verification-transactions .modal-change-account-group-filter .mag__actions button.ivt__change-category-btn,
.modal-change-account-group-filter .mag__actions .income-verification-transactions button.ivt__change-reported-btn,
.income-verification-transactions .modal-change-account-group-filter .mag__actions button.ivt__change-reported-btn, .modal-change-account-group-filter .mag__actions .modal-update-credentials .cancel, .modal-update-credentials .modal-change-account-group-filter .mag__actions .cancel {
  display: inline;
  margin-left: 0.46875rem;
}

.modal-new-graph.modal.in .modal-dialog {
  transform: initial;
}

.mng__content-wrapper .mng__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem;
  color: #505050;
  font-size: 1.875rem;
  cursor: pointer;
  z-index: 1000;
}
.mng__content-wrapper .mng__actions:before, .mng__content-wrapper .mng__actions:after {
  display: table;
  content: " ";
}
.mng__content-wrapper .mng__actions:after {
  clear: both;
}
.mng__content-wrapper .mng__actions {
  clear: both;
}
.mng__content-wrapper .mng__actions button {
  width: auto;
}
.mng__content-wrapper .mng__actions button.left {
  float: left;
}
.mng__content-wrapper .mng__actions button.right {
  float: right;
  margin-left: 0.46875rem;
}
.mng__content-wrapper .mng__actions button.ng-enter {
  opacity: 0;
  transition: all 5s;
}
.mng__content-wrapper .mng__actions button.ng-enter-active {
  opacity: 1;
}
.mng__content-wrapper .mng__header {
  color: #1573bc;
}
.mng__content-wrapper .mng__blurb {
  color: #6f6f6f;
}
.mng__content-wrapper .mng__types:before, .mng__content-wrapper .mng__types:after {
  display: table;
  content: " ";
}
.mng__content-wrapper .mng__types:after {
  clear: both;
}
.mng__content-wrapper .mng__type:before, .mng__content-wrapper .mng__type:after {
  display: table;
  content: " ";
}
.mng__content-wrapper .mng__type:after {
  clear: both;
}
.mng__content-wrapper .mng__type {
  width: 100%;
  color: #1573bc;
  padding: 0.46875rem 0.9375rem 0;
  cursor: pointer;
  border-bottom: 1px solid #f5f5f5;
}
.mng__content-wrapper .mng__type:last-child {
  border-bottom: none;
}
.mng__content-wrapper .mng__type:hover .mng__type-header {
  color: #28a9e1;
}
.mng__content-wrapper .mng__type:hover .mng__type-icon {
  transform: scale(1.1);
}
.mng__content-wrapper .mng__type-icon {
  position: relative;
  top: 0.46875rem;
  display: block;
  width: 20%;
  padding-left: 0.9375rem;
  padding-right: 1.875rem;
  height: auto;
  margin: 0 auto 0.9375rem;
  fill: #1573bc;
  transition: all 0.3s;
  float: left;
}
@media (max-width: 767px) {
  .mng__content-wrapper .mng__type-icon {
    width: 30%;
    padding-left: 0;
  }
}
.mng__content-wrapper .mng__type-description {
  float: left;
  width: 70%;
}
.mng__content-wrapper .mng__type-header {
  color: #1573bc;
  text-transform: uppercase;
  margin-bottom: 0.234375rem;
  transition: color 0.3s;
}
.mng__content-wrapper .mng__example {
  color: #6f6f6f;
  margin-bottom: 0.46875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .mng__content-wrapper .mng__example {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.mng__content-wrapper .mng__example > label {
  display: block;
  margin-bottom: 0.234375rem;
  font-weight: 700;
  color: #6f6f6f;
}
.mng__content-wrapper .mng__type.comparison .svg .bar-light {
  fill: #28a9e1;
}
.mng__content-wrapper .mng__type.comparison .svg .bar-very-light {
  fill: #23b780;
}
.mng__content-wrapper .mng__type.comparison .svg .bar-dark {
  fill: #1573bc;
}
.mng__content-wrapper .mng__type.comparison .svg .axis {
  fill: #1573bc;
}
.mng__content-wrapper .mng__type.ins-and-outs .svg .bar-dark {
  fill: #28a9e1;
}
.mng__content-wrapper .mng__type.ins-and-outs .svg .axis {
  fill: #1573bc;
}
.mng__content-wrapper .mng__type.balance .svg .bar-very-light {
  fill: #23b780;
}
.mng__content-wrapper .mng__type.balance .svg .bar-light {
  fill: #28a9e1;
}
.mng__content-wrapper .mng__type.balance .svg .axis {
  fill: #1573bc;
}
.mng__content-wrapper .mng__type.percentage .svg .bar-very-light {
  fill: #23b780;
}
.mng__content-wrapper .mng__type.percentage .svg .bar-light {
  fill: #28a9e1;
}
.mng__content-wrapper .mng__type.percentage .svg .bar-dark {
  fill: #1573bc;
}
.mng__content-wrapper .mng__type.percentage .svg .axis {
  fill: #1573bc;
}
.mng__content-wrapper .mng__form {
  margin-bottom: 0.9375rem;
}
.mng__content-wrapper .mng__sub-form {
  margin-bottom: 0.46875rem;
  border-bottom: 1px solid #e3e3e3;
}
.mng__content-wrapper .mng__items-header {
  position: relative;
  padding-right: 7.1875rem;
  margin-bottom: 0.46875rem;
  padding-bottom: 0.46875rem;
  border-bottom: 1px solid #f5f5f5;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .mng__content-wrapper .mng__items-header {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.mng__content-wrapper .mng__items-header {
  color: #1573bc;
}
@media (max-width: 767px) {
  .mng__content-wrapper .mng__items-header {
    margin-bottom: 0.9375rem;
  }
}
.mng__content-wrapper .mng__item-wrapper {
  display: block;
  margin-bottom: 0.46875rem;
  padding-bottom: 0.46875rem;
  border-bottom: 1px solid #f5f5f5;
}
.mng__content-wrapper .mng__item-wrapper:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.mng__content-wrapper .mng__preview-wrapper {
  position: relative;
  height: 12.5rem;
  min-height: 6.25rem;
  margin-bottom: 0.9375rem;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.mng__content-wrapper .mng__preview-wrapper.loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 800;
}
.mng__content-wrapper .mng__preview-wrapper.loading:before {
  z-index: 900;
}
.mng__content-wrapper .mng__preview-error {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -0.9375rem;
  text-align: center;
  color: #6f6f6f;
  font-style: italic;
}
.mng__content-wrapper .mng__preview-inner-wrapper {
  height: 100%;
}
.mng__content-wrapper .mng__preview-inner-wrapper.ng-enter {
  opacity: 0;
  transition: opacity 0.3s;
}
.mng__content-wrapper .mng__preview-inner-wrapper.ng-enter-active {
  opacity: 1;
}
.mng__content-wrapper .mng__preview {
  clear: both;
  border-radius: 3px;
  height: 100%;
  margin-bottom: 0.9375rem;
}
.mng__content-wrapper .mng__preview.percentage {
  margin-bottom: 0;
}
.mng__content-wrapper .mng__preview.ng-enter {
  opacity: 0;
  transition: opacity 0.3s;
}
.mng__content-wrapper .mng__preview.ng-enter-active {
  opacity: 1;
}
.mng__content-wrapper .mng__complete-blurb {
  color: #6f6f6f;
}
.mng__content-wrapper .mng__errors-wrapper {
  margin-bottom: 0.9375rem;
  color: #d20000;
}
.mng__content-wrapper .mng__errors-wrapper label {
  margin-bottom: 0.234375rem;
  font-weight: 700;
}
.mng__content-wrapper .mng__error {
  display: block;
}
.mng__content-wrapper .mng__error span {
  display: block;
}
.mng__content-wrapper .mng__error span:first-letter {
  text-transform: uppercase;
}

.modal-new-property .mnp__close {
  right: 0.9375rem;
  top: 0.9375rem;
}
.modal-new-property .mnp__header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .modal-new-property .mnp__header {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.modal-new-property .mnp__header {
  color: #1573bc;
}
.modal-new-property .mnp__header span {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .modal-new-property .mnp__header span {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.modal-new-property .mnp__header span {
  display: block;
  font-weight: 700;
}
.modal-new-property .mnp__disclaimers-wrapper {
  clear: both;
  padding-top: 0.46875rem;
}
.modal-new-property .mnp__disclaimer-toggle {
  margin-top: 0.46875rem;
  padding-top: 0.46875rem;
  border-top: 1px solid #f5f5f5;
  color: #6f6f6f;
  transition: all 0.3s;
  cursor: pointer;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .modal-new-property .mnp__disclaimer-toggle {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.modal-new-property .mnp__disclaimer-toggle .svg {
  width: 0.9375rem;
  height: 0.9375rem;
  fill: #6f6f6f;
  vertical-align: sub;
  transition: all 0.3s;
}
.modal-new-property .mnp__disclaimer-toggle.open {
  color: #1573bc;
  margin-bottom: 0.46875rem;
}
.modal-new-property .mnp__disclaimer-toggle.open .svg {
  fill: #1573bc;
  transform: rotate(90deg);
}
.modal-new-property .mnp__disclaimer {
  margin-bottom: 1.40625rem;
}
.modal-new-property .mnp__disclaimer:last-child {
  margin-bottom: 0;
}
.modal-new-property .mnp__fsd-note {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .modal-new-property .mnp__fsd-note {
    float: left;
    width: 50%;
  }
}
.modal-new-property .mnp__fsd-note {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  color: #6f6f6f;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .modal-new-property .mnp__fsd-note {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.modal-new-property .mnp__disclaimer-header {
  color: #6f6f6f;
  margin-bottom: 0.46875rem;
}
.modal-new-property .mnp__disclaimer-content {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .modal-new-property .mnp__disclaimer-content {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.modal-new-property .mnp__disclaimer-content {
  color: #6f6f6f;
}
.modal-new-property .mnp__disclaimer-content *:last-child {
  margin-bottom: 0;
}
.modal-new-property .mnp__disclaimer-content br {
  line-height: 0.46875rem;
}
.modal-new-property .mnp__end-user-terms-anz-link a {
  margin-bottom: 0.46875rem;
  color: #1573bc;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .modal-new-property .mnp__end-user-terms-anz-link a {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.modal-new-property .mnp__end-user-terms-anz-link a {
  text-decoration: underline;
}
.modal-new-property .mnp__search-wrapper {
  padding-top: 0.9375rem;
}
.modal-new-property .mnp__search-wrapper > label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.46875rem;
}
.modal-new-property .mnp__search {
  position: relative;
  margin-bottom: 1.875rem;
}
.modal-new-property .mnp__search-blurb {
  text-align: center;
}
.modal-new-property .mnp__search-blurb .svg {
  width: 3.75rem;
  height: 3.75rem;
  margin-bottom: 0.9375rem;
  fill: #1573bc;
}
.modal-new-property .mnp__search-blurb p {
  margin-bottom: 2.8125rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .modal-new-property .mnp__search-blurb p {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.modal-new-property .mnp__search-blurb p {
  color: #1573bc;
}
.modal-new-property .mnp__btn-change-address {
  vertical-align: top;
  width: auto;
}
.modal-new-property .mnp__typeahead-wrapper {
  position: relative;
}
.modal-new-property .mnp__attribute-form,
.modal-new-property .mnp__address {
  margin-right: -15px;
  margin-left: -15px;
}
.modal-new-property .mnp__attribute-form:before, .modal-new-property .mnp__attribute-form:after,
.modal-new-property .mnp__address:before,
.modal-new-property .mnp__address:after {
  display: table;
  content: " ";
}
.modal-new-property .mnp__attribute-form:after,
.modal-new-property .mnp__address:after {
  clear: both;
}
.modal-new-property .mnp__attribute-form,
.modal-new-property .mnp__address {
  margin-bottom: 0.9375rem;
  color: #1573bc;
  font-weight: 700;
}
.modal-new-property .mnp__attribute-form span,
.modal-new-property .mnp__address span {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .modal-new-property .mnp__attribute-form span,
  .modal-new-property .mnp__address span {
    float: left;
    width: 100%;
  }
}
.modal-new-property .mnp__attribute-form span,
.modal-new-property .mnp__address span {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.modal-new-property .mnp__attributes {
  margin-right: -15px;
  margin-left: -15px;
}
.modal-new-property .mnp__attributes:before, .modal-new-property .mnp__attributes:after {
  display: table;
  content: " ";
}
.modal-new-property .mnp__attributes:after {
  clear: both;
}
.modal-new-property .mnp__attributes .svg {
  vertical-align: text-top;
  margin-right: 0.46875rem;
}
.modal-new-property .mnp__af-lhs {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .modal-new-property .mnp__af-lhs {
    float: left;
    width: 33.3333333333%;
  }
}
.modal-new-property .mnp__af-lhs {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.modal-new-property .mnp__af-rhs {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .modal-new-property .mnp__af-rhs {
    float: left;
    width: 66.6666666667%;
  }
}
.modal-new-property .mnp__af-rhs {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.modal-new-property .mnp__a-lhs {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .modal-new-property .mnp__a-lhs {
    float: left;
    width: 50%;
  }
}
.modal-new-property .mnp__a-lhs {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.modal-new-property .mnp__a-rhs {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .modal-new-property .mnp__a-rhs {
    float: left;
    width: 50%;
  }
}
.modal-new-property .mnp__a-rhs {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.modal-new-property .mnp__blurb {
  border: 1px solid rgb(196.5, 220, 238.25);
  background: rgb(243.3, 248, 251.65);
  color: #1573bc;
  border-radius: 3px;
  padding: 0.9375rem 0.9375rem;
  margin-bottom: 0.9375rem;
}
.modal-new-property .mnp__blurb p:last-child {
  margin-bottom: 0;
}
.modal-new-property .mnp__attributes {
  color: #1573bc;
}
.modal-new-property .mnp__a-lhs dl:before, .modal-new-property .mnp__a-lhs dl:after {
  display: table;
  content: " ";
}
.modal-new-property .mnp__a-lhs dl:after {
  clear: both;
}
.modal-new-property .mnp__a-lhs dl {
  margin-bottom: 0.9375rem;
}
.modal-new-property .mnp__a-lhs dt {
  float: left;
  width: 60%;
}
.modal-new-property .mnp__a-lhs dd {
  float: left;
  width: 40%;
}
.modal-new-property .mnp__a-rhs dl {
  margin-bottom: 0.9375rem;
}
.modal-new-property .mnp__a-rhs dt {
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .modal-new-property .mnp__a-rhs dt {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.modal-new-property .mnp__a-rhs dd {
  display: block;
}
.modal-new-property .mnp__estimate-wrapper {
  padding-top: 0.9375rem;
  text-align: center;
}
.modal-new-property .mnp__estimate-wrapper > label {
  display: block;
  margin-bottom: 0.46875rem;
  color: #1573bc;
}
.modal-new-property .mnp__estimate {
  margin-bottom: 0.46875rem;
}
.modal-new-property .mnp__estimate .lower, .modal-new-property .mnp__estimate .upper {
  color: #1aa21a;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .modal-new-property .mnp__estimate .lower, .modal-new-property .mnp__estimate .upper {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.modal-new-property .mnp__estimate .divider {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .modal-new-property .mnp__estimate .divider {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.modal-new-property .mnp__estimate .divider {
  vertical-align: text-top;
  color: #6f6f6f;
  margin: 0 0.46875rem;
}
.modal-new-property .mnp__estimate-info {
  margin-bottom: 0.9375rem;
  color: #1573bc;
  text-align: center;
}
.modal-new-property .mnp__estimate-info .svg {
  fill: #1573bc;
  margin-right: 0.46875rem;
}
.modal-new-property .mnp__estimate-info > span {
  font-weight: 700;
  text-decoration: underline;
}
.modal-new-property .mnp__estimate-info > a {
  text-decoration: underline;
}
.modal-new-property .mnp__estimate-info br {
  display: none;
}
@media (max-width: 767px) {
  .modal-new-property .mnp__estimate-info br {
    display: inline;
  }
}
.modal-new-property .mnp__verify-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.modal-new-property .mnp__verify-wrapper:before, .modal-new-property .mnp__verify-wrapper:after {
  display: table;
  content: " ";
}
.modal-new-property .mnp__verify-wrapper:after {
  clear: both;
}
.modal-new-property .mnp__verify-wrapper {
  margin-bottom: 0.9375rem;
}
.modal-new-property .mnp__verify-form {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .modal-new-property .mnp__verify-form {
    float: left;
    width: 50%;
  }
}
.modal-new-property .mnp__verify-form {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.modal-new-property .mnp__verify-form label {
  font-weight: 700;
}

.modal-property-view .mpv__close {
  right: 0.9375rem;
  top: 0.9375rem;
}
.modal-property-view .mpv__address {
  color: #1573bc;
  font-weight: 700;
}
.modal-property-view .mpv__menu {
  position: relative;
  top: 0.125rem;
  display: inline-block;
  padding: 0 0.46875rem;
}
.modal-property-view .mpv__menu .popover-menu .pm__menu-items {
  right: -0.25rem;
}
.modal-property-view .mpv__flash-message {
  padding: 0.46875rem 0.9375rem;
  margin-bottom: 0.9375rem;
  background: rgb(243.55, 250.35, 243.55);
  border-radius: 3px;
  color: #1aa21a;
}
.modal-property-view .mpv__attributes:before, .modal-property-view .mpv__attributes:after {
  display: table;
  content: " ";
}
.modal-property-view .mpv__attributes:after {
  clear: both;
}
.modal-property-view .mpv__attributes {
  display: block;
  margin-bottom: 0.9375rem;
}
.modal-property-view .mpv__attributes li {
  float: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .modal-property-view .mpv__attributes li {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.modal-property-view .mpv__attributes li {
  margin-right: 0.3125rem;
}
.modal-property-view .mpv__attributes .svg {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: text-top;
  margin-right: 0.15625rem;
}
.modal-property-view .mpv__confirm-wrapper {
  position: absolute;
  top: 3.28125rem;
  left: 0;
  width: 95%;
  padding: 0.9375rem 0.9375rem;
  margin-left: 2.5%;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.modal-property-view .mpv__inner-content-wrapper.dimmed {
  opacity: 0.2;
}
.modal-property-view .mpv__inner-content-wrapper.dimmed:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
}
.modal-property-view .mpv__value-wrapper {
  margin-bottom: 0.9375rem;
}
.modal-property-view .mpv__value {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .modal-property-view .mpv__value {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.modal-property-view .mpv__value span {
  display: inline-block;
  margin-right: 0.9375rem;
  color: #1aa21a;
  font-size: 2rem;
}
.modal-property-view .mpv__last-valuation:before, .modal-property-view .mpv__last-valuation:after {
  display: table;
  content: " ";
}
.modal-property-view .mpv__last-valuation:after {
  clear: both;
}
.modal-property-view .mpv__last-valuation {
  position: relative;
  top: 0.3125rem;
  display: inline-block;
}
.modal-property-view .mpv__last-valuation dt, .modal-property-view .mpv__last-valuation dd {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .modal-property-view .mpv__last-valuation dt, .modal-property-view .mpv__last-valuation dd {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.modal-property-view .mpv__last-valuation dt, .modal-property-view .mpv__last-valuation dd {
  float: left;
  clear: both;
  width: 100%;
}
.modal-property-view .mpv__last-valuation dt {
  color: #6f6f6f;
}
.modal-property-view .mpv__rating {
  display: inline-block;
  padding: 0.125rem 0.25rem;
  text-transform: uppercase;
  background: #1573bc;
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
}
.modal-property-view .mpv__history {
  margin-bottom: 1.40625rem;
}
.modal-property-view .mpv__graph {
  height: 12.5rem;
  width: 100%;
  border-radius: 3px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.modal-property-view .mpv__reports-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.modal-property-view .mpv__reports-wrapper:before, .modal-property-view .mpv__reports-wrapper:after {
  display: table;
  content: " ";
}
.modal-property-view .mpv__reports-wrapper:after {
  clear: both;
}
.modal-property-view .mpv__reports-wrapper h3 {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .modal-property-view .mpv__reports-wrapper h3 {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.modal-property-view .mpv__reports-wrapper h3 {
  color: #1573bc;
  margin-bottom: 0;
}
.modal-property-view .mpv__reports-list {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .modal-property-view .mpv__reports-list {
    float: left;
    width: 66.6666666667%;
  }
}
.modal-property-view .mpv__reports-list {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .modal-property-view .mpv__reports-list {
    margin-bottom: 0.9375rem;
  }
}
.modal-property-view .mpv__no-reports {
  padding-top: 0.46875rem;
  margin-right: -15px;
  margin-left: -15px;
}
.modal-property-view .mpv__no-reports:before, .modal-property-view .mpv__no-reports:after {
  display: table;
  content: " ";
}
.modal-property-view .mpv__no-reports:after {
  clear: both;
}
.modal-property-view .mpv__nr-image {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .modal-property-view .mpv__nr-image {
    float: left;
    width: 41.6666666667%;
  }
}
.modal-property-view .mpv__nr-image {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.modal-property-view .mpv__nr-image img {
  width: 100%;
  border-radius: 3px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.modal-property-view .mpv__nr-blurb {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .modal-property-view .mpv__nr-blurb {
    float: left;
    width: 58.3333333333%;
  }
}
.modal-property-view .mpv__nr-blurb {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  color: #1573bc;
}
.modal-property-view .mpv__report {
  color: #6f6f6f;
  padding: 0.46875rem 0;
  border-bottom: 1px solid #f5f5f5;
}
.modal-property-view .mpv__report:last-child {
  border-bottom: none;
}
.modal-property-view .mpv__report a {
  float: right;
  text-decoration: underline;
}
.modal-property-view .mpv__reports-buy {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .modal-property-view .mpv__reports-buy {
    float: left;
    width: 33.3333333333%;
  }
}
.modal-property-view .mpv__reports-buy {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 2.25rem;
}
@media (max-width: 767px) {
  .modal-property-view .mpv__reports-buy {
    padding-top: 0;
  }
}
.modal-property-view .mpv__reports-buy p {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .modal-property-view .mpv__reports-buy p {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.modal-property-view .mpv__reports-buy p {
  color: #1aa21a;
}
.modal-property-view .mpv__reports-spinner {
  display: inline-block;
  vertical-align: super;
  margin-left: 0.9375rem;
}
.modal-property-view .mpv__attribute-form {
  margin-right: -15px;
  margin-left: -15px;
}
.modal-property-view .mpv__attribute-form:before, .modal-property-view .mpv__attribute-form:after {
  display: table;
  content: " ";
}
.modal-property-view .mpv__attribute-form:after {
  clear: both;
}
.modal-property-view .mpv__af-top {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.modal-property-view .mpv__af-lhs {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .modal-property-view .mpv__af-lhs {
    float: left;
    width: 50%;
  }
}
.modal-property-view .mpv__af-lhs {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.modal-property-view .mpv__af-rhs {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .modal-property-view .mpv__af-rhs {
    float: left;
    width: 50%;
  }
}
.modal-property-view .mpv__af-rhs {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.modal-property-view .mpv__flash-message.ng-enter {
  opacity: 0;
  transition: all 0.3s;
}
.modal-property-view .mpv__flash-message.ng-enter-active {
  opacity: 1;
}
.modal-property-view .mpv__flash-message.ng-leave {
  opacity: 1;
  transition: all 0.3s;
}
.modal-property-view .mpv__flash-message.ng-leave-active {
  opacity: 0;
}
.modal-property-view .mpv__history.ng-enter {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: all 0.5s;
}
.modal-property-view .mpv__history.ng-enter-active {
  height: 12.5rem;
  opacity: 1;
}

.buy-report-form .brf__inner-content-wrapper {
  padding-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  margin-right: -15px;
  margin-left: -15px;
}
.buy-report-form .brf__inner-content-wrapper:before, .buy-report-form .brf__inner-content-wrapper:after {
  display: table;
  content: " ";
}
.buy-report-form .brf__inner-content-wrapper:after {
  clear: both;
}
.buy-report-form h3 {
  color: #1573bc;
}
.buy-report-form .brf__image {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .buy-report-form .brf__image {
    float: left;
    width: 33.3333333333%;
  }
}
.buy-report-form .brf__image {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0.9375rem;
}
.buy-report-form .brf__image img {
  width: 100%;
  border-radius: 3px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .buy-report-form .brf__image img {
    display: block;
    max-width: 40vw;
    margin: 0 auto;
  }
}
.buy-report-form .brf__blurb {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .buy-report-form .brf__blurb {
    float: left;
    width: 66.6666666667%;
  }
}
.buy-report-form .brf__blurb {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0.9375rem;
}
.buy-report-form .brf__blurb li .svg {
  position: relative;
  top: 0.1875rem;
  fill: #1573bc;
  margin-right: 0.234375rem;
}

.new-graph-line-item .ngli__content-wrapper {
  transition: height 0.3s;
}
.new-graph-line-item .ngli__inner-content-wrapper {
  position: relative;
}
.new-graph-line-item .ngli__edit:before, .new-graph-line-item .ngli__edit:after {
  display: table;
  content: " ";
}
.new-graph-line-item .ngli__edit:after {
  clear: both;
}
.new-graph-line-item .ngli__edit {
  position: relative;
}
.new-graph-line-item .ngli__display:before, .new-graph-line-item .ngli__display:after {
  display: table;
  content: " ";
}
.new-graph-line-item .ngli__display:after {
  clear: both;
}
.new-graph-line-item .ngli__display {
  position: relative;
  padding-right: 5.625rem;
  cursor: pointer;
}
.new-graph-line-item .ngli__display:hover .ngli__no-elements {
  color: #1573bc;
}
.new-graph-line-item .ngli__edit,
.new-graph-line-item .ngli__display {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.new-graph-line-item .ngli__buttons {
  position: absolute;
  top: 0;
  right: 0;
}
.new-graph-line-item .ngli__buttons button {
  float: right;
  margin-left: 0.46875rem;
}
.new-graph-line-item .ngli__display-name {
  width: 100%;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .new-graph-line-item .ngli__display-name {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.new-graph-line-item .ngli__display-name {
  line-height: 0.5625rem;
  font-weight: 700;
}
.new-graph-line-item .ngli__no-elements {
  line-height: 1.875rem;
  color: #6f6f6f;
  font-style: italic;
  transition: all 0.3s;
}
.new-graph-line-item .ngli__display-elements {
  width: 100%;
}
.new-graph-line-item .ngli__display-element {
  display: inline;
  padding-right: 0.9375rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .new-graph-line-item .ngli__display-element {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.new-graph-line-item .ngli__display-element .svg {
  position: relative;
  top: 0.1875rem;
  fill: #28a9e1;
  margin-right: 0.15625rem;
}
.new-graph-line-item .ngli__display-element label {
  color: #1573bc;
}
.new-graph-line-item .ngli__btn-remove {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.875rem;
  margin-top: 0.875rem;
  text-align: center;
  color: #d20000;
  font-size: 1.875rem;
  line-height: 4.75rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .new-graph-line-item .ngli__btn-remove {
    width: 1.875rem;
  }
}
.new-graph-line-item .ngli__item-meta {
  position: relative;
  padding-left: 2.71875rem;
  margin-bottom: 0.46875rem;
  clear: both;
}
@media (max-width: 767px) {
  .new-graph-line-item .ngli__item-meta {
    padding-left: 2.46875rem;
  }
}
.new-graph-line-item .ngli__item-color-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.25rem;
  width: 2.25rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .new-graph-line-item .ngli__item-color-wrapper {
    height: 2rem;
    width: 2rem;
  }
}
.new-graph-line-item .ngli__item-color {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.new-graph-line-item .ngli__item-name-wrapper {
  margin-bottom: 0.234375rem;
}
.new-graph-line-item .ngli__item-name-display.no-name {
  color: #6f6f6f;
  font-style: italic;
}
.new-graph-line-item .ngli__item-name-display.no-name a {
  margin-left: 0.46875rem;
  font-style: normal;
}
.new-graph-line-item .ngli__item-name-edit-label,
.new-graph-line-item .ngli__color-picker-label {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .new-graph-line-item .ngli__item-name-edit-label,
  .new-graph-line-item .ngli__color-picker-label {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.new-graph-line-item .ngli__item-name-edit-label,
.new-graph-line-item .ngli__color-picker-label {
  font-weight: 700;
  color: #6f6f6f;
  text-transform: uppercase;
  margin-bottom: 0.234375rem;
}
.new-graph-line-item .ngli__btn-accept-name {
  width: auto;
  float: right;
  margin-top: 0.46875rem;
  margin-bottom: 0.234375rem;
}
.new-graph-line-item .ngli__color-picker-warpper {
  margin-bottom: 0.234375rem;
}
.new-graph-line-item .ngli__colors:before, .new-graph-line-item .ngli__colors:after {
  display: table;
  content: " ";
}
.new-graph-line-item .ngli__colors:after {
  clear: both;
}
.new-graph-line-item .ngli__color {
  float: left;
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 0.46875rem;
  margin-bottom: 0.234375rem;
  border-radius: 3px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .new-graph-line-item .ngli__color {
    width: 2rem;
    height: 2rem;
  }
}
.new-graph-line-item .ngli__item-element-match .svg {
  position: relative;
  top: 0.1875rem;
  margin-right: 0.3125rem;
  fill: #fff;
}
.new-graph-line-item .ngli__item-element-choice {
  position: relative;
}
.new-graph-line-item .ngli__item-element-choice label.type {
  display: block;
  width: 100%;
  clear: both;
  font-size: 0.5625rem;
  text-transform: uppercase;
  color: #6f6f6f;
}
.new-graph-line-item .ngli__item-element-choice .holdings-meta {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  line-height: 1.125rem;
}
.new-graph-line-item .ngli__item-element-choice .holdings-meta dt {
  color: #1aa21a;
}
.new-graph-line-item .ngli__item-element-choice .holdings-meta dt.negative {
  color: #d20000;
}
.new-graph-line-item .ngli__item-element-choice .holdings-meta dd {
  font-size: 0.5625rem;
  color: #6f6f6f;
}
.new-graph-line-item .ngli__item-element-choice .holdings-meta dd.negative {
  color: #d20000;
}
.new-graph-line-item .ngli__item-element-choice .svg {
  position: relative;
  top: 0.1875rem;
  margin-right: 0.46875rem;
  fill: #1573bc;
}
@media (max-width: 767px) {
  .new-graph-line-item .ngli__item-element-choice .holdings-meta {
    display: none;
  }
}
.new-graph-line-item .ui-select-container .ui-select-choices-row {
  border-bottom: 1px solid #f5f5f5;
}
.new-graph-line-item .ui-select-container .ui-select-choices-row:last-child {
  border-bottom: none;
}
.new-graph-line-item .ui-select-container .select2-results .select2-highlighted .ngli__item-element-choice label.type {
  color: #fff;
}
.new-graph-line-item .ui-select-container .select2-results .select2-highlighted .ngli__item-element-choice .holdings-meta dt,
.new-graph-line-item .ui-select-container .select2-results .select2-highlighted .ngli__item-element-choice .holdings-meta dd {
  color: #fff;
}
.new-graph-line-item .ui-select-container .select2-results .select2-highlighted .ngli__item-element-choice .svg {
  fill: #fff;
}
.new-graph-line-item .ngli__btn-accept {
  width: auto;
  float: right;
  margin-top: 0.234375rem;
}
.new-graph-line-item .ngli__edit.ng-enter,
.new-graph-line-item .ngli__display.ng-enter {
  opacity: 0;
  transition: opacity 0.3s;
}
.new-graph-line-item .ngli__edit.ng-enter-active,
.new-graph-line-item .ngli__display.ng-enter-active {
  opacity: 1;
}
.new-graph-line-item .ngli__edit.ng-leave,
.new-graph-line-item .ngli__display.ng-leave {
  opacity: 1;
  transition: opacity 0.3s;
}
.new-graph-line-item .ngli__edit.ng-leave-active,
.new-graph-line-item .ngli__display.ng-leave-active {
  opacity: 0;
}

.new-graph-time .ngt__content-wrapper {
  text-align: right;
  margin-bottom: 0.46875rem;
}
.new-graph-time .ngt__for-graph-type > span {
  position: relative;
  top: 0.125rem;
  margin-right: 0.46875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .new-graph-time .ngt__for-graph-type > span {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.new-graph-time .ngt__for-graph-type > span {
  color: #1573bc;
}
.new-graph-time .ngt__for-graph-type > span:last-child {
  margin-right: 0;
  margin-left: 0.46875rem;
}
.new-graph-time .ngt__count {
  display: inline-block;
  width: 3.75rem;
  margin-right: 0.46875rem;
}
.new-graph-time .ngt__period {
  display: inline-block;
  width: 6.25rem;
}
.new-graph-time .ngt__content-wrapper .select2-container .select2-choice > .select2-chosen {
  margin-right: 0.9375rem;
}
.new-graph-time .ngt__content-wrapper .search-container {
  display: none;
}
.new-graph-time .ngt__content-wrapper .ui-select-container .select2-results .select2-result-label {
  font-size: 1rem;
  line-height: 1.375rem;
}

.unsuccessful-or-syncing-site-accounts .uossa__content-wrapper {
  margin-bottom: 1.40625rem;
}
.unsuccessful-or-syncing-site-accounts .uossa__header {
  margin-bottom: 0.46875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .unsuccessful-or-syncing-site-accounts .uossa__header {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.unsuccessful-or-syncing-site-accounts .uossa__header {
  color: #1573bc;
}
.unsuccessful-or-syncing-site-accounts .uossa__status-wrapper {
  position: relative;
  border-bottom: 1px solid #f5f5f5;
  padding-top: 0.234375rem;
  padding-bottom: 0.234375rem;
  padding-left: 2.8125rem;
  color: #1573bc;
}
.unsuccessful-or-syncing-site-accounts .uossa__status-wrapper:first-child {
  border-top: 1px solid #f5f5f5;
}
.unsuccessful-or-syncing-site-accounts .uossa__status-wrapper.error {
  color: #d20000;
}
.unsuccessful-or-syncing-site-accounts .uossa__status-wrapper.error .uossa__icon .svg {
  fill: #d20000;
}
.unsuccessful-or-syncing-site-accounts .uossa__spinner,
.unsuccessful-or-syncing-site-accounts .uossa__icon {
  position: absolute;
  top: 0.375rem;
  left: 0.9375rem;
  width: 16px;
  height: 16px;
}
.unsuccessful-or-syncing-site-accounts .uossa__spinner {
  width: 0.9375rem;
  height: 0.9375rem;
}
.unsuccessful-or-syncing-site-accounts .uossa__error-actions:before, .unsuccessful-or-syncing-site-accounts .uossa__error-actions:after {
  display: table;
  content: " ";
}
.unsuccessful-or-syncing-site-accounts .uossa__error-actions:after {
  clear: both;
}
.unsuccessful-or-syncing-site-accounts .uossa__error-actions {
  padding: 0.234375rem 0;
}
.unsuccessful-or-syncing-site-accounts .uossa__error-actions button {
  width: auto;
  margin-right: 0.46875rem;
  float: left;
}
@media (max-width: 767px) {
  .unsuccessful-or-syncing-site-accounts .uossa__error-actions button {
    width: 100%;
    margin: 0 0 0.234375rem 0;
    float: none;
  }
}

.group-summary-panel {
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .group-summary-panel {
    margin-bottom: 0.9375rem;
  }
}
.group-summary-panel .gsp__outer-content-wrapper {
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.group-summary-panel .gsp__content-wrapper:before, .group-summary-panel .gsp__content-wrapper:after {
  display: table;
  content: " ";
}
.group-summary-panel .gsp__content-wrapper:after {
  clear: both;
}
.group-summary-panel .gsp__content-wrapper {
  padding: 0.9375rem 0.9375rem 0 1.875rem;
  transition: all 0.3s;
}
@media (max-width: 1450px) {
  .group-summary-panel .gsp__content-wrapper {
    padding: 0.9375rem 0.46875rem 0 0.9375rem;
  }
}
@media (max-width: 767px) {
  .group-summary-panel .gsp__content-wrapper {
    padding: 0.9375rem;
  }
}
.group-summary-panel .gsp__content-wrapper.chart {
  padding: 0;
}
.group-summary-panel .gsp__group-graph-wrapper,
.group-summary-panel .gsp__no-graph {
  height: 9.375rem;
  transition: height 0.3s;
}
.group-summary-panel .gsp__chart-legend-wrapper {
  padding: 0.9375rem 0.9375rem 1.875rem 0.9375rem;
}
.group-summary-panel .gsp__chart-legend {
  float: left;
  position: relative;
  margin-right: 0.9375rem;
  font-size: 0.875rem;
}
.group-summary-panel .gsp__chart-legend span {
  position: relative;
  display: block;
  float: left;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.46875rem;
}
.group-summary-panel .gsp__spinner {
  position: absolute;
  top: 6.25rem;
  right: 50%;
}
.group-summary-panel .gsp__spinner:before {
  border-top-color: #e3e3e3;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -1.25rem;
  margin-left: -1.25rem;
}
.group-summary-panel .gsp__header-wrapper:before, .group-summary-panel .gsp__header-wrapper:after {
  display: table;
  content: " ";
}
.group-summary-panel .gsp__header-wrapper:after {
  clear: both;
}
.group-summary-panel .gsp__header {
  position: relative;
  left: -0.625rem;
  top: -0.5rem;
  background: #1573bc;
  float: left;
  color: #fff;
  padding: 0.234375rem 0.9375rem 0.234375rem 1.5625rem;
}
.group-summary-panel .gsp__header:before {
  position: absolute;
  left: 0;
  bottom: -0.625rem;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.625rem 0.625rem 0;
  border-color: transparent rgb(13.65, 74.75, 122.2) transparent transparent;
}
.group-summary-panel .gsp__sharer-full-name {
  position: absolute;
  top: -0.9375rem;
  right: 0;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .group-summary-panel .gsp__sharer-full-name {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.group-summary-panel .gsp__sharer-full-name {
  font-weight: 700;
  color: #1573bc;
}
.group-summary-panel .gsp__header-handle {
  position: absolute;
  top: 1rem;
  left: 0.625rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
}
.group-summary-panel .gsp__header-handle:before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 0;
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  background: #fff;
}
.group-summary-panel .gsp__header-handle:after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  background: #fff;
}
.group-summary-panel h3.gsp__header-display {
  display: inline;
  transition: all 0.5s;
}
.group-summary-panel h3.gsp__header-display.editable {
  cursor: pointer;
}
.group-summary-panel .gsp__shared-icon {
  position: relative;
  display: inline-block;
  margin-left: 0.9375rem;
  cursor: pointer;
}
.group-summary-panel .gsp__shared-icon .svg {
  z-index: 40;
  width: 1rem;
  height: 1rem;
  fill: #fff;
}
.group-summary-panel .gsp__shared-badge {
  display: block;
  position: absolute;
  z-index: 30;
  top: -0.9375rem;
  left: 0.9375rem;
  min-width: 1.25rem;
  padding: 0.125rem;
  background: rgb(13.65, 74.75, 122.2);
  border-radius: 3px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .group-summary-panel .gsp__shared-badge {
    font: normal normal normal 0.75rem / 1.0625rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.group-summary-panel .gsp__shared-badge {
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.group-summary-panel .gsp__menu:before, .group-summary-panel .gsp__menu:after {
  display: table;
  content: " ";
}
.group-summary-panel .gsp__menu:after {
  clear: both;
}
.group-summary-panel .gsp__menu {
  float: left;
  transition: opacity 0.5s;
}
.group-summary-panel .gsp__menu.editing {
  opacity: 0;
}
.group-summary-panel .gsp__menu-item {
  float: left;
  margin-left: 0.46875rem;
  margin-top: 0.46875rem;
}
.group-summary-panel .gsp__menu-item .svg {
  display: block;
  box-sizing: content-box;
  padding: 0.25rem;
  width: 1rem;
  height: 1rem;
  fill: rgb(223.2, 223.2, 223.2);
  cursor: pointer;
  transition: fill 0.5s;
}
.group-summary-panel:hover .gsp__menu-item .svg {
  fill: #505050;
}
.group-summary-panel .gsp__group-total {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .group-summary-panel .gsp__group-total {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.group-summary-panel .gsp__group-total {
  position: relative;
  top: 0;
  float: right;
  padding-top: 0.46875rem;
  padding-right: 0.9375rem;
  color: #1aa21a;
  transition: all 0.3s;
}
.group-summary-panel .gsp__group-total.negative {
  color: #d20000;
}
.group-summary-panel .gsp__sharing {
  position: relative;
  background: #f7f7f7;
  border-top: 1px solid #e3e3e3;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  opacity: 1;
  transition: all 0.5s;
}
.group-summary-panel .gsp__sharing .sharing-panel {
  overflow: hidden;
}
.group-summary-panel .gsp__holdings:before, .group-summary-panel .gsp__holdings:after {
  display: table;
  content: " ";
}
.group-summary-panel .gsp__holdings:after {
  clear: both;
}
.group-summary-panel .gsp__holdings {
  min-height: 5.375rem;
}
.group-summary-panel .gsp__holding,
.group-summary-panel .dv__unassigned-holding-placeholder {
  position: relative;
  z-index: 300;
  float: left;
  height: 4.5rem;
  margin-bottom: 0.9375rem;
  transition: height 0.5s;
}
.group-summary-panel .gsp__holding.showing-graphs,
.group-summary-panel .dv__unassigned-holding-placeholder.showing-graphs {
  height: 15.625rem;
}
@media (max-width: 767px) {
  .group-summary-panel .gsp__holding,
  .group-summary-panel .dv__unassigned-holding-placeholder {
    height: auto;
  }
  .group-summary-panel .gsp__holding.showing-graphs,
  .group-summary-panel .dv__unassigned-holding-placeholder.showing-graphs {
    height: 15.625rem;
  }
  .group-summary-panel .gsp__holding:last-child,
  .group-summary-panel .dv__unassigned-holding-placeholder:last-child {
    margin-bottom: 0;
  }
}
.group-summary-panel .gsp__holding-wrapper {
  margin-right: 0.9375rem;
}
@media (max-width: 1450px) {
  .group-summary-panel .gsp__holding-wrapper {
    margin-right: 0.46875rem;
  }
}
@media (max-width: 767px) {
  .group-summary-panel .gsp__holding-wrapper {
    margin-right: 0;
  }
}
.group-summary-panel .ui-sortable-helper {
  opacity: 0.5;
}
.group-summary-panel .ui-sortable-placeholder,
.group-summary-panel .dv__unassigned-holding-placeholder {
  visibility: visible !important;
  opacity: 1 !important;
  position: relative;
}
.group-summary-panel .ui-sortable-placeholder:after,
.group-summary-panel .dv__unassigned-holding-placeholder:after {
  content: "";
  position: absolute;
  display: block;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  margin-left: -3%;
  background: #fff;
  border: 1px dashed #1573bc;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .group-summary-panel .gsp__holding,
  .group-summary-panel .dv__unassigned-holding-placeholder {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .group-summary-panel .gsp__holding,
  .group-summary-panel .dv__unassigned-holding-placeholder {
    width: 50%;
  }
}
.group-summary-panel .gsp__holdings {
  position: relative;
}
.group-summary-panel .gsp__holdings:before {
  content: "";
  box-sizing: content-box;
  position: absolute;
  left: -0.46875rem;
  top: -0.46875rem;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.5s, transform 0.2s cubic-bezier(0.29, 0.23, 0.6, 1.53);
  border-radius: 3px;
}
.group-summary-panel .gsp__holdings.droppable:before {
  opacity: 1;
}
.group-summary-panel .gsp__holdings.entered:before {
  transform: scale(1.05, 1.1);
}
.group-summary-panel .gsp__no-holdings {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .group-summary-panel .gsp__no-holdings {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.group-summary-panel .gsp__no-holdings {
  font-weight: 700;
}
@media (max-width: 767px) {
  .group-summary-panel .gsp__no-holdings {
    font-weight: 700;
  }
}
.group-summary-panel .gsp__no-holdings {
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 60%;
  padding: 0.46875rem 0.9375rem;
  margin-left: -30%;
  background: #1573bc;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  z-index: 500;
  transition: opacity 0.5s;
}
.group-summary-panel .droppable + .gsp__no-holdings {
  opacity: 0;
}
.group-summary-panel .gsp__no-holdings.ng-enter {
  opacity: 0;
  transform: scale(0.95, 0.95);
  transition: opacity 0.2s ease 1s, transform 0.1s cubic-bezier(0.29, 0.23, 0.6, 1.53) 1s;
}
.group-summary-panel .gsp__no-holdings.ng-enter-active {
  opacity: 1;
  transform: scale(1, 1);
}
.group-summary-panel .gsp__no-holdings.ng-leave {
  opacity: 1;
  transition: opacity 0.2s;
}
.group-summary-panel .gsp__no-holdings.ng-leave-active {
  opacity: 0;
}
.group-summary-panel.is-new-on-ui .gsp__header-edit-cancel {
  display: none;
}
.group-summary-panel .gsp__header {
  min-width: 5rem;
  transition: min-width 0.6s, top 0.3s, padding-right 0.3s;
}
.group-summary-panel .gsp__shared-icon {
  width: 1rem;
  transition: all 0.5s;
}
.group-summary-panel .gsp__header-edit {
  position: absolute;
  left: 0.5rem;
  top: 0.25rem;
  background: green;
  z-index: 500;
}
.group-summary-panel .gsp__header-input {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .group-summary-panel .gsp__header-input {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.group-summary-panel .gsp__header-input {
  width: 14.6875rem;
  padding: 0 2.8125rem 0 0.75rem;
  outline: none;
  border: none;
  border-top: 1px solid rgb(16.8, 92, 150.4);
  border-left: 1px solid rgb(16.8, 92, 150.4);
  border-bottom: 1px solid rgb(67.8, 143, 201.4);
  border-right: 1px solid rgb(67.8, 143, 201.4);
  background: rgb(18.9, 103.5, 169.2);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1) inset;
  line-height: 1.625rem;
  color: #fff;
}
.group-summary-panel .gsp__header-input:focus {
  border-top: 1px solid rgb(16.8, 92, 150.4);
  border-left: 1px solid rgb(16.8, 92, 150.4);
  border-right: 1px solid rgb(67.8, 143, 201.4);
  border-bottom: 1px solid rgb(208.2, 227, 241.6);
}
.group-summary-panel .gsp__header-edit-done,
.group-summary-panel .gsp__header-edit-cancel {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  background: none;
  width: 1rem;
  height: 1rem;
  margin: 0.375rem;
}
.group-summary-panel .gsp__header-edit-done .svg,
.group-summary-panel .gsp__header-edit-cancel .svg {
  width: 1rem;
  height: 1rem;
  fill: #fff;
}
.group-summary-panel .gsp__header-edit-cancel {
  right: 1.5625rem;
}
.group-summary-panel .gsp__header.editing {
  min-width: 15.625rem;
}
.group-summary-panel .gsp__header.editing .gsp__shared-icon {
  opacity: 0;
}
.group-summary-panel .gsp__header.editing .gsp__header-display {
  opacity: 0;
}
.group-summary-panel .gsp__header-edit.ng-enter {
  opacity: 0;
  transition: 0.3s ease 0.6s;
}
.group-summary-panel .gsp__header-edit.ng-enter-active {
  opacity: 1;
}
.group-summary-panel .gsp__header-edit.ng-leave {
  opacity: 1;
  transition: 0.3s;
}
.group-summary-panel .gsp__header-edit.ng-leave-active {
  opacity: 0;
}
.group-summary-panel .gsp__sharing.ng-enter {
  margin-top: 0;
  margin-bottom: 0;
  opacity: 1;
  transition: all 0.5s;
}
.group-summary-panel .gsp__sharing.ng-enter-active {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  opacity: 1;
}
.group-summary-panel .gsp__sharing.ng-leave {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  opacity: 1;
  transition: all 0.5s;
}
.group-summary-panel .gsp__sharing.ng-leave-active {
  margin-top: 0;
  margin-bottom: 0;
  opacity: 1;
}
.group-summary-panel .gsp__sharing.ng-enter .sharing-panel {
  max-height: 0;
  transition: all 0.5s;
}
.group-summary-panel .gsp__sharing.ng-enter-active .sharing-panel {
  max-height: 40.625rem;
}
.group-summary-panel .gsp__sharing.ng-leave .sharing-panel {
  max-height: 40.625rem;
  transition: all 0.5s;
}
.group-summary-panel .gsp__sharing.ng-leave-active .sharing-panel {
  max-height: 0;
}

.group-summary-panel.custom {
  position: relative;
}
.group-summary-panel.custom .gsp__content-wrapper {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.group-summary-panel.custom .gsp__custom-content:before, .group-summary-panel.custom .gsp__custom-content:after {
  display: table;
  content: " ";
}
.group-summary-panel.custom .gsp__custom-content:after {
  clear: both;
}
.group-summary-panel.custom .gsp__custom-content-wrapper {
  margin-bottom: 0.9375rem;
}
.dashboard-view .dv__group-summary-panel.organising .group-summary-panel.custom .gsp__header {
  padding-right: 1.25rem;
}
.group-summary-panel.custom.handrblock .gsp__custom-logo {
  position: absolute;
  top: 0.46875rem;
  right: 0.9375rem;
  width: 6.25rem;
  height: 2.5rem;
  background: transparent url('https://cdn.cashdeck.com.au/my/assets/amf-shared-assets/custom-logos/handrblock-734fcab1.png') no-repeat center right;
  background-size: contain;
}
@media (max-width: 767px) {
  .group-summary-panel.custom.handrblock .gsp__custom-logo {
    width: 4.375rem;
    height: 1.875rem;
  }
}
.group-summary-panel.custom.handrblock .gsp__messages-header,
.group-summary-panel.custom.handrblock .gsp__transactions-header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .group-summary-panel.custom.handrblock .gsp__messages-header,
  .group-summary-panel.custom.handrblock .gsp__transactions-header {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.group-summary-panel.custom.handrblock .gsp__messages-header,
.group-summary-panel.custom.handrblock .gsp__transactions-header {
  font-weight: 300;
  margin-bottom: 0.46875rem;
  color: #1573bc;
}
.group-summary-panel.custom.handrblock .gsp__messages-header a,
.group-summary-panel.custom.handrblock .gsp__transactions-header a {
  margin-left: 0.9375rem;
  color: #6f6f6f;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .group-summary-panel.custom.handrblock .gsp__messages-header a,
  .group-summary-panel.custom.handrblock .gsp__transactions-header a {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.group-summary-panel.custom.handrblock .gsp__messages-header a,
.group-summary-panel.custom.handrblock .gsp__transactions-header a {
  transition: all 0.5s;
}
.group-summary-panel.custom.handrblock .gsp__messages-header a:hover,
.group-summary-panel.custom.handrblock .gsp__transactions-header a:hover {
  color: #505050;
}
.group-summary-panel.custom.handrblock .gsp__messages:before, .group-summary-panel.custom.handrblock .gsp__messages:after,
.group-summary-panel.custom.handrblock .gsp__transactions:before,
.group-summary-panel.custom.handrblock .gsp__transactions:after {
  display: table;
  content: " ";
}
.group-summary-panel.custom.handrblock .gsp__messages:after,
.group-summary-panel.custom.handrblock .gsp__transactions:after {
  clear: both;
}
.group-summary-panel.custom.handrblock .gsp__messages,
.group-summary-panel.custom.handrblock .gsp__transactions {
  margin-bottom: 1.875rem;
}
.group-summary-panel.custom.handrblock .gsp__message:before, .group-summary-panel.custom.handrblock .gsp__message:after,
.group-summary-panel.custom.handrblock .gsp__transaction:before,
.group-summary-panel.custom.handrblock .gsp__transaction:after {
  display: table;
  content: " ";
}
.group-summary-panel.custom.handrblock .gsp__message:after,
.group-summary-panel.custom.handrblock .gsp__transaction:after {
  clear: both;
}
.group-summary-panel.custom.handrblock .gsp__message,
.group-summary-panel.custom.handrblock .gsp__transaction {
  width: 100%;
  padding: 0.234375rem 0;
  border-bottom: 1px solid #f5f5f5;
}
.group-summary-panel.custom.handrblock .gsp__message:first-child,
.group-summary-panel.custom.handrblock .gsp__transaction:first-child {
  border-top: 1px solid #f5f5f5;
}
.group-summary-panel.custom.handrblock .gsp__message-subject,
.group-summary-panel.custom.handrblock .gsp__transaction-description {
  float: left;
  width: 70%;
  padding-right: 0.46875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.group-summary-panel.custom.handrblock .gsp__message-date,
.group-summary-panel.custom.handrblock .gsp__transaction-amount {
  float: right;
  width: 30%;
  color: #6f6f6f;
  text-align: right;
}
.group-summary-panel.custom.handrblock .gsp__message-body {
  color: #6f6f6f;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .group-summary-panel.custom.handrblock .gsp__message-body {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.group-summary-panel.custom.handrblock .gsp__message-body {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.group-summary-panel.custom.handrblock .gsp__transaction-date {
  color: #6f6f6f;
  margin-left: 0.46875rem;
}
.group-summary-panel.custom.handrblock .gsp__transaction-category {
  margin-left: 0.46875rem;
}
.group-summary-panel.custom.handrblock .gsp__transaction-amount {
  color: #1573bc;
}
.group-summary-panel.custom.handrblock .gsp__cta {
  margin-bottom: 0.46875rem;
  float: right;
  width: auto;
  margin-left: 0.9375rem;
}
@media (max-width: 767px) {
  .group-summary-panel.custom.handrblock .gsp__cta {
    width: 100%;
    margin-left: 0;
  }
}
.group-summary-panel.custom.handrblock .gsp__contact-button {
  margin-bottom: 0.46875rem;
  width: auto;
  float: right;
}
@media (max-width: 767px) {
  .group-summary-panel.custom.handrblock .gsp__contact-button {
    width: 100%;
  }
}

.shared-with-role .swr__content-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.shared-with-role .swr__content-wrapper:before, .shared-with-role .swr__content-wrapper:after {
  display: table;
  content: " ";
}
.shared-with-role .swr__content-wrapper:after {
  clear: both;
}
.shared-with-role .swr__content-wrapper {
  margin-bottom: 7.5rem;
}
.shared-with-role .swr__header {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid #f5f5f5;
  padding-top: 0.9375rem;
  margin-bottom: 1.875rem;
}
.shared-with-role .swr__no-shared-accounts-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.shared-with-role .swr__group-summary-panel {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .shared-with-role .swr__group-summary-panel {
    float: left;
    width: 50%;
  }
}
.shared-with-role .swr__no-shared-accounts-wrapper {
  clear: both;
  padding: 0.46875rem 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  color: #6f6f6f;
  text-align: center;
}

.unassigned-holding .uh__content-wrapper {
  position: relative;
  margin-right: 0.46875rem;
  padding: 0.46875rem 0.9375rem;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .unassigned-holding .uh__content-wrapper {
    margin-right: 0;
  }
}
.unassigned-holding .uh__description {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .unassigned-holding .uh__description {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.unassigned-holding .uh__description {
  font-weight: 300;
  margin-bottom: 0.234375rem;
  width: 100%;
  padding-right: 1.40625rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1450px) {
  .unassigned-holding .uh__description {
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: normal;
  }
}
.unassigned-holding .uh__totals {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .unassigned-holding .uh__totals {
    font: normal normal normal 0.75rem / 1.0625rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.unassigned-holding .uh__totals {
  color: #505050;
  transition: opacity 0.3s;
  opacity: 0.2;
}
.unassigned-holding .uh__totals dl:before, .unassigned-holding .uh__totals dl:after {
  display: table;
  content: " ";
}
.unassigned-holding .uh__totals dl:after {
  clear: both;
}
.unassigned-holding .uh__totals dt {
  float: left;
}
.unassigned-holding .uh__totals dd {
  float: right;
}
.unassigned-holding .uh__totals.editing {
  opacity: 0;
}
.unassigned-holding .uh__totals.not-visible {
  visibility: hidden;
}
.unassigned-holding .uh__current {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .unassigned-holding .uh__current {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.unassigned-holding .uh__current {
  color: rgb(139.8, 139.8, 139.8);
  transition: color 0.5s;
}
.unassigned-holding:hover .uh__current {
  color: #505050;
}
.unassigned-holding .uh__menu:before, .unassigned-holding .uh__menu:after {
  display: table;
  content: " ";
}
.unassigned-holding .uh__menu:after {
  clear: both;
}
.unassigned-holding .uh__menu {
  position: absolute;
  top: 0.3125rem;
  right: 0.9375rem;
  transition: opacity 0.5s;
  z-index: 500;
}
.unassigned-holding .uh__menu.editing {
  opacity: 0;
}
.unassigned-holding .uh__menu-item {
  float: left;
  margin-left: 0.3125rem;
  cursor: pointer;
}
.unassigned-holding .uh__menu-item .svg {
  display: block;
  box-sizing: content-box;
  padding: 0.1875rem;
  fill: rgb(223.2, 223.2, 223.2);
  transition: fill 0.5s;
}
.unassigned-holding:hover .uh__menu-item .svg {
  fill: #505050;
}
.unassigned-holding .uh__move-to-group-mobile {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 2.1875rem;
  padding-bottom: 0.9375rem;
  text-align: center;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .unassigned-holding .uh__move-to-group-mobile {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.unassigned-holding .uh__move-to-group-mobile {
  color: #1573bc;
}
.unassigned-holding .uh__move-to-group-mobile span.mobile {
  display: none;
}
@media (max-width: 767px) {
  .unassigned-holding .uh__move-to-group-mobile {
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .unassigned-holding .uh__move-to-group-mobile {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media (max-width: 767px) {
  .unassigned-holding .uh__move-to-group-mobile span.mobile {
    display: block;
  }
  .unassigned-holding .uh__move-to-group-mobile span.desktop {
    display: none;
  }
}

.holding-summary-panel {
  position: relative;
}
.holding-summary-panel .hsp__outer-content-wrapper:before, .holding-summary-panel .hsp__outer-content-wrapper:after {
  display: table;
  content: " ";
}
.holding-summary-panel .hsp__outer-content-wrapper:after {
  clear: both;
}
.holding-summary-panel .hsp__outer-content-wrapper {
  display: block;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  cursor: pointer;
  min-height: 4.5rem;
}
.holding-summary-panel .hsp__outer-content-wrapper:hover .hsp__header-display {
  color: #1573bc;
}
@media (max-width: 991px) {
  .holding-summary-panel .hsp__outer-content-wrapper:hover .hsp__header-display {
    color: #505050;
  }
}
.holding-summary-panel .hsp__content-wrapper:before, .holding-summary-panel .hsp__content-wrapper:after {
  display: table;
  content: " ";
}
.holding-summary-panel .hsp__content-wrapper:after {
  clear: both;
}
.holding-summary-panel .hsp__content-wrapper {
  display: block;
  padding: 0.46875rem;
}
.holding-summary-panel .hsp__header-wrapper:before, .holding-summary-panel .hsp__header-wrapper:after {
  display: table;
  content: " ";
}
.holding-summary-panel .hsp__header-wrapper:after {
  clear: both;
}
.holding-summary-panel .hsp__header-display {
  width: 100%;
  margin-bottom: 0.234375rem;
  padding-right: 3.4375rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .holding-summary-panel .hsp__header-display {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.holding-summary-panel .hsp__header-display {
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  cursor: pointer;
  padding-left: 1.375rem;
}
@media (max-width: 1450px) {
  .holding-summary-panel .hsp__header-display {
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: normal;
  }
}
.holding-summary-panel .hsp__header-display.has-investments {
  padding-left: 2.75rem;
}
.holding-summary-panel .hsp__investment-accounts-indicator {
  position: absolute;
  left: 1.5625rem;
  top: 0.25rem;
  padding: 0.375rem;
}
.holding-summary-panel .hsp__investment-accounts-indicator .svg {
  fill: #cacaca;
}
.holding-summary-panel:hover .hsp__investment-accounts-indicator .svg {
  fill: #23b780;
}
.holding-summary-panel .hsp__meta-indicator {
  position: absolute;
  left: 0.1875rem;
  top: 0.25rem;
  padding: 0.375rem;
}
.holding-summary-panel .hsp__meta-indicator .svg {
  fill: #cacaca;
}
.holding-summary-panel:hover .hsp__meta-indicator .svg {
  fill: #23b780;
}
.holding-summary-panel .hsp__menu:before, .holding-summary-panel .hsp__menu:after {
  display: table;
  content: " ";
}
.holding-summary-panel .hsp__menu:after {
  clear: both;
}
.holding-summary-panel .hsp__menu {
  position: absolute;
  top: 0.46875rem;
  right: 0.46875rem;
  transition: opacity 0.5s;
  z-index: 500;
}
.holding-summary-panel .hsp__menu.editing {
  opacity: 0;
}
.holding-summary-panel .hsp__menu-item {
  float: left;
  margin-left: 0.3125rem;
  cursor: pointer;
}
.holding-summary-panel .hsp__menu-item .svg {
  display: block;
  box-sizing: content-box;
  padding: 0.1875rem;
  fill: rgb(223.2, 223.2, 223.2);
  transition: fill 0.5s;
}
.holding-summary-panel:hover .hsp__menu-item .svg {
  fill: #505050;
}
.holding-summary-panel .hsp__totals {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .holding-summary-panel .hsp__totals {
    font: normal normal normal 0.75rem / 1.0625rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.holding-summary-panel .hsp__totals {
  color: #505050;
  transition: opacity 0.3s;
}
.holding-summary-panel .hsp__totals dl:before, .holding-summary-panel .hsp__totals dl:after {
  display: table;
  content: " ";
}
.holding-summary-panel .hsp__totals dl:after {
  clear: both;
}
.holding-summary-panel .hsp__totals dt {
  float: left;
}
.holding-summary-panel .hsp__totals dd {
  float: right;
}
.holding-summary-panel .hsp__totals.editing {
  opacity: 0;
}
.holding-summary-panel .hsp__available.not-visible {
  visibility: hidden;
}
.holding-summary-panel .hsp__available,
.holding-summary-panel .hsp__cash {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .holding-summary-panel .hsp__available,
  .holding-summary-panel .hsp__cash {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.holding-summary-panel .hsp__available,
.holding-summary-panel .hsp__cash {
  color: rgb(139.8, 139.8, 139.8);
  transition: color 0.5s;
}
.holding-summary-panel .hsp__current dd,
.holding-summary-panel .hsp__portfolio dd {
  color: #1aa21a;
}
.holding-summary-panel .hsp__current.negative dd,
.holding-summary-panel .hsp__portfolio.negative dd {
  color: #d20000;
}
.holding-summary-panel:hover .hsp__available, .holding-summary-panel:hover .hsp__cash {
  color: #505050;
}
.holding-summary-panel .hsp__graph-window {
  position: relative;
  float: left;
  clear: left;
  width: 100%;
  transition: all 0.5s;
  overflow: hidden;
  height: 0;
}
.holding-summary-panel .hsp__graph-window.show-graph {
  height: 10.625rem;
  overflow: visible;
}
.holding-summary-panel .hsp__graph-window.show-graph > div {
  opacity: 1;
}
.holding-summary-panel .hsp__graph-window > div {
  opacity: 0;
  transition: all 0.5s ease-in;
  height: 10.625rem;
}
@media (max-width: 767px) {
  .holding-summary-panel .hsp__investment-accounts-foldout,
  .holding-summary-panel .hsp__meta-foldout {
    display: none !important;
  }
}
.holding-summary-panel .hsp__investment-accounts-foldout,
.holding-summary-panel .hsp__meta-foldout {
  position: absolute;
  top: 4.5rem;
  left: 0;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  margin-top: 0.46875rem;
  margin-bottom: 2.8125rem;
  border-radius: 3px;
  z-index: 100;
}
.holding-summary-panel .hsp__investment-accounts-foldout-arrow,
.holding-summary-panel .hsp__meta-foldout-arrow {
  position: absolute;
  left: 50%;
  top: -1.25rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.25rem 1.25rem 1.25rem;
  border-color: transparent transparent #fff transparent;
  margin-left: -0.625rem;
  z-index: 1010;
}
.holding-summary-panel .hsp__investment-accounts-foldout.ng-enter,
.holding-summary-panel .hsp__meta-foldout.ng-enter {
  opacity: 0;
  transition: opacity 0.3s;
}
.holding-summary-panel .hsp__investment-accounts-foldout.ng-enter-active,
.holding-summary-panel .hsp__meta-foldout.ng-enter-active {
  opacity: 1;
}
.holding-summary-panel .hsp__investment-accounts-foldout.ng-leave,
.holding-summary-panel .hsp__meta-foldout.ng-leave {
  opacity: 1;
  transition: opacity 0.3s;
}
.holding-summary-panel .hsp__investment-accounts-foldout.ng-leave-active,
.holding-summary-panel .hsp__meta-foldout.ng-leave-active {
  opacity: 0;
}
.holding-summary-panel .hsp__ia-tooltip-wrapper {
  transition: 0.3s opacity;
}
.holding-summary-panel .hsp__ia-tooltip-wrapper.ng-enter {
  opacity: 0;
}
.holding-summary-panel .hsp__ia-tooltip-wrapper.ng-enter-active {
  opacity: 1;
}
.holding-summary-panel .hsp__ia-tooltip-wrapper.ng-leave {
  opacity: 1;
}
.holding-summary-panel .hsp__ia-tooltip-wrapper.ng-leave-active {
  opacity: 0;
  opacity: 0;
}
.holding-summary-panel .hsp__ia-tooltip-wrapper.hide-add-active {
  opacity: 1;
}
.holding-summary-panel .hsp__header-edit {
  position: absolute;
  left: 0;
  top: 0.125rem;
  width: 100%;
  padding: 0.3125rem;
  z-index: 510;
}
.holding-summary-panel .hsp__header-input {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .holding-summary-panel .hsp__header-input {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.holding-summary-panel .hsp__header-input {
  width: 100%;
  padding: 0 2.75rem 0 0.0625rem;
  outline: none;
  border: none;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  background: rgb(229.5, 229.5, 229.5);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1) inset;
  line-height: 1.25rem;
  color: #505050;
}
.holding-summary-panel .hsp__header-input:focus {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}
.holding-summary-panel .hsp__header-edit-done,
.holding-summary-panel .hsp__header-edit-cancel {
  position: absolute;
  top: 0.3125rem;
  right: 0.5625rem;
  padding: 0;
  background: none;
  width: 1rem;
  height: 1rem;
  margin: 0.1875rem;
}
.holding-summary-panel .hsp__header-edit-done .svg,
.holding-summary-panel .hsp__header-edit-cancel .svg {
  width: 1rem;
  height: 1rem;
  fill: #505050;
}
.holding-summary-panel .hsp__header-edit-cancel {
  right: 1.75rem;
}
.holding-summary-panel .hsp__header-edit.ng-enter {
  opacity: 0;
  transition: 0.5s;
}
.holding-summary-panel .hsp__header-edit.ng-enter-active {
  opacity: 1;
}
.holding-summary-panel .hsp__header-edit.ng-leave {
  opacity: 1;
  transition: 0.5s;
}
.holding-summary-panel .hsp__header-edit.ng-leave-active {
  opacity: 0;
}

.property-summary-panel .psp__outer-content-wrapper:before, .property-summary-panel .psp__outer-content-wrapper:after {
  display: table;
  content: " ";
}
.property-summary-panel .psp__outer-content-wrapper:after {
  clear: both;
}
.property-summary-panel .psp__outer-content-wrapper {
  display: block;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  cursor: pointer;
  min-height: 4.5rem;
}
.property-summary-panel .psp__content-wrapper {
  position: relative;
}
.property-summary-panel .psp__content-wrapper:before, .property-summary-panel .psp__content-wrapper:after {
  display: table;
  content: " ";
}
.property-summary-panel .psp__content-wrapper:after {
  clear: both;
}
.property-summary-panel .psp__content-wrapper {
  display: block;
  padding: 0.46875rem;
}
.property-summary-panel .psp__address {
  width: 100%;
  margin-bottom: 0.234375rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .property-summary-panel .psp__address {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.property-summary-panel .psp__address {
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1450px) {
  .property-summary-panel .psp__address {
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: normal;
  }
}
.property-summary-panel .psp__last-valuation {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .property-summary-panel .psp__last-valuation {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.property-summary-panel .psp__last-valuation {
  color: #6f6f6f;
  margin-bottom: 0.234375rem;
}
.property-summary-panel .psp__last-valuation span {
  display: inline-block;
  padding: 0.125rem 0.25rem;
  text-transform: uppercase;
  background: #1573bc;
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
}
.property-summary-panel .psp__attributes:before, .property-summary-panel .psp__attributes:after {
  display: table;
  content: " ";
}
.property-summary-panel .psp__attributes:after {
  clear: both;
}
.property-summary-panel .psp__attributes li {
  float: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .property-summary-panel .psp__attributes li {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.property-summary-panel .psp__attributes li {
  margin-right: 0.3125rem;
}
.property-summary-panel .psp__attributes .svg {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: text-top;
  margin-right: 0.15625rem;
}
.property-summary-panel .psp__value {
  position: absolute;
  right: 0.46875rem;
  bottom: 0.25rem;
  text-align: right;
}
.property-summary-panel .psp__value dt {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .property-summary-panel .psp__value dt {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.property-summary-panel .psp__value dt {
  color: #6f6f6f;
}
.property-summary-panel .psp__value dd {
  color: #1aa21a;
  line-height: 1.125rem;
}

.holding-summary-panel.custom.openmarkets .hsp__header-wrapper {
  position: relative;
}
.holding-summary-panel.custom.openmarkets .hsp__logo-wrapper {
  float: left;
  padding: 0.125rem;
  background-color: #424242;
  border-radius: 3px;
}
.holding-summary-panel.custom.openmarkets .hsp__logo {
  width: 7.5rem;
  height: 1.125rem;
  background: transparent url('https://cdn.cashdeck.com.au/my/assets/amf-shared-assets/custom-logos/openmarkets-79828336.png') no-repeat top left;
  background-size: contain;
}
.holding-summary-panel.custom.openmarkets .hsp__trade-button {
  padding: 0.125rem 0.75rem;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
}
.holding-summary-panel.custom.openmarkets .hsp__totals {
  margin-bottom: 0.25rem;
}

.sharing-panel:before, .sharing-panel:after {
  display: table;
  content: " ";
}
.sharing-panel:after {
  clear: both;
}
.sharing-panel .sp__outer-content-wrapper {
  padding: 0.9375rem;
  opacity: 0;
  transition: all 0.3s;
  opacity: 1;
  width: 100%;
  float: left;
  clear: both;
}
@media (max-width: 767px) {
  .sharing-panel .sp__outer-content-wrapper {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }
}
.sharing-panel .sp__no-users-wrapper {
  margin-bottom: 0.9375rem;
}
.sharing-panel .sp__no-users {
  padding: 0.9375rem 0.9375rem;
  border: 1px dashed #e3e3e3;
  color: #6f6f6f;
  text-align: center;
}
.sharing-panel .sp__content-wrapper {
  opacity: 1;
  transition: all 0.5s;
}
.sharing-panel .sp__btn-wrapper:before, .sharing-panel .sp__btn-wrapper:after {
  display: table;
  content: " ";
}
.sharing-panel .sp__btn-wrapper:after {
  clear: both;
}
.sharing-panel .sp__btn-wrapper {
  position: relative;
  clear: both;
}
.sharing-panel .sp__header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .sharing-panel .sp__header {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.sharing-panel .sp__header {
  float: left;
  margin-bottom: 0.46875rem;
}
.sharing-panel .sp__add {
  float: right;
  width: auto;
  margin-bottom: 0.9375rem;
  transition: opacity 0.8s, background-color 0.3s;
}
.sharing-panel .sp__add.not-visible {
  opacity: 0;
}
.sharing-panel .sp__cancel {
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
}
.sharing-panel .sp__users-wrapper {
  width: 100%;
  margin-bottom: 0.46875rem;
}
.sharing-panel .sp__users {
  width: 100%;
}
.sharing-panel .sp__users td {
  padding-top: 0.234375rem;
  padding-bottom: 0.234375rem;
  vertical-align: middle;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .sharing-panel .sp__users td {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.sharing-panel .sp__users td {
  font-weight: 700;
}
.sharing-panel td.sp__user-name > label {
  display: block;
}
.sharing-panel td.sp__user-name > span {
  display: block;
  padding: 0;
  font-weight: normal;
}
.sharing-panel td.sp__user-actions {
  text-align: right;
}
.sharing-panel .sp__user-action-button {
  float: right;
  margin-left: 0.46875rem;
}
.sharing-panel .sp__user-action-button .svg {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.sharing-panel .sp__user-action-button.delete .svg {
  fill: #d20000;
}
.sharing-panel .sp__user-action-button.delete .svg:hover {
  fill: #db3333;
}
.sharing-panel .sp__user-action-button.resend .svg {
  fill: #1aa21a;
}
.sharing-panel .sp__user-action-button.resend .svg:hover {
  fill: rgb(71.8, 180.6, 71.8);
}
.sharing-panel .sp__user.pending {
  color: #1573bc;
}
.sharing-panel .sp__user-pending {
  margin-left: 0.234375rem;
  padding: 0.125rem 0.375rem;
}
.sharing-panel .sp__add-user-field {
  padding-left: 0.234375rem;
  padding-right: 0.234375rem;
}
.sharing-panel .sp__add-user-field:first-child {
  padding-left: 0.9375rem;
}
.sharing-panel .sp__add-user-field:last-child {
  padding-right: 0.9375rem;
}
@media (max-width: 767px) {
  .sharing-panel .sp__add-user-field {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.sharing-panel .sp__add-user-form {
  margin-bottom: 0.9375rem;
}
.sharing-panel .sp__close.ng-enter {
  translate: transformY(-20px);
  opacity: 0;
  transition: all 0.3s;
}
.sharing-panel .sp__close.ng-enter-active {
  translate: transformY(0px);
  opacity: 1;
}
.sharing-panel .sp__close.ng-leave {
  translate: transformY(0px);
  opacity: 1;
  transition: all 0.3s;
}
.sharing-panel .sp__close.ng-leave-active {
  translate: transformY(-20px);
  opacity: 0;
}
.sharing-panel .sp__cancel.ng-enter {
  opacity: 0;
  transition: opacity 0.8s;
}
.sharing-panel .sp__cancel.ng-enter-active {
  opacity: 1;
}
.sharing-panel .sp__cancel.ng-leave {
  opacity: 1;
  transition: opacity 0.8s;
}
.sharing-panel .sp__cancel.ng-leave-active {
  opacity: 0;
}
.sharing-panel .sp__users.ng-enter {
  opacity: 0;
  transition: opacity 0.5s;
}
.sharing-panel .sp__users.ng-enter-active {
  opacity: 1;
}
.sharing-panel .sp__users.ng-leave {
  opacity: 1;
  transition: opacity 0.5s;
}
.sharing-panel .sp__users.ng-leave-active {
  opacity: 0;
}
.sharing-panel .sp__add-user-form.ng-enter {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.5s;
}
.sharing-panel .sp__add-user-form.ng-enter-active {
  overflow: hidden;
  opacity: 1;
  max-height: 150px;
  margin-bottom: 0.9375rem;
}
.sharing-panel .sp__add-user-form.ng-leave {
  overflow: hidden;
  max-height: 150px;
  max-height-opacity: 1;
  margin-bottom: 0.9375rem;
  transition: all 0.5s;
}
.sharing-panel .sp__add-user-form.ng-leave-active {
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  margin-bottom: 0;
}
.sharing-panel .sp__user.ng-enter {
  opacity: 0;
  transition: all 0.7s;
}
.sharing-panel .sp__user.ng-enter-active {
  opacity: 1;
}
.sharing-panel .sp__user.ng-leave {
  opacity: 1;
  transition: all 0.7s;
}
.sharing-panel .sp__user.ng-leave-active {
  opacity: 0;
}

.modal-holding-to-account-group .mhtag__header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .modal-holding-to-account-group .mhtag__header {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.modal-holding-to-account-group .mhtag__account-groups {
  margin-right: -15px;
  margin-left: -15px;
}
.modal-holding-to-account-group .mhtag__account-groups:before, .modal-holding-to-account-group .mhtag__account-groups:after {
  display: table;
  content: " ";
}
.modal-holding-to-account-group .mhtag__account-groups:after {
  clear: both;
}
.modal-holding-to-account-group .mhtag__account-group {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .modal-holding-to-account-group .mhtag__account-group {
    float: left;
    width: 50%;
  }
}
.modal-holding-to-account-group .mhtag__account-group {
  margin-bottom: 0.9375rem;
}

.toggle {
  position: relative;
}
.toggle > a {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .toggle > a {
    font: normal normal normal 0.75rem / 1.0625rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.toggle > a {
  color: #505050;
}
.toggle > a > span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-left: 0.3125rem;
  background-color: #6f6f6f;
  vertical-align: middle;
  border-radius: 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
  transition: background-color 0.3s;
}
.toggle > a > span:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #fff;
  transition: left 0.3s;
}
.toggle.vibrant > a > span {
  background-color: #d20000;
}
.toggle.on > a > span {
  background-color: #1aa21a;
}
.toggle.on > a > span:before {
  left: 22px;
}
.toggle.onoff > a > span:after {
  content: "OFF";
  position: absolute;
  top: 0.0625rem;
  right: 0.25rem;
  color: #fff;
  font-size: 0.5625rem;
  font-weight: 700;
  z-index: 100;
  transition: all 0.2s;
}
.toggle.onoff.on > a > span:after {
  content: "ON";
  right: 1.3125rem;
}
.toggle.checkbox > a > span {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.toggle.checkbox > a > span:after {
  display: none;
}
.toggle.checkbox > a > span:before {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  transform: scale(0.7);
  transition: all 0.2s cubic-bezier(0.49, 1.4, 0.77, 1.24);
}
.toggle.checkbox.on > a > span:before {
  left: 2px;
  background: #23b780;
  transform: scale(1);
  box-shadow: 0 1px 1px rgb(21, 109.8, 76.8);
}

.popover-menu {
  position: relative;
  z-index: 1200;
}
.popover-menu .pm__menu-items:before, .popover-menu .pm__menu-items:after {
  display: table;
  content: " ";
}
.popover-menu .pm__menu-items:after {
  clear: both;
}
.popover-menu .pm__menu-items {
  position: absolute;
  right: 0;
  top: 0.1875rem;
  background: #444;
  border-radius: 3px;
  width: 10.3125rem;
}
.popover-menu .pm__menu-items:after {
  content: "";
  position: absolute;
  top: -0.3125rem;
  right: 0.4375rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.3125rem 0.3125rem 0.3125rem;
  border-color: transparent transparent #444 transparent;
}
.popover-menu .pm__menu-item {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .popover-menu .pm__menu-item {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.popover-menu .pm__menu-item {
  font-weight: 700;
  text-align: right;
  padding: 0.46875rem;
  color: #fff;
  display: block;
  cursor: pointer;
  transition: all 0.2s;
}
.popover-menu .pm__menu-item:hover {
  background: rgb(105.4, 105.4, 105.4);
}
.popover-menu .pm__menu-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.popover-menu .pm__menu-item:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.popover-menu .pm__menu-item.loading {
  color: rgba(255, 255, 255, 0);
}
.popover-menu.right {
  position: absolute;
  top: 0;
  right: 0;
}
.popover-menu.right .pm__menu-items {
  right: auto;
  left: 0.3125rem;
  top: 0.4375rem;
}
.popover-menu.right .pm__menu-items:after {
  top: 0.3125rem;
  right: auto;
  left: -0.3125rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3125rem 0.3125rem 0.3125rem 0;
  border-color: transparent #444 transparent transparent;
}
.popover-menu.ng-enter {
  transition: all 0.3s;
  opacity: 0;
}
.popover-menu.ng-enter-active {
  opacity: 1;
}
.popover-menu.ng-leave {
  opacity: 1;
  transition: all 0.3s;
}
.popover-menu.ng-leave-active {
  opacity: 0;
}

.modal__content-wrapper:before, .modal__content-wrapper:after {
  display: table;
  content: " ";
}
.modal__content-wrapper:after {
  clear: both;
}
.modal__content-wrapper {
  padding: 0.9375rem 0.9375rem 0.9375rem;
}
.modal__content-wrapper > h3 {
  color: #1573bc;
}
.modal__content-wrapper ol.ordered-block-list {
  margin-left: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.modal__content-wrapper ol.ordered-block-list li {
  list-style-type: decimal;
  margin-bottom: 0.46875rem;
}
.modal__content-wrapper .actions {
  margin-bottom: 0;
}
.modal__content-wrapper .actions .input-group {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .modal__content-wrapper .actions .input-group {
    margin-bottom: 0.46875rem;
  }
  .modal__content-wrapper .actions .input-group:last-child {
    margin-bottom: 0;
  }
}
.modal__content-wrapper .modal-step {
  width: 100%;
}
.modal__content-wrapper .modal-step.transitioning-out {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.9375rem 0.9375rem;
  z-index: 1000;
}
.modal__content-wrapper .modal-step.transitioning-in {
  position: relative;
}
.modal__content-wrapper .modal-step.ng-enter {
  opacity: 0;
  transition: 0.5s;
}
.modal__content-wrapper .modal-step.ng-enter-active {
  opacity: 1;
}
.modal__content-wrapper .modal__error h3 {
  color: #d20000;
}
.modal__content-wrapper .modal__error p {
  margin-top: 0.46875rem;
}

.modal__message-include {
  margin-bottom: 0.9375rem;
}

.modal__close {
  position: absolute;
  top: 0.46875rem;
  right: 0;
  color: #505050;
  font-size: 2.5rem;
  background: none;
  width: auto;
  font-weight: normal;
  z-index: 900;
  cursor: pointer;
}
.modal__close:hover {
  background: none;
}

.account-linker .al__search:before, .account-linker .al__search:after {
  display: table;
  content: " ";
}
.account-linker .al__search:after {
  clear: both;
}
.account-linker .al__search {
  max-width: 37.5rem;
  margin: 0 auto;
}
.account-linker .al__search-input {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .account-linker .al__search-input {
    font: normal normal 300 1.5rem / 1.75rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.account-linker .al__search-input {
  padding: 0.375rem 6.25rem 0.375rem 0.9375rem;
}
@media (max-width: 767px) {
  .account-linker .al__search-input {
    border-color: #1573bc;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-right: 4.0625rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .account-linker .al__search-input {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.account-linker .al__search-input-wrapper {
  position: relative;
  margin-bottom: 0.46875rem;
}
.account-linker .al__search-button {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  padding: 1.0625rem 1.875rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 767px) {
  .account-linker .al__search-button {
    padding: 0.5625rem 1.125rem 0.5rem;
  }
}
.account-linker .al__search-button .svg {
  fill: #fff;
  transition: opacity 0.3s;
}
.account-linker .al__search-button.btn--loading .svg {
  opacity: 0;
}
.account-linker .al__quick-list-help-wrapper {
  margin-bottom: 1.875rem;
}
.account-linker .al__or {
  position: relative;
  margin-bottom: 0.9375rem;
  text-align: center;
}
.account-linker .al__or:after {
  content: "";
  position: absolute;
  z-index: 8;
  top: 1.125rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: #e3e3e3;
}
.account-linker .al__or span {
  position: relative;
  z-index: 10;
  padding: 0.625rem 1.25rem;
  background: #fff;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .account-linker .al__or span {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.account-linker .al__or span {
  color: #1573bc;
  text-transform: uppercase;
}
.account-linker .al__quick-list-info {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .account-linker .al__quick-list-info {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.account-linker .al__quick-list-info {
  text-align: center;
}
.account-linker .al__search-results-info {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .account-linker .al__search-results-info {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.account-linker .al__search-results-info {
  margin-bottom: 1.875rem;
  color: #6f6f6f;
}
.account-linker .al__search-results-info span {
  cursor: pointer;
  border-bottom: 1px solid #6f6f6f;
  transition: all 0.3s;
}
.account-linker .al__search-results-info span:hover {
  color: #1573bc;
  border-bottom-color: #1573bc;
}
.account-linker .al__country-picker-wrapper {
  margin-bottom: 0.46875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .account-linker .al__country-picker-wrapper {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.account-linker .al__country-picker-wrapper {
  text-align: right;
  color: #6f6f6f;
}
.account-linker .al__current-country {
  margin-bottom: 0.234375rem;
}
.account-linker .al__not-your-country {
  color: #1573bc;
  letter-spacing: 0.0125rem;
  cursor: pointer;
}
.account-linker .al__country-picker-wrapper {
  max-width: 21.875rem;
  float: right;
}
@media (max-width: 767px) {
  .account-linker .al__country-picker-wrapper {
    max-width: none;
    float: none;
  }
}
.account-linker .al__feature,
.account-linker .al__search-result {
  float: left;
  width: 50%;
  transition: opacity 0.3s;
}
.account-linker .al__feature:nth-child(2n),
.account-linker .al__search-result:nth-child(2n) {
  padding-left: 0.9375rem;
}
.account-linker .al__feature:nth-child(2n-1),
.account-linker .al__search-result:nth-child(2n-1) {
  padding-right: 0.9375rem;
  clear: left;
}
@media (max-width: 991px) {
  .account-linker .al__feature,
  .account-linker .al__search-result {
    float: none;
    width: 100%;
  }
  .account-linker .al__feature:nth-child(2n),
  .account-linker .al__search-result:nth-child(2n) {
    padding-left: 0;
  }
  .account-linker .al__feature:nth-child(2n-1),
  .account-linker .al__search-result:nth-child(2n-1) {
    padding-right: 0;
  }
}
.account-linker .al__feature.subtle,
.account-linker .al__search-result.subtle {
  opacity: 0.5;
}
.account-linker .al__feature.subtle:hover,
.account-linker .al__search-result.subtle:hover {
  opacity: 1;
}
.account-linker .al__feature.selected,
.account-linker .al__search-result.selected {
  width: 100%;
  padding-left: 0;
}
.account-linker .al__feature.selected:nth-child(2n-1),
.account-linker .al__search-result.selected:nth-child(2n-1) {
  padding-left: 0.9375rem;
}
@media (max-width: 991px) {
  .account-linker .al__feature.selected,
  .account-linker .al__search-result.selected {
    padding-left: 0;
  }
  .account-linker .al__feature.selected:nth-child(2n-1),
  .account-linker .al__search-result.selected:nth-child(2n-1) {
    padding-left: 0;
  }
}
.account-linker .al__country-picker.ng-enter {
  opacity: 0;
  max-height: 0;
  transition: all 0.5s;
}
.account-linker .al__country-picker.ng-enter-active {
  opacity: 1;
  max-height: 1.875rem;
}
.account-linker .al__country-picker.ng-leave {
  opacity: 1;
  max-height: 1.875rem;
  transition: all 0.5s;
}
.account-linker .al__country-picker.ng-leave-active {
  opacity: 0;
  max-height: 0;
}
.account-linker .al__search-results-wrapper.ng-enter,
.account-linker .al__featured-list.ng-enter {
  opacity: 0;
  transition: all 0.5s;
}
.account-linker .al__search-results-wrapper.ng-enter-active,
.account-linker .al__featured-list.ng-enter-active {
  opacity: 1;
}
.account-linker .al__search-wrapper {
  position: relative;
  top: 0;
  margin-bottom: 0.9375rem;
}
.account-linker .al__search-wrapper.subtle-add {
  opacity: 1;
  transform: scale(1);
  top: 0;
  margin-bottom: 2.8125rem;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .account-linker .al__search-wrapper.subtle-add {
    margin-bottom: 0.9375rem;
  }
}
.account-linker .al__search-wrapper.subtle-add-active {
  opacity: 0.4;
  transform: scale(0.95);
  top: -10px;
  margin-bottom: 0;
}
.account-linker .al__search-wrapper.subtle {
  opacity: 0.4;
  transform: scale(0.95);
  top: -10px;
  margin-bottom: 0;
}
.account-linker .al__search-wrapper.subtle-remove {
  opacity: 0.4;
  transform: scale(0.95);
  top: -10px;
  margin-bottom: 0;
  transition: all 0.5s;
}
.account-linker .al__search-wrapper.subtle-remove-active {
  opacity: 1;
  transform: scale(1);
  top: 0;
  margin-bottom: 2.8125rem;
}
@media (max-width: 767px) {
  .account-linker .al__search-wrapper.subtle-remove-active {
    margin-bottom: 0.9375rem;
  }
}

.account-search-result .asr__site-name {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .account-search-result .asr__site-name {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.account-search-result .asr__site-name {
  transition: all 0.3s;
}
.account-search-result .asr__content-wrapper:before, .account-search-result .asr__content-wrapper:after {
  display: table;
  content: " ";
}
.account-search-result .asr__content-wrapper:after {
  clear: both;
}
.account-search-result .asr__content-wrapper {
  position: relative;
  border-radius: 3px;
  padding: 1.40625rem 1.40625rem;
  margin-bottom: 1.875rem;
  transition: all 0.5s;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0);
  transition: all 0.3s;
}
.account-search-result .asr__content-wrapper:hover {
  border-color: #28a9e1;
}
.account-search-result .asr__content-wrapper.selected {
  border-color: #28a9e1;
}
.account-search-result .asr__content-wrapper.selected .asr__site-name {
  color: #1573bc;
}
.account-search-result .asr__icons {
  display: inline;
  position: relative;
  top: 0.125rem;
}
.account-search-result .asr__icons > li {
  margin-right: 0.1875rem;
}
.account-search-result .asr__icon {
  display: inline-block;
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
}
.account-search-result .asr__icon span, .account-search-result .asr__icon .svg {
  position: relative;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.account-search-result .asr__icon .svg {
  top: 0.25rem;
  fill: #FF9600;
}
.account-search-result .asr__content-services {
  position: absolute;
  top: 0.46875rem;
  right: 0.9375rem;
}
.account-search-result .asr__content-services:before, .account-search-result .asr__content-services:after {
  display: table;
  content: " ";
}
.account-search-result .asr__content-services:after {
  clear: both;
}
.account-search-result .asr__content-services {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
}
.account-search-result .asr__content-service {
  float: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .account-search-result .asr__content-service {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.account-search-result .asr__content-service {
  margin-right: 0.46875rem;
  color: rgb(147.5, 212, 240);
  text-transform: uppercase;
  letter-spacing: 0.0125rem;
}
.account-search-result .asr__content-service:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .account-search-result .asr__content-wrapper {
    border-color: #e3e3e3;
  }
  .account-search-result .asr__site-name {
    float: left;
    width: 100%;
  }
  .account-search-result .asr__content-services {
    float: left;
    position: static;
    margin-bottom: 0.234375rem;
    padding: 0;
  }
  .account-search-result .asr__content-service {
    border-radius: 3px;
    margin-right: 0.234375rem;
    margin-bottom: 0.234375rem;
  }
}

.site-form .sf__content-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.site-form .sf__content-wrapper:before, .site-form .sf__content-wrapper:after {
  display: table;
  content: " ";
}
.site-form .sf__content-wrapper:after {
  clear: both;
}
.site-form .sf__content-wrapper {
  padding-top: 0.9375rem;
  clear: both;
  cursor: auto;
}
.site-form .sf__lhs {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .site-form .sf__lhs {
    float: left;
    width: 50%;
  }
}
.site-form .sf__lhs {
  position: static;
  min-height: 9.375rem;
}
.site-form .sf__rhs {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .site-form .sf__rhs {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .site-form .sf__rhs {
    padding-top: 0.9375rem;
  }
}
.site-form .control-group {
  margin-bottom: 0.9375rem;
}
.site-form .sf__hint-wrapper {
  position: relative;
  margin-bottom: 0.9375rem;
}
.site-form .sf__hint-wrapper .svg {
  position: absolute;
  left: 0.9375rem;
  top: 0.9375rem;
  width: 1.375rem;
  height: 1.375rem;
}
.site-form .sf__hint {
  border-radius: 3px;
  background: #fff;
  padding: 0.9375rem;
  padding-left: 3.25rem;
}
.site-form .sf__hint-wrapper.site {
  margin-top: 0.9375rem;
}
.site-form .sf__hint-wrapper.site .svg {
  fill: #1aa21a;
}
.site-form .sf__hint-wrapper.site .sf__hint {
  border: 1px solid #1aa21a;
  color: #1aa21a;
}
.site-form .sf__hint-wrapper.trial {
  margin-top: 0;
}
.site-form .sf__hint-wrapper.trial .svg {
  fill: #1573bc;
}
.site-form .sf__hint-wrapper.trial .sf__hint {
  border: 1px solid #1573bc;
  color: #1573bc;
}
.site-form .sf__general-help-careful {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .site-form .sf__general-help-careful {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.site-form .sf__general-help-careful {
  color: #1aa21a;
}
.site-form .sf__error-message {
  overflow: hidden;
  color: #d20000;
  padding: 0.9375rem;
  margin-bottom: 0.9375rem;
  background: rgb(252.75, 242.25, 242.25);
  border-radius: 3px;
}
.site-form .sf__spinner:before {
  top: 3.125rem;
  width: 1.875rem;
  height: 1.875rem;
  margin-left: -0.9375rem;
  margin-top: -0.9375rem;
}
.site-form .sf__form-wrapper {
  min-height: 6.25rem;
  max-height: 6.25rem;
  transition: all 0.5s;
}
.site-form .sf__form-wrapper.finished-loading-form {
  max-height: 25rem;
}
.site-form .sf__form-wrapper form {
  background: #fff;
}
.site-form .sf__spinner.ng-leave {
  opacity: 1;
  transition: opacity 1s;
}
.site-form .sf__spinner.ng-leave-active {
  opacity: 0;
}
.site-form .sf__form-wrapper.finished-loading-form-add {
  opacity: 0;
  max-height: 6.25rem;
  transition: all 1s;
}
.site-form .sf__form-wrapper.finished-loading-form-add-active {
  opacity: 1;
  max-height: 25rem;
}
.site-form .sf__error-message.ng-enter {
  opacity: 0;
  max-height: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.3ss;
}
.site-form .sf__error-message.ng-enter-active {
  opacity: 1;
  max-height: 3.125rem;
  margin-bottom: 0.9375rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.site-form .sf__error-message.ng-leave {
  opacity: 1;
  max-height: 3.125rem;
  margin-bottom: 0.9375rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  transition: all 0.3s;
}
.site-form .sf__error-message.ng-leave-active {
  opacity: 0;
  max-height: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.site-not-found-form .snff__content-wrapper {
  margin-bottom: 1.875rem;
  padding: 1.875rem 1.875rem;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .site-not-found-form .snff__content-wrapper {
    padding: 0.9375rem 0.9375rem;
  }
}
.site-not-found-form .snff__inner-content-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.site-not-found-form .snff__inner-content-wrapper:before, .site-not-found-form .snff__inner-content-wrapper:after {
  display: table;
  content: " ";
}
.site-not-found-form .snff__inner-content-wrapper:after {
  clear: both;
}
.site-not-found-form .snff__blurb {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .site-not-found-form .snff__blurb {
    float: left;
    width: 47.9166666667%;
  }
}
.site-not-found-form .snff__form {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .site-not-found-form .snff__form {
    float: left;
    width: 47.9166666667%;
  }
}
@media (min-width: 768px) {
  .site-not-found-form .snff__form {
    margin-left: 4.1666666667%;
  }
}
.site-not-found-form .snff__header {
  color: #1573bc;
}
.site-not-found-form .snff__header span {
  color: #28a9e1;
  text-decoration: none;
}
.site-not-found-form .snff__success-blurb {
  position: relative;
  background: rgb(232.1, 245.7, 232.1);
  color: #1aa21a;
  padding: 0.9375rem 0.9375rem;
  padding-left: 3.125rem;
  border-radius: 3px;
}
.site-not-found-form .snff__success-blurb .svg {
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
  fill: #1aa21a;
  width: 1.25rem;
  height: 1.25rem;
}

.site-enquiries-list .sel__content-wrapper {
  margin-bottom: 2.8125rem;
  padding: 1.875rem 1.875rem;
  padding-top: 1.40625rem;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .site-enquiries-list .sel__content-wrapper {
    margin-bottom: 1.875rem;
    padding: 0.9375rem 0.9375rem;
  }
}
.site-enquiries-list .sel__header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .site-enquiries-list .sel__header {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.site-enquiries-list .sel__header {
  color: #1573bc;
}
.site-enquiries-list .sel__header a:hover {
  text-decoration: underline;
}
.site-enquiries-list .sel__enquiries {
  width: 100%;
}
.site-enquiries-list .sel__enquiry {
  position: relative;
  width: 100%;
  padding: 0.46875rem;
  padding-left: 2.34375rem;
  padding-right: 5.9375rem;
  border-bottom: 1px solid rgb(212, 237.8, 249);
}
.site-enquiries-list .sel__enquiry:first-child {
  border-top: 1px solid rgb(212, 237.8, 249);
}
.site-enquiries-list .sel__enquiry .svg {
  position: absolute;
  top: 0.625rem;
  left: 0;
  fill: #1573bc;
  width: 1.25rem;
  height: 1.25rem;
}
@media (max-width: 767px) {
  .site-enquiries-list .sel__enquiry {
    padding-left: 0;
  }
  .site-enquiries-list .sel__enquiry .svg {
    display: none;
  }
}
.site-enquiries-list .sel__enquiry-response-title {
  display: block;
  color: #28a9e1;
}
.site-enquiries-list .sel__enquiry-response-title span {
  color: #1573bc;
  font-weight: 700;
}
.site-enquiries-list .sel__dismiss-btn {
  position: absolute;
  top: 0.9375rem;
  right: 0;
  width: auto;
}
@media (max-width: 767px) {
  .site-enquiries-list .sel__dismiss-btn {
    top: 0.46875rem;
  }
}

.modal-update-credentials .modal-dialog {
  width: 90%;
  max-width: 62.5rem;
}
@media (max-width: 767px) {
  .modal-update-credentials .modal-dialog {
    width: auto;
  }
}
.modal-update-credentials .modal-content:before, .modal-update-credentials .modal-content:after {
  display: table;
  content: " ";
}
.modal-update-credentials .modal-content:after {
  clear: both;
}
.modal-update-credentials .modal-content {
  padding: 0.9375rem 0.9375rem;
}
.modal-update-credentials .cancel {
  float: right;
  width: auto;
}

.update-credentials .uc__content-wrapper {
  margin-bottom: 0.9375rem;
}
.update-credentials .uc__affected-accounts-wrapper {
  padding: 0.9375rem 0.9375rem;
  background: rgb(233.5, 246.4, 252);
  border-radius: 3px;
  color: rgb(91.2, 157, 208.1);
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .update-credentials .uc__affected-accounts-wrapper {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.update-credentials .uc__affected-accounts-wrapper {
  font-weight: 700;
}
.update-credentials .uc__affected-account {
  font-weight: normal;
}

.modal-delete-site .mds__warning {
  position: relative;
  margin-bottom: 0.9375rem;
  padding: 0.9375rem 0.9375rem;
  padding-left: 2.625rem;
  background: #d20000;
  border-radius: 3px;
  color: #fff;
}
.modal-delete-site .mds__warning span {
  font-weight: 700;
}
.modal-delete-site .mds__warning .svg {
  fill: #fff;
  position: absolute;
  top: 1.125rem;
  left: 0.9375rem;
}
.modal-delete-site .mds__blurb {
  margin-bottom: 0.9375rem;
}
.modal-delete-site .mds__blurb span {
  color: #d20000;
  font-weight: 700;
}
.modal-delete-site .mds__affected-sites-wrapper {
  color: #d20000;
  margin-bottom: 0.9375rem;
}

.template-editor .te__content-wrapper {
  margin-bottom: 2.8125rem;
  margin-top: 0.9375rem;
}
.template-editor .te__inner-content-wrapper {
  min-height: 62.5rem;
  position: relative;
}
.template-editor .te__lhs {
  position: absolute;
  left: 0;
  top: 0;
  width: 16.875rem;
}
.template-editor .te__rhs {
  position: relative;
  margin-left: 16.875rem;
  padding-bottom: 3.75rem;
  padding-left: 0.9375rem;
}
.template-editor .te__tab-wrapper {
  margin-bottom: 0.9375rem;
}
.template-editor .te__flowchart-link {
  position: absolute;
  left: 0.9375rem;
  bottom: 0.46875rem;
  cursor: pointer;
  color: #6f6f6f;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .template-editor .te__flowchart-link {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.template-editor .te__flowchart-link {
  line-height: 1.125rem;
  transition: all 0.3s;
}
.template-editor .te__flowchart-link .svg {
  vertical-align: top;
  fill: #1573bc;
}
.template-editor .te__flowchart-link:hover {
  color: #1573bc;
}
.template-editor .te__flowchart-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 2000;
}
.template-editor .te__flowchart-wrapper img {
  display: block;
  max-height: 70%;
  margin-top: 5%;
  width: auto;
  max-width: 80%;
  margin: 0 auto;
}
.template-editor .te__flowchart-wrapper a {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  padding: 0.9375rem 0.9375rem;
  font-size: 2.5rem;
}
.template-editor .te__flowchart-wrapper.ng-enter {
  opacity: 0;
  transition: all 0.3s;
}
.template-editor .te__flowchart-wrapper.ng-enter-active {
  opacity: 1;
}
.template-editor .te__flowchart-wrapper.ng-leave {
  opacity: 1;
  transition: all 0.3s;
}
.template-editor .te__flowchart-wrapper.ng-leave-active {
  opacity: 0;
}
.template-editor .te__source-name-wrapper {
  position: relative;
  width: 16.875rem;
  margin-bottom: 0;
  transition: all 0.3s;
  border-top: 1px solid rgba(255, 255, 255, 0);
}
.template-editor .te__source-name-wrapper.active {
  padding-top: 0.46875rem;
  margin-bottom: 0.46875rem;
  border-top: 1px solid #f5f5f5;
}
.template-editor .te__source-name-wrapper {
  margin-bottom: 0.46875rem;
}
.template-editor .te__source-name {
  position: relative;
  padding-left: 2.15625rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .template-editor .te__source-name {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.template-editor .te__source-name {
  color: #505050;
  transition: all 0.7s;
  z-index: 100;
  cursor: pointer;
}
.template-editor .te__source-name:hover {
  color: #1573bc;
}
.template-editor .te__source-name.active {
  color: #1573bc;
  font-weight: 700;
}
.template-editor .te__source-submenu-wrapper {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 0.46875rem;
  padding-bottom: 0.9375rem;
}
.template-editor .te__source-submenu-wrapper.ng-enter {
  margin-bottom: 0;
  padding-bottom: 0;
  opacity: 0;
  max-height: 0;
  transition: all 0.3s;
}
.template-editor .te__source-submenu-wrapper.ng-enter-active {
  margin-bottom: 0.46875rem;
  padding-bottom: 0.9375rem;
  opacity: 1;
  max-height: 15.625rem;
}
.template-editor .te__source-submenu-wrapper.ng-leave {
  margin-bottom: 0.46875rem;
  padding-bottom: 0.9375rem;
  opacity: 1;
  max-height: 15.625rem;
  transition: all 0.3s;
}
.template-editor .te__source-submenu-wrapper.ng-leave-active {
  margin-bottom: 0;
  padding-bottom: 0;
  opacity: 0;
  max-height: 0;
}
.template-editor .te__versions {
  margin-bottom: 0.46875rem;
}
.template-editor .te__version {
  position: relative;
  display: block;
  padding-left: 2.8125rem;
  padding-right: 1.875rem;
  width: 16.875rem;
  cursor: pointer;
  transition: color 0.3s;
}
.template-editor .te__version.active {
  color: #0e8d5e;
}
.template-editor .te__new-version-button {
  display: block;
  width: 8.125rem;
  margin: 0 auto;
  padding: 0.25rem 1.125rem;
  text-align: left;
}
.template-editor .te__default {
  position: absolute;
  top: 0.125rem;
  left: -0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 1.25rem;
  background: rgba(21, 115, 188, 0.2);
  border: 1px solid rgba(21, 115, 188, 0.3);
  cursor: pointer;
  transition: all 0.3s;
}
.template-editor .te__default .svg {
  position: absolute;
  left: 0.1875rem;
  top: 0.1875rem;
  width: 0.75rem;
  height: 0.75rem;
  fill: #505050;
  opacity: 0.2;
  transition: opacity 0.3s;
}
.template-editor .te__default.active, .template-editor .te__default:hover {
  background: #1573bc;
  border: 1px solid #1573bc;
}
.template-editor .te__default.active .svg, .template-editor .te__default:hover .svg {
  opacity: 1;
}
.template-editor .te__hamburger {
  position: absolute;
  top: -0.125rem;
  right: 0.5rem;
  padding: 5px;
  cursor: pointer;
}
.template-editor .te__hamburger:hover .svg {
  fill: #28a9e1;
}
.template-editor .te__hamburger.ng-enter {
  opacity: 0;
  transition: opacity 0.5s;
}
.template-editor .te__hamburger.ng-enter-active {
  opacity: 1;
}
.template-editor .te__hamburger.ng-leave {
  opacity: 1;
  transition: opacity 0.5s;
}
.template-editor .te__hamburger.ng-leave-active {
  opacity: 0;
}
.template-editor .te__source-name-menu-wrapper {
  position: absolute;
  top: 0.375rem;
  right: 0.375rem;
  z-index: 300;
}
.template-editor .te__source-name-menu-wrapper.ng-enter {
  opacity: 0;
  transition: all 0.5s;
}
.template-editor .te__source-name-menu-wrapper.ng-enter-active {
  opacity: 1;
}
.template-editor .te__source-name-menu-wrapper.ng-leave {
  opacity: 1;
  transition: all 0.5s;
}
.template-editor .te__source-name-menu-wrapper.ng-leave-active {
  opacity: 0;
}
.template-editor .te__source-name-menu-items:before, .template-editor .te__source-name-menu-items:after {
  display: table;
  content: " ";
}
.template-editor .te__source-name-menu-items:after {
  clear: both;
}
.template-editor .te__source-name-menu-item {
  float: right;
  padding: 0.375rem;
  cursor: pointer;
}
.template-editor .te__source-name-menu-item.delete {
  position: relative;
  top: -0.0625rem;
}
.template-editor .te__source-name-menu-item .svg {
  fill: #505050;
}
.template-editor .te__source-name-menu-item:hover .svg {
  fill: rgb(7, 70.5, 47);
}
.template-editor .te__rename-wrapper {
  position: absolute;
  top: 0.0625rem;
  left: 2.25rem;
  z-index: 500;
}
.template-editor .te__rename-wrapper.ng-enter {
  opacity: 0;
  transition: opacity 0.5s;
}
.template-editor .te__rename-wrapper.ng-enter-active {
  opacity: 1;
}
.template-editor .te__rename-wrapper.ng-leave {
  opacity: 1;
  transition: opacity 0.5s;
}
.template-editor .te__rename-wrapper.ng-leave-active {
  opacity: 0;
}
.template-editor .te__rename-input {
  width: 12.5rem;
  padding: 0.125rem 0.5rem;
  padding-right: 3.125rem;
}
.template-editor .te__rename-confirm {
  position: absolute;
  top: 0.0625rem;
  right: 1.625rem;
  cursor: pointer;
}
.template-editor .te__rename-confirm .svg {
  fill: #1aa21a;
}
.template-editor .te__rename-cancel {
  position: absolute;
  top: 0.0625rem;
  right: 0.375rem;
  cursor: pointer;
}
.template-editor .te__rename-cancel .svg {
  fill: #d20000;
}
.template-editor .te__rename-wrapper.source-name {
  top: 0.375rem;
  left: 3rem;
}
.template-editor .te__rename-wrapper.source-name .te__rename-input {
  font-weight: 700;
  width: 13.125rem;
  background: rgb(244, 251.4, 248.65);
  border-color: rgb(31.5, 164.7, 115.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
}
.template-editor .te__rename-wrapper.source-name .te__rename-confirm,
.template-editor .te__rename-wrapper.source-name .te__rename-cancel {
  top: 0.3125rem;
}
.template-editor .te__tokens-wrapper {
  margin: 0.46875rem 0.46875rem;
  margin-right: -1rem;
  margin-left: 0rem;
}
.template-editor .te__tokens-wrapper:before, .template-editor .te__tokens-wrapper:after {
  display: table;
  content: " ";
}
.template-editor .te__tokens-wrapper:after {
  clear: both;
}
.template-editor .te__tokens:before, .template-editor .te__tokens:after {
  display: table;
  content: " ";
}
.template-editor .te__tokens:after {
  clear: both;
}
.template-editor .te__tokens {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 0.46875rem;
  padding-left: 0.46875rem;
}
.template-editor .te__tokens span {
  margin-bottom: 0.234375rem;
  display: block;
  width: 100%;
  float: left;
  clear: both;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .template-editor .te__tokens span {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.template-editor .te__token-button {
  float: left;
  width: auto;
  margin-right: 0.234375rem;
  margin-bottom: 0.234375rem;
  padding-bottom: 0.234375rem;
  padding: 0.125rem 0.5rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .template-editor .te__token-button {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.template-editor .te__token-button {
  font-weight: normal;
  transition: background 0.5s;
}
.template-editor .te__advanced-editor-warning {
  background: rgba(210, 0, 0, 0.1);
  border: 1px dashed #d20000;
  color: #d20000;
  padding: 0.46875rem 2.8125rem;
  margin-bottom: 0.46875rem;
  border-radius: 3px;
  position: relative;
}
.template-editor .te__advanced-editor-warning span {
  font-weight: 700;
}
.template-editor .te__advanced-editor-warning button {
  position: absolute;
  right: 0;
  top: 0.1875rem;
  background: none;
  color: #d20000;
  width: auto;
  font-size: 1.375rem;
}
.template-editor .te__advanced-editor-warning .svg {
  position: absolute;
  left: 1rem;
  top: 0.75rem;
  fill: #d20000;
}
.template-editor .te__sub-wrapper {
  position: relative;
  margin-bottom: 0.46875rem;
  border-radius: 3px;
  border: 0.375rem solid #f5f5f5;
  border-top-width: 2.25rem;
}
.template-editor .te__sub-wrapper.ng-enter {
  opacity: 0;
  transition: all 0.8s;
}
.template-editor .te__sub-wrapper.ng-enter-active {
  opacity: 1;
}
.template-editor .te__sub-wrapper.ng-leave {
  opacity: 1;
  transition: all 0.3s;
}
.template-editor .te__sub-wrapper.ng-leave-active {
  opacity: 0;
}
.template-editor .te__sub-wrapper-header {
  position: absolute;
  left: 0.5625rem;
  top: -1.5rem;
  padding-left: 1.875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .template-editor .te__sub-wrapper-header {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.template-editor .te__sub-wrapper-header {
  font-weight: 700;
  color: #6f6f6f;
}
.template-editor .te__sub-wrapper-header span {
  color: #0e8d5e;
}
.template-editor .te__editor {
  height: 45vh;
  font-size: 0.6875rem;
}
.template-editor .te__save-changes-button-wrapper {
  padding-right: 1.875rem;
  margin-bottom: 0.46875rem;
}
.template-editor .te__save-changes-button-wrapper.ng-enter {
  opacity: 0;
  transition: all 1s;
}
.template-editor .te__save-changes-button-wrapper.ng-enter-active {
  opacity: 1;
}
.template-editor .te__save-changes-button-wrapper.ng-leave {
  opacity: 1;
  transition: all 1s;
}
.template-editor .te__save-changes-button-wrapper.ng-leave-active {
  opacity: 0;
}
.template-editor .te__save-changes-button {
  padding: 0.125rem 0.3125rem;
  background: rgba(26, 162, 26, 0.2);
  border: 1px solid rgba(26, 162, 26, 0.5);
  cursor: pointer;
  transition: all 0.3s;
  color: #1aa21a;
}
.template-editor .te__save-changes-button .svg {
  fill: #1aa21a;
}
.template-editor .te__save-changes-button:hover {
  background: #1aa21a;
  color: #505050;
  border-color: #1aa21a;
}
.template-editor .te__save-changes-button:hover .svg {
  fill: #fff;
}
.template-editor .te__theme-picker-wrapper {
  position: absolute;
  top: -1.875rem;
  right: 0;
  width: 15.625rem;
  text-align: right;
  opacity: 0.5;
  cursor: pointer;
  z-index: 300;
  transition: opacity 0.3s;
}
.template-editor .te__theme-picker-wrapper:hover {
  opacity: 1;
}
.template-editor .te__theme-picker-header {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .template-editor .te__theme-picker-header {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.template-editor .te__iframe {
  width: 100%;
  min-height: 500px;
}
.template-editor .te__layout-picker-wrapper {
  position: absolute;
  top: 0.375rem;
  right: 0.46875rem;
  z-index: 350;
}
.template-editor .te__layout-picker-wrapper.ng-enter {
  opacity: 0;
  transition: opacity 0.5s;
}
.template-editor .te__layout-picker-wrapper.ng-enter-active {
  opacity: 1;
}
.template-editor .te__layout-picker-wrapper.ng-leave {
  opacity: 1;
  transition: opacity 0.5s;
}
.template-editor .te__layout-picker-wrapper.ng-leave-active {
  opacity: 0;
}
.template-editor .te__layout-picker-label {
  display: relative;
  padding-left: 1.875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .template-editor .te__layout-picker-label {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.template-editor .te__layout-picker {
  display: inline-block;
  width: 10.625rem;
}
.template-editor .te__layout-picker.select2-container .select2-choice {
  height: 1.25rem;
  font-size: 0.75rem;
  padding: 0px 0.875rem 0 0.5rem;
}
.template-editor .te__layout-picker.select2-container .select2-chosen {
  line-height: 1.125rem;
}
.template-editor .te__layout-picker.select2-container .select2-arrow b {
  position: relative;
  top: -0.1875rem;
  background-position: 0 0;
}
.template-editor .te__layout-picker.select2-container .select2-search input {
  padding: 0px 0.625rem;
}
.template-editor .te__duplicate-icon-helper {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin: 0 0.3125rem;
  background: #1573bc;
  border-radius: 20px;
}
.template-editor .te__duplicate-icon-helper .svg {
  position: relative;
  top: 0.125rem;
  fill: #fff;
}
.template-editor .te__hint-wrapper {
  position: absolute;
  left: 0;
  top: -0.25rem;
  display: inline-block;
  cursor: pointer;
}
.template-editor .te__hint-wrapper.layout-picker {
  top: 0.125rem;
}
.template-editor .te__hint-icon .svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #1573bc;
}
.template-editor .te__hint {
  position: absolute;
  top: 1.875rem;
  left: 0;
  width: 13.75rem;
  padding: 0.9375rem 0.9375rem 0;
  background: rgba(21, 115, 188, 0.9);
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
  z-index: 500;
}
.template-editor .te__hint:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.3125rem 0.3125rem 0.3125rem;
  border-color: transparent transparent rgba(21, 115, 188, 0.9) transparent;
}
.template-editor .te__non-editable-notice {
  margin-bottom: 0.9375rem;
  padding: 0.46875rem 0.9375rem;
  background: rgb(231.6, 241, 248.3);
  border: 1px dashed #1573bc;
  color: #1573bc;
  font-weight: 700;
  text-align: center;
  border-radius: 3px;
}
.template-editor .te__non-editable-notice.ng-enter {
  opacity: 0;
  transition: all 0.5s;
}
.template-editor .te__non-editable-notice.ng-enter-active {
  opacity: 1;
}
.template-editor .te__subject-preview {
  margin: 0.46875rem;
  padding: 0.46875rem;
  background: #f5f5f5;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .template-editor .te__subject-preview {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.template-editor .te__subject-preview {
  border-radius: 3px;
}
.template-editor .te__subject-preview-title {
  font-weight: 700;
  margin-right: 0.46875rem;
  text-transform: uppercase;
}
.template-editor .te__spinner-live-preview {
  position: absolute;
  top: -1.125rem;
  right: 0.75rem;
}
.template-editor .te__spinner-live-preview.ng-enter {
  opacity: 0;
  transition: opacity 0.2s;
}
.template-editor .te__spinner-live-preview.ng-enter-active {
  opacity: 1;
}
.template-editor .te__spinner-live-preview.ng-leave {
  opacity: 1;
  transition: opacity 0.2s;
}
.template-editor .te__spinner-live-preview.ng-leave-active {
  opacity: 0;
}
.template-editor .clickable {
  cursor: pointer;
}
.template-editor .te__email-flow-content .svg {
  width: 100%;
  height: auto;
}

.modal-new-version-warning .mnvw__warning {
  position: relative;
  margin-bottom: 0.9375rem;
  padding: 0.9375rem 0.9375rem;
  padding-left: 2.625rem;
  background: #d20000;
  border-radius: 3px;
  color: #fff;
}
.modal-new-version-warning .mnvw__warning span {
  font-weight: 700;
}
.modal-new-version-warning .mnvw__warning .svg {
  fill: #fff;
  position: absolute;
  top: 1.125rem;
  left: 0.9375rem;
}

.user-account-editor .uae__content-wrapper {
  position: relative;
}
.user-account-editor .uae__profile-card {
  display: grid;
  grid-template-columns: 6.25rem minmax(0, 1fr);
  grid-gap: 0.9375rem;
  align-items: center;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 3px;
  padding: 0.875rem 1rem;
}
@media (max-width: 767px) {
  .user-account-editor .uae__profile-card {
    grid-template-columns: 5rem minmax(0, 1fr);
  }
}
.user-account-editor .uae__profile-card-avatar {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.user-account-editor .uae__profile-card-avatar .uae__edit-avatar {
  margin: 0;
  padding: 0.25rem 0.375rem;
  line-height: 1.3;
}
.user-account-editor .uae__profile-card-id {
  min-width: 0;
}
.user-account-editor .uae__profile-card-name {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .user-account-editor .uae__profile-card-name {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.user-account-editor .uae__profile-card-name {
  font-weight: 300;
  color: #020202;
  line-height: 1.2;
  margin: 0 0 0.25rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-account-editor .uae__profile-card-email {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .user-account-editor .uae__profile-card-email {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.user-account-editor .uae__profile-card-email {
  color: #505050;
  margin-bottom: 0.625rem;
}
.user-account-editor .uae__profile-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem 1.5rem;
}
.user-account-editor .uae__profile-card-meta-item {
  display: flex;
  flex-direction: column;
}
.user-account-editor .uae__profile-card-meta-key {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .user-account-editor .uae__profile-card-meta-key {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.user-account-editor .uae__profile-card-meta-key {
  color: #6f6f6f;
  font-size: 0.6875rem;
}
.user-account-editor .uae__profile-card-meta-value {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .user-account-editor .uae__profile-card-meta-value {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.user-account-editor .uae__profile-card-meta-value {
  color: #505050;
  font-weight: 700;
}
.user-account-editor .uae__display-avatar {
  border-radius: 3px;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.user-account-editor .uae__card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 0.9375rem;
  align-items: stretch;
}
@media (max-width: 991px) {
  .user-account-editor .uae__card-grid {
    grid-template-columns: 1fr;
  }
}
.user-account-editor .uae__card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 3px;
  padding: 0.875rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.user-account-editor .uae__card--wide {
  grid-column: 1/-1;
}
.user-account-editor .uae__card fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 0.625rem 0.9375rem;
  margin: 0 0 0.625rem 0;
}
.user-account-editor .uae__card fieldset::before, .user-account-editor .uae__card fieldset::after {
  content: none;
}
.user-account-editor .uae__card fieldset .input-group {
  width: 100%;
  max-width: 22.5rem;
  float: none;
  padding: 0;
  margin: 0;
}
.user-account-editor .uae__card fieldset .input-group.full {
  grid-column: 1/-1;
}
@media (max-width: 767px) {
  .user-account-editor .uae__card fieldset {
    grid-template-columns: 1fr;
  }
}
.user-account-editor .uae__subheader-sub {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .user-account-editor .uae__subheader-sub {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.user-account-editor .uae__subheader-sub {
  font-weight: 700;
  color: #505050;
  margin: 0.9375rem 0 0.375rem;
}
.user-account-editor .uae__category-manager-wrapper,
.user-account-editor .usa__snapshot-email-wrapper,
.user-account-editor .uae__hidden-holdings-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.user-account-editor .uae__category-manager-wrapper:before, .user-account-editor .uae__category-manager-wrapper:after,
.user-account-editor .usa__snapshot-email-wrapper:before,
.user-account-editor .usa__snapshot-email-wrapper:after,
.user-account-editor .uae__hidden-holdings-wrapper:before,
.user-account-editor .uae__hidden-holdings-wrapper:after {
  display: table;
  content: " ";
}
.user-account-editor .uae__category-manager-wrapper:after,
.user-account-editor .usa__snapshot-email-wrapper:after,
.user-account-editor .uae__hidden-holdings-wrapper:after {
  clear: both;
}
.user-account-editor .uae__category-manager-wrapper,
.user-account-editor .usa__snapshot-email-wrapper,
.user-account-editor .uae__hidden-holdings-wrapper {
  margin-bottom: 0.9375rem;
}
.user-account-editor .uae__category-manager-wrapper .category-manager .cm__list-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .user-account-editor .uae__category-manager-wrapper .category-manager .cm__list-wrapper {
    float: left;
    width: 66.6666666667%;
  }
}
.user-account-editor .uae__category-manager-wrapper .category-manager .cm__list-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .user-account-editor .uae__category-manager-wrapper .category-manager .cm__list-wrapper {
    float: left;
    width: 66.6666666667%;
  }
}
.user-account-editor .uae__hidden-holdings-wrapper .hidden-holdings-manager .hhm__content-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.user-account-editor .uae__password-header {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .user-account-editor .uae__password-header {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.user-account-editor .uae__password-header {
  display: block;
  margin-bottom: 0.9375rem;
}
.user-account-editor .uae__password-inputs-wrapper:before, .user-account-editor .uae__password-inputs-wrapper:after {
  display: table;
  content: " ";
}
.user-account-editor .uae__password-inputs-wrapper:after {
  clear: both;
}
.user-account-editor .uae__password-inputs-wrapper {
  padding: 0.9375rem 0.9375rem 0;
  margin-bottom: 0.9375rem;
  background: rgb(243.3, 248, 251.65);
  border: 1px solid #1573bc;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .user-account-editor .uae__password-inputs-wrapper {
    padding: 0.46875rem 0;
  }
}
.user-account-editor .uae__info-label {
  display: block;
  text-align: center;
  margin: 0 0.9375rem 0.9375rem;
  padding: 0.46875rem 0.9375rem;
  background: #1573bc;
  color: #fff;
  border-radius: 3px;
}
.user-account-editor .uae__field-hint {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .user-account-editor .uae__field-hint {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.user-account-editor .uae__field-hint {
  color: #6f6f6f;
  margin-top: 0.234375rem;
  margin-bottom: 0.46875rem;
}
.user-account-editor .uae__information-panel {
  margin-right: -15px;
  margin-left: -15px;
}
.user-account-editor .uae__information-panel:before, .user-account-editor .uae__information-panel:after {
  display: table;
  content: " ";
}
.user-account-editor .uae__information-panel:after {
  clear: both;
}
.user-account-editor .uae__information-panel {
  display: block;
}
.user-account-editor .uae__information-panel-lhs {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .user-account-editor .uae__information-panel-lhs {
    float: left;
    width: 33.3333333333%;
  }
}
.user-account-editor .uae__information-panel-lhs {
  margin-bottom: 0.9375rem;
}
.user-account-editor .uae__information-panel-rhs {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .user-account-editor .uae__information-panel-rhs {
    float: left;
    width: 66.6666666667%;
  }
}
.user-account-editor .uae__information-panel-rhs {
  margin-bottom: 0.9375rem;
}
.user-account-editor .uae__subheader {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .user-account-editor .uae__subheader {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.user-account-editor .uae__subheader {
  color: #1573bc;
  margin: 0 0 0.625rem 0;
}
.user-account-editor .uae__subheader--divided {
  margin-top: 0.9375rem;
  padding-top: 0.9375rem;
  border-top: 1px solid #f5f5f5;
}
.user-account-editor fieldset {
  display: block;
  margin-bottom: 0.46875rem;
}
.user-account-editor fieldset select {
  margin-right: 0.46875rem;
}
.user-account-editor fieldset.password:before, .user-account-editor fieldset.password:after {
  display: table;
  content: " ";
}
.user-account-editor fieldset.password:after {
  clear: both;
}
.user-account-editor .actions {
  display: flex;
  justify-content: flex-end;
  margin: 0.25rem 0 0;
}
.user-account-editor .actions button {
  width: auto;
}
.user-account-editor .uae__edit-avatar {
  margin: 0.46875rem 0;
  padding: 0.9375rem 0.9375rem;
  text-align: center;
  color: #1573bc;
  border: 1px dashed #1573bc;
  border-radius: 3px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .user-account-editor .uae__edit-avatar {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.user-account-editor .uae__edit-avatar {
  transition: all 0.3s;
}
.user-account-editor .uae__edit-avatar.dragging-over-screen {
  transform: scale(1.15);
}
.user-account-editor .uae__edit-avatar.dragging-over-zone {
  transform: scale(1.15);
  background: rgb(231.6, 241, 248.3);
}
.user-account-editor .uae__edit-avatar.dz-started {
  color: #cacaca;
}
.user-account-editor .uae__edit-avatar .dz-preview {
  margin-top: 0.46875rem;
  text-align: center;
}
.user-account-editor .uae__edit-avatar .dz-info {
  position: relative;
  height: 1.25rem;
  padding-top: 0.9375rem;
  padding-left: 2.1875rem;
  margin-bottom: 0.9375rem;
}
.user-account-editor .uae__edit-avatar .dz-spinner {
  position: absolute;
  left: 0.625rem;
  top: 1rem;
}
.user-account-editor .uae__edit-avatar .dz-progress-wrapper {
  width: 100%;
  border-radius: 0.375rem;
  background: #ececec;
}
.user-account-editor .uae__edit-avatar .dz-progress {
  display: block;
  height: 0.375rem;
  border-radius: 0.375rem;
  background: #28a9e1;
}
.user-account-editor .uae__edit-avatar .dz-error-message {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .user-account-editor .uae__edit-avatar .dz-error-message {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.user-account-editor .uae__edit-avatar .dz-error-message {
  color: #d20000;
}
.user-account-editor .uae__user {
  padding-bottom: 1.875rem;
}
.user-account-editor .actions.ng-enter {
  opacity: 0;
  max-height: 0;
  margin-top: 0;
  transition: all 0.3s ease;
}
.user-account-editor .actions.ng-enter-active {
  opacity: 1;
  margin-top: 0.25rem;
  max-height: 5rem;
}
.user-account-editor .actions.ng-leave {
  opacity: 1;
  margin-top: 0.25rem;
  max-height: 5rem;
  transition: all 0.3s ease;
}
.user-account-editor .actions.ng-leave-active {
  opacity: 0;
  margin-top: 0;
  max-height: 0;
}
.user-account-editor .uae__hidden-holdings-wrapper.ng-enter {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.user-account-editor .uae__hidden-holdings-wrapper.ng-enter-active {
  opacity: 1;
  max-height: 500px;
}
.user-account-editor .uae__hidden-holdings-wrapper.ng-leave {
  opacity: 1;
  max-height: 500px;
  transition: all 0.5s;
}
.user-account-editor .uae__hidden-holdings-wrapper.ng-leave-active {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
.user-account-editor table.uae__dob-table {
  width: 100%;
  margin-right: 0.9375rem;
}
.user-account-editor table.uae__dob-table td {
  padding-left: 0.46875rem;
}
.user-account-editor table.uae__dob-table td:first-child {
  padding-left: 0;
}
.user-account-editor table.uae__dob-table .dob-day {
  width: 25%;
}
.user-account-editor table.uae__dob-table .dob-month {
  width: 25%;
}
.user-account-editor table.uae__dob-table .dob-year {
  width: 50%;
}
.user-account-editor .mfa-details {
  margin-bottom: 0.9375rem;
}
.user-account-editor .mfa-details .btn, .user-account-editor .mfa-details .offers-notifications .on__action--btn, .offers-notifications .user-account-editor .mfa-details .on__action--btn, .user-account-editor .mfa-details .income-verification-transactions .ivt__updates-table tbody .actions .btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .user-account-editor .mfa-details .btn--action, .user-account-editor .mfa-details .income-verification-transactions button.ivt__change-category-btn, .income-verification-transactions .user-account-editor .mfa-details button.ivt__change-category-btn,
.user-account-editor .mfa-details .income-verification-transactions button.ivt__change-reported-btn,
.income-verification-transactions .user-account-editor .mfa-details button.ivt__change-reported-btn, .user-account-editor .mfa-details .modal-update-credentials .cancel, .modal-update-credentials .user-account-editor .mfa-details .cancel {
  width: auto;
}
.user-account-editor .mfa-details__state {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .user-account-editor .mfa-details__state {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.user-account-editor .mfa-details__state {
  color: #505050;
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.user-account-editor .mfa-details__state .svg {
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
}
.user-account-editor .mfa-details__state .svg.positive {
  fill: #1aa21a;
}
.user-account-editor .mfa-details__meta {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .user-account-editor .mfa-details__meta {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.user-account-editor .mfa-details__meta {
  color: #6f6f6f;
  margin: 0.375rem 0;
  display: flex;
  gap: 0.375rem;
  line-height: 1.55;
}
.user-account-editor .mfa-details__meta .key {
  color: #505050;
  font-weight: 600;
  min-width: 8.125rem;
}
.user-account-editor .mfa-details__meta a {
  color: #1573bc;
  text-decoration: underline;
  cursor: pointer;
}
.user-account-editor .mfa-details__meta a:hover {
  color: rgb(16.9004784689, 92.5502392344, 151.2995215311);
}
.user-account-editor .mfa-details__warning {
  display: flex;
  gap: 0.625rem;
  align-items: flex-start;
  background: rgb(255, 242.4, 224.4);
  border: 1px solid rgb(255, 223.5, 178.5);
  border-left: 0.1875rem solid #FF9600;
  border-radius: 3px;
  padding: 0.625rem 0.75rem;
  margin: 0.625rem 0;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .user-account-editor .mfa-details__warning {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.user-account-editor .mfa-details__warning {
  color: rgb(128.5, 76, 1);
  line-height: 1.55;
}
.user-account-editor .mfa-details__warning .svg {
  width: 1rem;
  height: 1rem;
  fill: #FF9600;
  flex-shrink: 0;
  margin-top: 0.125rem;
}
.user-account-editor .mfa-details__warning strong {
  color: rgb(229.7, 135.2, 0.2);
  font-weight: 600;
}
.user-account-editor .mfa-details__warning a {
  color: rgb(229.7, 135.2, 0.2);
  text-decoration: underline;
  font-weight: 600;
}
.user-account-editor .mfa-details__actions {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.875rem;
  padding-top: 0.75rem;
  border-top: 1px dashed #f5f5f5;
}
.user-account-editor .mfa-details__actions .spacer {
  flex: 1;
}
.user-account-editor .uae__custom-zip--panel {
  margin-bottom: 0.9375rem;
}
.user-account-editor .uae__custom-zip--panel p {
  margin-top: 0.9375rem;
}
.user-account-editor .uae__custom-zip--panel fieldset.custom-zip {
  margin-top: 0.9375rem;
}
.user-account-editor .uae__custom-zip--panel .text-code {
  font-family: monaco, consolas, monospace;
  background: #eeeeee;
  border: 1px solid #bbbbbb;
  padding: 2px;
}
.user-account-editor .uae__custom-zip--panel .formatted-table p, .user-account-editor .uae__custom-zip--panel .credit-reports table.cr__list p, .credit-reports .user-account-editor .uae__custom-zip--panel table.cr__list p, .user-account-editor .uae__custom-zip--panel .insurances-summary table.is__list p, .insurances-summary .user-account-editor .uae__custom-zip--panel table.is__list p, .user-account-editor .uae__custom-zip--panel table.iv__completed-table p,
.user-account-editor .uae__custom-zip--panel table.iv__pending-table p {
  margin-top: 0.46875rem;
  margin-bottom: 0;
}
.user-account-editor .uae__separator {
  padding-top: 0.9375rem;
  border-top: 1px solid #EAEAEA;
}

.modal-enable-mfa__content-wrapper h3.mef__header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .modal-enable-mfa__content-wrapper h3.mef__header {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.modal-enable-mfa__content-wrapper h3.mef__header {
  color: #1573bc;
}
.modal-enable-mfa__content-wrapper h4.mef__header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .modal-enable-mfa__content-wrapper h4.mef__header {
    font: normal normal 300 0.875rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.modal-enable-mfa__content-wrapper h4.mef__header {
  color: #28a9e1;
}
.modal-enable-mfa__content-wrapper a.btn, .modal-enable-mfa__content-wrapper .offers-notifications a.on__action--btn, .offers-notifications .modal-enable-mfa__content-wrapper a.on__action--btn, .modal-enable-mfa__content-wrapper .income-verification-transactions .ivt__updates-table tbody .actions a.btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .modal-enable-mfa__content-wrapper a.btn--action, .modal-enable-mfa__content-wrapper .modal-update-credentials a.cancel, .modal-update-credentials .modal-enable-mfa__content-wrapper a.cancel {
  width: auto;
}
.modal-enable-mfa__content-wrapper .mef__actions {
  text-align: right;
}
.modal-enable-mfa__content-wrapper .mef__actions a.btn, .modal-enable-mfa__content-wrapper .mef__actions .offers-notifications a.on__action--btn, .offers-notifications .modal-enable-mfa__content-wrapper .mef__actions a.on__action--btn, .modal-enable-mfa__content-wrapper .mef__actions .income-verification-transactions .ivt__updates-table tbody .actions a.btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .modal-enable-mfa__content-wrapper .mef__actions a.btn--action, .modal-enable-mfa__content-wrapper .mef__actions .modal-update-credentials a.cancel, .modal-update-credentials .modal-enable-mfa__content-wrapper .mef__actions a.cancel {
  display: inline;
  margin-left: 0.46875rem;
}
.modal-enable-mfa__content-wrapper select {
  width: 100%;
}
.modal-enable-mfa__content-wrapper .mef__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem;
  color: #505050;
  font-size: 1.875rem;
  cursor: pointer;
}
.modal-enable-mfa__content-wrapper fieldset.row {
  margin-right: -15px;
  margin-left: -15px;
}
.modal-enable-mfa__content-wrapper fieldset.row:before, .modal-enable-mfa__content-wrapper fieldset.row:after {
  display: table;
  content: " ";
}
.modal-enable-mfa__content-wrapper fieldset.row:after {
  clear: both;
}
.modal-enable-mfa__content-wrapper .mef__phone,
.modal-enable-mfa__content-wrapper .mef__send,
.modal-enable-mfa__content-wrapper .mef__code {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.uae__external-apps-manager li.eam__item {
  margin-right: -15px;
  margin-left: -15px;
}
.uae__external-apps-manager li.eam__item:before, .uae__external-apps-manager li.eam__item:after {
  display: table;
  content: " ";
}
.uae__external-apps-manager li.eam__item:after {
  clear: both;
}
.uae__external-apps-manager li.eam__item {
  padding: 0.9375rem 0.46875rem;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  margin: 0.9375rem 0.234375rem;
}
.uae__external-apps-manager li.eam__item .eam__field {
  margin-bottom: 0.9375rem;
}
.uae__external-apps-manager li.eam__item .eam__actions {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.uae__external-apps-manager li.eam__item .eam__actions button {
  margin-bottom: 0.46875rem;
}
.uae__external-apps-manager li.eam__item .eam__content {
  position: relative;
  float: left;
  width: 66.6666666667%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.uae__external-apps-manager li.eam__item .eam__label {
  font-weight: bold;
}
.uae__external-apps-manager li.eam__item .eam__api-key-id--value {
  font-family: monospace;
}

.uae__iv-reminders-manager .irm__header {
  margin-right: -15px;
  margin-left: -15px;
}
.uae__iv-reminders-manager .irm__header:before, .uae__iv-reminders-manager .irm__header:after {
  display: table;
  content: " ";
}
.uae__iv-reminders-manager .irm__header:after {
  clear: both;
}
.uae__iv-reminders-manager .irm__header .irm__description {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.uae__iv-reminders-manager .irm__header .irm__description em {
  font-style: italic;
}
.uae__iv-reminders-manager .irm__header .irm__actions {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: right;
}
.uae__iv-reminders-manager li.irm__item {
  margin-right: -15px;
  margin-left: -15px;
}
.uae__iv-reminders-manager li.irm__item:before, .uae__iv-reminders-manager li.irm__item:after {
  display: table;
  content: " ";
}
.uae__iv-reminders-manager li.irm__item:after {
  clear: both;
}
.uae__iv-reminders-manager li.irm__item {
  padding: 0.9375rem 0.46875rem;
  border-radius: 3px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  margin: 0.9375rem 0.234375rem;
}
.uae__iv-reminders-manager li.irm__item .irm__float-right {
  float: right;
}
.uae__iv-reminders-manager li.irm__item h4 {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .uae__iv-reminders-manager li.irm__item h4 {
    font: normal normal 300 0.875rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.uae__iv-reminders-manager li.irm__item h4 {
  padding-left: 0.46875rem;
  margin-bottom: 0.9375rem;
  color: #1573bc;
}
.uae__iv-reminders-manager li.irm__item .irm__content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.uae__iv-reminders-manager li.irm__item .irm__content h1, .uae__iv-reminders-manager li.irm__item .irm__content h2, .uae__iv-reminders-manager li.irm__item .irm__content h3, .uae__iv-reminders-manager li.irm__item .irm__content h4 {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .uae__iv-reminders-manager li.irm__item .irm__content h1, .uae__iv-reminders-manager li.irm__item .irm__content h2, .uae__iv-reminders-manager li.irm__item .irm__content h3, .uae__iv-reminders-manager li.irm__item .irm__content h4 {
    font: normal normal normal 0.75rem / 1.0625rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.uae__iv-reminders-manager li.irm__item .irm__content h1, .uae__iv-reminders-manager li.irm__item .irm__content h2, .uae__iv-reminders-manager li.irm__item .irm__content h3, .uae__iv-reminders-manager li.irm__item .irm__content h4 {
  font-weight: 700;
  padding-left: 0;
  margin-bottom: 0.9375rem;
}
.uae__iv-reminders-manager li.irm__item .irm__content div.vertical-spacer,
.uae__iv-reminders-manager li.irm__item .irm__content div.vertical-spacer-half,
.uae__iv-reminders-manager li.irm__item .irm__content div.vertical-spacer-quarter {
  display: none;
}

.uae__iv-auto-delete-manager .iadm__header {
  margin-right: -15px;
  margin-left: -15px;
}
.uae__iv-auto-delete-manager .iadm__header:before, .uae__iv-auto-delete-manager .iadm__header:after {
  display: table;
  content: " ";
}
.uae__iv-auto-delete-manager .iadm__header:after {
  clear: both;
}
.uae__iv-auto-delete-manager .iadm__header .iadm__description {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.uae__iv-auto-delete-manager .iadm__header .iadm__description em {
  font-style: italic;
}
.uae__iv-auto-delete-manager .iadm__header .iadm__actions {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: right;
}
.uae__iv-auto-delete-manager .iadm__warning {
  color: #d20000;
  margin-top: 0.9375rem;
}
.uae__iv-auto-delete-manager .iadm__config {
  margin-bottom: 0.9375rem;
}
.uae__iv-auto-delete-manager .iadm__config label {
  display: inline;
}
.uae__iv-auto-delete-manager .iadm__config input {
  display: inline;
  width: 70px;
  margin-left: 0.46875rem;
  margin-right: 0.46875rem;
  text-align: center;
}
.uae__iv-auto-delete-manager .iadm__config .postfix {
  display: inline;
}
.uae__iv-auto-delete-manager .iadm__config.ng-enter {
  transition: 0.3s linear all;
  opacity: 0;
}
.uae__iv-auto-delete-manager .iadm__config.ng-enter-active {
  opacity: 1;
}
.uae__iv-auto-delete-manager .iadm__config.ng-leave {
  transition: 0.3s linear all;
  opacity: 1;
}
.uae__iv-auto-delete-manager .iadm__config.ng-leave-active {
  opacity: 0;
}
.uae__iv-auto-delete-manager .iadm__config .iadm__saved-message {
  display: inline;
  padding-left: 0.9375rem;
  color: #1aa21a;
}
.uae__iv-auto-delete-manager .iadm__config .iadm__saved-message .svg {
  width: 16px;
  height: 16px;
  fill: #1aa21a;
}
.uae__iv-auto-delete-manager .iadm__config .iadm__saved-message.ng-enter {
  transition: 0.5s linear all;
  opacity: 0;
}
.uae__iv-auto-delete-manager .iadm__config .iadm__saved-message.ng-enter-active {
  opacity: 1;
}
.uae__iv-auto-delete-manager .iadm__config .iadm__saved-message.ng-leave {
  transition: 0.5s linear all;
  opacity: 1;
}
.uae__iv-auto-delete-manager .iadm__config .iadm__saved-message.ng-leave-active {
  opacity: 0;
}

.uae__default-analysis-report-manager .darm__choices {
  margin-bottom: 0.9375rem;
}
.uae__default-analysis-report-manager .darm__choices ul {
  margin-top: 0.9375rem;
}
.uae__default-analysis-report-manager .darm__choices ul li {
  cursor: pointer;
  border-radius: 3px;
  padding: 0.234375rem;
}
.uae__default-analysis-report-manager .darm__choices ul li.checked .darm__chosen-template-check {
  visibility: visible;
}
.uae__default-analysis-report-manager .darm__choices ul li.checked {
  background-color: rgb(233.5, 246.4, 252);
}
.uae__default-analysis-report-manager .darm__choices ul li:hover {
  background-color: rgb(233.5, 246.4, 252);
}
.uae__default-analysis-report-manager .darm__choices .toggle > a {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .uae__default-analysis-report-manager .darm__choices .toggle > a {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.uae__default-analysis-report-manager .darm__choices .toggle > a {
  color: #020202;
}
.uae__default-analysis-report-manager .darm__choices .toggle > a > span {
  margin-right: 10px;
}
.uae__default-analysis-report-manager .darm__choices .toggle-note {
  padding-left: 58px;
}
.uae__default-analysis-report-manager .darm__choices .darm__chosen-template-check {
  position: absolute;
  float: left;
  padding-top: 2px;
  padding-left: 2px;
  width: 16px;
  height: 16px;
  visibility: hidden;
}
.uae__default-analysis-report-manager .darm__choices .darm__chosen-template-check .svg {
  fill: #1aa21a;
  width: 16px;
  height: 16px;
}
.uae__default-analysis-report-manager .darm__choices .darm__template-content {
  padding-left: 31px;
}
.uae__default-analysis-report-manager .darm__choices label {
  min-height: 16px;
  font-weight: 400;
  font-size: 1.1rem;
}
.uae__default-analysis-report-manager .darm__actions {
  margin-top: 0.9375rem;
}
.uae__default-analysis-report-manager .darm__actions button {
  width: auto;
}
.uae__default-analysis-report-manager .darm__actions .darm__action {
  display: inline-block;
  padding-right: 0.9375rem;
}
.uae__default-analysis-report-manager .darm__saved-message {
  width: auto;
  color: #1aa21a;
}
.uae__default-analysis-report-manager .darm__saved-message .svg {
  width: 16px;
  height: 16px;
  fill: #1aa21a;
}
.uae__default-analysis-report-manager .darm__saved-message.ng-enter {
  transition: 0.5s linear all;
  opacity: 0;
}
.uae__default-analysis-report-manager .darm__saved-message.ng-enter-active {
  opacity: 1;
}
.uae__default-analysis-report-manager .darm__saved-message.ng-leave {
  transition: 0.5s linear all;
  opacity: 1;
}
.uae__default-analysis-report-manager .darm__saved-message.ng-leave-active {
  opacity: 0;
}

.category-manager .cm__content-wrapper:before, .category-manager .cm__content-wrapper:after {
  display: table;
  content: " ";
}
.category-manager .cm__content-wrapper:after {
  clear: both;
}
.category-manager .cm__header {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .category-manager .cm__header {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.category-manager .cm__header {
  font-weight: 700;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #e3e3e3;
}
.category-manager .cm__list-wrapper {
  width: 100%;
  padding-left: 0.9375rem;
}
.category-manager .cm__list-wrapper:first-child {
  padding-left: 0;
}
.category-manager .cm__new-wrapper,
.category-manager .cm__edit-wrapper {
  position: relative;
  margin-bottom: 0.46875rem;
}
.category-manager .cm__edit-wrapper {
  position: absolute;
  left: 0;
  top: 0.1875rem;
  width: 100%;
}
.category-manager .cm__edit,
.category-manager .cm__new {
  padding-right: 3.375rem;
}
.category-manager .cm__edit {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.category-manager .cm__input-actions:before, .category-manager .cm__input-actions:after {
  display: table;
  content: " ";
}
.category-manager .cm__input-actions:after {
  clear: both;
}
.category-manager .cm__input-actions {
  position: absolute;
  top: 0.25rem;
  right: 0.4375rem;
}
.category-manager .cm__actions:before, .category-manager .cm__actions:after {
  display: table;
  content: " ";
}
.category-manager .cm__actions:after {
  clear: both;
}
.category-manager .cm__actions {
  position: absolute;
  top: 0.4375rem;
  right: 0.4375rem;
}
.category-manager .cm__input-action,
.category-manager .cm__action {
  float: left;
  padding: 0.25rem;
  cursor: pointer;
}
.category-manager .cm__input-action.accept .svg,
.category-manager .cm__action.accept .svg {
  fill: #1aa21a;
}
.category-manager .cm__input-action.cancel .svg,
.category-manager .cm__action.cancel .svg {
  fill: #d20000;
}
.category-manager .cm__input-action.edit:hover .svg,
.category-manager .cm__action.edit:hover .svg {
  fill: #1573bc;
}
.category-manager .cm__input-action.delete:hover .svg,
.category-manager .cm__action.delete:hover .svg {
  fill: #d20000;
}
.category-manager .cm__list:before, .category-manager .cm__list:after {
  display: table;
  content: " ";
}
.category-manager .cm__list:after {
  clear: both;
}
.category-manager .cm__actions {
  opacity: 0.1;
  transition: opacity 0.5s;
}
@media (max-width: 767px) {
  .category-manager .cm__actions {
    opacity: 1;
  }
}
.category-manager .cm__list-item {
  position: relative;
  float: left;
  width: 100%;
  padding: 0.46875rem 0;
}
.category-manager .cm__list-item:hover .cm__actions {
  opacity: 1;
}
.category-manager .cm__expand {
  display: block;
  padding-top: 0.46875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .category-manager .cm__expand {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.category-manager .cm__input-actions.ng-enter,
.category-manager .cm__list-item .cm__actions.ng-enter,
.category-manager .cm__edit-wrapper.ng-enter {
  opacity: 0;
  transition: all 0.5s;
}
.category-manager .cm__input-actions.ng-enter-active,
.category-manager .cm__list-item .cm__actions.ng-enter-active,
.category-manager .cm__edit-wrapper.ng-enter-active {
  opacity: 1;
}
.category-manager .cm__input-actions.ng-leave,
.category-manager .cm__list-item .cm__actions.ng-leave,
.category-manager .cm__edit-wrapper.ng-leave {
  opacity: 1;
  transition: all 0.5s;
}
.category-manager .cm__input-actions.ng-leave-active,
.category-manager .cm__list-item .cm__actions.ng-leave-active,
.category-manager .cm__edit-wrapper.ng-leave-active {
  opacity: 0;
}

.snapshot-email-config .sec__form label {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .snapshot-email-config .sec__form label {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.snapshot-email-config .sec__form label {
  font-weight: 700;
}
.snapshot-email-config .sec__email-frequency-select,
.snapshot-email-config .sec__email-enabled-toggle {
  max-width: 200px;
}
.snapshot-email-config .sec__email-enabled-toggle {
  margin-top: 0.9375rem;
}
.snapshot-email-config .sec__email-enabled-toggle .toggle {
  float: right;
}
.snapshot-email-config .sec__features-wrapper {
  margin-top: 1.875rem;
}
.snapshot-email-config .sec__features-wrapper .feature,
.snapshot-email-config .sec__features-wrapper .included {
  padding: 0.46875rem 0;
}
.snapshot-email-config .sec__features-wrapper .feature .note {
  padding-top: 0.46875rem;
  font-style: italic;
}
.snapshot-email-config .sec__features-wrapper .included {
  text-align: right;
}

.hidden-holdings-manager .hhm__holdings-header.toggle,
.hidden-holdings-manager .hhm__holding-toggle {
  text-align: right;
}

.interactive-tutorial-manager .itm__header.toggle,
.interactive-tutorial-manager .itm__toggle {
  text-align: right;
}

.sales-panel .sp__content-wrapper:before, .sales-panel .sp__content-wrapper:after {
  display: table;
  content: " ";
}
.sales-panel .sp__content-wrapper:after {
  clear: both;
}
.sales-panel .sp__content-wrapper {
  margin-bottom: 1.875rem;
}
.sales-panel .sp__instruction-wrapper {
  margin-left: 0%;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .sales-panel .sp__instruction-wrapper {
    margin-left: 16.6666666667%;
  }
}
.sales-panel .sp__instruction-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .sales-panel .sp__instruction-wrapper {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .sales-panel .sp__instruction-wrapper {
    margin-left: 0%;
  }
}
.sales-panel .sp__instruction-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .sales-panel .sp__instruction-wrapper {
    float: left;
    width: 41.6666666667%;
  }
}
@media (min-width: 1200px) {
  .sales-panel .sp__instruction-wrapper {
    margin-left: 8.3333333333%;
  }
}
.sales-panel .sp__instruction-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .sales-panel .sp__instruction-wrapper {
    float: left;
    width: 33.3333333333%;
  }
}
.sales-panel .sp__plans-wrapper {
  margin-left: 0%;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .sales-panel .sp__plans-wrapper {
    margin-left: 16.6666666667%;
  }
}
.sales-panel .sp__plans-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .sales-panel .sp__plans-wrapper {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .sales-panel .sp__plans-wrapper {
    margin-left: 0%;
  }
}
.sales-panel .sp__plans-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .sales-panel .sp__plans-wrapper {
    float: left;
    width: 54.1666666667%;
  }
}
@media (min-width: 1200px) {
  .sales-panel .sp__plans-wrapper {
    margin-left: 4.1666666667%;
  }
}
.sales-panel .sp__plans-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .sales-panel .sp__plans-wrapper {
    float: left;
    width: 45.8333333333%;
  }
}
.sales-panel .sp__content-wrapper.plans-only {
  margin-right: -15px;
  margin-left: -15px;
}
.sales-panel .sp__content-wrapper.plans-only:before, .sales-panel .sp__content-wrapper.plans-only:after {
  display: table;
  content: " ";
}
.sales-panel .sp__content-wrapper.plans-only:after {
  clear: both;
}
.sales-panel .sp__content-wrapper.plans-only .sp__plans-wrapper {
  margin-left: 0%;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.sales-panel .sp__header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .sales-panel .sp__header {
    font: normal normal 300 1.5rem / 1.75rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.sales-panel .sp__header {
  margin-bottom: 1.875rem;
  font-weight: 300;
  color: #1573bc;
}
@media (max-width: 767px) {
  .sales-panel .sp__header {
    margin-bottom: 0.9375rem;
  }
}
.sales-panel .sp__blurb {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .sales-panel .sp__blurb {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.sales-panel .sp__blurb {
  font-weight: 300;
  margin-bottom: 2.8125rem;
}
.sales-panel .sp__blurb span {
  color: #0e8d5e;
}
@media (max-width: 767px) {
  .sales-panel .sp__blurb {
    margin-bottom: 0.9375rem;
  }
}
@media (max-width: 1199px) {
  .sales-panel .sp__blurb {
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .sales-panel .sp__blurb {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.sales-panel .sp__divider {
  height: 1px;
  background: #f5f5f5;
  margin-bottom: 0.9375rem;
}
.sales-panel .sp__note {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .sales-panel .sp__note {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.sales-panel .sp__note {
  color: #6f6f6f;
  margin-bottom: 0.9375rem;
}
.sales-panel .sp__plans:before, .sales-panel .sp__plans:after {
  display: table;
  content: " ";
}
.sales-panel .sp__plans:after {
  clear: both;
}
.sales-panel .sp__plans {
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.sales-panel .sp__plan {
  position: relative;
  width: 50%;
  float: left;
  border-left: 1px solid #f5f5f5;
}
.sales-panel .sp__plan:first-child {
  border-left: none;
}
.sales-panel .sp__plan-header {
  margin-bottom: 3.75rem;
  color: #fff;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .sales-panel .sp__plan-header {
    font: normal normal 300 1.5rem / 1.75rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.sales-panel .sp__plan-header {
  line-height: 3.75rem;
  text-align: center;
}
@media (max-width: 767px) {
  .sales-panel .sp__plan-header {
    line-height: 3.75rem;
    margin-bottom: 2.8125rem;
  }
}
.sales-panel .sp__plan-header.monthly {
  border-top-left-radius: 3px;
  background: #28a9e1;
}
.sales-panel .sp__plan-header.annual {
  border-top-right-radius: 3px;
  background: #23b780;
}
.sales-panel .sp__price {
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 3.125rem;
  line-height: 3.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .sales-panel .sp__price {
    font: normal normal 300 1.5rem / 1.75rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.sales-panel .sp__price {
  font-weight: 100;
  text-align: center;
  margin-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .sales-panel .sp__price {
    margin-bottom: 2.8125rem;
  }
}
.sales-panel .sp__price.monthly {
  color: #28a9e1;
}
.sales-panel .sp__price.annual {
  color: #23b780;
}
.sales-panel .sp__price span {
  margin-left: -0.46875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .sales-panel .sp__price span {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.sales-panel .sp__price span {
  color: #505050;
}
.sales-panel .sp__button-wrapper {
  margin: 0.9375rem 0.9375rem;
}
.sales-panel .sp__cancel-subscription-wrapper {
  clear: both;
  padding: 0.9375rem 0.9375rem 0;
}
.sales-panel .sp__ribbon {
  position: absolute;
  top: 52px;
  right: -0.75rem;
  height: 2.5rem;
  width: 7.5rem;
}
.sales-panel .sp__ribbon-strip {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 2.5rem;
  background: #23b780;
  z-index: 9;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
}
.sales-panel .sp__ribbon-content {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-weight: 700;
  line-height: 2.5rem;
  z-index: 10;
  padding-left: 0.9375rem;
}
.sales-panel .sp__ribbon-tick {
  position: absolute;
  right: 0;
  bottom: -0.75rem;
  height: 0.75rem;
  width: 0.75rem;
  overflow: hidden;
}
.sales-panel .sp__ribbon-tick:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem 0.75rem 0 0;
  border-color: rgb(9.1, 91.65, 61.1) transparent transparent transparent;
}
.sales-panel .sp__ribbon-tick.ng-enter {
  width: 0;
  right: 0.75rem;
  transition: all 0.2s;
}
.sales-panel .sp__ribbon-tick.ng-enter-active {
  width: 0.75rem;
  right: 0;
}
.sales-panel .sp__ribbon-strip.ng-enter {
  width: 0;
  transition: all 0.4s ease 0.2s;
}
.sales-panel .sp__ribbon-strip.ng-enter-active {
  width: 7.5rem;
}
.sales-panel .sp__ribbon-content.ng-enter {
  opacity: 0;
  transition: opacity 0.5s ease 0.4s;
}
.sales-panel .sp__ribbon-content.ng-enter-active {
  opacity: 1;
}

.payment-panel .pp__content-wrapper {
  position: relative;
  max-width: 37.5rem;
  margin: 0 auto 1.875rem;
  clear: both;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 3px;
}
.payment-panel .pp__content-wrapper,
.payment-panel .ccf__content-wrapper {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.5s, opacity 1s;
}
.payment-panel .pp__header {
  position: relative;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-left: 4.25rem;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #1573bc;
  color: #fff;
}
.payment-panel .pp__header span {
  display: block;
  text-transform: uppercase;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .payment-panel .pp__header span {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.payment-panel .pp__header .svg {
  position: absolute;
  left: 1.625rem;
  top: 50%;
  margin-top: -0.625rem;
  fill: #fff;
  width: 1.25rem;
  height: 1.25rem;
}
.payment-panel .pp__change-plan {
  position: relative;
  margin-left: 0.9375rem;
  padding-left: 20px;
  color: #fff;
}
.payment-panel .pp__change-plan .svg {
  position: absolute;
  top: -2px;
  left: 0;
  fill: #fff;
}
.payment-panel .pp__details-wrapper:before, .payment-panel .pp__details-wrapper:after {
  display: table;
  content: " ";
}
.payment-panel .pp__details-wrapper:after {
  clear: both;
}
.payment-panel .pp__details-wrapper {
  background: #1573bc;
  margin: 0 0.9375rem 0.9375rem;
  padding: 0.46875rem 0.9375rem;
  color: #fff;
  border-radius: 3px;
}
.payment-panel .pp__details-wrapper label, .payment-panel .pp__details-wrapper span {
  display: block;
}
.payment-panel .pp__details-wrapper label {
  margin-bottom: 0.1171875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .payment-panel .pp__details-wrapper label {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.payment-panel .pp__detail {
  float: left;
  width: 50%;
}
.payment-panel .pp__detail.charge {
  padding-left: 0.9375rem;
}
.payment-panel .pp__detail.charge .svg {
  position: relative;
  top: 0.125rem;
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  margin-right: 0.1875rem;
  fill: #fff;
}

.credit-card-form .ccf__content-wrapper {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.credit-card-form .ccf__content-wrapper:before, .credit-card-form .ccf__content-wrapper:after {
  display: table;
  content: " ";
}
.credit-card-form .ccf__content-wrapper:after {
  clear: both;
}
.credit-card-form .ccf__unprocessable-entity-error {
  background: rgb(250.5, 229.5, 229.5);
  color: #d20000;
  border-radius: 3px;
  padding: 0.46875rem 0.9375rem;
  margin-bottom: 1.40625rem;
}
.credit-card-form .ccf__error-list {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .credit-card-form .ccf__error-list {
    float: left;
    width: 100%;
  }
}
.credit-card-form .ccf__error-list {
  margin-bottom: 0.9375rem;
  color: #d20000;
}
.credit-card-form .ccf__error-list li {
  display: block;
}
.credit-card-form .ccf__master-form {
  margin-right: -15px;
  margin-left: -15px;
}
.credit-card-form .ccf__master-form:before, .credit-card-form .ccf__master-form:after {
  display: table;
  content: " ";
}
.credit-card-form .ccf__master-form:after {
  clear: both;
}
.credit-card-form .ccf__master-form .input-group.full-name {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .credit-card-form .ccf__master-form .input-group.full-name {
    float: left;
    width: 100%;
  }
}
.credit-card-form .ccf__master-form .input-group.full-name input[type=text] {
  font-size: 18px;
  font-weight: 400;
  padding: 8px 15px;
}
.credit-card-form .ccf__master-form .input-group.stripe-card-number {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .credit-card-form .ccf__master-form .input-group.stripe-card-number {
    float: left;
    width: 100%;
  }
}
.credit-card-form .ccf__master-form .input-group.stripe-card-number #stripe-card-element {
  padding: 8px 15px;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
}
.credit-card-form .ccf__master-form .input-group.first-name {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .credit-card-form .ccf__master-form .input-group.first-name {
    float: left;
    width: 50%;
  }
}
.credit-card-form .ccf__master-form .input-group.first-name input[type=text] {
  font-size: 18px;
  font-weight: 400;
  padding: 8px 15px;
}
.credit-card-form .ccf__master-form .input-group.last-name {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .credit-card-form .ccf__master-form .input-group.last-name {
    float: left;
    width: 50%;
  }
}
.credit-card-form .ccf__master-form .input-group.last-name input[type=text] {
  font-size: 18px;
  font-weight: 400;
  padding: 8px 15px;
}
.credit-card-form .ccf__master-form .input-group.number {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .credit-card-form .ccf__master-form .input-group.number {
    float: left;
    width: 58.3333333333%;
  }
}
.credit-card-form .ccf__master-form .input-group.number {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0.46875rem;
}
.credit-card-form .ccf__master-form .ccf__number {
  height: 40px;
}
.credit-card-form .ccf__master-form .input-group.cvv {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .credit-card-form .ccf__master-form .input-group.cvv {
    float: left;
    width: 41.6666666667%;
  }
}
.credit-card-form .ccf__master-form .input-group.cvv {
  position: relative;
  float: left;
  width: 58.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0.46875rem;
}
.credit-card-form .ccf__master-form .ccf__cvv {
  height: 40px;
}
.credit-card-form .ccf__master-form .input-group.expiration {
  clear: left;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.credit-card-form .ccf__master-form .input-group.country_code {
  clear: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .credit-card-form .ccf__master-form .input-group.country_code {
    float: left;
    width: 50%;
  }
}
.credit-card-form .ccf__master-form .input-group.country_code {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.credit-card-form .ccf__master-form .input-group.expiration span {
  margin: 0 0.234375rem;
}
.credit-card-form .ccf__help--number {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .credit-card-form .ccf__help--number {
    float: left;
    width: 58.3333333333%;
  }
}
.credit-card-form .ccf__help--number {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.credit-card-form .ccf__help--ccv {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .credit-card-form .ccf__help--ccv {
    float: left;
    width: 41.6666666667%;
  }
}
.credit-card-form .ccf__help--ccv {
  position: relative;
  float: left;
  width: 58.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.credit-card-form .ccf__help {
  color: #6f6f6f;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .credit-card-form .ccf__help {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.credit-card-form .ccf__help {
  margin-bottom: 0.9375rem;
}
@media (max-width: 767px) {
  .credit-card-form .ccf__help--number {
    margin-bottom: 0;
  }
}
.credit-card-form .ccf__help--ccv {
  position: relative;
}
@media (max-width: 767px) {
  .credit-card-form .ccf__help--ccv {
    margin-bottom: 0;
  }
  .credit-card-form .ccf__help--ccv span {
    position: absolute;
    top: -2.9375rem;
    left: 100%;
    width: 60%;
  }
}
.credit-card-form .ccf__card-icons:before, .credit-card-form .ccf__card-icons:after {
  display: table;
  content: " ";
}
.credit-card-form .ccf__card-icons:after {
  clear: both;
}
.credit-card-form .ccf__card-icons {
  padding-top: 0.234375rem;
  margin-bottom: 0.234375rem;
}
@media (max-width: 767px) {
  .credit-card-form .ccf__card-icons {
    position: absolute;
    top: -140px;
    right: 23px;
  }
}
.credit-card-form .ccf__card-icon {
  float: left;
  margin-left: 0.234375rem;
  width: 42px;
  height: 28px;
  transition: all 0.3s;
  opacity: 0.3;
}
.credit-card-form .ccf__card-icon.active {
  opacity: 1;
}
@media (max-width: 767px) {
  .credit-card-form .ccf__card-icon {
    position: absolute;
    top: 0.234375rem;
    right: 0;
    opacity: 0;
  }
}
.credit-card-form .ccf__card-icon--mc {
  background-image: url('https://cdn.cashdeck.com.au/my/assets/amf-shared-assets/icons/cc-icon-mc@2x-81d12107.png');
  background-size: 100% 100%;
}
.credit-card-form .ccf__card-icon--visa {
  background-image: url('https://cdn.cashdeck.com.au/my/assets/amf-shared-assets/icons/cc-icon-visa@2x-c471e2ca.png');
  background-size: 100% 100%;
}
.credit-card-form .ccf__card-icon--amex {
  background-image: url('https://cdn.cashdeck.com.au/my/assets/amf-shared-assets/icons/cc-icon-amex@2x-51ef9a0e.png');
  background-size: 100% 100%;
}
.credit-card-form .ccf__ccv-icon {
  position: absolute;
  top: -2.875rem;
  right: 1.125rem;
  width: 3.25rem;
  height: 2.375rem;
  background-image: url('https://cdn.cashdeck.com.au/my/assets/amf-shared-assets/icons/ccv-icon@2x-84df21c0.png');
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .credit-card-form .ccf__ccv-icon {
    top: -2.9375rem;
    right: 1.25rem;
  }
}
.credit-card-form .ccf__country-code {
  clear: both;
  width: 100%;
  padding: 0 0.9375rem;
  margin-bottom: 0.9375rem;
}
.credit-card-form .ccf__country-code label {
  display: block;
  margin-bottom: 0.234375rem;
  font-weight: 700;
}
.credit-card-form .ccf__actions:before, .credit-card-form .ccf__actions:after {
  display: table;
  content: " ";
}
.credit-card-form .ccf__actions:after {
  clear: both;
}
.credit-card-form .ccf__actions {
  padding: 0 0.9375rem;
  margin-bottom: 0.9375rem;
}
.credit-card-form .ccf__submit {
  float: left;
  width: 50%;
}
.credit-card-form .ccf__country-check {
  float: left;
  width: 50%;
  margin-top: 1rem;
  padding-left: 0.9375rem;
}
@keyframes loading-spinner {
  to {
    transform: rotate(360deg);
  }
}
.credit-card-form .ccf__master-form {
  position: relative;
}
.credit-card-form .ccf__master-form > * {
  opacity: 1;
  transition: all 0.5s;
}
.credit-card-form .ccf__master-form.loading > * {
  opacity: 0;
}
.credit-card-form .ccf__master-form.loading:before {
  content: "";
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  margin-top: -0.46875rem;
  margin-left: -0.46875rem;
  top: 40%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  border-top-color: #1573bc;
  animation: loading-spinner 0.5s linear infinite;
}
.credit-card-form .ccf__master-form.loading:after {
  content: "Loading secure connection";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #505050;
}
.credit-card-form .ccf__unprocessable-entity-error.ng-enter {
  opacity: 0;
  transition: all 0.3s;
}
.credit-card-form .ccf__unprocessable-entity-error.ng-enter-active {
  opacity: 1;
}
.credit-card-form .ccf__unprocessable-entity-error.ng-leave {
  opacity: 1;
  transition: all 0.3s;
}
.credit-card-form .ccf__unprocessable-entity-error.ng-leave-active {
  opacity: 0;
}

.billing-overview {
  max-width: 37.5rem;
  margin: 0 auto;
}
.billing-overview .bo__content-wrapper:before, .billing-overview .bo__content-wrapper:after {
  display: table;
  content: " ";
}
.billing-overview .bo__content-wrapper:after {
  clear: both;
}
.billing-overview .bo__content-wrapper {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  margin-bottom: 0.9375rem;
}
.billing-overview .bo__header {
  position: relative;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-left: 4.25rem;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #1573bc;
  color: #fff;
}
.billing-overview .bo__header .svg {
  position: absolute;
  left: 1.625rem;
  top: 50%;
  margin-top: -0.625rem;
  fill: #fff;
  width: 1.25rem;
  height: 1.25rem;
}
.billing-overview dl:before, .billing-overview dl:after {
  display: table;
  content: " ";
}
.billing-overview dl:after {
  clear: both;
}
.billing-overview dl {
  display: block;
  margin-bottom: 0.9375rem;
}
.billing-overview dl span {
  font-weight: 700;
  color: #1573bc;
}
.billing-overview dl dt {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.billing-overview dl dd {
  position: relative;
  float: left;
  width: 66.6666666667%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.billing-overview .bo__edit-subscription .sp__instruction-wrapper {
  display: none;
}
.billing-overview .bo__edit-subscription .sp__content-wrapper {
  background-color: #f7f7f7;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
  padding: 0.9375rem;
}
.billing-overview .bo__edit-subscription .sp__plans-wrapper {
  width: 100%;
  margin-left: 0;
}
.billing-overview .bo__edit-subscription .sp__plan-header,
.billing-overview .bo__edit-subscription .sp__price {
  margin-bottom: 0.9375rem;
}
.billing-overview .bo__edit-credit-card {
  background-color: #f7f7f7;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
  border-radius: 3px;
  padding-top: 0.9375rem;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.8s all;
}
.billing-overview .bo__edit-credit-card.is-credit-card-visible {
  opacity: 1;
  max-height: 23.75rem;
}
.billing-overview .bo__edit-credit-card-header {
  margin-bottom: 0.9375rem;
  padding: 0 0.9375rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .billing-overview .bo__edit-credit-card-header {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.billing-overview .bo__credit-card-display-info {
  display: block;
  margin-bottom: 0.9375rem;
}
.billing-overview .bo__credit-card-display-info .svg {
  fill: #1573bc;
  margin-right: 0.46875rem;
  vertical-align: middle;
}

.clients-list .cl__clients-cards .cl__client-card {
  position: relative;
  clear: both;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  margin-bottom: 0.9375rem;
  padding: 0.9375rem 0.9375rem;
  min-height: 7.5rem;
}
.clients-list .cl__clients-cards .clcc__avatar {
  float: left;
  width: 3.75rem;
  height: 3.75rem;
}
.clients-list .cl__clients-cards .clcc__avatar img {
  width: 100%;
  height: 100%;
}
.clients-list .cl__clients-cards .clcc__header--net-worth {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .clients-list .cl__clients-cards .clcc__header--net-worth {
    font: normal normal 300 0.875rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.clients-list .cl__clients-cards .clcc__header--net-worth {
  color: #1aa21a;
}
.clients-list .cl__clients-cards .clcc__header--net-worth.negative {
  color: #d20000;
}
.clients-list .cl__clients-cards .clcc__header--no-accounts {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .clients-list .cl__clients-cards .clcc__header--no-accounts {
    font: normal normal 300 0.875rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.clients-list .cl__clients-cards .clcc__header--no-accounts {
  color: #cacaca;
}
.clients-list .cl__clients-cards h4.clcc__client-name {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .clients-list .cl__clients-cards h4.clcc__client-name {
    font: normal normal 300 0.875rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.clients-list .cl__clients-cards h4.clcc__client-name {
  color: #1573bc;
}
.clients-list .cl__clients-cards h4.clcc__client-name a {
  text-decoration: none;
}
.clients-list .cl__clients-cards .clcc__content {
  position: relative;
  padding-left: 4.6875rem;
  padding-bottom: 0.9375rem;
}
.clients-list .cl__clients-cards .clcc__charts-wrapper {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  display: none;
}
.clients-list .cl__clients-cards .clcc__charts-wrapper.clcc__chart-visible {
  display: block;
}
.clients-list .cl__clients-cards .clcc__charts-container {
  display: table;
  table-layout: fixed;
  border-spacing: 0.9375rem;
  width: 100%;
}
.clients-list .cl__clients-cards .clcc__charts {
  display: table-row;
}
.clients-list .cl__clients-cards .clcc__chart-header {
  margin-bottom: 0.46875rem;
  text-align: center;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .clients-list .cl__clients-cards .clcc__chart-header {
    font: normal normal 300 0.875rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.clients-list .cl__clients-cards .clcc__chart-container {
  display: table-cell;
  width: 100%;
  min-height: 7.5rem;
  padding: 0.46875rem 0.46875rem;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.clients-list .cl__clients-cards .clcc__charts--net-worth {
  width: 30%;
}
.clients-list .cl__clients-cards .clcc__charts--net-worth .clcc__chart {
  display: none;
  width: 1000px;
}
.clients-list .cl__clients-cards .clcc__charts--net-worth .clcc__chart-visible {
  display: table-cell;
}
.clients-list .cl__clients-cards .clcc__charts--net-worth .clcc__no-movement {
  color: #cacaca;
  text-align: center;
}
.clients-list .cl__clients-cards .clcc__charts--account-groups {
  width: 40%;
}
.clients-list .cl__clients-cards .clcc__charts--assets-and-liabilities {
  width: 40%;
}
.clients-list .cl__clients-cards .clcc__charts--goals {
  width: 30%;
}
.clients-list .cl__clients-cards .clcc__chart {
  position: relative;
  width: 100%;
  height: 100%;
}
.clients-list .cl__clients-cards .clcc__insurances-wrapper {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  display: none;
}
.clients-list .cl__clients-cards .clcc__insurances-wrapper.clcc__insurances-visible {
  display: block;
}
.clients-list .cl__clients-cards .clcc__insurances-wrapper.clcc__insurances-with-accounts {
  margin-top: -1.875rem;
}
.clients-list .cl__clients-cards .clcc__insurances-container {
  display: table;
  table-layout: fixed;
  border-spacing: 0.9375rem;
  width: 100%;
}
.clients-list .cl__clients-cards .clcc__insurance-actions {
  float: right;
}
.clients-list .cl__clients-cards .clcc__insurance-actions a {
  text-decoration: none;
}
.clients-list .cl__clients-cards .clcc__insurance {
  display: table-row;
}
.clients-list .cl__clients-cards .clcc__insurance-container {
  display: table-cell;
  width: 100%;
  min-height: 7.5rem;
  padding: 0.46875rem 0.46875rem;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.clients-list .cl__clients-cards .clcc__insurance-header {
  margin-bottom: 0.46875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .clients-list .cl__clients-cards .clcc__insurance-header {
    font: normal normal 300 0.875rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.clients-list .cl__clients-cards .clcc__footer-actions {
  position: absolute;
  bottom: 0.9375rem;
  right: 0.9375rem;
}
.clients-list .cl__clients-cards .clcc__footer-actions ul li {
  display: inline;
  margin-left: 0.9375rem;
}
.clients-list .cl__clients-cards .clcc__footer-actions a {
  text-decoration: none;
}
.clients-list .cl__clients-cards .clcc__footer-actions.right {
  right: 0.9375rem;
}
.clients-list .cl__clients-cards .clcc__footer-actions.left {
  left: 0.9375rem;
}
.clients-list .cl__clients-cards li.clcc__goal {
  margin-bottom: 0.46875rem;
}
.clients-list .cl__clients-cards li.clcc__goal:last-child {
  margin-bottom: 0;
}
.clients-list .cl__clients-cards li.clcc__goal .target-amount {
  color: #1aa21a;
  float: right;
}
.clients-list .cl__clients-cards li.clcc__goal .target-amount.negative {
  color: #d20000;
}
.clients-list .cl__clients-cards li.clcc__goal h5 {
  font-weight: 700;
}
.clients-list .cl__clients-cards li.clcc__goal span.amount {
  color: #1aa21a;
}
.clients-list .cl__clients-cards li.clcc__goal span.amount.negative {
  color: #d20000;
}
.clients-list .cl__clients-cards li.clcc__goal .complete-content .note {
  color: #1aa21a;
}
.clients-list .cl__clients-cards li.clcc__goal .incomplete-content .goal-bar {
  width: 100%;
  height: 1.40625rem;
  background: #f5f5f5;
  border: 1px solid #ececec;
}
.clients-list .cl__clients-cards li.clcc__goal .incomplete-content .goal-bar .goal-bar--complete {
  background-color: #1aa21a;
  text-align: right;
  color: #ffffff;
}
.clients-list .cl__clients-cards li.clcc__goal .incomplete-content .goal-bar .goal-bar--remaining {
  padding-left: 0.234375rem;
  float: right;
  overflow: none;
  height: 100%;
}
.clients-list .cl__clients-cards .clcc__no-goals {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #cacaca;
}
.clients-list .cl__clients-cards .clcc__no-goals p {
  margin-top: 0.9375rem;
}
.clients-list .cl__clients-cards .clcc__no-goals p:first-child {
  margin-top: 0;
}
.clients-list .cl__clients-cards .clcc__spinner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
  background-color: rgba(230, 230, 230, 0.8);
}
.clients-list .cl__clients-cards .clcc__spinner:before {
  width: 1.875rem;
  height: 1.875rem;
  margin: -0.9375rem;
}
.clients-list .cl__clients-cards dl.clcc__contact-details dt {
  display: inline;
}
.clients-list .cl__clients-cards dl.clcc__contact-details dd {
  display: inline;
  margin-right: 0.46875rem;
  padding-bottom: 0.75rem;
}
.clients-list .cl__clients-cards dl.clcc__contact-details dd a {
  text-decoration: none;
}
.clients-list .cl__clients-cards .clcc__contact--icon {
  width: 1.125rem;
  height: 1.125rem;
  opacity: 0.8;
  vertical-align: middle;
}
.clients-list .cl__clients-cards .clcc__contact--icon .email {
  width: 0.9375rem;
  height: 0.9375rem;
}
.clients-list .cl__clients-cards ul.clcc__header--actions {
  float: right;
}
.clients-list .cl__clients-cards ul.clcc__header--actions li {
  display: inline;
  margin-left: 0.46875rem;
}
.clients-list .clcc__last-active {
  color: #cacaca;
}
.clients-list .cl__clients {
  margin-bottom: 0;
}
.clients-list .cl__clients tbody tr {
  cursor: pointer;
}
.clients-list table.formatted-table td.sponsored:first-child > span, .clients-list .credit-reports table.cr__list td.sponsored:first-child > span, .credit-reports .clients-list table.cr__list td.sponsored:first-child > span, .clients-list .insurances-summary table.is__list td.sponsored:first-child > span, .insurances-summary .clients-list table.is__list td.sponsored:first-child > span, .clients-list table.iv__completed-table td.sponsored:first-child > span,
.clients-list table.iv__pending-table td.sponsored:first-child > span,
.clients-list table.formatted-table th.sponsored:first-child > span,
.clients-list .credit-reports table.cr__list th.sponsored:first-child > span,
.credit-reports .clients-list table.cr__list th.sponsored:first-child > span,
.clients-list .insurances-summary table.is__list th.sponsored:first-child > span,
.insurances-summary .clients-list table.is__list th.sponsored:first-child > span,
.clients-list table.iv__completed-table th.sponsored:first-child > span,
.clients-list table.iv__pending-table th.sponsored:first-child > span {
  padding-right: 0;
}
.clients-list .email {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clients-list .current-balance {
  text-align: right;
}
.clients-list .first-name > span {
  width: 100%;
}
.clients-list .phone .phone-content {
  position: relative;
}
.clients-list .phone .phone-content span {
  position: absolute;
  top: 0.1875rem;
  left: -0.9375rem;
  color: #6f6f6f;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .clients-list .phone .phone-content span {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.clients-list .phone .phone-content.mobile span {
  top: 0.25rem;
}
@media (max-width: 950px) {
  .clients-list .age {
    display: none;
  }
  .clients-list .interests {
    display: none;
  }
}
.clients-list .cl__sponsored {
  position: relative;
  top: 0.125rem;
  display: block;
  line-height: 1.375rem;
  padding-right: 0;
}
.clients-list .cl__sponsored .svg {
  fill: #1573bc;
}
.clients-list .cl__no-clients {
  padding: 0.46875rem 0.9375rem;
  border-bottom: 1px solid #f5f5f5;
  color: #6f6f6f;
  text-align: center;
  font-style: italic;
}

.multiple-field-filter {
  float: right;
  width: 21.875rem;
}
@media (max-width: 767px) {
  .multiple-field-filter {
    width: 100%;
  }
}
.multiple-field-filter .mff__wrapper {
  position: relative;
  margin-bottom: 0.9375rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .multiple-field-filter .mff__wrapper {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.multiple-field-filter .mff__dummy-field:before, .multiple-field-filter .mff__dummy-field:after {
  display: table;
  content: " ";
}
.multiple-field-filter .mff__dummy-field:after {
  clear: both;
}
.multiple-field-filter .mff__dummy-field {
  white-space: nowrap;
  transition: all 0.3s;
}
.multiple-field-filter .mff__dummy-field .svg {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 20px;
  height: 20px;
  fill: #6f6f6f;
  transition: all 0.3s;
}
.multiple-field-filter .mff__dummy-field.focused {
  border-color: #28a9e1;
}
.multiple-field-filter .mff__dummy-field.focused svg {
  fill: #505050;
}
.multiple-field-filter .mff__filters-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0.9375rem;
  border-radius: 3px;
  border: 2px solid #ececec;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  z-index: 500;
}
.multiple-field-filter .mff__placeholder {
  color: #6f6f6f;
}
.multiple-field-filter .mff__parameter {
  cursor: pointer;
  float: left;
  margin-right: 0.3125rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: all 0.2s;
}
.multiple-field-filter .mff__parameter label {
  color: #1573bc;
}
.multiple-field-filter .mff__parameter span {
  color: #505050;
}
.multiple-field-filter .mff__parameter.editing {
  border-bottom: 1px solid #28a9e1;
}
.multiple-field-filter .mff__parameter.ng-enter {
  opacity: 0;
}
.multiple-field-filter .mff__parameter.ng-enter-active {
  opacity: 1;
}
.multiple-field-filter .mff__parameter.ng-leave {
  opacity: 1;
}
.multiple-field-filter .mff__parameter.ng-leave-active {
  opacity: 0;
}
.multiple-field-filter .mff__filter:before, .multiple-field-filter .mff__filter:after {
  display: table;
  content: " ";
}
.multiple-field-filter .mff__filter:after {
  clear: both;
}
.multiple-field-filter .mff__filter {
  padding-bottom: 0.46875rem;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 0.46875rem;
}
.multiple-field-filter .mff__filter:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.multiple-field-filter .mff__filter label {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .multiple-field-filter .mff__filter label {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.multiple-field-filter .mff__filter label {
  text-transform: uppercase;
  font-weight: 700;
}
.multiple-field-filter .mff__filter input:focus, .multiple-field-filter .mff__filter select:focus {
  border: 1px solid #28a9e1;
}
.multiple-field-filter .mff__filter--between-number label {
  display: block;
}
.multiple-field-filter .mff__filter--between-number input {
  display: inline-block;
  width: 4.375rem;
  margin: 0 0.234375rem;
}
.multiple-field-filter .mff__filter--between-number span {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .multiple-field-filter .mff__filter--between-number span {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.multiple-field-filter .mff__filter--between-number span {
  margin-left: 0.234375rem;
}
.multiple-field-filter .mff__filter--contains-date label {
  display: block;
  margin-bottom: 0.234375rem;
}
.multiple-field-filter .mff__filter--contains-date select {
  margin-right: 0.234375rem;
}
.multiple-field-filter .mff__filter--contains-date a {
  margin-left: 0.234375rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .multiple-field-filter .mff__filter--contains-date a {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.multiple-field-filter .mff__filter--contains-date a {
  text-decoration: underline;
}
.multiple-field-filter .mff__filters-wrapper.ng-enter {
  opacity: 0;
  transition: all 0.3s;
}
.multiple-field-filter .mff__filters-wrapper.ng-enter-active {
  opacity: 1;
}
.multiple-field-filter .mff__filters-wrapper.ng-leave {
  opacity: 1;
  transition: all 0.3s;
}
.multiple-field-filter .mff__filters-wrapper.ng-leave-active {
  opacity: 0;
}

.sponsorships-list .sl__content-wrapper {
  position: relative;
  padding-left: 18.4375rem;
}
.sponsorships-list .sl__side-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 15.625rem;
  padding: 1.875rem 1.875rem 0.9375rem;
  margin-left: 0.9375rem;
  border: 1px solid rgb(212, 237.8, 249);
  border-radius: 3px;
  background: rgb(244.25, 250.7, 253.5);
  color: #1573bc;
}
.sponsorships-list .sl__side-panel-sponsor {
  margin-bottom: 1.875rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid rgb(212, 237.8, 249);
}
.sponsorships-list .sl__side-panel-button-wrapper {
  margin-bottom: 0.9375rem;
}
.sponsorships-list .sl__side-panel-content span {
  font-weight: 700;
}
@media (max-width: 768px) {
  .sponsorships-list .sl__content-wrapper {
    padding-left: 0;
  }
  .sponsorships-list .sl__side-panel:before, .sponsorships-list .sl__side-panel:after {
    display: table;
    content: " ";
  }
  .sponsorships-list .sl__side-panel:after {
    clear: both;
  }
  .sponsorships-list .sl__side-panel {
    margin-left: 0;
    position: static;
    width: auto;
    margin-bottom: 1.875rem;
  }
  .sponsorships-list .sl__side-panel-sponsor {
    float: left;
    width: 50%;
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
    padding-right: 1.875rem;
  }
  .sponsorships-list .sl__side-panel-sharing-note {
    float: right;
    width: 50%;
    padding-left: 1.875rem;
    border-left: 1px solid rgb(212, 237.8, 249);
  }
}
.sponsorships-list .sl__current-wrapper,
.sponsorships-list .sl__invites-wrapper,
.sponsorships-list .sl__rejected-wrapper {
  margin-bottom: 1.875rem;
}
.sponsorships-list .sl__cell {
  vertical-align: middle;
}
.sponsorships-list .sl__cell.name,
.sponsorships-list .sl__header-cell.name {
  max-width: 12.5rem;
}
.sponsorships-list .sl__cell.name > span > label,
.sponsorships-list .sl__header-cell.name > span > label {
  display: block;
}
.sponsorships-list .sl__cell.name > span,
.sponsorships-list .sl__header-cell.name > span {
  width: 100%;
}
.sponsorships-list .sl__cell.name > span > span,
.sponsorships-list .sl__header-cell.name > span > span {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .sponsorships-list .sl__cell.name > span > span,
  .sponsorships-list .sl__header-cell.name > span > span {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.sponsorships-list .sl__cell.name > span > span,
.sponsorships-list .sl__header-cell.name > span > span {
  text-overflow: ellipsis;
  text-transform: none;
  color: #6f6f6f;
  transition: color 0.3s;
}
.sponsorships-list tr:hover .sl__cell.name > span > span {
  color: #505050;
}
.sponsorships-list .sl__cell.buttons > span {
  padding-left: 0;
  min-width: 5.625rem;
}
.sponsorships-list .sl__cell.buttons > span .toggle {
  float: left;
  top: 0.3125rem;
  right: 0.125rem;
}
.sponsorships-list .sl__invites-wrapper tbody tr.expired td > span {
  color: #d20000;
}
.sponsorships-list .sl__rejected-invites-label {
  color: #6f6f6f;
  transition: all 0.5s;
  cursor: pointer;
}
.sponsorships-list .sl__rejected-invites-label .svg {
  position: relative;
  top: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
  fill: #6f6f6f;
  transition: all 0.5s;
}
.sponsorships-list .sl__rejected-invites-count {
  position: relative;
  top: -0.0625rem;
  margin-right: 0.46875rem;
}
.sponsorships-list .sl__rejected-invites-label:hover,
.sponsorships-list .sl__rejected-invites-label.showing {
  color: #1573bc;
}
.sponsorships-list .sl__rejected-invites-label:hover .svg,
.sponsorships-list .sl__rejected-invites-label.showing .svg {
  fill: #1573bc;
}
.sponsorships-list .sl__rejected-invites-label.showing .svg {
  transform: rotate(90deg);
}
.sponsorships-list .sl__rejected-invites.ng-enter {
  opacity: 0;
  transition: opacity 0.5s;
}
.sponsorships-list .sl__rejected-invites.ng-enter-active {
  opacity: 1;
}
.sponsorships-list .sl__rejected-invites.ng-leave {
  opacity: 1;
  transition: opacity 0.5s;
}
.sponsorships-list .sl__rejected-invites.ng-leave-active {
  opacity: 0;
}

.partner-enquiries-list .pel__content-wrapper {
  position: relative;
  padding-left: 18.4375rem;
}
@media (max-width: 768px) {
  .partner-enquiries-list .pel__content-wrapper {
    padding-left: 0;
  }
}
.partner-enquiries-list .pel__enquiries-wrapper {
  margin-bottom: 1.875rem;
}
.partner-enquiries-list .pel__cell {
  vertical-align: middle;
}
.partner-enquiries-list .pel__cell.name,
.partner-enquiries-list .pel__cell.date,
.partner-enquiries-list .pel__cell.kind,
.partner-enquiries-list .pel__cell.email,
.partner-enquiries-list .pel__cell.phone,
.partner-enquiries-list .pel__cell.contact_via,
.partner-enquiries-list .pel__cell.message,
.partner-enquiries-list .pel__cell.buttons > span {
  padding-left: 0;
  min-width: 5.625rem;
}
.partner-enquiries-list .pel__cell.name .toggle,
.partner-enquiries-list .pel__cell.date .toggle,
.partner-enquiries-list .pel__cell.kind .toggle,
.partner-enquiries-list .pel__cell.email .toggle,
.partner-enquiries-list .pel__cell.phone .toggle,
.partner-enquiries-list .pel__cell.contact_via .toggle,
.partner-enquiries-list .pel__cell.message .toggle,
.partner-enquiries-list .pel__cell.buttons > span .toggle {
  float: left;
  top: 0.3125rem;
  right: 0.125rem;
}

.partner-reports-selection .prs__content-wrapper {
  position: relative;
}
@media (max-width: 768px) {
  .partner-reports-selection .prs__content-wrapper {
    padding-left: 0;
  }
}
.partner-reports-selection .prs__reports-wrapper {
  margin-bottom: 1.875rem;
}
.partner-reports-selection li.prs__reports-item {
  padding: 0.9375rem;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  margin-bottom: 0.9375rem;
}
.partner-reports-selection li.prs__reports-item button {
  float: right;
  width: 15%;
}

.partner-report-clients .prc__header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .partner-report-clients .prc__header {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.partner-report-clients .prc__header {
  padding-bottom: 0.46875rem;
  margin-bottom: 1.875rem;
  border-bottom: 1px solid #f5f5f5;
}
.partner-report-clients .prc__header a {
  text-decoration: none;
}
.partner-report-clients .prc__header > .svg {
  position: relative;
  top: 0.125rem;
  fill: #1573bc;
}

.partner-report-client-goals .prcg__header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .partner-report-client-goals .prcg__header {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.partner-report-client-goals .prcg__header {
  padding-bottom: 0.46875rem;
  margin-bottom: 1.875rem;
  border-bottom: 1px solid #f5f5f5;
}
.partner-report-client-goals .prcg__header a {
  text-decoration: none;
}
.partner-report-client-goals .prcg__header > .svg {
  position: relative;
  top: 0.125rem;
  fill: #1573bc;
}
.partner-report-client-goals table .target-amount,
.partner-report-client-goals table .current-amount,
.partner-report-client-goals table .total-assets,
.partner-report-client-goals table .total-liabilities,
.partner-report-client-goals table .net-worth {
  text-align: right;
}
.partner-report-client-goals table tbody .target-date .indefinite {
  color: #6f6f6f;
  font-style: italic;
}
.partner-report-client-goals .prcg__no-goals td {
  padding: 0.46875rem 0.9375rem;
  color: #6f6f6f;
  text-align: center;
  font-style: italic;
}

.partner-report-survey-results-pivot .report__header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .partner-report-survey-results-pivot .report__header {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.partner-report-survey-results-pivot .report__header {
  padding-bottom: 0.46875rem;
  margin-bottom: 1.875rem;
  border-bottom: 1px solid #f5f5f5;
}
.partner-report-survey-results-pivot .report__header a {
  text-decoration: none;
}
.partner-report-survey-results-pivot .report__header > .svg {
  position: relative;
  top: 0.125rem;
  fill: #1573bc;
}
.partner-report-survey-results-pivot table .total-assets,
.partner-report-survey-results-pivot table .total-liabilities,
.partner-report-survey-results-pivot table .net-worth {
  text-align: right;
}
.partner-report-survey-results-pivot table .interest {
  text-align: center;
}
.partner-report-survey-results-pivot table tbody .interest {
  color: #EAEAEA;
}
.partner-report-survey-results-pivot table tbody .interest.has-interest {
  color: #505050;
}
.partner-report-survey-results-pivot .report__no-clients td {
  padding: 0.46875rem 0.9375rem;
  color: #6f6f6f;
  text-align: center;
  font-style: italic;
}

.modal-reached-free-threshold .modal-dialog {
  max-width: 21.875rem;
}
.modal-reached-free-threshold .mrft__content-wrapper {
  padding: 1.875rem 1.875rem;
}

.reached-free-threshold .rft__content-wrapper:before, .reached-free-threshold .rft__content-wrapper:after {
  display: table;
  content: " ";
}
.reached-free-threshold .rft__content-wrapper:after {
  clear: both;
}
.reached-free-threshold .rft__header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .reached-free-threshold .rft__header {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.reached-free-threshold .rft__header {
  margin-bottom: 1.875rem;
  color: #1573bc;
}
.reached-free-threshold .rft__content {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .reached-free-threshold .rft__content {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.reached-free-threshold .rft__content {
  line-height: 1.875rem;
  margin-bottom: 1.875rem;
  padding: 0 0.9375rem;
}
.reached-free-threshold .input-group, .reached-free-threshold .actions {
  width: 100%;
  margin-bottom: 0;
}
.reached-free-threshold .input-group button, .reached-free-threshold .actions button {
  width: 100%;
}

.modal-new-sponsorship .modal-dialog {
  width: 80%;
  min-width: 50rem;
  max-width: 75rem;
}
.modal-new-sponsorship .ns__content-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.modal-new-sponsorship .ns__content-wrapper:before, .modal-new-sponsorship .ns__content-wrapper:after {
  display: table;
  content: " ";
}
.modal-new-sponsorship .ns__content-wrapper:after {
  clear: both;
}
.modal-new-sponsorship .ns__content-wrapper .actions {
  margin-bottom: 0;
}
.modal-new-sponsorship .ns__form {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.modal-new-sponsorship .ns__preview {
  position: relative;
  float: left;
  width: 66.6666666667%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.modal-new-sponsorship .ns__input.auto-share {
  text-align: right;
  color: #1573bc;
}
.modal-new-sponsorship .ns__input.rulebooks label {
  text-align: right;
  color: #6f6f6f;
  font-weight: normal;
}
.modal-new-sponsorship .ns__preview-iframe-wrapper {
  position: relative;
  margin-right: 1.875rem;
  margin-bottom: 0.46875rem;
  border-radius: 3px;
  border: 0.375rem solid #f5f5f5;
  border-top-width: 2.25rem;
}
.modal-new-sponsorship .ns__preview-iframe {
  transition: opacity 0.3s;
}
.modal-new-sponsorship .ns__preview-iframe.refreshing {
  opacity: 0.2;
}
.modal-new-sponsorship iframe {
  width: 100%;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  min-height: 70vh;
}
.modal-new-sponsorship .ns__preview-label {
  position: absolute;
  top: -1.875rem;
  left: 0.46875rem;
  font-weight: 700;
  color: #6f6f6f;
}
.modal-new-sponsorship .ns__preview-spinner {
  position: absolute;
  top: -1.25rem;
  right: 0.9375rem;
}
.modal-new-sponsorship .ns__preview-spinner.ng-enter {
  opacity: 0;
  transition: opacity 0.1s;
}
.modal-new-sponsorship .ns__preview-spinner.ng-enter-active {
  opacity: 1;
}
.modal-new-sponsorship .ns__preview-spinner.ng-leave {
  opacity: 1;
  transition: opacity 0.1s;
}
.modal-new-sponsorship .ns__preview-spinner.ng-leave-active {
  opacity: 0;
}

.client-view .cv__chart-and-header {
  margin-right: -15px;
  margin-left: -15px;
}
.client-view .cv__chart-and-header:before, .client-view .cv__chart-and-header:after {
  display: table;
  content: " ";
}
.client-view .cv__chart-and-header:after {
  clear: both;
}
.client-view .cv__chart-and-header {
  margin-bottom: 0.9375rem;
}
.client-view .cv__chart-and-legend {
  margin-right: -15px;
  margin-left: -15px;
}
.client-view .cv__chart-and-legend:before, .client-view .cv__chart-and-legend:after {
  display: table;
  content: " ";
}
.client-view .cv__chart-and-legend:after {
  clear: both;
}
.client-view .cv__chart-and-legend {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.client-view .cv__chart {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.client-view .cv__chart-legend {
  position: relative;
  float: left;
  width: 16.6666666667%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.client-view .cv__chart-legend-item {
  margin-right: 0.9375rem;
  font-size: 0.875rem;
}
.client-view .cv__chart-legend-item span {
  float: left;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.9375rem;
}
.client-view .cv__account-group {
  margin-right: -15px;
  margin-left: -15px;
}
.client-view .cv__account-group:before, .client-view .cv__account-group:after {
  display: table;
  content: " ";
}
.client-view .cv__account-group:after {
  clear: both;
}
.client-view .cv__account-group {
  margin-bottom: 0.9375rem;
}
.client-view .cv__account-group-header {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}
.client-view .cv__account-group-meta-data-wrapper {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.client-view .cv__holdings-wrapper {
  position: relative;
  float: left;
  width: 66.6666666667%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.client-view .cv__header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .client-view .cv__header {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.client-view .cv__header {
  padding-bottom: 0.46875rem;
  margin-bottom: 1.875rem;
  border-bottom: 1px solid #f5f5f5;
}
.client-view .cv__header a {
  text-decoration: none;
}
.client-view .cv__header > .svg {
  position: relative;
  top: 0.125rem;
  fill: #1573bc;
}
.client-view .cv__btn-manage-rulebooks {
  position: relative;
  top: -0.125rem;
  width: auto;
  margin-left: 0.46875rem;
}
.client-view .cv__actions {
  position: absolute;
  top: 0;
  right: 0;
}
.client-view .cv__actions label {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .client-view .cv__actions label {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.client-view .cv__actions label {
  color: #6f6f6f;
  margin-left: 0.9375rem;
}
.client-view .cv__actions button {
  display: inline-block;
  width: auto;
  margin-left: 0.46875rem;
}
.client-view .cv__goals-wrapper,
.client-view .cv__account-groups-wrapper {
  margin-bottom: 1.875rem;
}
.client-view .cv__meta-data-balance {
  color: #1aa21a;
}
.client-view .cv__meta-data-available-balance {
  color: #6f6f6f;
}
.client-view .cv__account-group-total:before, .client-view .cv__account-group-total:after {
  display: table;
  content: " ";
}
.client-view .cv__account-group-total:after {
  clear: both;
}
.client-view .cv__account-group-total {
  color: #1aa21a;
  margin-bottom: 0.9375rem;
}
.client-view .cv__account-group-total dt {
  float: left;
  width: 50%;
}
.client-view .cv__account-group-total dd {
  float: right;
  width: 50%;
  text-align: right;
}
.client-view .cv__group-graph-wrapper {
  height: 9.375rem;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.client-view .cv__group-graph-wrapper:hover {
  opacity: 1;
}
.client-view .cv__holdings {
  margin-bottom: 0;
}
.client-view .cv__holding-cell.balance {
  width: 8.125rem;
  vertical-align: bottom;
}
.client-view .cv__investment-account {
  margin-bottom: 1.875rem;
  width: 100%;
}
.client-view .cv__investment-account tr:last-child td {
  border-bottom: none;
}
.client-view .cv__no-goals,
.client-view .cv__no-account-groups {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  padding: 0.46875rem 0;
  color: #6f6f6f;
  text-align: center;
}
.client-view .cv__no-goals span,
.client-view .cv__no-account-groups span {
  color: #1573bc;
}
.client-view .cv__goals-header {
  padding-top: 0.9375rem;
  border-top: 1px solid #f5f5f5;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .client-view .cv__goals-header {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.client-view .cv__goals-header {
  color: #1573bc;
}

.billing-area .ba__content-wrapper {
  margin-bottom: 3.75rem;
}
.billing-area .ba__blurb {
  position: absolute;
  top: 0;
  left: 0;
  width: 15.625rem;
}
.billing-area .ba__blurb-content-wrapper:before, .billing-area .ba__blurb-content-wrapper:after {
  display: table;
  content: " ";
}
.billing-area .ba__blurb-content-wrapper:after {
  clear: both;
}
.billing-area .ba__blurb-content-wrapper {
  padding: 0.9375rem 0.9375rem;
  border: 1px solid rgb(212, 237.8, 249);
  border-radius: 3px;
  background: rgb(244.25, 250.7, 253.5);
  color: #1573bc;
}
.billing-area .ba__current-plan-wrapper {
  float: left;
  width: 30%;
  background: #fff;
  padding: 0.46875rem 0.9375rem;
  border-radius: 3px;
  border: 1px solid rgb(208.2, 227, 241.6);
  max-width: 18.75rem;
}
.billing-area .ba__blurb-content {
  float: left;
  width: 70%;
  padding-left: 1.875rem;
}
@media (max-width: 1200px) {
  .billing-area .ba__current-plan-wrapper {
    width: 40%;
  }
  .billing-area .ba__blurb-content {
    width: 60%;
  }
}
@media (min-width: 100rem) {
  .billing-area .ba__current-plan-wrapper {
    width: auto;
    margin-bottom: 1.40625rem;
  }
  .billing-area .ba__blurb-content {
    padding-left: 0;
    width: auto;
  }
}
@media (max-width: 34.375rem) {
  .billing-area .ba__current-plan-wrapper {
    width: 100%;
    margin-bottom: 1.40625rem;
  }
  .billing-area .ba__blurb-content {
    padding-left: 0;
    width: auto;
  }
}
.billing-area .ba__current-plan-header {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .billing-area .ba__current-plan-header {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.billing-area .ba__current-plan-header {
  font-weight: 700;
  margin-bottom: 0;
}
.billing-area .ba__current-plan-header .custom {
  margin-left: 0.46875rem;
}
.billing-area .ba__balance {
  margin-bottom: 0.9375rem;
  padding: 0.46875rem 0.9375rem;
  border-radius: 3px;
}
.billing-area .ba__balance dl:before, .billing-area .ba__balance dl:after {
  display: table;
  content: " ";
}
.billing-area .ba__balance dl:after {
  clear: both;
}
.billing-area .ba__balance dl {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .billing-area .ba__balance dl {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.billing-area .ba__balance dt {
  float: left;
}
.billing-area .ba__balance dd {
  float: right;
  font-weight: 700;
}
.billing-area .ba__balance.credit {
  color: #1aa21a;
  border: 1px solid #1aa21a;
  background: rgb(232.1, 245.7, 232.1);
}
.billing-area .ba__balance.outstanding {
  color: #1573bc;
  border: 1px solid #1573bc;
  background: rgb(231.6, 241, 248.3);
}
.billing-area .ba__payment,
.billing-area .ba__overdue-payment-warning-wrapper {
  margin-left: 17.5rem;
}
.billing-area .ba__payment-methods-wrapper {
  margin-top: 0.9375rem;
  margin-bottom: 1.875rem;
}
.billing-area .ba__header:before, .billing-area .ba__header:after {
  display: table;
  content: " ";
}
.billing-area .ba__header:after {
  clear: both;
}
.billing-area .ba__header {
  color: #1573bc;
  margin-bottom: 2.34375rem;
}
@media (max-width: 767px) {
  .billing-area .ba__header {
    margin-bottom: 0.9375rem;
  }
}
.billing-area .ba__header .actions {
  float: right;
  width: auto;
}
.billing-area .ba__blurb-header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .billing-area .ba__blurb-header {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.billing-area .ba__blurb-header {
  color: #1573bc;
  margin-bottom: 0.9375rem;
}
.billing-area .ba__blurb-content p {
  margin-bottom: 0.9375rem;
}
.billing-area .ba__blurb-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 100rem) {
  .billing-area .ba__blurb {
    position: static;
    margin-bottom: 0.9375rem;
    width: auto;
  }
  .billing-area .ba__payment,
  .billing-area .ba__overdue-payment-warning-wrapper {
    margin-left: 0;
  }
  .billing-area .ba__blurb-content-wrapper:before, .billing-area .ba__blurb-content-wrapper:after {
    display: table;
    content: " ";
  }
  .billing-area .ba__blurb-content-wrapper:after {
    clear: both;
  }
  .billing-area .ba__blurb-content-wrapper {
    margin-left: 0;
  }
}
.billing-area .ba__sub-heading {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .billing-area .ba__sub-heading {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.billing-area .ba__no-credit-cards {
  clear: both;
  padding: 0.46875rem 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  color: #6f6f6f;
  text-align: center;
}
.billing-area .ba__credit-card-form-wrapper {
  clear: both;
  max-width: 37.5rem;
  padding-top: 0;
  margin: 0 auto;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.8s;
}
.billing-area .ba__credit-card-form-wrapper.is-showing {
  max-height: 25rem;
  padding-top: 0.9375rem;
  margin-bottom: 1.875rem;
  opacity: 1;
}
.billing-area .ba__credit-card {
  display: block;
  clear: both;
  padding: 0.46875rem 0;
  color: #6f6f6f;
  border-bottom: 1px solid #f5f5f5;
}
.billing-area .ba__credit-card.active {
  border-top: 1px solid rgb(212, 237.8, 249);
  border-bottom: 1px solid rgb(212, 237.8, 249);
  color: #28a9e1;
}
.billing-area .ba__credit-card.active .svg {
  fill: #1573bc;
}
.billing-area .ba__invoices-and-payments-wrapper {
  margin-bottom: 1.875rem;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.billing-area .ba__no-items {
  padding-bottom: 0.46875rem;
  padding-top: 0.46875rem;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  color: #6f6f6f;
  text-align: center;
}
.billing-area .ba__tab-content.invoices .date {
  width: 15%;
}
.billing-area .ba__tab-content.invoices .description {
  width: 45%;
}
.billing-area .ba__tab-content.invoices .description label {
  position: relative;
  top: -0.125rem;
  margin-left: 0.46875rem;
}
.billing-area .ba__tab-content.invoices .total,
.billing-area .ba__tab-content.invoices .owing {
  width: 20%;
  text-align: right;
}
.billing-area .ba__tab-content.invoices .ul-table.content .owing {
  color: #d20000;
}
.billing-area .ba__invoice-view-wrapper {
  position: relative;
  padding-top: 0.9375rem;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 0.9375rem;
}
.billing-area .ba__invoice-wrapper.invoice-is-visible .ul-table.content,
.billing-area .ba__payment-wrapper.payment-is-visible .ul-table.content {
  border-bottom-color: rgba(255, 255, 255, 0);
}
.billing-area .ba__tab-content.payments .ul-table .processed-at {
  width: 15%;
}
.billing-area .ba__tab-content.payments .ul-table .processed-at > span {
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .billing-area .ba__tab-content.payments .ul-table .processed-at > span {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.billing-area .ba__tab-content.payments .ul-table .processed-at > span {
  color: #6f6f6f;
}
.billing-area .ba__tab-content.payments .ul-table .description {
  width: 45%;
}
.billing-area .ba__tab-content.payments .ul-table .description span {
  position: relative;
  top: -0.125rem;
  margin-left: 0.46875rem;
  text-transform: capitalize;
}
.billing-area .ba__tab-content.payments .ul-table .amount,
.billing-area .ba__tab-content.payments .ul-table .unallocated {
  width: 20%;
  text-align: right;
}
.billing-area .ba__invoice-view-close,
.billing-area .ba__payment-view-close {
  position: absolute;
  top: 0.9375rem;
  right: 0;
  font-size: 2.5rem;
  color: #6f6f6f;
  cursor: pointer;
}
.billing-area .ba__payment-view-wrapper {
  position: relative;
  padding-top: 0.9375rem;
  border-bottom: 1px solid #f5f5f5;
}
.billing-area .ba__receipt {
  position: relative;
  margin: 0 auto 0.9375rem;
  padding: 1.875rem 1.875rem;
  width: 90%;
  max-width: 25rem;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.billing-area .ba__receipt-received-on {
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .billing-area .ba__receipt-received-on {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.billing-area .ba__receipt-received-on {
  text-align: right;
  color: #6f6f6f;
}
.billing-area .ba__receipt-received-on span {
  font-weight: 700;
}
.billing-area .ba__receipt-items dt {
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .billing-area .ba__receipt-items dt {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.billing-area .ba__receipt-items dt {
  color: #6f6f6f;
}
.billing-area .ba__receipt-items dd {
  display: block;
  margin-bottom: 0.9375rem;
}
.billing-area .ba__receipt-items dd.kind {
  text-transform: capitalize;
}
.billing-area .ba__receipt-items dd.status {
  text-transform: capitalize;
  color: #d20000;
}
.billing-area .ba__receipt-items dd.status.success {
  color: #1aa21a;
}
.billing-area .ba__allocations-header {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .billing-area .ba__allocations-header {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.billing-area .ba__allocations-header {
  color: #6f6f6f;
  padding-top: 0.46875rem;
  width: 50%;
  text-align: right;
}
.billing-area .ba__allocation:before, .billing-area .ba__allocation:after {
  display: table;
  content: " ";
}
.billing-area .ba__allocation:after {
  clear: both;
}
.billing-area .ba__allocation {
  color: #6f6f6f;
  transition: all 0.3s;
}
.billing-area .ba__allocation:hover {
  color: #1573bc;
  cursor: pointer;
}
.billing-area .ba__allocation .allocation {
  float: left;
  width: 50%;
  text-align: right;
}
.billing-area .ba__allocation .allocation > span {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .billing-area .ba__allocation .allocation > span {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.billing-area .ba__receipt-amount:before, .billing-area .ba__receipt-amount:after {
  display: table;
  content: " ";
}
.billing-area .ba__receipt-amount:after {
  clear: both;
}
.billing-area .ba__receipt-amount {
  padding-top: 0.46875rem;
  border-top: 1px solid #f5f5f5;
  text-align: right;
}
.billing-area .ba__receipt-amount .amount {
  float: left;
  width: 50%;
  color: #1573bc;
}
.billing-area .ba__receipt-amount dd {
  font-weight: 700;
}
.billing-area .ba__receipt-allocated:before, .billing-area .ba__receipt-allocated:after {
  display: table;
  content: " ";
}
.billing-area .ba__receipt-allocated:after {
  clear: both;
}
.billing-area .ba__receipt-allocated {
  padding-top: 0.46875rem;
  text-align: right;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .billing-area .ba__receipt-allocated {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.billing-area .ba__receipt-allocated {
  color: #1573bc;
}
.billing-area .ba__receipt-allocated .allocated {
  float: left;
  width: 50%;
}
.billing-area .ba__receipt-allocated dd {
  font-weight: normal;
}
.billing-area .ba__need-credit-card-message {
  padding: 0.46875rem 0.9375rem;
  margin-bottom: 0.9375rem;
  background: #1573bc;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}
.billing-area .ba__need-credit-card-message span {
  font-weight: 700;
  text-transform: capitalize;
}
.billing-area .ba__credit-card-form-wrapper.ng-enter {
  opacity: 0;
  max-height: 0;
  transition: all 0.5s;
  margin-bottom: 0;
}
.billing-area .ba__credit-card-form-wrapper.ng-enter-active {
  opacity: 1;
  max-height: 20rem;
  margin-bottom: 1.875rem;
}
.billing-area .ba__credit-card-form-wrapper.ng-leave {
  overflow: hidden;
  opacity: 1;
  max-height: 20rem;
  margin-bottom: 1.875rem;
  transition: all 0.5s;
}
.billing-area .ba__credit-card-form-wrapper.ng-leave-active {
  opacity: 0;
  max-height: 0;
  margin-bottom: 0;
}
.billing-area .ba__invoice-view-wrapper.ng-enter,
.billing-area .ba__payment-view-wrapper.ng-enter {
  padding-top: 0;
  opacity: 0;
  transition: all 0.3s;
}
.billing-area .ba__invoice-view-wrapper.ng-enter-active,
.billing-area .ba__payment-view-wrapper.ng-enter-active {
  padding-top: 0.9375rem;
  opacity: 1;
}
.billing-area .ba__invoice-view-wrapper.ng-leave,
.billing-area .ba__payment-view-wrapper.ng-leave {
  opacity: 1;
  transition: all 0.3s;
}
.billing-area .ba__invoice-view-wrapper.ng-leave-active,
.billing-area .ba__payment-view-wrapper.ng-leave-active {
  opacity: 0;
}
.billing-area .ba__need-credit-card-message.ng-enter {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.billing-area .ba__need-credit-card-message.ng-enter-active {
  opacity: 1;
  max-height: 7.5rem;
}
.billing-area .ba__need-credit-card-message.ng-leave {
  opacity: 1;
  max-height: 7.5rem;
  overflow: hidden;
  transition: all 0.5s;
}
.billing-area .ba__need-credit-card-message.ng-leave-active {
  opacity: 0;
  max-height: 0;
}

.modal-change-product-confirm .mcpc__blurb span {
  font-weight: 700;
  color: #1573bc;
  text-transform: capitalize;
}
.modal-change-product-confirm .mcpc__plan-overview:before, .modal-change-product-confirm .mcpc__plan-overview:after {
  display: table;
  content: " ";
}
.modal-change-product-confirm .mcpc__plan-overview:after {
  clear: both;
}
.modal-change-product-confirm .mcpc__plan-overview {
  padding: 0.9375rem 0;
  margin-bottom: 0.9375rem;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}

.credit-card-details .ccd__content-wrapper:before, .credit-card-details .ccd__content-wrapper:after {
  display: table;
  content: " ";
}
.credit-card-details .ccd__content-wrapper:after {
  clear: both;
}
.credit-card-details .ccd__content-wrapper {
  clear: both;
}
.credit-card-details .ccd__content-wrapper span {
  font-weight: 700;
}
.credit-card-details .ccd__icon {
  display: inline;
  margin-right: 0.46875rem;
  position: relative;
  top: 0.1875rem;
}
.credit-card-details .ccd__icon .svg {
  fill: #6f6f6f;
}
.credit-card-details .ccd__active-badge {
  margin-left: 0.46875rem;
  vertical-align: top;
}
.credit-card-details .ccd__action {
  float: right;
  width: auto;
  margin-left: 0.46875rem;
}

.overdue-payment-warning .opw__content-wrapper:before, .overdue-payment-warning .opw__content-wrapper:after {
  display: table;
  content: " ";
}
.overdue-payment-warning .opw__content-wrapper:after {
  clear: both;
}
.overdue-payment-warning .opw__content-wrapper {
  margin-bottom: 1.875rem;
  padding: 0.9375rem 0.9375rem;
  background: #fff;
  color: #d20000;
  border-radius: 3px;
  border: 1px solid rgb(248.25, 216.75, 216.75);
}
.overdue-payment-warning .opw__columns {
  margin-right: -15px;
  margin-left: -15px;
}
.overdue-payment-warning .opw__columns:before, .overdue-payment-warning .opw__columns:after {
  display: table;
  content: " ";
}
.overdue-payment-warning .opw__columns:after {
  clear: both;
}
.overdue-payment-warning .opw__blurb {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .overdue-payment-warning .opw__blurb {
    float: left;
    width: 66.6666666667%;
  }
}
.overdue-payment-warning .opw__blurb {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .overdue-payment-warning .opw__blurb {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.overdue-payment-warning .opw__blurb span {
  font-weight: normal;
}
@media (max-width: 767px) {
  .overdue-payment-warning .opw__blurb {
    margin-bottom: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .overdue-payment-warning .opw__blurb {
    margin-bottom: 0.9375rem;
  }
}
.overdue-payment-warning .opw__subtext {
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .overdue-payment-warning .opw__subtext {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.overdue-payment-warning .opw__subtext {
  font-weight: 700;
}
.overdue-payment-warning .opw__button-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .overdue-payment-warning .opw__button-wrapper {
    float: left;
    width: 33.3333333333%;
  }
}
.overdue-payment-warning .opw__button-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.overdue-payment-warning .opw__compact-blurb {
  display: none;
}
.overdue-payment-warning .opw__content-wrapper.compact {
  margin: 1.875rem 0.9375rem;
  cursor: pointer;
  transition: all 0.3s;
}
.overdue-payment-warning .opw__content-wrapper.compact:hover {
  background: rgb(254.1, 249.9, 249.9);
}
.overdue-payment-warning .opw__content-wrapper.compact .opw__compact-blurb {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .overdue-payment-warning .opw__content-wrapper.compact .opw__compact-blurb {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.overdue-payment-warning .opw__content-wrapper.compact .opw__compact-blurb {
  font-weight: 700;
  padding-left: 2.625rem;
}
.overdue-payment-warning .opw__content-wrapper.compact .opw__compact-blurb .svg {
  position: absolute;
  left: 0.9375rem;
  top: 0.25rem;
  fill: #d20000;
}
.overdue-payment-warning .opw__content-wrapper.compact .opw__blurb,
.overdue-payment-warning .opw__content-wrapper.compact .opw__subtext,
.overdue-payment-warning .opw__content-wrapper.compact .opw__button-wrapper {
  display: none;
}

.pagination-widget .pw__content-wrapper {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .pagination-widget .pw__content-wrapper {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.pagination-widget .pw__content-wrapper {
  text-align: right;
}
@media (max-width: 767px) {
  .pagination-widget .pw__content-wrapper {
    text-align: center;
  }
}
.pagination-widget .pagination {
  margin-top: 0;
  margin-bottom: 0.9375rem;
}
.pagination-widget .pagination > li:first-child > a,
.pagination-widget .pagination > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-widget .pagination > li:last-child > a,
.pagination-widget .pagination > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-widget .pagination > .active > a,
.pagination-widget .pagination > .active > a:hover,
.pagination-widget .pagination > .active > a:focus,
.pagination-widget .pagination > .active > span,
.pagination-widget .pagination > .active > span:hover,
.pagination-widget .pagination > .active > span:focus {
  background-color: #1573bc;
  border-color: #1573bc;
  color: #fff;
}
.pagination-widget .pagination > .disabled > span,
.pagination-widget .pagination > .disabled > span:hover,
.pagination-widget .pagination > .disabled > span:focus,
.pagination-widget .pagination > .disabled > a,
.pagination-widget .pagination > .disabled > a:hover,
.pagination-widget .pagination > .disabled > a:focus {
  color: #cacaca;
  border-color: #cacaca;
  background-color: #fff;
}
.pagination-widget .pagination > li > a,
.pagination-widget .pagination > li > span {
  color: #1573bc;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  transition: all 0.3s;
}
.pagination-widget .pagination > li > a:hover,
.pagination-widget .pagination > li > a:focus,
.pagination-widget .pagination > li > span:hover,
.pagination-widget .pagination > li > span:focus {
  color: #28a9e1;
  background-color: #f5f5f5;
}

@media (min-width: 767px) {
  .modal-partner-first-landing .modal-dialog {
    width: 22.5rem;
  }
}
.modal-partner-first-landing .modal__content-wrapper {
  padding: 1.875rem 1.875rem;
}
.modal-partner-first-landing .mpfl__header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .modal-partner-first-landing .mpfl__header {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.modal-partner-first-landing .mpfl__header {
  color: #1573bc;
}
.modal-partner-first-landing .mpfl__blurb {
  margin-bottom: 1.875rem;
}
.modal-partner-first-landing .mpfl__actions button {
  display: block;
  width: auto;
  margin: 0 auto;
}

@media (min-width: 767px) {
  .modal-client-first-landing .modal-dialog {
    width: 22.5rem;
  }
}
.modal-client-first-landing .modal__content-wrapper {
  padding: 1.875rem 1.875rem;
}
.modal-client-first-landing .mcfl__header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .modal-client-first-landing .mcfl__header {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.modal-client-first-landing .mcfl__header {
  color: #1573bc;
}
.modal-client-first-landing .mcfl__blurb {
  margin-bottom: 1.875rem;
}
.modal-client-first-landing .mcfl__actions button {
  display: block;
  width: auto;
  margin: 0 auto;
}

.goals .g__goal {
  margin-bottom: 2.8125rem;
}
.goals .g__no-goals {
  clear: both;
  padding: 0.46875rem 0;
  margin-top: 0.9375rem;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
  color: #6f6f6f;
}
.goals .g__goals-actions:before, .goals .g__goals-actions:after {
  display: table;
  content: " ";
}
.goals .g__goals-actions:after {
  clear: both;
}
@media (max-width: 767px) {
  .goals .g__goals-actions {
    margin-bottom: 0.9375rem;
  }
  .goals .g__goals-actions button {
    width: auto;
    float: right;
  }
}
.goals .g__btn-goal-settings {
  display: inline-block;
  position: relative;
  top: -0.1875rem;
  width: auto;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .goals .g__btn-goal-settings {
    font-size: 0.75rem;
  }
}
.goals .g__goal-graph-wrapper {
  margin-bottom: 0.46875rem;
}
.goals .g__header {
  margin-bottom: 0.46875rem;
}
.goals .g__title {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .goals .g__title {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.goals .g__title {
  color: #1573bc;
}
.goals .g__title span {
  display: inline-block;
}
.goals .g__goal-type {
  position: relative;
  top: -0.1875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .goals .g__goal-type {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.goals .g__goal-type {
  margin-left: 0.46875rem;
  font-weight: 700;
}
.goals .g__meta-progress-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.goals .g__meta-progress-wrapper:before, .goals .g__meta-progress-wrapper:after {
  display: table;
  content: " ";
}
.goals .g__meta-progress-wrapper:after {
  clear: both;
}
.goals .g__meta-progress-wrapper:before, .goals .g__meta-progress-wrapper:after {
  display: table;
  content: " ";
}
.goals .g__meta-progress-wrapper:after {
  clear: both;
}
.goals .g__meta-progress-wrapper {
  margin-bottom: 0.9375rem;
}
@media (max-width: 767px) {
  .goals .g__meta-progress-wrapper {
    margin-bottom: 0.46875rem;
  }
}
.goals .g__completed-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.goals .g__completed-wrapper:before, .goals .g__completed-wrapper:after {
  display: table;
  content: " ";
}
.goals .g__completed-wrapper:after {
  clear: both;
}
.goals .g__completed-wrapper:before, .goals .g__completed-wrapper:after {
  display: table;
  content: " ";
}
.goals .g__completed-wrapper:after {
  clear: both;
}
.goals .g__completed-wrapper {
  margin-bottom: 0.9375rem;
}
.goals .g__completed-label {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .goals .g__completed-label {
    float: left;
    width: 50%;
  }
}
.goals .g__completed-label {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .goals .g__completed-label {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.goals .g__completed-label {
  color: #1aa21a;
}
.goals .g__completed-meta {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .goals .g__completed-meta {
    float: left;
    width: 50%;
  }
}
.goals .g__completed-meta {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: right;
  top: 0.46875rem;
}
.goals .g__completed-meta span {
  color: #1aa21a;
  font-weight: 700;
}
@media (max-width: 767px) {
  .goals .g__completed-meta {
    text-align: left;
    top: 0;
  }
}
.goals .g__description {
  color: #6f6f6f;
}
.goals .g__goal-graph {
  width: 100%;
  height: 17.5rem;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.goals .g__goal-graph svg {
  border-radius: 3px;
}
@media (max-width: 767px) {
  .goals .g__goal-graph {
    height: 11.25rem;
  }
}
.goals .g__advice-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .goals .g__advice-wrapper {
    float: left;
    width: 58.3333333333%;
  }
}
.goals .g__advice-wrapper {
  text-align: left;
  margin-top: 0.9375rem;
}
@media (max-width: 870px) {
  .goals .g__advice-wrapper {
    display: none;
  }
}
.goals .g__advice {
  display: block;
  color: #6f6f6f;
  line-height: 1.125rem;
}
@media (max-width: 1150px) {
  .goals .g__advice {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 0.6875rem;
    line-height: 0.8125rem;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
    line-height: 1.125rem;
  }
}
@media (max-width: 1150px) and (max-width: 767px) {
  .goals .g__advice {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.goals .g__advice span {
  font-weight: 700;
}
.goals .g__advice span.highlight {
  color: #1573bc;
}
.goals .g__advice span.positive {
  color: #1aa21a;
}
.goals .g__advice span.negative {
  color: #d20000;
}
.goals .g__remaining {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .goals .g__remaining {
    float: left;
    width: 41.6666666667%;
  }
}
.goals .g__remaining {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .goals .g__remaining {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.goals .g__remaining {
  margin-top: 0.9375rem;
  font-weight: 700;
  color: #1573bc;
  text-align: right;
}
.goals .g__remaining span {
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .goals .g__remaining span {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
@media (max-width: 767px) {
  .goals .g__remaining {
    text-align: left;
    font-weight: 700;
  }
  .goals .g__remaining span {
    font-weight: normal;
  }
}
.goals .g__accounts-legend-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.goals .g__accounts-legend-wrapper:before, .goals .g__accounts-legend-wrapper:after {
  display: table;
  content: " ";
}
.goals .g__accounts-legend-wrapper:after {
  clear: both;
}
.goals .g__email--goal-graph-wrapper {
  margin-bottom: 0.46875rem;
}
.goals .g__email--goal-graph-wrapper .g__goal-graph {
  height: 400px;
}
.goals .g__email--accounts-legend-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.goals .g__email--accounts-legend-wrapper:before, .goals .g__email--accounts-legend-wrapper:after {
  display: table;
  content: " ";
}
.goals .g__email--accounts-legend-wrapper:after {
  clear: both;
}
.goals .g__email--accounts-legend-wrapper .g__accounts {
  display: none;
}
.goals .g__email--accounts-legend-wrapper .g__legend-wrapper {
  width: 100%;
}
.goals .g__email--accounts-legend-wrapper .g__legend {
  width: 25rem;
}
.goals .g__email--accounts-legend-wrapper .g__legend label {
  font-size: 1.5rem;
  line-height: 1.8rem;
}
.goals .g__email--accounts-legend-wrapper .g__legend-graph {
  top: 2px;
  height: 0.625rem;
}
.goals .g__accounts {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .goals .g__accounts {
    float: left;
    width: 50%;
  }
}
.goals .g__accounts {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .goals .g__accounts {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.goals .g__accounts {
  color: #6f6f6f;
}
.goals .g__accounts span {
  color: #1573bc;
  font-weight: 700;
}
.goals .g__legend-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .goals .g__legend-wrapper {
    float: left;
    width: 50%;
  }
}
.goals .g__legend-wrapper:before, .goals .g__legend-wrapper:after {
  display: table;
  content: " ";
}
.goals .g__legend-wrapper:after {
  clear: both;
}
.goals .g__legend {
  position: relative;
  width: 10rem;
  float: right;
  clear: right;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .goals .g__legend {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.goals .g__legend {
  font-weight: 700;
}
.goals .g__legend label {
  display: block;
}
.goals .g__legend label:before, .goals .g__legend label:after {
  display: table;
  content: " ";
}
.goals .g__legend label:after {
  clear: both;
}
.goals .g__legend label span:first-child {
  float: left;
}
.goals .g__legend label span:last-child {
  float: right;
}
.goals .g__legend.target label {
  color: #23b780;
}
.goals .g__legend.current label {
  color: #28a9e1;
}
@media (max-width: 767px) {
  .goals .g__legend {
    float: left;
    clear: left;
  }
}
.goals .g__legend-graph {
  position: absolute;
  top: -0.1875rem;
  left: -3.59375rem;
  height: 0.125rem;
  width: 3.125rem;
}
@media (max-width: 767px) {
  .goals .g__legend-graph {
    left: auto;
    right: -3.59375rem;
    height: 11.25rem;
  }
}
.goals .g__goal.complete .g__title {
  color: #1aa21a;
}
@media (max-width: 767px) {
  .goals .g__goal.complete .g__title {
    font-weight: normal;
  }
}
.goals .g__goal.complete .g__goal-graph {
  border-radius: 3px;
  border: 1px solid rgb(186.3, 227.1, 186.3);
}
.goals .g__goal.complete .g__legend {
  width: 4.375rem;
}
.goals .g__goal.complete .g__legend.target label {
  color: #1573bc;
}
.goals .g__goal.complete .g__legend.current label {
  color: #1aa21a;
}
@media (max-width: 767px) {
  .goals .g__goal.complete .g__legend label span:last-child {
    float: left;
  }
}
.goals .preview-mode .g__goal {
  margin-bottom: 0.9375rem;
}
.goals .preview-mode .g__goal-graph {
  height: 11.25rem;
}
.goals .preview-mode .g__title {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .goals .preview-mode .g__title {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.goals .preview-mode .g__title {
  color: #6f6f6f;
}
.goals .preview-mode .g__goal-type {
  top: -0.125rem;
}

.ft__section .goals li.g__goal-wrapper .g__goal {
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #f5f5f5;
}
.ft__section .goals li.g__goal-wrapper:last-child .g__goal {
  margin-bottom: 0;
  border-bottom: none;
}
.ft__section .goals .g__content-wrapper {
  margin-top: -2.8125rem;
}
.ft__section .goals .g__header span {
  color: #505050;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.modal-new-goal .modal-dialog {
  max-width: 37.5rem;
}
.modal-new-goal .mng__header {
  color: #1573bc;
}
.modal-new-goal .mng__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem;
  color: #505050;
  font-size: 1.875rem;
  cursor: pointer;
}
.modal-new-goal form {
  margin-right: -15px;
  margin-left: -15px;
}
.modal-new-goal form:before, .modal-new-goal form:after {
  display: table;
  content: " ";
}
.modal-new-goal form:after {
  clear: both;
}
.modal-new-goal .mng__form-lhs {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .modal-new-goal .mng__form-lhs {
    float: left;
    width: 50%;
  }
}
.modal-new-goal .mng__form-rhs {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .modal-new-goal .mng__form-rhs {
    float: left;
    width: 50%;
  }
}
@media (min-width: 767px) {
  .modal-new-goal .input-group.target_by.mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .modal-new-goal .input-group.target_by.desktop {
    display: none;
  }
}
.modal-new-goal .input-group.type select {
  width: 100%;
}
@media (min-width: 767px) {
  .modal-new-goal .input-group.type {
    min-height: 3.5rem;
  }
}
.modal-new-goal .input-group.target_by input[type=date] {
  padding-right: 1.875rem;
}
.modal-new-goal .input-group.target_by svg {
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  fill: #1573bc;
  pointer-events: none;
}
.modal-new-goal .input-group.delete {
  float: left;
  margin-left: 0;
}
@media (max-width: 767px) {
  .modal-new-goal .input-group.delete {
    padding-top: 1.40625rem;
  }
}
.modal-new-goal .mng__actions {
  margin-right: -15px;
  margin-left: -15px;
}
.modal-new-goal .mng__actions:before, .modal-new-goal .mng__actions:after {
  display: table;
  content: " ";
}
.modal-new-goal .mng__actions:after {
  clear: both;
}
.modal-new-goal .mng__action-bar {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
.modal-new-goal .mng__confirm-actions {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0.9375rem;
  width: 100%;
  color: #d20000;
}
.modal-new-goal .mng__confirm-actions .actions {
  background: #fff;
}
.modal-new-goal .actions.ng-enter {
  opacity: 0;
  transition: all 2s;
}
.modal-new-goal .actions.ng-enter-active {
  opacity: 1;
}
.modal-new-goal .actions.ng-leave {
  opacity: 1;
  transition: all 2s;
}
.modal-new-goal .actions.ng-leave-active {
  opacity: 0;
}
.modal-new-goal .mng__confirm-actions.ng-enter {
  opacity: 0;
  transition: opacity 0.3s;
}
.modal-new-goal .mng__confirm-actions.ng-enter-active {
  opacity: 1;
}
.modal-new-goal .mng__confirm-actions.ng-leave {
  opacity: 1;
  transition: opacity 0.3s;
}
.modal-new-goal .mng__confirm-actions.ng-leave-active {
  opacity: 0;
}
.modal-new-goal ul.mng__goal-types {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.modal-new-goal li.mng__goal-type {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .modal-new-goal li.mng__goal-type {
    float: left;
    width: 50%;
  }
}
.modal-new-goal li.mng__goal-type {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  cursor: pointer;
  margin-bottom: 0.9375rem;
}
.modal-new-goal li.mng__goal-type .mng__goal-type-icon {
  float: left;
  margin-right: 0.46875rem;
}
.modal-new-goal li.mng__goal-type .mng__goal-type-caption {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .modal-new-goal li.mng__goal-type .mng__goal-type-caption {
    font: normal normal 300 0.875rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.modal-new-goal li.mng__goal-type .mng__goal-type-caption {
  color: #1573bc;
}
.modal-new-goal li.mng__goal-type:hover .mng__goal-type-caption,
.modal-new-goal li.mng__goal-type:hover .mng__goal-type-description {
  font-weight: bold;
}

.rulebooks-list .rl__content-wrapper {
  position: relative;
}
.rulebooks-list .rl__inner-content-wrapper {
  position: relative;
}
.rulebooks-list .rl__lhs {
  position: absolute;
  left: 0;
  top: 0;
  width: 15.625rem;
}
.rulebooks-list .partner-mode .rl__rhs {
  margin-left: 17.96875rem;
}
.rulebooks-list .rl__partner-blurb span {
  color: #1573bc;
}
.rulebooks-list .rl__header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .rulebooks-list .rl__header {
    font: normal normal 300 1.5rem / 1.75rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.rulebooks-list .rl__header {
  color: #1573bc;
}
.rulebooks-list .rl__header span {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .rulebooks-list .rl__header span {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.rulebooks-list .rl__header span {
  color: #6f6f6f;
}
@media (max-width: 767px) {
  .rulebooks-list .rl__header span {
    display: none;
  }
}
@media (max-width: 768px) {
  .rulebooks-list .partner-mode .rl__rhs {
    margin-left: 0;
  }
  .rulebooks-list .rl__lhs {
    position: static;
    width: auto;
    margin-bottom: 1.875rem;
  }
}
.rulebooks-list .rl__sub-header {
  color: #1573bc;
  margin-bottom: 2.34375rem;
}
.rulebooks-list .rl__link-manage {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 1.40625rem;
  text-decoration: underline;
  z-index: 1000;
}
.rulebooks-list .rl__link-manage .svg {
  position: absolute;
  top: 0.25rem;
  right: 0;
  fill: #1573bc;
}
.rulebooks-list .rl__btn-new {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
}
.rulebooks-list .rl__no-rulebooks {
  padding: 0.46875rem 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
  color: #6f6f6f;
  font-style: italic;
}
.rulebooks-list .rl__rulebooks-wrapper {
  padding-top: 1.40625rem;
}
.rulebooks-list .rl__rulebook-wrapper {
  position: relative;
  margin-bottom: 2.8125rem;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.rulebooks-list .rl__rulebook {
  padding: 0.9375rem 0.9375rem;
}

.rulebooks-list-item .rli__name {
  position: absolute;
  top: -1.625rem;
}
.rulebooks-list-item .rli__no-conditions {
  padding: 0.46875rem 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
  color: #6f6f6f;
  font-style: italic;
}
.rulebooks-list-item .rli__rulebook-actions {
  position: absolute;
  top: -1.875rem;
  right: 0;
}
@media (max-width: 767px) {
  .rulebooks-list-item .rli__rulebook-actions {
    top: -1.625rem;
  }
  .rulebooks-list-item .rli__rulebook-actions span {
    display: none;
  }
}
.rulebooks-list-item .rli__btn-add-condition,
.rulebooks-list-item .rli__btn-delete-rulebook {
  display: inline;
  width: auto;
  margin-left: 0.46875rem;
}
.rulebooks-list-item .rli__condition {
  position: relative;
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #f5f5f5;
}
.rulebooks-list-item .rli__condition:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.rulebooks-list-item .rli__condition-menu {
  position: absolute;
  top: 0;
  right: 0;
}
.rulebooks-list-item .rli__condition-menu button {
  margin-left: 0.46875rem;
  width: auto;
}
.rulebooks-list-item .rli__condition-name {
  margin-bottom: 0.46875rem;
  padding-left: 10rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .rulebooks-list-item .rli__condition-name {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.rulebooks-list-item .rli__condition-name {
  font-weight: 700;
  color: #1573bc;
  line-height: 1.875rem;
}
@media (max-width: 767px) {
  .rulebooks-list-item .rli__condition-name {
    width: 100%;
    clear: both;
    padding-left: 0;
  }
}
.rulebooks-list-item .rli__condition-arrows {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .rulebooks-list-item .rli__condition-arrows {
    position: static;
  }
}
.rulebooks-list-item .rli__condition-arrow {
  float: left;
  cursor: pointer;
  padding: 0.375rem 0.5rem;
}
.rulebooks-list-item .rli__condition-arrow .svg {
  width: 1.25rem;
  height: 1.25rem;
}
.rulebooks-list-item .rli__condition-arrow.up .svg {
  position: relative;
  top: -0.0625rem;
}
.rulebooks-list-item .rli__condition-arrow.disabled .svg {
  fill: #cacaca;
}
.rulebooks-list-item .rli__condition-arrow:hover .svg {
  fill: #1573bc;
}
.rulebooks-list-item .rli__condition-arrow:hover.disabled .svg {
  fill: #cacaca;
}
.rulebooks-list-item .rli__condition-info-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.rulebooks-list-item .rli__condition-info-wrapper:before, .rulebooks-list-item .rli__condition-info-wrapper:after {
  display: table;
  content: " ";
}
.rulebooks-list-item .rli__condition-info-wrapper:after {
  clear: both;
}
.rulebooks-list-item .rli__condition-info-wrapper {
  clear: both;
}
.rulebooks-list-item .rli__condition-meta {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.rulebooks-list-item .rli__condition-meta ul {
  margin-bottom: 0.46875rem;
}
.rulebooks-list-item .rli__condition-meta li {
  display: block;
  color: #6f6f6f;
}
.rulebooks-list-item .rli__condition-actions {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.rulebooks-list-item .rli__condition-actions li {
  display: block;
  color: #1573bc;
  text-align: right;
}
.rulebooks-list-item .rli__condition-actions li span {
  font-weight: 700;
}
.rulebooks-list-item .rli__btn-go-to-search {
  display: inline-block;
  width: auto;
}
.rulebooks-list-item .rli__btn-add-saved-search {
  display: inline-block;
  width: auto;
  margin-left: 0.46875rem;
}
.rulebooks-list-item .view-only .rli__condition-name {
  padding-left: 0;
}

.rule-condition .rc__btn-settings-popover {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.rule-condition .rc__btn-settings-popover .svg {
  width: 1.25rem;
  height: 1.25rem;
}
@media (max-width: 767px) {
  .rule-condition .rc__btn-settings-popover {
    top: -0.1875rem;
  }
}
.rule-condition .rc__condition-name {
  margin-bottom: 0.46875rem;
  padding-left: 6.25rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .rule-condition .rc__condition-name {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.rule-condition .rc__condition-name {
  font-weight: 700;
  color: #1573bc;
  line-height: 1.875rem;
}
.rule-condition .rc__condition-arrows {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .rule-condition .rc__condition-arrows {
    top: -0.46875rem;
  }
}
.rule-condition .rc__condition-arrow {
  float: left;
  cursor: pointer;
  padding: 0 0.3125rem;
}
.rule-condition .rc__condition-arrow .svg {
  width: 30px;
  height: 30px;
}
.rule-condition .rc__condition-arrow.up .svg {
  position: relative;
  top: -0.0625rem;
}
.rule-condition .rc__condition-arrow.disabled .svg {
  fill: #cacaca;
}
.rule-condition .rc__condition-info-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.rule-condition .rc__condition-info-wrapper:before, .rule-condition .rc__condition-info-wrapper:after {
  display: table;
  content: " ";
}
.rule-condition .rc__condition-info-wrapper:after {
  clear: both;
}
.rule-condition .rc__condition-meta {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.rule-condition .rc__condition-meta li {
  display: block;
  color: #6f6f6f;
}
.rule-condition .rc__condition-actions {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.rule-condition .rc__condition-actions li {
  display: block;
  color: #1573bc;
  text-align: right;
}
.rule-condition .rc__condition-actions li span {
  font-weight: 700;
}

.modal-manage-rulebooks .mmr__content-wrapper {
  position: relative;
  padding: 0.9375rem 1.875rem;
}
@media (max-width: 767px) {
  .modal-manage-rulebooks .mmr__content-wrapper {
    padding: 0.46875rem 0.46875rem;
  }
}
.modal-manage-rulebooks .mmr__close {
  top: 0.9375rem;
  right: 0.9375rem;
}

.manage-rulebooks .mr__header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .manage-rulebooks .mr__header {
    font: normal normal 300 1.5rem / 1.75rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.manage-rulebooks .mr__header {
  color: #1573bc;
}
.manage-rulebooks .mr__rulebooks-wrapper {
  position: relative;
  margin-bottom: 1.875rem;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.manage-rulebooks .mr__actions {
  position: absolute;
  top: 0.375rem;
  right: 0.9375rem;
}
.manage-rulebooks .mr__actions button {
  width: auto;
}
.manage-rulebooks .mr__subheader {
  margin-bottom: 0;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .manage-rulebooks .mr__subheader {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.manage-rulebooks .mr__subheader {
  font-weight: 700;
  color: #1573bc;
  text-transform: uppercase;
  padding: 0.46875rem 0.9375rem;
  border-bottom: 1px solid #f5f5f5;
}
.manage-rulebooks .mr__new-rulebook-form-wrapper:before, .manage-rulebooks .mr__new-rulebook-form-wrapper:after {
  display: table;
  content: " ";
}
.manage-rulebooks .mr__new-rulebook-form-wrapper:after {
  clear: both;
}
.manage-rulebooks .mr__new-rulebook-form-wrapper {
  padding: 0.46875rem 0;
  border-bottom: 1px solid #f5f5f5;
}
.manage-rulebooks .mr__new-rulebook-form-wrapper .input-group.rulebook-name {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .manage-rulebooks .mr__new-rulebook-form-wrapper .input-group.rulebook-name {
    float: left;
    width: 66.6666666667%;
  }
}
.manage-rulebooks .mr__new-rulebook-form-wrapper .input-group.action {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .manage-rulebooks .mr__new-rulebook-form-wrapper .input-group.action {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 767px) {
  .manage-rulebooks .mr__new-rulebook-form-wrapper .input-group.action {
    top: 1.25rem;
  }
}
.manage-rulebooks .mr__blurb {
  margin-bottom: 0.46875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .manage-rulebooks .mr__blurb {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.manage-rulebooks .mr__blurb {
  color: #6f6f6f;
}
.manage-rulebooks .mr__rulebook {
  padding-top: 0.9375rem;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #f5f5f5;
  cursor: move;
}
.manage-rulebooks .mr__rulebook:last-child {
  border-bottom: none;
}
.manage-rulebooks .mr__draggable-dots {
  position: absolute;
  left: 0.6875rem;
  top: 0.9375rem;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
}
.manage-rulebooks .mr__draggable-dots:before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
}
.manage-rulebooks .mr__draggable-dots:after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
}
.manage-rulebooks .mr__rulebook-actions {
  float: right;
  margin-right: 0.9375rem;
}
.manage-rulebooks .mr__rulebook-arrow {
  position: relative;
  top: -0.1875rem;
  cursor: pointer;
  padding: 0 0.3125rem;
  display: inline-block;
}
.manage-rulebooks .mr__rulebook-arrow .svg {
  width: 30px;
  height: 30px;
}
.manage-rulebooks .mr__rulebook-arrow.up .svg {
  position: relative;
  top: -0.0625rem;
}
.manage-rulebooks .mr__rulebook-arrow.disabled .svg {
  fill: #cacaca;
}
.manage-rulebooks .mr__btn-deactivate-rulebook {
  width: auto;
  margin-left: 0.46875rem;
}
.manage-rulebooks .mr__btn-deactivate-rulebook {
  position: relative;
  top: -0.875rem;
}
.manage-rulebooks .mr__deactivated-wrapper {
  text-align: right;
  padding: 0.234375rem 0.9375rem 0.234375rem;
  border-top: 1px solid #f5f5f5;
}
.manage-rulebooks .mr__deactivated-link {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .manage-rulebooks .mr__deactivated-link {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.manage-rulebooks .mr__deactivated-link {
  color: #6f6f6f;
  text-align: right;
  text-decoration: underline;
}
.manage-rulebooks .mr__deactivated-rulebooks {
  padding-top: 0.46875rem;
}
.manage-rulebooks .mr__deactivated-rulebook:before, .manage-rulebooks .mr__deactivated-rulebook:after {
  display: table;
  content: " ";
}
.manage-rulebooks .mr__deactivated-rulebook:after {
  clear: both;
}
.manage-rulebooks .mr__deactivated-rulebook {
  padding: 0.46875rem 0;
  border-bottom: 1px solid #f5f5f5;
}
.manage-rulebooks .mr__deactivated-rulebook label {
  float: left;
}
.manage-rulebooks .mr__deactivated-rulebook button {
  float: right;
  width: auto;
}
.manage-rulebooks .mr__deactivated-rulebook:first-child {
  border-top: 1px solid #f5f5f5;
}
.manage-rulebooks .mr__deactivated-rulebook:last-child {
  border-bottom: none;
}
.manage-rulebooks .mr__new-rulebook-form-wrapper.ng-enter {
  overflow: hidden;
  padding: 0;
  opacity: 0;
  max-height: 0;
  clear: both;
  transition: all 0.3s;
}
.manage-rulebooks .mr__new-rulebook-form-wrapper.ng-enter-active {
  padding: 0.46875rem 0;
  max-height: 9.375rem;
  opacity: 1;
}
.manage-rulebooks .mr__new-rulebook-form-wrapper.ng-leave {
  overflow: hidden;
  padding: 0.46875rem 0;
  max-height: 9.375rem;
  opacity: 1;
  clear: both;
  transition: all 0.3s;
}
.manage-rulebooks .mr__new-rulebook-form-wrapper.ng-leave-active {
  padding: 0;
  max-height: 0;
  opacity: 0;
}
.manage-rulebooks .mr__deactivated-rulebooks.ng-enter {
  opacity: 0;
  transition: all 0.3s;
}
.manage-rulebooks .mr__deactivated-rulebooks.ng-enter-active {
  opacity: 1;
  transition: all 0.3s;
}
.manage-rulebooks .mr__deactivated-rulebooks.ng-leave {
  opacity: 0;
}

.modal-add-condition .modal-dialog {
  width: 46.25rem;
}
@media (max-width: 767px) {
  .modal-add-condition .modal-dialog {
    width: auto;
  }
}
.modal-add-condition .mac__content-wrapper {
  position: relative;
  padding: 0.9375rem 1.875rem;
}
@media (max-width: 767px) {
  .modal-add-condition .mac__content-wrapper {
    padding: 0.46875rem 0.46875rem;
  }
}
.modal-add-condition .mac__close {
  top: 0.9375rem;
  right: 0.9375rem;
}
.modal-add-condition.partner-mode .modal-dialog {
  width: 31.25rem;
}
@media (max-width: 767px) {
  .modal-add-condition.partner-mode .modal-dialog {
    width: auto;
  }
}

.add-condition .ac__header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .add-condition .ac__header {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.add-condition .ac__header {
  color: #1573bc;
}
.add-condition .ac__header span {
  font-weight: normal;
}
.add-condition .ac__inner-content-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.add-condition .ac__inner-content-wrapper:before, .add-condition .ac__inner-content-wrapper:after {
  display: table;
  content: " ";
}
.add-condition .ac__inner-content-wrapper:after {
  clear: both;
}
.add-condition .ac__form {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .add-condition .ac__form {
    float: left;
    width: 50%;
  }
}
.add-condition .ac__form {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0.9375rem;
}
.add-condition .ac__form p {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0.46875rem;
  color: #6f6f6f;
}
@media (max-width: 767px) {
  .add-condition .ac__form {
    margin-bottom: 0;
  }
}
.add-condition .ac__preview {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .add-condition .ac__preview {
    float: left;
    width: 50%;
  }
}
.add-condition .ac__preview {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0.9375rem;
  min-height: 4.0625rem;
}
.add-condition .ac__action-bar {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
.add-condition .ac__confirm-actions {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0.9375rem;
  width: 100%;
  color: #1aa21a;
}
.add-condition .ac__confirm-actions .actions {
  background: #fff;
}
.add-condition .ac__split-input-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.add-condition .ac__split-input-wrapper:before, .add-condition .ac__split-input-wrapper:after {
  display: table;
  content: " ";
}
.add-condition .ac__split-input-wrapper:after {
  clear: both;
}
.add-condition .ac__split-input-wrapper {
  margin-bottom: 0.9375rem;
}
.add-condition .ac__split-input-wrapper label {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .add-condition .ac__split-input-wrapper label {
    font: normal normal normal 0.75rem / 1.0625rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.add-condition .ac__split-input-wrapper label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.1171875rem;
}
.add-condition .ac__split-input-wrapper input:nth-child(2) {
  display: none;
}
.add-condition .ac__split-input-left {
  float: left;
  padding-right: 0.234375rem;
  width: 40%;
}
.add-condition .ac__split-input-right {
  padding-left: 0.234375rem;
  float: left;
  width: 60%;
}
.add-condition .ac__split-input-wrapper input,
.add-condition .ac__form .input-group input {
  transition: background 0.5s;
}
.add-condition .ac__split-input-wrapper.populated label,
.add-condition .ac__form .input-group.populated label {
  color: #1573bc;
}
.add-condition .ac__split-input-wrapper.populated input, .add-condition .ac__split-input-wrapper.populated .select2-choices,
.add-condition .ac__form .input-group.populated input,
.add-condition .ac__form .input-group.populated .select2-choices {
  background: rgb(231.6, 241, 248.3);
}
.add-condition .ac__split-input-wrapper.split .ac__split-input-right input,
.add-condition .ac__form .input-group.split .ac__split-input-right input {
  width: 45%;
}
.add-condition .ac__split-input-wrapper.split .ac__split-input-right input:first-child,
.add-condition .ac__form .input-group.split .ac__split-input-right input:first-child {
  float: left;
}
.add-condition .ac__split-input-wrapper.split .ac__split-input-right input:nth-child(2),
.add-condition .ac__form .input-group.split .ac__split-input-right input:nth-child(2) {
  display: block;
  float: right;
}
.add-condition .ac__no-preview-available {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  padding: 0.46875rem 0;
  font-style: italic;
  color: #6f6f6f;
  text-align: center;
}
.add-condition .ac__preview-title {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .add-condition .ac__preview-title {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.add-condition .ac__preview-title {
  color: #6f6f6f;
  margin-bottom: 0.234375rem;
}
@media (max-width: 767px) {
  .add-condition .ac__preview-title {
    display: none;
  }
}
.add-condition .ac__preview-display {
  padding: 0.46875rem 0.9375rem;
  margin-bottom: 0.9375rem;
  border: 1px solid #1573bc;
  background: rgb(231.6, 241, 248.3);
  color: #1573bc;
  border-radius: 3px;
}
.add-condition .ac__preview-display span {
  display: block;
}
@media (max-width: 767px) {
  .add-condition .ac__preview-display {
    display: none;
  }
}
.add-condition .ac__affect-history-toggle {
  text-align: right;
  margin-bottom: 0.9375rem;
}
.add-condition .ac__affect-history-toggle a {
  font-weight: 700;
}
.add-condition .ac__transaction-list-wrapper {
  position: relative;
  min-height: 3.75rem;
  color: #6f6f6f;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .add-condition .ac__transaction-list-wrapper {
    font: normal normal normal 0.75rem / 1.0625rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.add-condition .ac__transaction-list-spinner {
  position: absolute;
  top: 1.5625rem;
  left: 50%;
}
.add-condition .ac__transaction-list-spinner:before {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.625rem;
  margin-left: -0.625rem;
}
.add-condition .ac__transactions-label {
  display: block;
  margin-bottom: 0.46875rem;
  color: #1573bc;
}
.add-condition .ac__transactions-label span {
  font-weight: 700;
}
@media (min-width: 767px) {
  .add-condition .ac__transactions-label label {
    display: none;
  }
}
@media (max-width: 767px) {
  .add-condition .ac__transactions-label label {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 0.6875rem;
    line-height: 0.8125rem;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
    font-weight: 700;
    display: block;
  }
  .add-condition .ac__transactions-label {
    color: #fff;
    background: #1573bc;
    padding: 0.46875rem 0.9375rem;
    border-radius: 3px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .add-condition .ac__transactions-label label {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
@media (max-width: 767px) {
  .add-condition .ac__transaction-list-inline {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 0.3s;
  }
  .add-condition .ac__transaction-list-inline.show-on-mobile {
    opacity: 1;
    max-height: 18.75rem;
    padding-top: 0.46875rem;
    display: block;
  }
}
.add-condition .ac__transaction:before, .add-condition .ac__transaction:after {
  display: table;
  content: " ";
}
.add-condition .ac__transaction:after {
  clear: both;
}
.add-condition .ac__transaction {
  padding: 0.46875rem 0;
  border-bottom: 1px solid #f5f5f5;
}
.add-condition .ac__transaction:first-child {
  border-top: 1px solid #f5f5f5;
}
.add-condition .ac__transaction-overflow {
  padding-top: 0.46875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .add-condition .ac__transaction-overflow {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.add-condition .ac__transaction-overflow {
  color: #1573bc;
  text-align: right;
}
.add-condition .ac__transaction-item {
  float: left;
}
.add-condition .ac__transaction-item.description {
  width: 100%;
  color: #1573bc;
}
.add-condition .ac__transaction-item.date {
  width: 50%;
}
.add-condition .ac__transaction-item.amount {
  width: 50%;
  text-align: right;
}
.add-condition .ac__content-wrapper.partner-mode .ac__form {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .add-condition .ac__content-wrapper.partner-mode .ac__form {
    float: left;
    width: 100%;
  }
}
.add-condition .ac__transactions-list-content.ng-enter {
  opacity: 0;
  transition: opacity 0.3s;
}
.add-condition .ac__transactions-list-content.ng-enter-active {
  opacity: 1;
}
.add-condition .ac__transactions-list-content.ng-leave {
  opacity: 1;
  transition: opacity 0.3s;
}
.add-condition .ac__transactions-list-content.ng-leave-active {
  opacity: 0;
}
.add-condition .ac__no-preview-available.ng-enter,
.add-condition .ac__preview-content-wrapper.ng-enter,
.add-condition .ac__transaction-list-spinner.ng-enter {
  opacity: 0;
  transition: opacity 0.3s;
}
.add-condition .ac__no-preview-available.ng-enter-active,
.add-condition .ac__preview-content-wrapper.ng-enter-active,
.add-condition .ac__transaction-list-spinner.ng-enter-active {
  opacity: 1;
}
.add-condition .ac__no-preview-available.ng-leave,
.add-condition .ac__preview-content-wrapper.ng-leave,
.add-condition .ac__transaction-list-spinner.ng-leave {
  opacity: 1;
  transition: opacity 0.3s;
}
.add-condition .ac__no-preview-available.ng-leave-active,
.add-condition .ac__preview-content-wrapper.ng-leave-active,
.add-condition .ac__transaction-list-spinner.ng-leave-active {
  opacity: 0;
}
.add-condition .ac__transaction-list-content.ng-enter {
  opacity: 0;
  transition: opacity 0.3s;
}
.add-condition .ac__transaction-list-content.ng-enter-active {
  opacity: 1;
}
.add-condition .ac__confirm-actions.ng-enter {
  opacity: 0;
  transition: opacity 0.3s;
}
.add-condition .ac__confirm-actions.ng-enter-active {
  opacity: 1;
}
.add-condition .ac__confirm-actions.ng-leave {
  opacity: 1;
  transition: opacity 0.3s;
}
.add-condition .ac__confirm-actions.ng-leave-active {
  opacity: 0;
}

.modal-new-rulebook .input-group {
  margin-bottom: 0;
}
.modal-new-rulebook .input-group.name {
  position: relative;
  float: left;
  width: 66.6666666667%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.modal-new-rulebook .input-group.action {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.modal-new-rulebook .input-group.action button {
  margin-top: 1.171875rem;
}

.modal-manage-client-rulebooks .mmcr__rulebooks {
  margin-bottom: 0.9375rem;
}
.modal-manage-client-rulebooks .mmcr__rulebook {
  margin-right: -15px;
  margin-left: -15px;
}
.modal-manage-client-rulebooks .mmcr__rulebook:before, .modal-manage-client-rulebooks .mmcr__rulebook:after {
  display: table;
  content: " ";
}
.modal-manage-client-rulebooks .mmcr__rulebook:after {
  clear: both;
}
.modal-manage-client-rulebooks .mmcr__rulebook {
  padding-top: 0.46875rem;
  padding-bottom: 0.46875rem;
  border-bottom: 1px solid #f5f5f5;
}
.modal-manage-client-rulebooks .mmcr__rulebook-name {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  color: #1573bc;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .modal-manage-client-rulebooks .mmcr__rulebook-name {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.modal-manage-client-rulebooks .mmcr__rulebook-name span {
  margin-left: 0.234375rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .modal-manage-client-rulebooks .mmcr__rulebook-name span {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.modal-manage-client-rulebooks .mmcr__rulebook-name span {
  color: #6f6f6f;
}
.modal-manage-client-rulebooks .mmcr__installation-toggle {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: right;
}
.modal-manage-client-rulebooks .mmcr__installed-label {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .modal-manage-client-rulebooks .mmcr__installed-label {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.modal-manage-client-rulebooks .mmcr__installed-label {
  text-transform: uppercase;
  display: block;
  text-align: right;
}

.pricing-panels > .pp__content-wrapper {
  position: relative;
  margin-bottom: 4.6875rem;
}
.pricing-panels > .pp__content-wrapper.client {
  margin-bottom: 0.9375rem;
}
.pricing-panels > .pp__content-wrapper.client .pp__header {
  margin-bottom: 0.9375rem;
}
.pricing-panels > .pp__content-wrapper.client .pp__products-wrapper {
  max-width: 37.5rem;
  margin: 0 auto;
  margin-bottom: 3.75rem;
}
.pricing-panels > .pp__content-wrapper.client .pp__btn-change-wrapper {
  padding-top: 0.9375rem;
}
.pricing-panels .pp__header {
  color: #1573bc;
  margin-bottom: 3.28125rem;
}
.pricing-panels .pp__products-wrapper:before, .pricing-panels .pp__products-wrapper:after {
  display: table;
  content: " ";
}
.pricing-panels .pp__products-wrapper:after {
  clear: both;
}
.pricing-panels .pp__products-wrapper {
  position: relative;
  margin-bottom: 3.75rem;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.pricing-panels .pp__product {
  position: relative;
  float: left;
  padding: 1.875rem 0.9375rem;
  text-align: center;
  border-left: 1px solid #f5f5f5;
  transition: all 0.3s;
}
.pricing-panels .pp__product:first-child {
  border-left: none;
}
.pricing-panels .pp__product span {
  font-weight: 700;
}
.pricing-panels .pp__product.popular .pp__pad {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2.5rem;
  background: #fff;
  z-index: 100;
  transition: background 0.3s;
}
.pricing-panels .pp__product.popular .pp__pad.top {
  top: -2.5rem;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.05);
}
.pricing-panels .pp__product.popular .pp__pad.bottom {
  bottom: -2.5rem;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.pricing-panels .pp__product.popular .pp__product-name {
  position: relative;
  top: -0.9375rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .pricing-panels .pp__product.popular .pp__product-name {
    font: normal normal 300 1.5rem / 1.75rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.pricing-panels .pp__product.popular .pp__gst {
  bottom: -2.03125rem;
}
.pricing-panels .pp__product.popular .pp__pending {
  bottom: -2.03125rem;
}
.pricing-panels .pp__product:hover {
  cursor: pointer;
  background: rgb(247.98, 250.8, 252.99);
}
.pricing-panels .pp__product:hover.popular .pp__pad {
  background: rgb(247.98, 250.8, 252.99);
}
.pricing-panels .pp__btn-change-wrapper {
  padding-top: 1.875rem;
  width: 100%;
  text-align: center;
}
.pricing-panels .pp__btn-change {
  width: auto;
  display: inline-block;
}
.pricing-panels .pp__ribbon {
  position: absolute;
  top: -3.125rem;
  left: -0.75rem;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: normal;
  text-transform: uppercase;
  z-index: 200;
}

.pricing-panel .pp__content-wrapper:before, .pricing-panel .pp__content-wrapper:after {
  display: table;
  content: " ";
}
.pricing-panel .pp__content-wrapper:after {
  clear: both;
}
.pricing-panel .pp__subscriptions-included:before, .pricing-panel .pp__subscriptions-included:after {
  display: table;
  content: " ";
}
.pricing-panel .pp__subscriptions-included:after {
  clear: both;
}
.pricing-panel .pp__subscriptions-included {
  text-align: left;
}
.pricing-panel .pp__subscriptions-included > span {
  display: block;
}
.pricing-panel .pp__subscriptions-included .quantity {
  padding-right: 0.234375rem;
  font-weight: 700;
  text-align: right;
}
.pricing-panel .pp__subscriptions-included .description {
  padding-left: 0.234375rem;
}
.pricing-panel .pp__subscriptions-included .scaled-link {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .pricing-panel .pp__subscriptions-included .scaled-link {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.pricing-panel .pp__subscriptions-included .scaled-link {
  text-decoration: underline;
  color: #23b780;
}
.pricing-panel .pp__trial-wrapper {
  margin: 0.9375rem 0;
  padding: 0.46875rem 0.46875rem;
  background: #1573bc;
  color: #fff;
  border-radius: 3px;
}
.pricing-panel .pp__trial-wrapper .pp__trial {
  margin-top: 0.46875rem;
  padding: 0.234375rem 0.46875rem;
  background: #fff;
  color: #1573bc;
  border-radius: 3px;
}
.pricing-panel .pp__trial-wrapper .pp__trial span {
  font-weight: 700;
}
.pricing-panel .pp__product-name {
  text-transform: capitalize;
  margin-bottom: 0.9375rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .pricing-panel .pp__product-name {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.pricing-panel .pp__product-features {
  margin-top: 1.40625rem;
  text-align: left;
}
.pricing-panel .pp__product-feature {
  position: relative;
  display: block;
  color: #6f6f6f;
  padding-left: 1.875rem;
}
.pricing-panel .pp__product-feature label > span {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .pricing-panel .pp__product-feature label > span {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.pricing-panel .pp__product-feature .svg {
  position: absolute;
  top: 0.1875rem;
  left: 0;
  fill: #6f6f6f;
  width: 1rem;
  height: 1rem;
}
.pricing-panel .pp__product-feature.included {
  color: #1aa21a;
}
.pricing-panel .pp__product-feature.included .svg {
  fill: #1aa21a;
}
.pricing-panel .pp__gst {
  position: absolute;
  left: 0.9375rem;
  bottom: 0.46875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .pricing-panel .pp__gst {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.pricing-panel .pp__gst {
  color: #6f6f6f;
  z-index: 200;
}
.pricing-panel .pp__product-amount {
  margin-bottom: 0.9375rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .pricing-panel .pp__product-amount {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.pricing-panel .pp__product-amount {
  font-weight: normal;
}
.pricing-panel .pp__product-amount span {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .pricing-panel .pp__product-amount span {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.pricing-panel .pp__subscriptions-included {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .pricing-panel .pp__subscriptions-included {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.pricing-panel .pp__subscriptions-included {
  font-weight: normal;
}
.pricing-panel .pp__product-additional {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .pricing-panel .pp__product-additional {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.pricing-panel .pp__product-additional {
  transition: all 0.3s;
}
.pricing-panel.compact .pp__product-name {
  display: inline-block;
  margin-bottom: 0;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .pricing-panel.compact .pp__product-name {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.pricing-panel.compact .pp__product-amount {
  display: block;
  margin-bottom: 0.234375rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .pricing-panel.compact .pp__product-amount {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.pricing-panel.compact .pp__product-amount:before {
  content: "(";
}
.pricing-panel.compact .pp__product-amount:after {
  content: ")";
}
.pricing-panel.compact .pp__subscriptions-included {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .pricing-panel.compact .pp__subscriptions-included {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.pricing-panel.compact .pp__subscriptions-included {
  font-weight: 700;
}
.pricing-panel.compact .pp__subscriptions-included table {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .pricing-panel.compact .pp__subscriptions-included table {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.pricing-panel.compact .pp__subscriptions-included table {
  font-weight: normal;
}
.pricing-panel.compact .pp__subscriptions-included .scaled-link {
  margin-top: 0.234375rem;
}
.pricing-panel.compact .pp__product-features {
  margin-top: 0.9375rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .pricing-panel.compact .pp__product-features {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.pricing-panel.compact .pp__product-feature {
  display: none;
}
.pricing-panel.compact .pp__product-feature.included {
  display: block;
}
.pricing-panel.compact .pp__product-feature.included .svg {
  top: 0;
  width: 0.75rem;
  height: 0.75rem;
}
.pricing-panel.compact .pp__gst {
  position: static;
  margin-top: 0.46875rem;
}
.pricing-panel.name-price-only .pp__content-wrapper > * {
  display: none;
}
.pricing-panel.name-price-only .pp__content-wrapper .pp__product-name,
.pricing-panel.name-price-only .pp__content-wrapper .pp__product-amount {
  display: block;
  margin-bottom: 0;
  width: 50%;
  float: left;
}
.pricing-panel.name-price-only .pp__content-wrapper .pp__product-name {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .pricing-panel.name-price-only .pp__content-wrapper .pp__product-name {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.pricing-panel.name-price-only .pp__content-wrapper .pp__product-amount {
  display: block;
  width: 50%;
  float: left;
  text-align: right;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .pricing-panel.name-price-only .pp__content-wrapper .pp__product-amount {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.pricing-panel.name-price-only .pp__content-wrapper .pp__product-amount:before {
  content: "from ";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .pricing-panel.name-price-only .pp__content-wrapper .pp__product-amount:before {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.pricing-panel.name-price-only .pp__content-wrapper .pp__product-amount:before {
  color: #6f6f6f;
}

.modal-scaled-pricing .modal__close {
  right: 0.9375rem;
}
.modal-scaled-pricing .msp__header {
  padding-right: 2.8125rem;
}
.modal-scaled-pricing .msp__header span {
  color: #1573bc;
}
.modal-scaled-pricing .msp__content-wrapper:before, .modal-scaled-pricing .msp__content-wrapper:after {
  display: table;
  content: " ";
}
.modal-scaled-pricing .msp__content-wrapper:after {
  clear: both;
}
.modal-scaled-pricing .msp__btn-dismiss {
  width: auto;
  float: right;
}

.scaled-pricing .sp__blurb {
  padding-right: 2.8125rem;
}
.scaled-pricing .sp__product h3 {
  color: #1573bc;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .scaled-pricing .sp__product h3 {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.scaled-pricing .sp__product h3 {
  margin-bottom: 0;
}
.scaled-pricing .sp__product table {
  width: 100%;
  margin-bottom: 0.9375rem;
}
.scaled-pricing .sp__product tr {
  border-top: 1px solid #f5f5f5;
}
.scaled-pricing .sp__product tr:first-child {
  border-top: none;
}
.scaled-pricing .sp__product .price {
  text-align: right;
  color: #1573bc;
}
.scaled-pricing .sp__product .price span {
  font-weight: 700;
}

.invoice:before, .invoice:after {
  display: table;
  content: " ";
}
.invoice:after {
  clear: both;
}
.invoice .i__content-wrapper {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 0.9375rem;
  padding: 1.875rem 1.875rem;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.invoice table {
  width: 100%;
  font-size: 14px;
  color: #6f6f6f;
}
.invoice .half {
  width: 50%;
}
.invoice p {
  margin-bottom: 0;
}
.invoice .small {
  font-size: 11px;
}
.invoice .large {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
}
.invoice .bold {
  font-weight: 700;
}
.invoice .normal {
  font-weight: normal;
}
.invoice .right-align, .invoice .credit-reports table.cr__list .buttons, .credit-reports table.cr__list .invoice .buttons, .invoice table.iv__completed-table .col-buttons, table.iv__completed-table .invoice .col-buttons,
.invoice table.iv__pending-table .col-buttons,
table.iv__pending-table .invoice .col-buttons, .invoice table.iv__completed-table .col-initially-sent, table.iv__completed-table .invoice .col-initially-sent,
.invoice table.iv__pending-table .col-initially-sent,
table.iv__pending-table .invoice .col-initially-sent {
  text-align: right;
}
.invoice .left-align {
  text-align: left;
}
.invoice .uppercase {
  text-transform: uppercase;
}
.invoice .divider {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  clear: both;
  width: 100%;
  height: 1px;
  background: #f5f5f5;
}
.invoice .spacer {
  clear: both;
  width: 100%;
  height: 1.875rem;
}
.invoice .i__logo-wrapper img {
  width: 70%;
  max-width: 300px;
}
.invoice .i__logo {
  width: 50%;
}
.invoice .i__billing-period {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.invoice .i__meta {
  width: 50%;
  vertical-align: top;
}
.invoice .i__amount-owing {
  width: 40%;
  vertical-align: bottom;
}
.invoice .i__bill-to {
  width: 60%;
}
.invoice .i__contact {
  width: 50%;
}
.invoice .i__total-amounts-wrapper {
  width: 50%;
}
.invoice .i__line-items {
  color: #505050;
}
.invoice .i__line-items > thead th {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 0.234375rem;
}
.invoice .i__line-items > tbody td:first-child {
  width: 60%;
}
.invoice .i__line-items > tbody td:last-child {
  width: 40%;
}
.invoice .i__line-items > tbody td {
  padding-top: 0.46875rem;
  padding-bottom: 0.46875rem;
}
.invoice .i__line-items > tbody tr:first-child td {
  padding-top: 1.40625rem;
}
.invoice .i__line-items > tbody tr:last-child td {
  padding-bottom: 1.40625rem;
}
.invoice .i__contact {
  vertical-align: bottom;
}
.invoice .i__contact p {
  line-height: 16px;
}
.invoice .i__contact p:first-child {
  padding-top: 2.34375rem;
}
.invoice .i__load-wrapper {
  padding: 0.9375rem 0.9375rem 0;
  border-top: 1px solid #f5f5f5;
  font-style: italic;
  color: #6f6f6f;
  text-align: center;
  cursor: pointer;
  transition: color 0.3s;
}
.invoice .i__load-wrapper:hover {
  color: #28a9e1;
}
.invoice .i__load-wrapper.loading {
  color: rgba(255, 255, 255, 0);
}
.invoice .i__load-wrapper.loading:before {
  margin-top: 0;
}
.invoice .i__received-payments-header {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .invoice .i__received-payments-header {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.invoice .i__received-payments-header {
  color: #6f6f6f;
  padding-top: 0.9375rem;
}
.invoice .i__received-payments-key,
.invoice .i__received-payments-value {
  color: #6f6f6f;
  transition: all 0.3s;
}
.invoice .i__received-payments-line-item:hover .i__received-payments-key,
.invoice .i__received-payments-line-item:hover .i__received-payments-value {
  color: #1573bc;
  cursor: pointer;
}
.invoice .i__amount-owing-key,
.invoice .i__amount-owing-value {
  padding-top: 0.46875rem;
}
.invoice .i__billing-period,
.invoice .i__amount-owing-key,
.invoice .i__amount-owing-value,
.invoice .i__totals {
  color: #1573bc;
}
.invoice .i__btn-printable-version {
  float: left;
  width: auto;
  margin-top: 0.46875rem;
}
.invoice .i__btn-to-billing {
  display: none;
  width: auto;
  margin-bottom: 0.9375rem;
  margin-left: 0.9375rem;
}
.invoice.printable {
  margin-top: 0.9375rem;
}
.invoice.printable .i__content-wrapper {
  box-shadow: none;
  max-width: none;
}
.invoice.printable .i__btn-printable-version {
  display: none;
}
.invoice.printable .i__btn-to-billing {
  display: block;
}
.invoice.printable .i__line-items tbody tr {
  border-bottom: 1px solid #e3e3e3;
}

@media print {
  .invoice .i__btn-to-billing,
  .invoice #intercom-container-body {
    display: none;
  }
}
.modal-not-for-demo-role .mnfdr__content-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.modal-not-for-demo-role .mnfdr__content-wrapper:before, .modal-not-for-demo-role .mnfdr__content-wrapper:after {
  display: table;
  content: " ";
}
.modal-not-for-demo-role .mnfdr__content-wrapper:after {
  clear: both;
}
.modal-not-for-demo-role .mnfdr__lhs {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .modal-not-for-demo-role .mnfdr__lhs {
    float: left;
    width: 25%;
  }
}
.modal-not-for-demo-role .mnfdr__lhs {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.modal-not-for-demo-role .mnfdr__lhs .svg {
  padding: 1.875rem 1.875rem 0;
  width: 100%;
  height: auto;
  fill: #d20000;
}
@media (max-width: 767px) {
  .modal-not-for-demo-role .mnfdr__lhs .svg {
    display: block;
    padding: 0;
    width: 120px;
    margin: 0 auto 1.875rem;
  }
}
.modal-not-for-demo-role .mnfdr__rhs {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .modal-not-for-demo-role .mnfdr__rhs {
    float: left;
    width: 75%;
  }
}
.modal-not-for-demo-role .mnfdr__rhs {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.modal-not-for-demo-role .mnfdr__header {
  color: #1573bc;
}
.modal-not-for-demo-role p {
  color: #6f6f6f;
}

.institutions-search .is__header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .institutions-search .is__header {
    font: normal normal 300 1.5rem / 1.75rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.institutions-search .is__header {
  color: #1573bc;
}
.institutions-search .is__sub-header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .institutions-search .is__sub-header {
    font: normal normal 300 0.875rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.institutions-search .is__sub-header {
  color: #1573bc;
}
.institutions-search .is__sub-header--caption {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .institutions-search .is__sub-header--caption {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.institutions-search .is__sub-header--caption {
  color: #505050;
}
.institutions-search .is__search-field {
  float: right;
  padding-left: -0.9375rem;
}
.institutions-search .is__search-field input {
  width: 30%;
  min-width: 200px;
}
.institutions-search .is__group {
  position: relative;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  margin-bottom: 2.8125rem;
  padding: 0.9375rem 0.9375rem;
}
.institutions-search ul.is__institutions {
  margin-right: -15px;
  margin-left: -15px;
}
.institutions-search ul.is__institutions:before, .institutions-search ul.is__institutions:after {
  display: table;
  content: " ";
}
.institutions-search ul.is__institutions:after {
  clear: both;
}
.institutions-search li.is__institution {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .institutions-search li.is__institution {
    float: left;
    width: 33.3333333333%;
  }
}
.institutions-search li.is__institution {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .institutions-search li.is__institution {
    float: left;
    width: 25%;
  }
}
.institutions-search li.is__institution {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .institutions-search li.is__institution {
    float: left;
    width: 16.6666666667%;
  }
}
.institutions-search li.is__institution {
  height: 4.5rem;
  padding: 1.875rem;
  text-align: center;
}
.institutions-search li.is__institution img {
  position: relative;
  max-width: 100%;
  max-height: 42px;
}
.institutions-search li.is__empty {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .institutions-search li.is__empty {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}

.income-verifications .iv__small-display {
  display: none;
}
@media (max-width: 768px) {
  .income-verifications .iv__small-display {
    display: block;
  }
}
.income-verifications .iv__large-display {
  display: block;
}
@media (max-width: 768px) {
  .income-verifications .iv__large-display {
    display: none;
  }
}
.income-verifications .iv__content-wrapper {
  position: relative;
}
.income-verifications .iv__header {
  color: #1573bc;
  margin-bottom: 0;
}
.income-verifications .iv__header a {
  margin-left: 0.46875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .income-verifications .iv__header a {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.income-verifications .iv__header a {
  text-decoration: underline;
}
.income-verifications .iv__header .iv__list--actions {
  float: right;
}
.income-verifications .iv__header .iv__list--actions button {
  width: auto;
}
.income-verifications .iv__header .iv__list--actions input {
  display: inline;
  width: auto;
  margin-right: 0.46875rem;
  padding: 3px 5px;
}
.income-verifications .iv__header .iv__list--actions #iv-completed-search,
.income-verifications .iv__header .iv__list--actions #iv-pending-search {
  width: 190px;
}
.income-verifications .iv__header .iv__list--actions #iv-pending-search {
  margin-right: 0;
}
.income-verifications .iv__side-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 15.625rem;
  padding: 1.875rem 1.875rem;
  border: 1px solid rgb(212, 237.8, 249);
  border-radius: 3px;
  background: rgb(244.25, 250.7, 253.5);
  color: #1573bc;
}
.income-verifications .iv__sc-logo-mfaa {
  padding-top: 1.875rem;
  text-align: left;
}
.income-verifications .iv__sc-logo-mfaa img {
  width: 50%;
}
.income-verifications .iv__sc-logo-mfaa span {
  display: block;
  font-size: 0.6875rem;
  padding-left: 3px;
}
.income-verifications .iv__main-content {
  margin-left: 17.5rem;
}
@media (max-width: 1200px) {
  .income-verifications .iv__side-content:before, .income-verifications .iv__side-content:after {
    display: table;
    content: " ";
  }
  .income-verifications .iv__side-content:after {
    clear: both;
  }
  .income-verifications .iv__side-content {
    position: static;
    margin-bottom: 1.40625rem;
    width: 100%;
  }
  .income-verifications .iv__side-content p {
    padding-left: 0.9375rem;
  }
  .income-verifications .iv__main-content {
    margin-left: 0;
  }
  .income-verifications .iv__sc-logo-mfaa {
    display: none;
  }
}
.income-verifications .iv__auto-link {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.income-verifications .iv__auto-link label {
  display: block;
}
.income-verifications .iv__auto-link .btn--copy {
  float: right;
  width: 2.5rem;
}
.income-verifications .iv__auto-link .iv__main-auto-link-url {
  width: 100%;
  padding-right: 2.96875rem;
}
.income-verifications .iv__auto-link .iv__main-auto-link-url input {
  width: 100%;
  padding: 0.375rem 0.25rem;
  border: 1px dotted #28a9e1;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
}
.income-verifications .iv__sc-btn-wrapper {
  margin-bottom: 1.875rem;
}
.income-verifications .iv__btn-setup-auto-link {
  margin-top: 0.9375rem;
}
.income-verifications .iv__no-items {
  padding: 0.46875rem 0;
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
}
.income-verifications .iv__no-items a {
  text-decoration: underline;
}
.income-verifications .iv__empty-list {
  text-align: center;
  padding: 0.46875rem 0.9375rem;
  color: #6f6f6f;
  font-style: italic;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.income-verifications .iv__email-label {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.income-verifications .iv__list-wrapper {
  clear: both;
  margin-bottom: 5.625rem;
}
.income-verifications .iv__list-wrapper .name {
  width: 30%;
}
.income-verifications .iv__list-wrapper .name > span {
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .income-verifications .iv__list-wrapper .name > span {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.income-verifications .iv__list-wrapper .status {
  width: 20%;
}
.income-verifications .iv__list-wrapper .status span, .income-verifications .iv__list-wrapper .status label {
  display: block;
}
.income-verifications .iv__list-wrapper .status span::first-letter {
  text-transform: capitalize;
}
.income-verifications .iv__list-wrapper .status label {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .income-verifications .iv__list-wrapper .status label {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.income-verifications .iv__list-wrapper .is-archived {
  display: block;
  color: #6f6f6f;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .income-verifications .iv__list-wrapper .is-archived {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.income-verifications .iv__list-wrapper .initially-sent {
  width: 20%;
  text-align: right;
}
.income-verifications .iv__list-wrapper .initially-sent .time {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .income-verifications .iv__list-wrapper .initially-sent .time {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.income-verifications .iv__list-wrapper .buttons {
  width: 30%;
  text-align: right;
}
.income-verifications .iv__list-wrapper .buttons:before, .income-verifications .iv__list-wrapper .buttons:after {
  display: table;
  content: " ";
}
.income-verifications .iv__list-wrapper .buttons:after {
  clear: both;
}
.income-verifications .iv__list-wrapper .buttons button {
  width: auto;
  margin-bottom: 0.234375rem;
  margin-left: 0.234375rem;
}
.income-verifications .iv__list-wrapper .buttons button:last-child {
  margin-bottom: 0;
}
.income-verifications .iv__list-wrapper.completed .iv__items .status {
  color: #1aa21a;
}
.income-verifications .iv__items {
  transition: opacity 0.3s;
}
.income-verifications .iv__items.refreshing {
  opacity: 0.1;
}

.iv__list-pagination {
  float: right;
  margin-top: -0.9375rem;
}

.institutions-count-text {
  padding-top: 0.234375rem;
  padding-bottom: 0.234375rem;
  margin-top: 0.234375rem;
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
  margin-left: -0.46875rem;
  margin-right: -0.46875rem;
  border-radius: 3px;
}

table.iv__completed-table th, table.iv__completed-table td,
table.iv__pending-table th,
table.iv__pending-table td {
  padding: 0.5rem 1.25rem;
}
table.iv__completed-table td:first-child, table.iv__completed-table th:first-child,
table.iv__pending-table td:first-child,
table.iv__pending-table th:first-child {
  padding-left: 0;
}
table.iv__completed-table td:last-child, table.iv__completed-table th:last-child,
table.iv__pending-table td:last-child,
table.iv__pending-table th:last-child {
  padding-right: 0;
}
table.iv__completed-table th .email, table.iv__completed-table td .email,
table.iv__pending-table th .email,
table.iv__pending-table td .email {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  table.iv__completed-table th .email, table.iv__completed-table td .email,
  table.iv__pending-table th .email,
  table.iv__pending-table td .email {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
table.iv__completed-table tbody tr,
table.iv__pending-table tbody tr {
  cursor: pointer;
}
table.iv__completed-table .col-name .email,
table.iv__pending-table .col-name .email {
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  table.iv__completed-table .col-name .email,
  table.iv__pending-table .col-name .email {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
table.iv__completed-table .col-status span, table.iv__completed-table .col-status label,
table.iv__pending-table .col-status span,
table.iv__pending-table .col-status label {
  display: block;
}
table.iv__completed-table .col-status span::first-letter,
table.iv__pending-table .col-status span::first-letter {
  text-transform: capitalize;
}
table.iv__completed-table .col-status label,
table.iv__pending-table .col-status label {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  table.iv__completed-table .col-status label,
  table.iv__pending-table .col-status label {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
table.iv__completed-table .col-status .status-text,
table.iv__pending-table .col-status .status-text {
  color: #1aa21a;
}
table.iv__completed-table .col-status .confirmed-at,
table.iv__pending-table .col-status .confirmed-at {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  table.iv__completed-table .col-status .confirmed-at,
  table.iv__pending-table .col-status .confirmed-at {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
table.iv__completed-table .col-status .confirmed-at,
table.iv__pending-table .col-status .confirmed-at {
  color: #1aa21a;
  opacity: 0.8;
}
table.iv__completed-table .col-status .is-archived,
table.iv__pending-table .col-status .is-archived {
  display: block;
  color: #6f6f6f;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  table.iv__completed-table .col-status .is-archived,
  table.iv__pending-table .col-status .is-archived {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
table.iv__completed-table .col-initially-sent .time,
table.iv__pending-table .col-initially-sent .time {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  table.iv__completed-table .col-initially-sent .time,
  table.iv__pending-table .col-initially-sent .time {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
table.iv__completed-table .col-buttons:before, table.iv__completed-table .col-buttons:after,
table.iv__pending-table .col-buttons:before,
table.iv__pending-table .col-buttons:after {
  display: table;
  content: " ";
}
table.iv__completed-table .col-buttons:after,
table.iv__pending-table .col-buttons:after {
  clear: both;
}
table.iv__completed-table .col-buttons button,
table.iv__pending-table .col-buttons button {
  width: auto;
  margin-bottom: 0.234375rem;
  margin-left: 0.234375rem;
}
table.iv__completed-table .col-buttons button:last-child,
table.iv__pending-table .col-buttons button:last-child {
  margin-bottom: 0;
}
table.iv__completed-table .iv__re-enable-for,
table.iv__pending-table .iv__re-enable-for {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  table.iv__completed-table .iv__re-enable-for,
  table.iv__pending-table .iv__re-enable-for {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
table.iv__completed-table.completed .iv__items .status,
table.iv__pending-table.completed .iv__items .status {
  color: #1aa21a;
}

@-webkit-keyframes institutions-counter-updated-flash {
  from {
    background: rgb(222.75, 242.1, 250.5);
  }
  to {
    background: default;
  }
}
@keyframes institutions-counter-updated-flash {
  from {
    background: rgb(222.75, 242.1, 250.5);
  }
  to {
    background: default;
  }
}
.institutions-counter-updated {
  -webkit-animation-name: institutions-counter-updated-flash;
  -webkit-animation-duration: 3s;
  animation-name: institutions-counter-updated-flash;
  animation-duration: 3s;
}

.income-verification {
  position: relative;
}
.income-verification .iv__content-wrapper {
  position: relative;
}
.income-verification .iv__breadcrumb-wrapper:before, .income-verification .iv__breadcrumb-wrapper:after {
  display: table;
  content: " ";
}
.income-verification .iv__breadcrumb-wrapper:after {
  clear: both;
}
.income-verification .iv__breadcrumb-wrapper {
  margin-bottom: 1.875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .income-verification .iv__breadcrumb-wrapper {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.income-verification .iv__breadcrumb-wrapper {
  color: #1573bc;
}
.income-verification .iv__breadcrumb-wrapper a {
  text-decoration: none;
}
.income-verification .iv__breadcrumb-wrapper > * {
  float: left;
  margin-right: 0.46875rem;
}
.income-verification .iv__breadcrumb-wrapper > * span {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .income-verification .iv__breadcrumb-wrapper > * span {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.income-verification .iv__breadcrumb-wrapper > * span {
  color: #6f6f6f;
  margin-left: 0.234375rem;
}
.income-verification .iv__breadcrumb-wrapper .positive {
  color: #1aa21a;
}
.income-verification .iv__breadcrumb-separator {
  position: relative;
  top: 0.125rem;
}
.income-verification .iv__lhs {
  position: absolute;
  top: 0;
  left: 0;
  width: 17.5rem;
}
.income-verification .iv__lhs .iv__lhs-wrapper-outside {
  overflow: hidden;
  width: 17.5rem;
  transition: width 0.3s;
}
.income-verification .iv__lhs .iv__lhs-wrapper-inside {
  width: 17.5rem;
}
.income-verification .iv__lhs.iv__lhs-hidden {
  width: 0;
}
.income-verification .iv__lhs.iv__lhs-hidden .iv__lhs-wrapper-outside {
  width: 0;
}
.income-verification .iv__lhs-content {
  padding: 1.875rem 1.875rem;
  border: 1px solid rgb(212, 237.8, 249);
  border-radius: 3px;
  background: rgb(244.25, 250.7, 253.5);
  color: #1573bc;
}
.income-verification .iv__lhs-content:before, .income-verification .iv__lhs-content:after {
  display: table;
  content: " ";
}
.income-verification .iv__lhs-content:after {
  clear: both;
}
.income-verification .iv__lhs-content {
  padding: 0.9375rem 0.9375rem;
  margin-bottom: 0.9375rem;
}
.income-verification .iv__subheader {
  margin-bottom: 0.9375rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .income-verification .iv__subheader {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.income-verification .iv__subheader {
  color: #1573bc;
}
.income-verification .iv__rhs {
  margin-left: 19.375rem;
  transition: margin-left 0.3s;
}
.income-verification .iv__rhs .tc__tabs-wrapper {
  transition: padding-left 0.3s;
}
.income-verification .iv__rhs.iv__rhs-full-width {
  margin-left: 0;
}
.income-verification .iv__rhs.iv__rhs-full-width .tc__tabs-wrapper {
  padding-left: 19.375rem;
}
.income-verification .iv__analysis-awaiting-data-tab {
  font-size: 75%;
}
.income-verification .iv__tab-download-analysis-btn {
  display: inline-block;
  width: auto;
  margin-left: 0.9375rem;
}
.income-verification .iv__tab-download-analysis-btn .svg {
  margin-top: -7px;
  width: 0.75rem;
  height: 0.75rem;
}
.income-verification .iv__header {
  margin-bottom: 0.46875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .income-verification .iv__header {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.income-verification .iv__header {
  color: #1573bc;
}
.income-verification .iv__header--linked {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .income-verification .iv__header--linked {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.income-verification .iv__header--linked {
  color: #505050;
  margin-top: 0.9375rem;
  padding-top: 0.9375rem;
  border-top: 1px solid #ececec;
}
.income-verification .iv__header--note {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .income-verification .iv__header--note {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.income-verification .iv__actions {
  float: right;
  width: auto;
}
.income-verification .iv__actions .toggle {
  display: inline;
  margin-right: 0.9375rem;
}
.income-verification .iv__actions .iv__download-all {
  width: auto;
}
.income-verification .iv__empty-list {
  text-align: center;
  padding: 0.46875rem 0.9375rem;
  color: #6f6f6f;
  font-style: italic;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.income-verification .iv__email-label {
  display: block;
  width: 11.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.income-verification .iv__email-delivery-status label {
  margin-bottom: 0.5rem;
}
.income-verification .iv__email-delivery-status > span {
  line-height: 1.1rem !important;
}
.income-verification .iv__email-delivery-status abbr {
  text-decoration: underline;
  text-decoration-style: dotted;
}
.income-verification .iv__email-delivery-status abbr.negative {
  color: #d20000;
}
.income-verification .iv__btn-personal-details-edit {
  display: inline-block;
  width: auto;
  margin-left: 0.46875rem;
  vertical-align: text-bottom;
}
.income-verification .iv__personal-details-wrapper .ig__content-wrapper > span {
  line-height: 2.25rem;
}
.income-verification .iv__personal-details-wrapper .actions:before, .income-verification .iv__personal-details-wrapper .actions:after {
  display: table;
  content: " ";
}
.income-verification .iv__personal-details-wrapper .actions:after {
  clear: both;
}
.income-verification .iv__personal-details-wrapper .actions > div {
  width: 50%;
  float: left;
}
.income-verification .iv__personal-details-wrapper .actions > div:first-child {
  padding-right: 0.46875rem;
}
.income-verification .iv__personal-details-wrapper .actions > div:last-child {
  padding-left: 0.46875rem;
}
.income-verification .iv__section {
  margin-bottom: 1.875rem;
}
.income-verification .iv__status-strip {
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #f5f5f5;
}
.income-verification .iv__status-strip__phase {
  display: flex;
  align-items: center;
  margin-bottom: 0.46875rem;
}
.income-verification .iv__status-strip__dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e3e3e3;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
}
.income-verification .iv__status-strip__dot--done {
  background: #1573bc;
}
.income-verification .iv__status-strip__dot--active {
  background: #1573bc;
  box-shadow: 0 0 0 3px rgba(21, 115, 188, 0.18);
}
.income-verification .iv__status-strip__line {
  flex: 1;
  height: 2px;
  background: #e3e3e3;
}
.income-verification .iv__status-strip__line--done {
  background: #1573bc;
}
.income-verification .iv__status-strip__text {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .income-verification .iv__status-strip__text {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.income-verification .iv__status-strip__text {
  line-height: 1.5;
  color: #6f6f6f;
}
.income-verification .iv__status-strip__label {
  color: #1573bc;
}
.income-verification .iv__section.accounts .name {
  width: 50%;
}
.income-verification .iv__section.accounts .current {
  width: 25%;
  text-align: right;
}
.income-verification .iv__section.accounts .available {
  width: 25%;
  text-align: right;
}
.income-verification .iv__section.accounts .positive {
  color: #1aa21a;
}
.income-verification .iv__section.accounts .negative {
  color: #d20000;
}
.income-verification .iv__institution-wrapper {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  padding: 0.46875rem 0.9375rem;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.income-verification .iv__institution-wrapper.iv__statements-hidden {
  padding-bottom: 0;
}
.income-verification .iv__institution-wrapper.iv__statements-hidden .iv__holding-wrapper {
  border-bottom: 1px solid #f5f5f5;
}
.income-verification .iv__institution-wrapper.iv__statements-hidden .iv__holding-statements {
  display: none;
}
.income-verification .iv__institution-wrapper.iv__statements-hidden .iv__holdingless-statements-wrapper {
  display: none;
}
.income-verification .iv__institution-wrapper.iv__statements-hidden .iv__no-holding-statements {
  display: none;
}
.income-verification .iv__institution-header-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.income-verification .iv__institution-header-wrapper:before, .income-verification .iv__institution-header-wrapper:after {
  display: table;
  content: " ";
}
.income-verification .iv__institution-header-wrapper:after {
  clear: both;
}
.income-verification .iv__institution-header {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0.46875rem;
  padding-top: 0.46875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .income-verification .iv__institution-header {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.income-verification .iv__institution-header {
  color: #1573bc;
}
.income-verification .iv__sub-header {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0.46875rem;
  padding-top: 0.46875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .income-verification .iv__sub-header {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.income-verification .iv__sub-header {
  color: #1573bc;
}
.income-verification .iv__holding-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.income-verification .iv__holding-wrapper:before, .income-verification .iv__holding-wrapper:after {
  display: table;
  content: " ";
}
.income-verification .iv__holding-wrapper:after {
  clear: both;
}
.income-verification .iv__holding-wrapper {
  padding-bottom: 0.46875rem;
  margin-bottom: 0.46875rem;
  border-bottom: 1px solid #e3e3e3;
}
.income-verification .iv__holding-wrapper:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.income-verification .iv__spreadsheet-note-list {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.income-verification .iv__spreadsheet-note-list ul {
  list-style-type: disc;
  margin-left: 0.9375rem;
}
.income-verification .iv__loan-application-ivs-header {
  margin-top: 0.9375rem;
}
.income-verification .iv__loan-application-ivs {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.income-verification .iv__loan-application-ivs ul {
  list-style-type: disc;
  margin-left: 0.9375rem;
}
.income-verification .iv__loan-application-ivs .laiv__remove-link {
  text-decoration: underline;
}
.income-verification .iv__loan-application-ivs .laiv__completed_date {
  color: #28a9e1;
}
.income-verification .iv__loan-application-ivs .laiv__this {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .income-verification .iv__loan-application-ivs .laiv__this {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.income-verification .iv__loan-application-ivs .laiv__id {
  margin-left: 0.234375rem;
  margin-right: 0.234375rem;
  color: #b7b7b7;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .income-verification .iv__loan-application-ivs .laiv__id {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.income-verification .iv__loan-application-ivs .laiv__actions {
  margin-top: 0.46875rem;
  margin-bottom: 0.46875rem;
  margin-left: 0.9375rem;
}
.income-verification .iv__loan-application-ivs .laiv__link-btn {
  width: auto;
}
.income-verification .iv__loan-application-ivs .laiv__link-btn .svg {
  margin-top: -0.375rem;
  height: 0.875rem;
  width: 0.875rem;
}
.income-verification .iv__holding-visibility--invisible .iv__hidden-label {
  display: block;
}
.income-verification .iv__holding-visibility--invisible .iv__holding-visibility .icon-visible {
  display: none;
}
.income-verification .iv__holding-visibility--invisible .iv__holding-visibility .icon-invisible {
  display: block;
}
.income-verification .iv__holding-visibility--invisible .iv__holding-amounts {
  display: none;
}
.income-verification .iv__holding-visibility--invisible .iv__holding-statements {
  display: none;
}
.income-verification .iv__holding-visibility--invisible .iv__no-holding-statements {
  display: none;
}
.income-verification .iv__holding-visibility--invisible .iv__holding--additional-details {
  display: none;
}
.income-verification .iv__holding-name {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 1.625rem;
  color: #1573bc;
}
.income-verification .iv__hidden-label {
  cursor: pointer;
  display: none;
  float: right;
  margin-right: 0.9375rem;
  color: #cacaca;
}
.income-verification .iv__hidden-label:hover {
  color: #1573bc;
}
.income-verification .iv__holding-visibility {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}
.income-verification .iv__holding-visibility .svg {
  margin-top: 0.5rem;
}
.income-verification .iv__holding-visibility .icon-visible {
  display: block;
}
.income-verification .iv__holding-visibility .icon-invisible {
  display: none;
}
.income-verification .iv__holding-amounts {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.income-verification .iv__holding-amounts:before, .income-verification .iv__holding-amounts:after {
  display: table;
  content: " ";
}
.income-verification .iv__holding-amounts:after {
  clear: both;
}
.income-verification .iv__holding-amounts {
  text-align: right;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .income-verification .iv__holding-amounts {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.income-verification .iv__holding-amounts li {
  width: 100%;
  float: right;
}
.income-verification .iv__holding--additional-details {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.income-verification .iv__holding--additional-details:before, .income-verification .iv__holding--additional-details:after {
  display: table;
  content: " ";
}
.income-verification .iv__holding--additional-details:after {
  clear: both;
}
.income-verification .iv__holding--additional-details {
  margin-top: 0.46875rem;
  margin-bottom: 0.46875rem;
  padding: 0.46875rem 0.9375rem;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.income-verification .iv__holding--additional-details label.ad--label {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .income-verification .iv__holding--additional-details label.ad--label {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.income-verification .iv__holding--additional-details label.ad--label {
  float: right;
}
.income-verification .iv__holding--additional-details ul.ad--list li {
  display: inline-block;
  margin-right: 0.9375rem;
  margin-bottom: 5px;
}
.income-verification .iv__holding--additional-details ul.ad--list li label {
  padding: 2px 2px 0px;
  color: #6f6f6f;
  white-space: nowrap;
}
.income-verification .iv__holding--additional-details ul.ad--list li span {
  padding: 2px 4px;
  background-color: rgba(242, 242, 242, 0.9);
  border-radius: 2px;
  white-space: nowrap;
}
.income-verification .iv__holding-statements {
  position: relative;
  float: left;
  width: 94.4166666667%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 5.5%;
}
.income-verification .iv__holding-statements .iv__statement:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.income-verification .iv__no-holding-statements {
  margin-top: 0.46875rem;
  padding-top: 0.46875rem;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid #f5f5f5;
  text-align: center;
  color: #6f6f6f;
  font-style: italic;
}
.income-verification .iv__holdingless-statements-wrapper .iv__statement:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.income-verification .iv__statement {
  margin-bottom: 0.46875rem;
  padding-bottom: 0.46875rem;
  border-bottom: 1px solid #f5f5f5;
}
.income-verification .iv__new-ribbon {
  background: #1aa21a;
  position: absolute;
  top: -0.75rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 0.875rem;
  right: -0.5625rem;
}
.income-verification .iv__new-ribbon:after {
  bottom: -0.5625rem;
  border-color: rgb(16.9, 105.3, 16.9) transparent transparent transparent;
  border-width: 0.5625rem 0.5625rem 0 0;
}
.income-verification .iv__btn-personal-details-edit.ng-enter {
  opacity: 0;
  transition: opacity 0.3s;
}
.income-verification .iv__btn-personal-details-edit.ng-enter-active {
  opacity: 1;
}
.income-verification .iv__btn-personal-details-edit.ng-leave {
  opacity: 1;
  transition: opacity 0.3s;
}
.income-verification .iv__btn-personal-details-edit.ng-leave-active {
  opacity: 0;
}
.income-verification .iv__link-status {
  margin-right: -15px;
  margin-left: -15px;
}
.income-verification .iv__link-status:before, .income-verification .iv__link-status:after {
  display: table;
  content: " ";
}
.income-verification .iv__link-status:after {
  clear: both;
}
.income-verification .iv__link-status {
  cursor: pointer;
  padding: 0.46875rem 0.9375rem;
  border-bottom: 1px solid #f5f5f5;
}
.income-verification .iv__link-status:last-child {
  border-bottom: none;
}
.income-verification .iv__link-status .ivls__name {
  position: relative;
  float: left;
  width: 66.6666666667%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .income-verification .iv__link-status .ivls__name {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.income-verification .iv__link-status .ivls__name {
  margin-bottom: 0;
}
.income-verification .iv__link-status .ivls__meta .ivls__meta-item {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .income-verification .iv__link-status .ivls__meta .ivls__meta-item {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.income-verification .iv__link-status .ivls__meta .ivls__meta-item {
  float: left;
  border-right: 1px solid #ececec;
  padding-right: 0.9375rem;
  margin-right: 0.9375rem;
  margin-bottom: 0.234375rem;
  color: #6f6f6f;
}
.income-verification .iv__link-status .ivls__meta .ivls__meta-item:last-child {
  border-right: none;
}
.income-verification .iv__link-status .ivls__meta .ivls__meta-item--no-statements {
  color: #FF9600;
}
.income-verification .iv__link-status .ivls__status {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: right;
}
.income-verification .iv__link-status .ivls__status-badge {
  background: #1573bc;
}
.income-verification .iv__link-status .ivls__status-badge.connected {
  background: #1aa21a;
}
.income-verification .iv__link-status .ivls__status-badge.error {
  background: #d20000;
}
.income-verification .iv__link-status .ivls__error {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .income-verification .iv__link-status .ivls__error {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.income-verification .iv__link-status .ivls__error {
  clear: both;
  margin-top: 0.46875rem;
  color: #d20000;
}
.income-verification .iv__link-status .ivls__wait {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .income-verification .iv__link-status .ivls__wait {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.income-verification .iv__link-status .ivls__wait {
  clear: both;
  margin-top: 0.46875rem;
  color: #1573bc;
}
.income-verification .iv__link-status .ivls__wait .ivls__wait-hint {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .income-verification .iv__link-status .ivls__wait .ivls__wait-hint {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.income-verification .iv__link-status .ivls__wait .ivls__wait-hint {
  color: rgb(56.1, 136, 198.05);
  margin-top: 0.234375rem;
}
.income-verification .iv__link-status .ivls__wait .ivls__wait-hint p {
  margin-bottom: 0.234375rem;
}

.modal-iv-analysis-report-choice .modal-dialog {
  width: 43.75rem;
}
@media (max-width: 767px) {
  .modal-iv-analysis-report-choice .modal-dialog {
    width: auto;
  }
}
.modal-iv-analysis-report-choice h3 {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .modal-iv-analysis-report-choice h3 {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.modal-iv-analysis-report-choice h3 {
  color: #1573bc;
}
.modal-iv-analysis-report-choice h4 {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .modal-iv-analysis-report-choice h4 {
    font: normal normal 300 0.875rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.modal-iv-analysis-report-choice h4 {
  color: #1573bc;
}
.modal-iv-analysis-report-choice .mivarc__content-wrapper {
  position: relative;
  padding: 0.9375rem 1.875rem;
}
@media (max-width: 767px) {
  .modal-iv-analysis-report-choice .mivarc__content-wrapper {
    padding: 0.46875rem 0.46875rem;
  }
}
.modal-iv-analysis-report-choice .mivarc__message ul {
  list-style: disc;
  padding-left: 1.875rem;
  margin-bottom: 0.46875rem;
}
.modal-iv-analysis-report-choice .mivarc__message li {
  margin-bottom: 0.46875rem;
}
.modal-iv-analysis-report-choice .mivarc__choices {
  margin-bottom: 0.9375rem;
}
.modal-iv-analysis-report-choice .mivarc__choices ul {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.modal-iv-analysis-report-choice .mivarc__choices ul li {
  cursor: pointer;
  border-radius: 3px;
  padding: 0.234375rem;
}
.modal-iv-analysis-report-choice .mivarc__choices ul li.checked .mivarc__chosen-template-check {
  visibility: visible;
}
.modal-iv-analysis-report-choice .mivarc__choices ul li.checked {
  background-color: rgb(233.5, 246.4, 252);
}
.modal-iv-analysis-report-choice .mivarc__choices ul li:hover {
  background-color: rgb(233.5, 246.4, 252);
}
.modal-iv-analysis-report-choice .mivarc__choices .toggle > a {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .modal-iv-analysis-report-choice .mivarc__choices .toggle > a {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.modal-iv-analysis-report-choice .mivarc__choices .toggle > a {
  color: #020202;
}
.modal-iv-analysis-report-choice .mivarc__choices .toggle > a > span {
  margin-right: 10px;
}
.modal-iv-analysis-report-choice .mivarc__choices .toggle-note {
  padding-left: 58px;
}
.modal-iv-analysis-report-choice .mivarc__choices .mivarc__chosen-template-check {
  position: absolute;
  float: left;
  padding-top: 2px;
  padding-left: 2px;
  width: 16px;
  height: 16px;
  visibility: hidden;
}
.modal-iv-analysis-report-choice .mivarc__choices .mivarc__chosen-template-check .svg {
  fill: #1aa21a;
  width: 16px;
  height: 16px;
}
.modal-iv-analysis-report-choice .mivarc__choices .mivarc__template-content {
  padding-left: 31px;
}
.modal-iv-analysis-report-choice .mivarc__choices label {
  min-height: 16px;
  font-weight: 400;
  font-size: 1.1rem;
}

.modal-link-iv .modal-dialog {
  width: 25rem;
}
@media (max-width: 767px) {
  .modal-link-iv .modal-dialog {
    width: auto;
  }
}
.modal-link-iv .mli__close {
  top: 0.9375rem;
  right: 0.9375rem;
}
.modal-link-iv .mli__content-wrapper {
  position: relative;
  padding: 0.9375rem 1.875rem;
}
@media (max-width: 767px) {
  .modal-link-iv .mli__content-wrapper {
    padding: 0.46875rem 0.46875rem;
  }
}
.modal-link-iv .mli__content-wrapper h2 {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .modal-link-iv .mli__content-wrapper h2 {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.modal-link-iv .mli__content-wrapper h2 {
  color: #1573bc;
}
.modal-link-iv .mli__content-wrapper h3 {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .modal-link-iv .mli__content-wrapper h3 {
    font: normal normal 300 0.875rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.modal-link-iv .mli__content-wrapper h3 {
  margin-top: 0.9375rem;
  color: #505050;
}
.modal-link-iv .mli__iv-list h5,
.modal-link-iv .mli__iv-selected h5 {
  font-weight: 400;
}
.modal-link-iv .mli__iv-list .status,
.modal-link-iv .mli__iv-selected .status {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .modal-link-iv .mli__iv-list .status,
  .modal-link-iv .mli__iv-selected .status {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.modal-link-iv .mli__iv-list .status,
.modal-link-iv .mli__iv-selected .status {
  margin-left: 0.234375rem;
}
.modal-link-iv .mli__iv-list .email,
.modal-link-iv .mli__iv-selected .email {
  color: #6f6f6f;
}
.modal-link-iv .mli__iv-list .mobile,
.modal-link-iv .mli__iv-selected .mobile {
  color: #6f6f6f;
}
.modal-link-iv .mli__iv-list .downloaded-date,
.modal-link-iv .mli__iv-selected .downloaded-date {
  color: #28a9e1;
}
.modal-link-iv .mli__iv-list .create-date,
.modal-link-iv .mli__iv-selected .create-date {
  color: #28a9e1;
}
.modal-link-iv .mli__iv-list .select2-highlighted .email {
  color: white;
}
.modal-link-iv .mli__iv-list .select2-highlighted .mobile {
  color: white;
}
.modal-link-iv .mli__iv-list .select2-highlighted .downloaded-date {
  color: white;
}
.modal-link-iv .mli__iv-list .select2-highlighted .create-date {
  color: white;
}
.modal-link-iv .mli__actions {
  margin-top: 1.875rem;
  margin-bottom: 0.9375rem;
  text-align: right;
}
.modal-link-iv .mli__actions .btn, .modal-link-iv .mli__actions .offers-notifications .on__action--btn, .offers-notifications .modal-link-iv .mli__actions .on__action--btn, .modal-link-iv .mli__actions .income-verification-transactions .ivt__updates-table tbody .actions .btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .modal-link-iv .mli__actions .btn--action, .modal-link-iv .mli__actions .income-verification-transactions button.ivt__change-category-btn, .income-verification-transactions .modal-link-iv .mli__actions button.ivt__change-category-btn,
.modal-link-iv .mli__actions .income-verification-transactions button.ivt__change-reported-btn,
.income-verification-transactions .modal-link-iv .mli__actions button.ivt__change-reported-btn, .modal-link-iv .mli__actions .modal-update-credentials .cancel, .modal-update-credentials .modal-link-iv .mli__actions .cancel {
  display: inline;
  margin-left: 0.46875rem;
  width: auto;
}

.income-verification-transactions .ivt__lhs {
  position: absolute;
  top: 0;
  left: 0;
  width: 15rem;
}
.income-verification-transactions .ivt__lhs .ivt__lhs-wrapper-outside {
  overflow: hidden;
  width: 15rem;
  transition: width 0.3s;
}
.income-verification-transactions .ivt__lhs .ivt__lhs-wrapper-inside {
  width: 15rem;
}
.income-verification-transactions .ivt__lhs.ivt__lhs-hidden {
  width: 0;
}
.income-verification-transactions .ivt__lhs.ivt__lhs-hidden .iv__lhs-wrapper-outside {
  width: 0;
}
.income-verification-transactions .ivt__lhs .ivt__lhs-content {
  margin-top: 2.875rem;
}
.income-verification-transactions .ivt__lhs .ivt__graph-panel {
  padding: 1.875rem 1.875rem;
  border: 1px solid rgb(212, 237.8, 249);
  border-radius: 3px;
  background: rgb(244.25, 250.7, 253.5);
  color: #1573bc;
  padding: 0.59375rem 0.9375rem 0.9375rem;
  margin-bottom: 0.9375rem;
}
.income-verification-transactions .ivt__rhs {
  margin-left: 15.9375rem;
  transition: margin-left 0.3s;
}
.income-verification-transactions .ivt__rhs .tc__tabs-wrapper {
  transition: padding-left 0.3s;
}
.income-verification-transactions .ivt__rhs.iv__rhs-full-width {
  margin-left: 0;
}
.income-verification-transactions .ivt__rhs.iv__rhs-full-width .tc__tabs-wrapper {
  padding-left: 32.875rem;
}
.income-verification-transactions .ivt__filters-panel {
  padding: 1.875rem 1.875rem;
  border: 1px solid rgb(212, 237.8, 249);
  border-radius: 3px;
  background: rgb(244.25, 250.7, 253.5);
  color: #1573bc;
  margin-bottom: 0.9375rem;
  padding-top: 0.46875rem;
  padding-bottom: 0.234375rem;
}
.income-verification-transactions .ivt__filters-panel .ivt__row {
  width: 15rem;
}
.income-verification-transactions .ivt__filters-panel label small {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .income-verification-transactions .ivt__filters-panel label small {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.income-verification-transactions .ivt__filters-panel-actions {
  float: right;
  margin-right: -0.9375rem;
}
.income-verification-transactions .ivt__row {
  margin-right: -15px;
  margin-left: -15px;
}
.income-verification-transactions .ivt__row:before, .income-verification-transactions .ivt__row:after {
  display: table;
  content: " ";
}
.income-verification-transactions .ivt__row:after {
  clear: both;
}
.income-verification-transactions .ivt__sub-header {
  margin-bottom: 0.46875rem;
  margin-left: -0.9375rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .income-verification-transactions .ivt__sub-header {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.income-verification-transactions .ivt__sub-header {
  color: #1573bc;
}
.income-verification-transactions .ivt__panel-header {
  margin-bottom: 0.46875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .income-verification-transactions .ivt__panel-header {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.income-verification-transactions .ivt__panel-header {
  color: #1573bc;
}
.income-verification-transactions .ivt__panel-header--actions {
  float: right;
  padding-top: 0.5rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .income-verification-transactions .ivt__panel-header--actions {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.income-verification-transactions .ivt__panel-header--actions span.no-updates {
  color: #505050;
}
.income-verification-transactions .ivt__date-range-display {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .income-verification-transactions .ivt__date-range-display {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.income-verification-transactions .ivt__date-range-display {
  margin-top: 0.234375rem;
  color: #505050;
}
.income-verification-transactions .ivt__category-clear, .income-verification-transactions .ivt__holding-clear {
  float: right;
  text-align: right;
  font-weight: normal;
}
.income-verification-transactions .ivt__category-include-children, .income-verification-transactions .ivt__holding-include-in-analysis {
  margin-top: 0.46875rem;
}
.income-verification-transactions .ivt__category-include-children .toggle, .income-verification-transactions .ivt__holding-include-in-analysis .toggle {
  width: 100%;
}
.income-verification-transactions .ivt__category-include-children .toggle span, .income-verification-transactions .ivt__holding-include-in-analysis .toggle span {
  float: right;
}
.income-verification-transactions .ivt__date-option-select {
  margin-bottom: 0.234375rem;
}
.income-verification-transactions .ivt__category-select h5,
.income-verification-transactions .ivt__summary-category-select h5 {
  font-weight: 700;
}
.income-verification-transactions .ivt__category-select small,
.income-verification-transactions .ivt__summary-category-select small {
  font-weight: normal;
}
.income-verification-transactions .ivt__summary-category--status {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .income-verification-transactions .ivt__summary-category--status {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.income-verification-transactions .ivt__summary-category--status {
  margin-left: 0.234375rem;
}
.income-verification-transactions .ivt__holding-select {
  position: relative;
  width: 100%;
}
.income-verification-transactions .ivt__holding-select h5 {
  font-weight: 700;
}
.income-verification-transactions .ivt__holding-select small {
  font-weight: normal;
}
.income-verification-transactions button.ivt__change-category-btn,
.income-verification-transactions button.ivt__change-reported-btn {
  width: inherit;
}
.income-verification-transactions button.ivt__change-category-btn:disabled,
.income-verification-transactions button.ivt__change-reported-btn:disabled {
  background-color: #bbb;
}
.income-verification-transactions .ivt__selected-status {
  background: rgb(233.5, 246.4, 252);
  padding: 0.46875rem;
  border-bottom: 1px solid rgb(212, 237.8, 249);
  color: #505050;
}
.income-verification-transactions .ivt__selected-status ul.ivt__change-actions li.ivt__change-action {
  display: inline;
  margin-right: 0.46875rem;
}
.income-verification-transactions .ivt__selected-status .ivt__transactions-selected {
  display: inline;
  float: right;
  text-align: right;
}
.income-verification-transactions .ivt__selected-status .ivt__transactions-selected .selected-count {
  font-weight: 700;
}
.income-verification-transactions .ivt__transactions-table-wrapper,
.income-verification-transactions .ivt__updates-table-wrapper {
  border: 1px solid rgb(212, 237.8, 249);
  border-radius: 3px;
  margin-bottom: 4.6875rem;
}
.income-verification-transactions .ivt__category-block {
  margin-top: 3px;
  width: 15px;
  height: 15px;
  float: left;
  border-radius: 2px;
  margin-right: 5px;
  opacity: 0.8;
}
.income-verification-transactions .ivt__transactions-table,
.income-verification-transactions .ivt__updates-table {
  width: 100%;
}
.income-verification-transactions .ivt__transactions-table th, .income-verification-transactions .ivt__transactions-table td,
.income-verification-transactions .ivt__updates-table th,
.income-verification-transactions .ivt__updates-table td {
  padding: 0.46875rem 0.46875rem;
  vertical-align: top;
  cursor: pointer;
}
.income-verification-transactions .ivt__transactions-table .checkbox,
.income-verification-transactions .ivt__updates-table .checkbox {
  width: 15px;
  padding-top: 0.59375rem;
  text-align: center;
}
.income-verification-transactions .ivt__transactions-table .date,
.income-verification-transactions .ivt__updates-table .date {
  width: 90px;
}
.income-verification-transactions .ivt__transactions-table .update-time,
.income-verification-transactions .ivt__updates-table .update-time {
  width: 130px;
}
.income-verification-transactions .ivt__transactions-table .description strong,
.income-verification-transactions .ivt__updates-table .description strong {
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .income-verification-transactions .ivt__transactions-table .description strong,
  .income-verification-transactions .ivt__updates-table .description strong {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.income-verification-transactions .ivt__transactions-table .description strong,
.income-verification-transactions .ivt__updates-table .description strong {
  font-weight: bold;
}
.income-verification-transactions .ivt__transactions-table .amount,
.income-verification-transactions .ivt__updates-table .amount {
  text-align: right;
}
.income-verification-transactions .ivt__transactions-table .account,
.income-verification-transactions .ivt__updates-table .account {
  min-width: 150px;
}
.income-verification-transactions .ivt__transactions-table .account small,
.income-verification-transactions .ivt__updates-table .account small {
  display: block;
  color: #505050;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .income-verification-transactions .ivt__transactions-table .account small,
  .income-verification-transactions .ivt__updates-table .account small {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.income-verification-transactions .ivt__transactions-table .category small,
.income-verification-transactions .ivt__updates-table .category small {
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .income-verification-transactions .ivt__transactions-table .category small,
  .income-verification-transactions .ivt__updates-table .category small {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.income-verification-transactions .ivt__transactions-table .category small,
.income-verification-transactions .ivt__updates-table .category small {
  padding-left: 20px;
}
.income-verification-transactions .ivt__transactions-table thead tr,
.income-verification-transactions .ivt__updates-table thead tr {
  background: rgb(233.5, 246.4, 252);
}
.income-verification-transactions .ivt__transactions-table thead th,
.income-verification-transactions .ivt__updates-table thead th {
  font-weight: 700;
  text-align: left;
  color: #505050;
  border-bottom: 1px solid rgb(212, 237.8, 249);
}
.income-verification-transactions .ivt__transactions-table thead th .ivt__sort-arrow,
.income-verification-transactions .ivt__updates-table thead th .ivt__sort-arrow {
  position: relative;
  top: -0.0625rem;
  left: 0.125rem;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #1573bc transparent transparent transparent;
  opacity: 0;
  transition: all 0.25s;
}
.income-verification-transactions .ivt__transactions-table thead th.asc .ivt__sort-arrow,
.income-verification-transactions .ivt__updates-table thead th.asc .ivt__sort-arrow {
  opacity: 1;
  transform: rotate(180deg);
  border-width: 8px 6px 0 6px;
}
.income-verification-transactions .ivt__transactions-table thead th.desc .ivt__sort-arrow,
.income-verification-transactions .ivt__updates-table thead th.desc .ivt__sort-arrow {
  opacity: 1;
  border-width: 8px 6px 0 6px;
}
.income-verification-transactions .ivt__transactions-table tfoot tr,
.income-verification-transactions .ivt__updates-table tfoot tr {
  background: rgb(233.5, 246.4, 252);
}
.income-verification-transactions .ivt__transactions-table tbody td,
.income-verification-transactions .ivt__updates-table tbody td {
  color: #020202;
  border-bottom: 1px solid #ececec;
}
.income-verification-transactions .ivt__transactions-table tbody tr:last-child td,
.income-verification-transactions .ivt__updates-table tbody tr:last-child td {
  border-bottom: none;
}
.income-verification-transactions .ivt__transactions-table tbody tr:nth-child(even),
.income-verification-transactions .ivt__updates-table tbody tr:nth-child(even) {
  background: #f0f0f0;
}
.income-verification-transactions .ivt__transactions-table tbody tr.highlight td,
.income-verification-transactions .ivt__updates-table tbody tr.highlight td {
  background-color: rgba(255, 255, 255, 0.85);
}
.income-verification-transactions .ivt__transactions-table tbody tr.not-reported td,
.income-verification-transactions .ivt__updates-table tbody tr.not-reported td {
  text-decoration: line-through;
}
.income-verification-transactions .ivt__transactions-table tbody .negative,
.income-verification-transactions .ivt__updates-table tbody .negative {
  color: #d20000;
}
.income-verification-transactions .ivt__updates-table tbody .undone {
  text-decoration: line-through;
}
.income-verification-transactions .ivt__updates-table tbody .actions {
  text-align: right;
  text-decoration: inherit;
}
.income-verification-transactions .ivt__updates-table tbody .actions .btn--action {
  width: inherit;
}
.income-verification-transactions .ivt__change-category-popover,
.income-verification-transactions .ivt__change-reported-popover,
.income-verification-transactions .ivt__change-summary-category-popover {
  max-width: 400px;
  border-color: rgb(169, 220.6, 243);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background: rgb(244.25, 250.7, 253.5);
}
.income-verification-transactions .ivt__change-category-popover .ivt__panel-close,
.income-verification-transactions .ivt__change-reported-popover .ivt__panel-close,
.income-verification-transactions .ivt__change-summary-category-popover .ivt__panel-close {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 0.9375rem;
  color: #6f6f6f;
  font-size: 1.5rem;
  cursor: pointer;
}
.income-verification-transactions .ivt__change-category-popover h3,
.income-verification-transactions .ivt__change-reported-popover h3,
.income-verification-transactions .ivt__change-summary-category-popover h3 {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .income-verification-transactions .ivt__change-category-popover h3,
  .income-verification-transactions .ivt__change-reported-popover h3,
  .income-verification-transactions .ivt__change-summary-category-popover h3 {
    font: normal normal 300 0.875rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.income-verification-transactions .ivt__change-category-popover h3,
.income-verification-transactions .ivt__change-reported-popover h3,
.income-verification-transactions .ivt__change-summary-category-popover h3 {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: normal;
  color: #1573bc;
  padding-right: 20px;
}
.income-verification-transactions .ivt__change-category-popover .arrow,
.income-verification-transactions .ivt__change-reported-popover .arrow,
.income-verification-transactions .ivt__change-summary-category-popover .arrow {
  border-right-color: rgb(169, 220.6, 243);
  border-left-color: rgb(169, 220.6, 243);
}
.income-verification-transactions .ivt__change-category-popover .arrow:after,
.income-verification-transactions .ivt__change-reported-popover .arrow:after,
.income-verification-transactions .ivt__change-summary-category-popover .arrow:after {
  border-right-color: rgb(244.25, 250.7, 253.5);
  border-left-color: rgb(244.25, 250.7, 253.5);
}
.income-verification-transactions .ivt__change-category-popover textarea,
.income-verification-transactions .ivt__change-reported-popover textarea,
.income-verification-transactions .ivt__change-summary-category-popover textarea {
  resize: none;
}
.income-verification-transactions tr.ivt__pagination {
  background: rgb(233.5, 246.4, 252);
}
.income-verification-transactions tr.ivt__pagination td {
  text-aligin: right;
}
.income-verification-transactions tr.ivt__pagination .ivt__pagination-list {
  float: right;
  margin: 0;
}
.income-verification-transactions .ivt__updates-panel {
  display: none;
}
.income-verification-transactions .ivt__updates-panel--show {
  display: block;
}
.income-verification-transactions .ivt__transactions-panel {
  display: none;
}
.income-verification-transactions .ivt__transactions-panel--show {
  display: block;
}
.income-verification-transactions .ivt__highlight {
  margin: -0.234375rem;
  padding: 0.234375rem;
  border-radius: 3px;
  transition: color 0.4s ease-in, text-shadow 0.4s ease-in, background-color 0.5s linear 0s;
  background-color: rgb(212, 237.8, 249);
}
.income-verification-transactions .ivt__panel-error {
  padding: 1.875rem 1.875rem;
  border: 1px solid rgb(212, 237.8, 249);
  border-radius: 3px;
  background: rgb(244.25, 250.7, 253.5);
  color: #1573bc;
  padding: 0.9375rem 0.9375rem;
  margin-bottom: 0.9375rem;
  border-color: #d20000;
  color: #d20000;
  background-color: rgb(250.5, 229.5, 229.5);
}

.statement-row .sr__content-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.statement-row .sr__content-wrapper:before, .statement-row .sr__content-wrapper:after {
  display: table;
  content: " ";
}
.statement-row .sr__content-wrapper:after {
  clear: both;
}
.statement-row .sr__statement-lhs {
  position: relative;
  float: left;
  width: 58.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.statement-row .sr__statement-rhs:before, .statement-row .sr__statement-rhs:after {
  display: table;
  content: " ";
}
.statement-row .sr__statement-rhs:after {
  clear: both;
}
.statement-row .sr__statement-rhs {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.statement-row .sr__statement-label label {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .statement-row .sr__statement-label label {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.statement-row .sr__statement-label span {
  margin-left: 0.46875rem;
  color: #b7b7b7;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .statement-row .sr__statement-label span {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.statement-row .sr__statement-description {
  width: 100%;
}
.statement-row .sr__statement-end-date {
  float: left;
  padding-right: 0.9375rem;
  width: 60%;
  text-align: right;
}
.statement-row .sr__statement-end-date dt {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .statement-row .sr__statement-end-date dt {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.statement-row .sr__statement-end-date dt {
  line-height: 1.375rem;
  color: #6f6f6f;
}
.statement-row .sr__statement-download {
  float: left;
  width: 40%;
  text-align: right;
}
.statement-row .sr__statement-download button {
  position: relative;
  top: 0.25rem;
}
.statement-row .sr__statement-download .sr__statement-download-btn {
  width: 35px;
  height: 32px;
  padding-right: 0;
}
.statement-row .sr__statement-download .sr__first-page-download-btn {
  width: 35px;
  height: 32px;
  padding-right: 0;
  margin-right: 0.46875rem;
}

.modal-income-verification-form .modal-dialog {
  width: 80%;
  min-width: 50rem;
  max-width: 75rem;
}
.modal-income-verification-form .ivf__header {
  color: #1573bc;
}
.modal-income-verification-form h4.ivf__header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .modal-income-verification-form h4.ivf__header {
    font: normal normal 300 0.875rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.modal-income-verification-form .input-group .error-message {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.modal-income-verification-form .ivf__content-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.modal-income-verification-form .ivf__content-wrapper:before, .modal-income-verification-form .ivf__content-wrapper:after {
  display: table;
  content: " ";
}
.modal-income-verification-form .ivf__content-wrapper:after {
  clear: both;
}
.modal-income-verification-form .ivf__content-wrapper .actions {
  padding-right: 0.9375rem;
}
.modal-income-verification-form .ivf__content-wrapper .issw__content-wrapper {
  clear: both;
}
.modal-income-verification-form .ivf__content-wrapper .tabbed-container .tc__content-wrapper {
  box-shadow: none;
}
.modal-income-verification-form .ivf__content-wrapper .tabbed-container .tc__tabs-wrapper {
  background: none;
}
.modal-income-verification-form .ivf__content-wrapper .tabbed-container .tc__tab {
  border-top: 1px solid #ececec;
  background: #f7f7f7;
}
.modal-income-verification-form .ivf__content-wrapper .tabbed-container .tc__main-content {
  padding-bottom: 0;
}
.modal-income-verification-form .ivf__opportunity-selector {
  margin-bottom: 0.9375rem;
}
.modal-income-verification-form .ivf__opportunity-selector h4 {
  margin-bottom: 0.46875rem;
}
.modal-income-verification-form .ivf__opportunity-selector .select2-highlighted small {
  color: #ffffff;
}
.modal-income-verification-form .ivf__opportunity-selector small {
  display: block;
  color: #555555;
  margin-bottom: 0.234375rem;
}
.modal-income-verification-form .ivf__section {
  margin-bottom: 0.9375rem;
}
.modal-income-verification-form .ivf__invitees {
  margin-right: -15px;
  margin-left: -15px;
}
.modal-income-verification-form .ivf__invitees:before, .modal-income-verification-form .ivf__invitees:after {
  display: table;
  content: " ";
}
.modal-income-verification-form .ivf__invitees:after {
  clear: both;
}
.modal-income-verification-form .ivf__invitees {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.modal-income-verification-form .ivf__invitee--wrapper {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0.9375rem;
  height: auto;
}
.modal-income-verification-form .ivf__invitee, .modal-income-verification-form .ivf__invitee--blank {
  padding: 0.9375rem 0.9375rem;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  height: 100%;
}
.modal-income-verification-form .ivf__invitee .ivf__invitee--delete, .modal-income-verification-form .ivf__invitee--blank .ivf__invitee--delete {
  position: absolute;
  top: 0;
  right: 0.9375rem;
  color: #d20000;
  font-size: 1.5rem;
  background: none;
  width: auto;
  font-weight: normal;
  z-index: 900;
  cursor: pointer;
}
.modal-income-verification-form .ivf__invitee .ivf__invitee--delete:hover, .modal-income-verification-form .ivf__invitee--blank .ivf__invitee--delete:hover {
  background: none;
}
.modal-income-verification-form .ivf__invitee--blank-wrapper {
  position: relative;
  float: left;
  width: 16.6666666667%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0.9375rem;
  height: auto;
}
.modal-income-verification-form .ivf__invitee--blank-contents {
  display: table;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.modal-income-verification-form .ivf__invitee--blank {
  border: 1px dotted rgb(169, 220.6, 243);
  text-align: center;
  display: table-cell;
  vertical-align: top;
  padding-top: 1.875rem;
}
.modal-income-verification-form .ivf__invitee--blank svg {
  width: 1.875rem;
  height: 1.875rem;
}
.modal-income-verification-form .ivf__invitee--blank span {
  display: block;
  margin-top: 0.46875rem;
  color: #1573bc;
  font-size: 1.125rem;
}
.modal-income-verification-form .ivf__invitee-blank-bottom {
  position: absolute;
  clear: both;
  text-align: center;
  margin-left: -0.9375rem;
  margin-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  bottom: 1.875rem;
  color: rgb(67.8, 143, 201.4);
}
.modal-income-verification-form .ivf__form .send-email,
.modal-income-verification-form .ivf__form .send-sms,
.modal-income-verification-form .ivf__form .auto-share {
  color: #1573bc;
}
.modal-income-verification-form .ivf__shared-options {
  margin-right: -15px;
  margin-left: -15px;
}
.modal-income-verification-form .ivf__shared-options:before, .modal-income-verification-form .ivf__shared-options:after {
  display: table;
  content: " ";
}
.modal-income-verification-form .ivf__shared-options:after {
  clear: both;
}
.modal-income-verification-form .ivf__invite-via--toggle {
  float: left;
  padding-right: 0.9375rem;
}
.modal-income-verification-form .ivf__shared-options--fw {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0.46875rem;
}
.modal-income-verification-form .ivf__shared-options--lhs {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.modal-income-verification-form .ivf__shared-options--lhs .input-group {
  padding-left: 0px;
}
.modal-income-verification-form .ivf__shared-options--rhs {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.modal-income-verification-form .ivf__shared-options--rhs .input-group {
  padding-left: 0px;
}
.modal-income-verification-form .ivf__shared-options--status {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .modal-income-verification-form .ivf__shared-options--status {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.modal-income-verification-form .ivf__shared-options--status {
  margin-left: 0.234375rem;
}
.modal-income-verification-form .ivf__label--float-right {
  float: right;
  font-weight: normal;
}
.modal-income-verification-form .ivf__label--float-right.limit-reached {
  color: #FF9600;
}
.modal-income-verification-form .ivf__preview {
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.modal-income-verification-form .ivf__preview-wrapper {
  position: relative;
  margin-bottom: 0.46875rem;
  border-radius: 3px;
  border: rem-5alc(6px) solid #f5f5f5;
  border-top-width: 2.25rem;
}
.modal-income-verification-form .ivf__preview-label {
  position: absolute;
  top: -1.875rem;
  left: 0.46875rem;
  font-weight: 700;
  color: #6f6f6f;
}
.modal-income-verification-form .ivf__preview-spinner {
  position: absolute;
  top: -1.25rem;
  right: 0.9375rem;
}
.modal-income-verification-form .ivf__preview-iframe {
  transition: opacity 0.3s;
  height: 100%;
}
.modal-income-verification-form .ivf__preview-iframe.refreshing {
  opacity: 0.2;
}
.modal-income-verification-form iframe {
  width: 100%;
  height: 100%;
}
.modal-income-verification-form .ivf__preview-wrapper {
  transition: opacity 0.5s;
}
.modal-income-verification-form .ivf__preview-wrapper.dim {
  opacity: 0.2;
}
.modal-income-verification-form .ivf__preview-wrapper.email {
  height: 45vh;
}
.modal-income-verification-form .ivf__preview-wrapper.sms {
  height: 14.375rem;
}
.modal-income-verification-form .svg .svg-primary-fill {
  fill: #1573bc;
}

.iv-statement-support-warning .issw__content-wrapper {
  padding: 1.875rem 1.875rem;
  border: 1px solid rgb(212, 237.8, 249);
  border-radius: 3px;
  background: rgb(244.25, 250.7, 253.5);
  color: #1573bc;
  padding: 0.9375rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.iv-statement-support-warning .issw__content-wrapper h3 {
  font-size: 1.125rem;
  margin-bottom: 0.46875rem;
}
.iv-statement-support-warning .issw__content-wrapper *:last-child {
  margin-bottom: 0;
}
.iv-statement-support-warning .issw__content-wrapper ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.46875rem;
}
.iv-statement-support-warning .issw__content-wrapper ul li .svg {
  position: absolute;
  left: 0;
  top: 0.25rem;
  fill: #1573bc;
}
.iv-statement-support-warning .issw__content-wrapper ul {
  margin-bottom: 0.9375rem;
}
.iv-statement-support-warning .issw__content-wrapper a {
  display: block;
  margin-bottom: 0.9375rem;
}

.ivssw__institutions-search {
  border: 1px solid rgb(212, 237.8, 249);
  border-radius: 3px;
  background: rgb(244.25, 250.7, 253.5);
  padding: 0.9375rem 0.46875rem;
}

.ivssw__institutions-container {
  height: 100%;
  max-height: 280px;
  overflow-y: scroll;
  border: 1px solid rgb(212, 237.8, 249);
  borer-radius: 3px;
  margin-top: 0.9375rem;
}

table.ivssw__institutions {
  width: 100%;
}
table.ivssw__institutions tr {
  background-color: white;
}
table.ivssw__institutions td {
  padding: 0.46875rem 0.46875rem;
  border-bottom: 1px solid #f5f5f5;
}
table.ivssw__institutions .ivssw__is-name {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  table.ivssw__institutions .ivssw__is-name {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
table.ivssw__institutions .ivssw__is-name {
  margin-bottom: 0.46875rem;
  font-weight: 700;
}
table.ivssw__institutions td.ivssw__is--logo {
  padding: 0.234375rem 0.234375rem;
  vertical-align: middle;
}
table.ivssw__institutions td.ivssw__is--logo img {
  width: 80px;
}
table.ivssw__institutions .ivssw__is--has-transactions {
  background: #cacaca;
  font-weight: normal;
}
table.ivssw__institutions .ivssw__is--has-statements {
  background: #cacaca;
  font-weight: normal;
}

.modal-credit-card-form .mccf__header {
  margin-bottom: 0.46875rem;
  color: #1573bc;
}
.modal-credit-card-form .mccf__blurb {
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #f5f5f5;
  color: #6f6f6f;
}
.modal-credit-card-form .mccf__inner-content-wrapper .ccf__content-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.modal-access-checker-blocked .macb__recommended-plans-wrapper {
  margin-bottom: 0.9375rem;
  color: #1573bc;
}
.modal-access-checker-blocked .macb__recommended-plan {
  padding: 0.46875rem 0;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
}
.modal-access-checker-blocked .macb__recommended-plan:first-child {
  border-top: 1px solid #f5f5f5;
}

.new-loan .nl__header {
  color: #1573bc;
}
.new-loan .nl__outer-form-wrapper {
  position: relative;
  padding-left: 19.6875rem;
}

.custom-dashboard-panel .cdp__content-wrapper {
  margin-bottom: 1.40625rem;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid #1573bc;
}
.custom-dashboard-panel .cdp__items:before, .custom-dashboard-panel .cdp__items:after {
  display: table;
  content: " ";
}
.custom-dashboard-panel .cdp__items:after {
  clear: both;
}
.custom-dashboard-panel .cdp__item {
  float: left;
  width: 16.6666666667%;
  padding: 0.9375rem 0.46875rem;
  text-align: center;
  border-left: 1px solid #1573bc;
  cursor: pointer;
}
.custom-dashboard-panel .cdp__item:first-child {
  border-left: none;
}
.custom-dashboard-panel .cdp__item .svg {
  display: block;
  margin: 0 auto 0.46875rem;
  width: 1.875rem;
  height: 1.875rem;
}
.custom-dashboard-panel .cdp__item .svg, .custom-dashboard-panel .cdp__item .svg * {
  fill: #23b780;
}
@media (max-width: 1200px) {
  .custom-dashboard-panel .cdp__item {
    width: 50%;
    border-top: 1px solid #1573bc;
    padding: 0.46875rem 0.46875rem;
    border: 0.46875rem 0.46875rem;
    text-align: left;
  }
  .custom-dashboard-panel .cdp__item span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0.125rem;
  }
  .custom-dashboard-panel .cdp__item:nth-child(2n+1) {
    border-left: none;
  }
  .custom-dashboard-panel .cdp__item:nth-child(1), .custom-dashboard-panel .cdp__item:nth-child(2) {
    border-top: none;
  }
  .custom-dashboard-panel .cdp__item .svg {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    margin: 0;
    margin-right: 0.46875rem;
  }
}
@media (max-width: 767px) {
  .custom-dashboard-panel .cdp__item {
    font-size: 0.6875rem;
  }
}
.custom-dashboard-panel input[type=number]::-webkit-inner-spin-button,
.custom-dashboard-panel input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.modal-custom-dashboard-panel .mcdp__close {
  right: 0.9375rem;
  top: 0.9375rem;
}
.modal-custom-dashboard-panel .mcdp__content-wrapper {
  color: #1573bc;
}
.modal-custom-dashboard-panel .mcdp__blurb {
  margin-bottom: 0.46875rem;
}
.modal-custom-dashboard-panel .mcdp__preferred-wrapper {
  margin-bottom: 0.9375rem;
}
.modal-custom-dashboard-panel .mcdp__preferred-label {
  display: block;
  margin-bottom: 0.234375rem;
  color: #505050;
  font-weight: 700;
}
.modal-custom-dashboard-panel .mcdp__preferred-inner-wrapper:before, .modal-custom-dashboard-panel .mcdp__preferred-inner-wrapper:after {
  display: table;
  content: " ";
}
.modal-custom-dashboard-panel .mcdp__preferred-inner-wrapper:after {
  clear: both;
}
.modal-custom-dashboard-panel .mcdp__preferred-inner-wrapper {
  border: 1px solid #28a9e1;
  border-radius: 3px;
}
.modal-custom-dashboard-panel .mcdp__preferred-option {
  float: left;
  width: 50%;
  padding: 0.46875rem 0.9375rem;
  color: #28a9e1;
  text-align: center;
  font-weight: 700;
  transition: all 0.3s;
  cursor: pointer;
}
.modal-custom-dashboard-panel .mcdp__preferred-option:first-child {
  border-top-left-radius: 1.5px;
  border-bottom-left-radius: 1.5px;
  border-right: 1px solid #28a9e1;
}
.modal-custom-dashboard-panel .mcdp__preferred-option:last-child {
  border-top-right-radius: 1.5px;
  border-bottom-right-radius: 1.5px;
}
.modal-custom-dashboard-panel .mcdp__preferred-option:hover {
  background: rgb(244.25, 250.7, 253.5);
}
.modal-custom-dashboard-panel .mcdp__preferred-option.selected {
  background: #28a9e1;
  color: #fff;
}
.modal-custom-dashboard-panel .mcdp__content-wrapper.success-content p,
.modal-custom-dashboard-panel .mcdp__content-wrapper.create-new-property-content p {
  text-align: center;
  color: #505050;
}
.modal-custom-dashboard-panel .mcdp__content-wrapper.success-content p .svg,
.modal-custom-dashboard-panel .mcdp__content-wrapper.create-new-property-content p .svg {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  margin: 0 auto 0.9375rem;
  fill: #1573bc;
}
.modal-custom-dashboard-panel .mcdp__content-wrapper.success-content p .svg.check-circle,
.modal-custom-dashboard-panel .mcdp__content-wrapper.create-new-property-content p .svg.check-circle {
  fill: #1aa21a;
}
.modal-custom-dashboard-panel .mcdp__custom-fields-wrapper {
  margin-bottom: 0.9375rem;
  padding: 0.46875rem 0.9375rem;
  background: rgb(208.2, 227, 241.6);
  border-radius: 3px;
}
.modal-custom-dashboard-panel .mcdp__radio-group-label,
.modal-custom-dashboard-panel .mcdp__textarea-label {
  display: block;
  margin-bottom: 0.234375rem;
  font-weight: 700;
}
.modal-custom-dashboard-panel .mcdp__radio {
  padding: 0.234375rem 0;
  border-top: 1px solid rgb(184.8, 213, 234.9);
}
.modal-custom-dashboard-panel .mcdp__radio:fisrt-child {
  border-top: none;
}
.modal-custom-dashboard-panel .mcdp__radio-label {
  margin-left: 0.9375rem;
}

.modal-survey-form .msf__close,
.uae__survey .msf__close {
  right: 0.9375rem;
  top: 0.9375rem;
}
.modal-survey-form .msf__description,
.uae__survey .msf__description {
  margin-bottom: 0.9375rem;
}
.modal-survey-form .msf__question,
.uae__survey .msf__question {
  margin-bottom: 0.9375rem;
}
.modal-survey-form .msf__question-label,
.uae__survey .msf__question-label {
  display: block;
  margin-bottom: 0.234375rem;
  color: #1573bc;
  font-weight: 700;
}
.modal-survey-form .msf__question-label span,
.uae__survey .msf__question-label span {
  font-weight: normal;
}
.modal-survey-form .msf__image-checkbox-wrapper,
.uae__survey .msf__image-checkbox-wrapper {
  border: 1px solid #1573bc;
  border-radius: 3px;
}
.modal-survey-form .msf__image-checkbox-check,
.uae__survey .msf__image-checkbox-check {
  float: right;
}
.modal-survey-form .msf__image-checkbox-check .svg,
.uae__survey .msf__image-checkbox-check .svg {
  position: relative;
  top: 0.3125rem;
  width: 0.9375rem;
  height: 0.9375rem;
  fill: #fff;
  opacity: 0;
  transition: all 0.3s;
}
.modal-survey-form .msf__image-checkbox,
.uae__survey .msf__image-checkbox {
  padding: 0.46875rem 0.9375rem;
  border-top: 1px solid #1573bc;
  cursor: pointer;
  transition: all 0.3s;
}
.modal-survey-form .msf__image-checkbox:first-child,
.uae__survey .msf__image-checkbox:first-child {
  border-top: none;
}
.modal-survey-form .msf__image-checkbox span .svg,
.uae__survey .msf__image-checkbox span .svg {
  fill: #1573bc;
  width: 1.5625rem;
  height: 1.5625rem;
  vertical-align: bottom;
  margin-right: 0.9375rem;
  transition: all 0.3s;
}
.modal-survey-form .msf__image-checkbox label,
.uae__survey .msf__image-checkbox label {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .modal-survey-form .msf__image-checkbox label,
  .uae__survey .msf__image-checkbox label {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.modal-survey-form .msf__image-checkbox label,
.uae__survey .msf__image-checkbox label {
  color: #1573bc;
  transition: all 0.3s;
}
.modal-survey-form .msf__image-checkbox.selected,
.uae__survey .msf__image-checkbox.selected {
  background: #1573bc;
}
.modal-survey-form .msf__image-checkbox.selected span .svg,
.uae__survey .msf__image-checkbox.selected span .svg {
  fill: #fff;
}
.modal-survey-form .msf__image-checkbox.selected label,
.uae__survey .msf__image-checkbox.selected label {
  color: #fff;
}
.modal-survey-form .msf__image-checkbox.selected .msf__image-checkbox-check .svg,
.uae__survey .msf__image-checkbox.selected .msf__image-checkbox-check .svg {
  opacity: 1;
}
.modal-survey-form .msf__complete-icon,
.uae__survey .msf__complete-icon {
  margin: 0.9375rem 0;
  text-align: center;
}
.modal-survey-form .msf__complete-icon .svg,
.uae__survey .msf__complete-icon .svg {
  width: 3.125rem;
  height: 3.125rem;
  fill: #1aa21a;
}
.modal-survey-form .msf__complete-blurb,
.uae__survey .msf__complete-blurb {
  text-align: center;
}
.modal-survey-form .msf__complete-blurb > span,
.uae__survey .msf__complete-blurb > span {
  margin-bottom: 0.9375rem;
  display: block;
}

.iv-analysis .iva__lhs {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .iv-analysis .iva__lhs {
    float: left;
    width: 33.3333333333%;
  }
}
.iv-analysis .iva__lhs {
  padding-left: 0;
  padding-right: 0.9375rem;
}
.iv-analysis .iva__rhs {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .iv-analysis .iva__rhs {
    float: left;
    width: 66.6666666667%;
  }
}
.iv-analysis .iva__rhs {
  padding-right: 0;
  padding-left: 0.9375rem;
}
.iv-analysis .iva__section-spacer {
  clear: both;
  height: 0.9375rem;
}

.sitewide-message-panel {
  padding: 1.875rem 1.875rem;
  border: 1px solid rgb(212, 237.8, 249);
  border-radius: 3px;
  background: rgb(244.25, 250.7, 253.5);
  color: #1573bc;
  padding: 0.46875rem 0.9375rem;
  margin-bottom: 0.9375rem;
  text-align: center;
  color: #505050;
}
.sitewide-message-panel h3 {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .sitewide-message-panel h3 {
    font: normal normal 300 0.875rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.sitewide-message-panel h3 {
  margin-bottom: 0.46875rem;
  color: #1573bc;
}
.sitewide-message-panel em {
  font-style: italic;
}
.sitewide-message-panel strong {
  font-weight: 700;
}
.sitewide-message-panel p {
  margin-bottom: 0.234375rem;
}
.sitewide-message-panel.notice h3 {
  color: #1573bc;
}
.sitewide-message-panel.notice .smp--close {
  color: #1573bc;
}
.sitewide-message-panel.notice {
  background: rgb(243.3, 248, 251.65);
  border: 1px solid rgb(208.2, 227, 241.6);
}
.sitewide-message-panel.warning h3 {
  color: #FF9600;
}
.sitewide-message-panel.warning .smp--close {
  color: #FF9600;
}
.sitewide-message-panel.warning {
  background: rgb(255, 249.75, 242.25);
  border: 1px solid #ffeacc;
}
.sitewide-message-panel.error h3 {
  color: #d20000;
}
.sitewide-message-panel.error .smp--close {
  color: #d20000;
}
.sitewide-message-panel.error {
  background: rgb(252.75, 242.25, 242.25);
  border: 1px solid #f6cccc;
}
.sitewide-message-panel.success h3 {
  color: #1aa21a;
}
.sitewide-message-panel.success .smp--close {
  color: #1aa21a;
}
.sitewide-message-panel.success {
  background: rgb(243.55, 250.35, 243.55);
  border: 1px solid rgb(209.2, 236.4, 209.2);
}
.sitewide-message-panel .smp--close {
  position: absolute;
  top: 0.1875rem;
  right: 0.5rem;
  font-size: 1.25rem;
  background: none;
  width: auto;
  font-weight: 300;
  z-index: 900;
  cursor: pointer;
}
.sitewide-message-panel .smp--close:hover {
  background: none;
}

.tl__container {
  padding-bottom: 1.875rem;
}
.tl__container .tl__refresh-btn {
  float: right;
  width: 150px;
  height: 34px;
  margin-right: 0.9375rem;
}

.tl__results {
  position: relative;
}
.tl__results .tl__loading {
  z-index: 200;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.tl__results table {
  z-index: 100;
  width: 100%;
}
.tl__results table td > span:first-child, .tl__results table th > span:first-child {
  padding: 0.125rem 0.3125rem;
}
.tl__results table .date {
  width: 90px;
  text-align: left;
}
.tl__results table .holding {
  text-align: left;
}
.tl__results table .description {
  text-align: left;
}
.tl__results table .description .merchant {
  font-weight: bold;
  color: #6f6f6f;
}
.tl__results table .description .merchant:before {
  content: "[";
  padding-right: 1px;
}
.tl__results table .description .merchant:after {
  content: "]";
  padding-left: 1px;
}
.tl__results table .category {
  min-width: 150px;
  text-align: left;
}
.tl__results table .tags {
  min-width: 100px;
  text-align: left;
}
.tl__results table .amount {
  width: 100px;
  text-align: right;
}
.tl__results table thead th {
  font-weight: bold;
}
.tl__results table tbody .negative {
  color: #d20000;
}
.tl__results table tbody .tlr__uncategorized {
  color: #6f6f6f;
}
.tl__results table tbody .tlr__no-tags {
  color: #6f6f6f;
}
.tl__results table tbody .tags li {
  margin: 0 0.1171875rem 0.234375rem 0;
}

.tl__pagination {
  position: relative;
}
.tl__pagination .pw__pagination {
  float: right;
  margin: 0;
}

.iv-categories-graph .ivcg__graph-wrapper {
  width: 100%;
}
.iv-categories-graph .ivcg__graph {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}
.iv-categories-graph .ivcg__top-categories-table {
  width: 100%;
  margin-top: 0.9375rem;
}
.iv-categories-graph .ivcg__top-categories-table .tabbed-container.ivcg__tabs .tc__tabs-wrapper {
  padding-left: 0;
}
.iv-categories-graph .ivcg__top-categories-table .tabbed-container.ivcg__tabs .tc__tabs-wrapper .tc__tab {
  padding: 0.3125rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.iv-categories-graph .ivcg__top-categories-table .tabbed-container.ivcg__tabs .tc__tabs-wrapper .tc__tab:before {
  height: 0.125rem;
}
.iv-categories-graph .ivcg__top-categories-table table td > span:first-child, .iv-categories-graph .ivcg__top-categories-table table th > span:first-child {
  padding: 0.0625rem 0.1875rem;
}
.iv-categories-graph .ivcg__top-categories-table table .description {
  text-align: left;
}
.iv-categories-graph .ivcg__top-categories-table table .amount {
  text-align: right;
}

.iv-transactions-categories-graph h3 {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .iv-transactions-categories-graph h3 {
    font: normal normal 300 0.875rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.iv-transactions-categories-graph h3 {
  font-size: 1.125rem;
  margin-top: 0.234375rem;
}
.iv-transactions-categories-graph .ivcg__graph-wrapper {
  width: 100%;
}
.iv-transactions-categories-graph .ivcg__graph {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}
.iv-transactions-categories-graph .ivcg__top-categories-table {
  width: 100%;
  margin-top: 0.9375rem;
}
.iv-transactions-categories-graph .ivcg__top-categories-table .tabbed-container.ivcg__tabs .tc__tabs-wrapper {
  padding-left: 0;
}
.iv-transactions-categories-graph .ivcg__top-categories-table .tabbed-container.ivcg__tabs .tc__tabs-wrapper .tc__tab {
  padding: 0.3125rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.iv-transactions-categories-graph .ivcg__top-categories-table .tabbed-container.ivcg__tabs .tc__tabs-wrapper .tc__tab:before {
  height: 0.125rem;
}
.iv-transactions-categories-graph .ivcg__top-categories-table table td > span:first-child, .iv-transactions-categories-graph .ivcg__top-categories-table table th > span:first-child {
  padding: 0.0625rem 0.1875rem;
}
.iv-transactions-categories-graph .ivcg__top-categories-table table td > span:first-child {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .iv-transactions-categories-graph .ivcg__top-categories-table table td > span:first-child {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.iv-transactions-categories-graph .ivcg__top-categories-table table td > span:first-child {
  color: #020202;
}
.iv-transactions-categories-graph .ivcg__top-categories-table table tfoot th {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .iv-transactions-categories-graph .ivcg__top-categories-table table tfoot th {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.iv-transactions-categories-graph .ivcg__top-categories-table table tfoot th {
  font-weight: 700;
  text-transform: none;
  color: #020202;
}
.iv-transactions-categories-graph .ivcg__top-categories-table table tfoot th.amount {
  border-top: 2px solid #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
}
.iv-transactions-categories-graph .ivcg__top-categories-table table .description {
  text-align: left;
}
.iv-transactions-categories-graph .ivcg__top-categories-table table .amount {
  text-align: right;
}
.iv-transactions-categories-graph .ivcg__top-categories-table table tr:hover td span {
  color: #1573bc;
  cursor: pointer;
}

.iv-income-vs-expenses-graph .iviveg__graph-wrapper {
  width: 100%;
  padding-left: 0;
  ma-height: 220px;
}
.iv-income-vs-expenses-graph .iviveg__graph-wrapper .iviveg__chart {
  width: 100%;
  height: 100%;
}
.iv-income-vs-expenses-graph .iviveg__table-wrapper {
  width: 100%;
  padding-right: 0;
}
.iv-income-vs-expenses-graph .iviveg__table-wrapper table td > span:first-child, .iv-income-vs-expenses-graph .iviveg__table-wrapper table th > span:first-child {
  padding: 0.0625rem 0.1875rem;
}
.iv-income-vs-expenses-graph .iviveg__table-wrapper table .month {
  text-align: left;
}
.iv-income-vs-expenses-graph .iviveg__table-wrapper table .incoming {
  text-align: right;
}
.iv-income-vs-expenses-graph .iviveg__table-wrapper table .outgoing {
  text-align: right;
}
.iv-income-vs-expenses-graph .iviveg__table-wrapper table .balance {
  text-align: right;
}
.iv-income-vs-expenses-graph .iviveg__table-wrapper td.iviveg__link-to-transactions {
  cursor: pointer;
}
.iv-income-vs-expenses-graph .iviveg__table-wrapper td.iviveg__link-to-transactions:hover {
  color: #1573bc;
  font-weight: 700;
}

.offers-notifications .on__header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .offers-notifications .on__header {
    font: normal normal 300 1.5rem / 1.75rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.offers-notifications .on__header {
  color: #1573bc;
}
.offers-notifications .on__sub-title {
  margin-top: 0.9375rem;
  margin-bottom: 2.8125rem;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.offers-notifications li.on__notification {
  position: relative;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  margin-bottom: 2.8125rem;
}
.offers-notifications .on__category-ribbon {
  position: absolute;
  padding-left: 0.75rem;
  top: -1.25rem;
}
.offers-notifications .on__dismiss {
  top: 0;
  right: 0.9375rem;
  position: absolute;
  color: #505050;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2.4375rem;
}
.offers-notifications .on__expiry {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .offers-notifications .on__expiry {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.offers-notifications .on__expiry {
  position: absolute;
  top: -0.9375rem;
  right: 0.9375rem;
  color: #6f6f6f;
}
.offers-notifications .on__notification--content-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
}
@media (max-width: 767px) {
  .offers-notifications .on__notification--content-wrapper {
    display: block;
  }
}
.offers-notifications .on__notification--content {
  display: table-row;
  width: 100%;
}
@media (max-width: 767px) {
  .offers-notifications .on__notification--content {
    display: block;
  }
}
.offers-notifications .on__notification--content .on__icon,
.offers-notifications .on__notification--content .on__body,
.offers-notifications .on__notification--content .on__callout {
  padding: 1.875rem 0.9375rem 0.9375rem 0.9375rem;
}
@media (max-width: 767px) {
  .offers-notifications .on__notification--content .on__icon,
  .offers-notifications .on__notification--content .on__body,
  .offers-notifications .on__notification--content .on__callout {
    display: block;
    padding: 0;
  }
}
.offers-notifications .on__notification--content .on__icon {
  display: table-cell;
  min-width: 5rem;
  max-width: 5rem;
  min-height: 5rem;
  vertical-align: middle;
  fill: #1573bc;
}
@media (max-width: 767px) {
  .offers-notifications .on__notification--content .on__icon {
    display: block;
    float: left;
    padding-top: 1.875rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 3.125rem;
    height: 3.125rem;
  }
}
.offers-notifications .on__notification--content .on__body {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
@media (max-width: 767px) {
  .offers-notifications .on__notification--content .on__body {
    display: block;
    width: auto;
    padding: 1.875rem 0.9375rem 0.9375rem 0.9375rem;
  }
}
.offers-notifications .on__notification--content .on__callout {
  display: table-cell;
  border-left: 1px solid #EAEAEA;
  min-width: 400px;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .offers-notifications .on__notification--content .on__callout {
    display: block;
    min-width: auto;
    width: auto;
    clear: both;
    padding: 0.9375rem 0.9375rem;
    border-top: 1px solid #EAEAEA;
    border-left: none;
  }
}
.offers-notifications .on__name {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .offers-notifications .on__name {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media (max-width: 767px) {
  .offers-notifications .on__name {
    font: normal normal 300 1.25rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: -0.25rem;
  }
}
@media (max-width: 767px) {
  .offers-notifications .on__description {
    clear: both;
  }
}
.offers-notifications .on__description p:last-child {
  margin-bottom: 0;
}
.offers-notifications .on__actions {
  width: auto;
}
.offers-notifications .on__action {
  display: inline;
  margin-right: 0.9375rem;
}
.offers-notifications .on__action--btn {
  width: auto;
}
.offers-notifications .on__action-enquiry {
  display: inline;
}
.offers-notifications .on__action-external-link {
  display: inline;
}

.offers-templates .ot__header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .offers-templates .ot__header {
    font: normal normal 300 1.5rem / 1.75rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.offers-templates .ot__header {
  color: #1573bc;
}
.offers-templates h3.ot__sub-heading {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .offers-templates h3.ot__sub-heading {
    font: normal normal 300 0.875rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.offers-templates h3.ot__sub-heading {
  margin-top: 0.9375rem;
  margin-bottom: 0.46875rem;
  color: #1573bc;
}
.offers-templates li.ot__template {
  position: relative;
  padding: 0.9375rem;
  margin-top: 1.9375rem;
  margin-bottom: 0.9375rem;
  margin-right: 0.75rem;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.offers-templates .ot__template-category {
  position: absolute;
  top: -1rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.offers-templates h3.ot__template-name {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .offers-templates h3.ot__template-name {
    font: normal normal 300 0.875rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.offers-templates h3.ot__template-name {
  color: #1573bc;
  font-weight: normal;
  margin-bottom: 0.46875rem;
}
.offers-templates .ot__offer-config,
.offers-templates .ot__template-notes-wrapper {
  margin-top: 0.9375rem;
}
.offers-templates .ot__stats table {
  width: 100%;
}
.offers-templates .ot__stats td {
  text-align: center;
  padding: 0.46875rem;
  width: 15%;
}
.offers-templates .ot__stats td.left {
  text-align: left;
}
.offers-templates .ot__stats td.right {
  text-align: right;
}
.offers-templates .ot__stats td:first-child {
  padding-left: 0;
}
.offers-templates .ot__stats td:last-child {
  padding-right: 0;
}
.offers-templates .ot__stats td h5 {
  font-weight: 700;
  margin-bottom: 0.234375rem;
}
.offers-templates .ot__stats td .percent:before {
  content: "(";
}
.offers-templates .ot__stats td .percent:after {
  content: ")";
}
.offers-templates .ot__stats td.notified {
  width: 25%;
}
.offers-templates .ot__stats td.unique .total, .offers-templates .ot__stats td.unique .percent {
  color: #1573bc;
}
.offers-templates .ot__stats td.dismissed .total, .offers-templates .ot__stats td.dismissed .percent {
  color: #d20000;
}
.offers-templates .ot__stats td.actioned .total, .offers-templates .ot__stats td.actioned .percent {
  color: #1aa21a;
}
.offers-templates .ot__active-dates em,
.offers-templates .ot__groups em {
  font-style: none;
  font-weight: 700;
}
.offers-templates .ot__offer-config table {
  width: 100%;
}
.offers-templates .ot__offer-config td {
  text-align: center;
  padding: 0.46875rem;
  width: 25%;
}
.offers-templates .ot__offer-config td.left {
  text-align: left;
}
.offers-templates .ot__offer-config td.right {
  text-align: right;
}
.offers-templates .ot__offer-config td:first-child {
  padding-left: 0;
}
.offers-templates .ot__offer-config td:last-child {
  padding-right: 0;
}
.offers-templates .ot__offer-config td h5 {
  font-weight: 700;
  margin-bottom: 0.234375rem;
}
.offers-templates .ot__cell {
  width: 100%;
  height: auto;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  padding: 0.46875rem;
}
.offers-templates .ot__template-notes-wrapper {
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.offers-templates .ot__template-notes-wrapper .ot__template-notes {
  padding: 0.46875rem;
  background-color: rgb(233.5, 246.4, 252);
}
.offers-templates .ot__template-notes-wrapper .ot__template-notes p:last-child {
  margin-bottom: 0;
}
.offers-templates .ot__template-code-wrapper {
  position: relative;
  padding: 0.46875rem;
  padding-top: 0.9375rem;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.offers-templates .ot__template-code-wrapper .ot__template-code-name {
  font-weight: 700;
  margin-bottom: 0.9375rem;
}
.offers-templates .ot__template-code-wrapper .ot__template-code-footer {
  background: #f7f7f7;
  margin: 0.9375rem -0.46875rem -0.46875rem -0.46875rem;
}
.offers-templates .ot__template-code-wrapper .ot__template-lv {
  padding: 0.46875rem 0.46875rem;
  margin-right: -15px;
  margin-left: -15px;
}
.offers-templates .ot__template-code-wrapper .ot__template-lv:before, .offers-templates .ot__template-code-wrapper .ot__template-lv:after {
  display: table;
  content: " ";
}
.offers-templates .ot__template-code-wrapper .ot__template-lv:after {
  clear: both;
}
.offers-templates .ot__template-code-wrapper .ot__template-lv .label {
  position: relative;
  float: left;
  width: 16.6666666667%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  font-weight: 700;
}
.offers-templates .ot__template-code-wrapper .ot__template-lv .value {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.offers-templates .ot__template-code-wrapper .ot__template-lv .action-wrapper {
  margin-top: 0.46875rem;
  padding-bottom: 0.46875rem;
  border-bottom: 1px solid #e3e3e3;
}
.offers-templates .ot__template-code-wrapper .ot__template-lv .action-wrapper:first-child {
  margin-top: 0;
}
.offers-templates .ot__template-code-wrapper .ot__template-lv .action-wrapper:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.offers-templates .ot__template-code-wrapper .ot__template-lv .action-wrapper table.action-config {
  width: 100%;
}
.offers-templates .ot__template-code-wrapper .ot__template-lv .action-wrapper table.action-config th {
  width: 200px;
  font-weight: 700;
}
.offers-templates .ot__cell-spinner {
  height: 44px;
  width: 100%;
}

.insurances-summary h2.is__header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .insurances-summary h2.is__header {
    font: normal normal 300 1.5rem / 1.75rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.insurances-summary h2.is__header {
  color: #1573bc;
}
.insurances-summary .is__person {
  position: relative;
  margin-top: 2.8125rem;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  padding: 1.875rem 0.9375rem 0 0.9375rem;
}
.insurances-summary .is__person-name {
  position: absolute;
  padding-left: 0.75rem;
  top: -1.25rem;
  font-size: 1.25rem;
}
.insurances-summary .is__actions {
  float: right;
  padding-top: 0.3125rem;
}
.insurances-summary table.is__list {
  margin-top: 0;
  margin-bottom: 0;
}
.insurances-summary table.is__list td {
  padding-top: 0.46875rem;
  padding-bottom: 0.46875rem;
}
.insurances-summary table.is__list .description {
  vertical-align: middle;
  font-weight: 400;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .insurances-summary table.is__list .description {
    font-size: 1rem;
  }
}
.insurances-summary table.is__list .amount,
.insurances-summary table.is__list .total-amount {
  text-align: right;
  width: 120px;
}
.insurances-summary table.is__list .total-amount {
  vertical-align: middle;
  font-weight: 400;
  font-size: 1.125rem;
  width: 100px;
}
@media (max-width: 767px) {
  .insurances-summary table.is__list .total-amount {
    font-size: 1rem;
  }
}
.insurances-summary table.is__list .icon {
  vertical-align: middle;
  width: 1.875rem;
}
.insurances-summary table.is__list .icon svg {
  width: 1.375rem;
  height: 1.375rem;
}
.insurances-summary table.is__list .insurance-actions {
  vertical-align: middle;
  text-align: right;
}
.insurances-summary table.is__list .insurance-actions .btn, .insurances-summary table.is__list .insurance-actions .modal-update-credentials .cancel, .modal-update-credentials .insurances-summary table.is__list .insurance-actions .cancel, .insurances-summary table.is__list .insurance-actions .income-verification-transactions button.ivt__change-category-btn, .income-verification-transactions .insurances-summary table.is__list .insurance-actions button.ivt__change-category-btn,
.insurances-summary table.is__list .insurance-actions .income-verification-transactions button.ivt__change-reported-btn,
.income-verification-transactions .insurances-summary table.is__list .insurance-actions button.ivt__change-reported-btn, .insurances-summary table.is__list .insurance-actions .income-verification-transactions .ivt__updates-table tbody .actions .btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .insurances-summary table.is__list .insurance-actions .btn--action, .insurances-summary table.is__list .insurance-actions .offers-notifications .on__action--btn, .offers-notifications .insurances-summary table.is__list .insurance-actions .on__action--btn {
  width: auto;
}
.insurances-summary table.is__list .is__insurance-row td {
  cursor: pointer;
}
.insurances-summary table.is__list .is__insurance-row:hover td {
  color: #1573bc;
  text-decoration: underline;
}

.modal-edit-insurance__content-wrapper h3.mei__header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .modal-edit-insurance__content-wrapper h3.mei__header {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.modal-edit-insurance__content-wrapper h3.mei__header {
  color: #1573bc;
}
.modal-edit-insurance__content-wrapper .mei__actions {
  text-align: right;
}
.modal-edit-insurance__content-wrapper .mei__actions .btn--negative, .modal-edit-insurance__content-wrapper .mei__actions .modal-update-credentials .cancel, .modal-update-credentials .modal-edit-insurance__content-wrapper .mei__actions .cancel, .modal-edit-insurance__content-wrapper .mei__actions .template-editor .te__token-button.absent, .template-editor .modal-edit-insurance__content-wrapper .mei__actions .te__token-button.absent {
  margin-right: 0.9375rem;
}
.modal-edit-insurance__content-wrapper .mei__actions a.btn, .modal-edit-insurance__content-wrapper .mei__actions .modal-update-credentials a.cancel, .modal-update-credentials .modal-edit-insurance__content-wrapper .mei__actions a.cancel, .modal-edit-insurance__content-wrapper .mei__actions .income-verification-transactions .ivt__updates-table tbody .actions a.btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .modal-edit-insurance__content-wrapper .mei__actions a.btn--action, .modal-edit-insurance__content-wrapper .mei__actions .offers-notifications a.on__action--btn, .offers-notifications .modal-edit-insurance__content-wrapper .mei__actions a.on__action--btn {
  display: inline;
  margin-left: 0.46875rem;
  width: auto;
}
.modal-edit-insurance__content-wrapper .mei__insurance-types {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.modal-edit-insurance__content-wrapper .mei__insurance-types .mei__insurance-type {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .modal-edit-insurance__content-wrapper .mei__insurance-types .mei__insurance-type {
    float: left;
    width: 50%;
  }
}
.modal-edit-insurance__content-wrapper .mei__insurance-types .mei__insurance-type {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.modal-edit-insurance__content-wrapper .mei__insurance-types .mei__insurance-type-wrapper {
  text-align: center;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  padding: 1.875rem 0.9375rem 0 0.9375rem;
  cursor: pointer;
  margin: 0.9375rem 0;
}
.modal-edit-insurance__content-wrapper .mei__insurance-types .mei__insurance-type-wrapper .mei__insurance-icon {
  margin: 0 auto;
  width: 25%;
}
.modal-edit-insurance__content-wrapper .mei__insurance-types .mei__insurance-type-wrapper .mei__insurance-name {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .modal-edit-insurance__content-wrapper .mei__insurance-types .mei__insurance-type-wrapper .mei__insurance-name {
    font: normal normal 300 0.875rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.modal-edit-insurance__content-wrapper .mei__insurance-types .mei__insurance-type-wrapper .mei__insurance-name {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  text-align: center;
  color: #1573bc;
  height: 3.75rem;
}
.modal-edit-insurance__content-wrapper .mei__insurance-types .mei__insurance-type-wrapper .mei__right {
  display: none;
}
@media (max-width: 767px) {
  .modal-edit-insurance__content-wrapper .mei__insurance-types .mei__insurance-type-wrapper {
    padding: 0.46875rem;
    margin-top: 0.46875rem;
    margin-bottom: 0.46875rem;
  }
  .modal-edit-insurance__content-wrapper .mei__insurance-types .mei__insurance-type-wrapper .mei__insurance-icon {
    float: left;
    width: 1.625rem;
    margin-right: 0.46875rem;
    margin-top: 10px;
    height: 100%;
  }
  .modal-edit-insurance__content-wrapper .mei__insurance-types .mei__insurance-type-wrapper .mei__insurance-name {
    text-align: left;
    height: auto;
  }
  .modal-edit-insurance__content-wrapper .mei__insurance-types .mei__insurance-type-wrapper .mei__right {
    display: block;
    float: right;
    height: 30px;
    width: 30px;
    margin-top: 1.0625rem;
  }
}
.modal-edit-insurance__content-wrapper .mei__form-lhs {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .modal-edit-insurance__content-wrapper .mei__form-lhs {
    float: left;
    width: 50%;
  }
}
.modal-edit-insurance__content-wrapper .mei__form-rhs {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .modal-edit-insurance__content-wrapper .mei__form-rhs {
    float: left;
    width: 50%;
  }
}
.modal-edit-insurance__content-wrapper select {
  width: 100%;
}
.modal-edit-insurance__content-wrapper .input-group.renewal-date input[type=date] {
  padding-right: 1.875rem;
}
.modal-edit-insurance__content-wrapper .input-group.renewal-date svg {
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  fill: #1573bc;
  pointer-events: none;
}
.modal-edit-insurance__content-wrapper .select2-highlighted .select-header {
  color: #ffffff;
}
.modal-edit-insurance__content-wrapper .select2-highlighted .select-comment {
  color: #ffffff;
}
.modal-edit-insurance__content-wrapper .select-header {
  font-weight: 700;
  color: #1573bc;
}
.modal-edit-insurance__content-wrapper .select-comment {
  color: #6f6f6f;
}

.modal-auto-income-verification-link__content-wrapper h3.aivl__header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .modal-auto-income-verification-link__content-wrapper h3.aivl__header {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.modal-auto-income-verification-link__content-wrapper h3.aivl__header {
  color: #1573bc;
}
.modal-auto-income-verification-link__content-wrapper h4.aivl__header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .modal-auto-income-verification-link__content-wrapper h4.aivl__header {
    font: normal normal 300 0.875rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.modal-auto-income-verification-link__content-wrapper h4.aivl__header {
  color: #28a9e1;
}
.modal-auto-income-verification-link__content-wrapper a.btn, .modal-auto-income-verification-link__content-wrapper .modal-update-credentials a.cancel, .modal-update-credentials .modal-auto-income-verification-link__content-wrapper a.cancel, .modal-auto-income-verification-link__content-wrapper .income-verification-transactions .ivt__updates-table tbody .actions a.btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .modal-auto-income-verification-link__content-wrapper a.btn--action, .modal-auto-income-verification-link__content-wrapper .offers-notifications a.on__action--btn, .offers-notifications .modal-auto-income-verification-link__content-wrapper a.on__action--btn {
  width: auto;
}
.modal-auto-income-verification-link__content-wrapper .aivl__actions {
  text-align: right;
  margin-top: 0.9375rem;
}
.modal-auto-income-verification-link__content-wrapper .aivl__actions a.btn, .modal-auto-income-verification-link__content-wrapper .aivl__actions .modal-update-credentials a.cancel, .modal-update-credentials .modal-auto-income-verification-link__content-wrapper .aivl__actions a.cancel, .modal-auto-income-verification-link__content-wrapper .aivl__actions .income-verification-transactions .ivt__updates-table tbody .actions a.btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .modal-auto-income-verification-link__content-wrapper .aivl__actions a.btn--action, .modal-auto-income-verification-link__content-wrapper .aivl__actions .offers-notifications a.on__action--btn, .offers-notifications .modal-auto-income-verification-link__content-wrapper .aivl__actions a.on__action--btn {
  display: inline;
  margin-left: 0.46875rem;
}
.modal-auto-income-verification-link__content-wrapper select {
  width: 100%;
}
.modal-auto-income-verification-link__content-wrapper .aivl__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem;
  color: #505050;
  font-size: 1.875rem;
  cursor: pointer;
}
.modal-auto-income-verification-link__content-wrapper fieldset.row {
  margin-right: -15px;
  margin-left: -15px;
}
.modal-auto-income-verification-link__content-wrapper fieldset.row:before, .modal-auto-income-verification-link__content-wrapper fieldset.row:after {
  display: table;
  content: " ";
}
.modal-auto-income-verification-link__content-wrapper fieldset.row:after {
  clear: both;
}
.modal-auto-income-verification-link__content-wrapper .aivl__days-to-sync,
.modal-auto-income-verification-link__content-wrapper .aivl__auto-share {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.modal-auto-income-verification-link__content-wrapper .aivl__url {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.modal-auto-income-verification-link__content-wrapper .aivl__url .url-wrapper {
  width: 100%;
  padding-right: 5.46875rem;
}
.modal-auto-income-verification-link__content-wrapper .aivl__url input {
  padding: 0.375rem 0.25rem;
  border: 1px dotted #28a9e1;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
}
.modal-auto-income-verification-link__content-wrapper .aivl__url .btn, .modal-auto-income-verification-link__content-wrapper .aivl__url .modal-update-credentials .cancel, .modal-update-credentials .modal-auto-income-verification-link__content-wrapper .aivl__url .cancel, .modal-auto-income-verification-link__content-wrapper .aivl__url .income-verification-transactions button.ivt__change-category-btn, .income-verification-transactions .modal-auto-income-verification-link__content-wrapper .aivl__url button.ivt__change-category-btn,
.modal-auto-income-verification-link__content-wrapper .aivl__url .income-verification-transactions button.ivt__change-reported-btn,
.income-verification-transactions .modal-auto-income-verification-link__content-wrapper .aivl__url button.ivt__change-reported-btn, .modal-auto-income-verification-link__content-wrapper .aivl__url .income-verification-transactions .ivt__updates-table tbody .actions .btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .modal-auto-income-verification-link__content-wrapper .aivl__url .btn--action, .modal-auto-income-verification-link__content-wrapper .aivl__url .offers-notifications .on__action--btn, .offers-notifications .modal-auto-income-verification-link__content-wrapper .aivl__url .on__action--btn {
  float: right;
  width: 5rem;
}
.modal-auto-income-verification-link__content-wrapper .aivl__url .btn svg, .modal-auto-income-verification-link__content-wrapper .aivl__url .modal-update-credentials .cancel svg, .modal-update-credentials .modal-auto-income-verification-link__content-wrapper .aivl__url .cancel svg, .modal-auto-income-verification-link__content-wrapper .aivl__url .income-verification-transactions button.ivt__change-category-btn svg, .income-verification-transactions .modal-auto-income-verification-link__content-wrapper .aivl__url button.ivt__change-category-btn svg,
.modal-auto-income-verification-link__content-wrapper .aivl__url .income-verification-transactions button.ivt__change-reported-btn svg,
.income-verification-transactions .modal-auto-income-verification-link__content-wrapper .aivl__url button.ivt__change-reported-btn svg, .modal-auto-income-verification-link__content-wrapper .aivl__url .income-verification-transactions .ivt__updates-table tbody .actions .btn--action svg, .income-verification-transactions .ivt__updates-table tbody .actions .modal-auto-income-verification-link__content-wrapper .aivl__url .btn--action svg, .modal-auto-income-verification-link__content-wrapper .aivl__url .offers-notifications .on__action--btn svg, .offers-notifications .modal-auto-income-verification-link__content-wrapper .aivl__url .on__action--btn svg {
  margin-top: -10px;
  width: 1.375rem;
  height: 1.375rem;
}

.modal-manage-mfa .modal-dialog {
  max-width: 36.25rem;
}

.mmm__content-wrapper {
  padding-bottom: 0;
}
.mmm__content-wrapper > .modal__close {
  top: 0.75rem;
  right: 0.75rem;
  font-size: 1.625rem;
  line-height: 1;
  padding: 0.25rem 0.625rem;
}

.mmm__step-meta {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .mmm__step-meta {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.mmm__step-meta {
  color: #6f6f6f;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.mmm__stepper {
  display: flex;
  gap: 0.3125rem;
  margin: 0 0 0.46875rem;
}
.mmm__stepper .mmm__dot {
  flex: 1;
  height: 0.1875rem;
  border-radius: 6.1875rem;
  background: #ececec;
  transition: background 0.2s;
}
.mmm__stepper .mmm__dot.is-active {
  background: #1573bc;
}
.mmm__stepper .mmm__dot.is-done {
  background: rgb(114.6, 171, 214.8);
}

.mmm__header {
  margin: 0 0 0.25rem;
}

.mmm__sub {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .mmm__sub {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.mmm__sub {
  color: #6f6f6f;
  margin: 0 0 0.9375rem;
  line-height: 1.5;
}

.mmm__body {
  margin-bottom: 0.9375rem;
}

.mmm__blurb {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .mmm__blurb {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.mmm__blurb {
  color: #505050;
  line-height: 1.55;
}

.mmm__hint {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .mmm__hint {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.mmm__hint {
  color: #6f6f6f;
  margin: 0.5rem 0 0;
}

.mmm__hint-link {
  margin-left: 0.25rem;
  color: #1573bc;
  text-decoration: underline;
  cursor: pointer;
}
.mmm__hint-link:hover {
  color: rgb(16.9004784689, 92.5502392344, 151.2995215311);
}

.mmm__hint-confirm {
  margin-left: 0.5rem;
  color: #1aa21a;
  font-weight: 600;
}

.mmm__hint-cooldown {
  margin-left: 0.25rem;
  color: #6f6f6f;
  font-style: italic;
}

.mmm__hint-exhausted {
  margin-left: 0.25rem;
  color: #6f6f6f;
}

.mmm__field {
  margin-bottom: 0.9375rem;
}

.mmm__field-label {
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .mmm__field-label {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.mmm__field-label {
  font-weight: 600;
  color: #020202;
  margin-bottom: 0.375rem;
  letter-spacing: 0.0125rem;
}

.mmm__field-input {
  display: block;
  width: 100%;
  padding: 0.6875rem 0.875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .mmm__field-input {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.mmm__field-input {
  font-size: 0.9375rem;
  color: #020202;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.mmm__field-input::placeholder {
  color: rgb(173.5, 173.5, 173.5);
}
.mmm__field-input:focus {
  outline: 0;
  border-color: #1573bc;
  box-shadow: 0px 0px 5px rgba(21, 115, 188, 0.3);
}
.mmm__field-input:disabled {
  background: #f7f7f7;
  color: #6f6f6f;
  cursor: not-allowed;
}

.mmm__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin: 0.9375rem -0.9375rem 0;
  padding: 0.59375rem 0.9375rem;
  border-top: 1px solid #f5f5f5;
  background: #f7f7f7;
}
.mmm__footer .mmm__footer-left {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.mmm__footer .mmm__footer-right {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.mmm__footer button {
  width: auto;
}

.mmm-picker__row {
  padding: 0.8125rem 0.875rem;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  margin-bottom: 0.46875rem;
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}
.mmm-picker__row:hover {
  border-color: rgb(180.6, 180.6, 180.6);
}
.mmm-picker__row.is-selected {
  background: rgb(236.28, 243.8, 249.64);
  border-color: #1573bc;
  box-shadow: 0 0 0 1px #1573bc inset;
}

.mmm-picker__radio {
  width: 0.875rem;
  height: 0.875rem;
  border: 1.5px solid #e3e3e3;
  border-radius: 50%;
  margin-top: 1.0625rem;
  flex-shrink: 0;
  position: relative;
}
.mmm-picker__row.is-selected .mmm-picker__radio {
  border-color: #1573bc;
}
.mmm-picker__row.is-selected .mmm-picker__radio:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.375rem;
  height: 0.375rem;
  background: #1573bc;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.mmm-picker__glyph {
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.mmm-picker__glyph .svg {
  width: 1.625rem;
  height: 1.625rem;
  fill: #6f6f6f;
}

.mmm-picker__name {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .mmm-picker__name {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.mmm-picker__name {
  font-weight: 600;
  color: #020202;
  margin: 0 0 0.125rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.mmm-picker__desc {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .mmm-picker__desc {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.mmm-picker__desc {
  color: #6f6f6f;
  margin: 0;
  line-height: 1.5;
}

.mmm-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  padding: 0.125rem 0.4375rem 0.125rem 0.3125rem;
  border-radius: 3px;
}
.mmm-badge .svg {
  width: 0.6875rem;
  height: 0.6875rem;
}
.mmm-badge--recommended {
  background: rgb(209.2, 236.4, 209.2);
  color: rgb(21.2, 130, 21.2);
}
.mmm-badge--recommended .svg {
  fill: #1aa21a;
}

.mmm-totp__substep {
  margin-bottom: 1.125rem;
}

.mmm-totp__step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background: #1573bc;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 600;
  margin-right: 0.625rem;
  vertical-align: middle;
}

.mmm-totp__step-label {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .mmm-totp__step-label {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.mmm-totp__step-label {
  font-weight: 600;
}

.mmm-totp__qr-row {
  display: flex;
  gap: 0.9375rem;
  margin-top: 0.46875rem;
  background: #f7f7f7;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  padding: 0.875rem;
  align-items: flex-start;
}

.mmm-totp__qr {
  width: 8rem;
  height: 8rem;
  flex-shrink: 0;
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px #e3e3e3;
  border-radius: 0.125rem;
}
.mmm-totp__qr svg {
  width: 100%;
  height: 100%;
}

.mmm-totp__qr-side {
  flex: 1;
  min-width: 0;
}

.mmm-totp__qr-side-title {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .mmm-totp__qr-side-title {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.mmm-totp__qr-side-title {
  font-weight: 600;
  margin: 0 0 0.375rem;
  color: #020202;
}

.mmm-totp__app-list {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .mmm-totp__app-list {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.mmm-totp__app-list {
  color: #505050;
  margin: 0 0 0.375rem;
  padding-left: 1rem;
  list-style: disc;
}
.mmm-totp__app-list li {
  margin-bottom: 0.125rem;
}
.mmm-totp__app-list li a {
  color: #1573bc;
}
.mmm-totp__app-list li a:hover {
  text-decoration: underline;
}

.mmm-totp__app-hint {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .mmm-totp__app-hint {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.mmm-totp__app-hint {
  color: #6f6f6f;
  margin: 0;
  font-style: italic;
}

.mmm-totp__manual {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .mmm-totp__manual {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.mmm-totp__manual {
  color: #6f6f6f;
  margin-top: 0.46875rem;
}

.mmm-totp__secret-row {
  display: flex;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  background: #fff;
  margin-top: 0.375rem;
  overflow: hidden;
}
.mmm-totp__secret-row code {
  flex: 1;
  padding: 0.5rem 0.625rem;
  font-family: monospace;
  font-size: 0.75rem;
  letter-spacing: 0.03125rem;
  color: #020202;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mmm-totp__copy-btn {
  border: none;
  background: #f0f0f0;
  color: #505050;
  font-size: 0.6875rem;
  font-weight: 500;
  padding: 0 0.75rem;
  border-left: 1px solid #e3e3e3;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
  width: auto;
}

.mmm-totp__substep-head {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}

.mmm-totp__code-wrap {
  position: relative;
  display: inline-block;
  width: max-content;
  max-width: 100%;
}

.mmm-totp__code-cells {
  display: flex;
  gap: 0.5rem;
}

.mmm-totp__code-cell {
  width: 2.75rem;
  height: 3.375rem;
  border: 1px solid #ececec;
  border-radius: 3px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: text;
  transition: border-color 0.18s, background 0.18s, box-shadow 0.18s, transform 0.18s;
}
.mmm-totp__code-cell.is-filled {
  background: rgb(240.96, 246.6, 250.98);
  border-color: #1573bc;
}
.mmm-totp__code-cell.is-active {
  border-color: #1573bc;
  box-shadow: 0 0 0 3px rgb(203.52, 224.2, 240.26);
  transform: scale(1.04);
}
.mmm-totp__code-cell.is-errored {
  border-color: #d20000;
  background: rgb(252.3, 239.7, 239.7);
  box-shadow: none;
}
.mmm-totp__code-cell.is-errored .mmm-totp__cell-digit {
  color: #d20000;
}

.mmm-totp__cell-digit {
  font-family: "SF Mono", Menlo, Consolas, "Liberation Mono", "Courier New", monospace;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1;
  color: #1573bc;
}
.mmm-totp__code-cell:not(.is-filled) .mmm-totp__cell-digit {
  color: #020202;
}

.mmm-totp__cell-cursor {
  position: absolute;
  width: 0.125rem;
  height: 1.5rem;
  background: #1573bc;
  border-radius: 0.0625rem;
  display: none;
  animation: mmm-cursor-blink 1.1s steps(1) infinite;
}

.mmm-totp__code-cell.is-active:not(.is-filled) .mmm-totp__cell-cursor {
  display: block;
}

.mmm-totp__cell-cursor.ng-enter, .mmm-totp__cell-cursor.ng-leave, .mmm-totp__cell-cursor.ng-animate,
.mmm-totp__code-wrap.ng-enter,
.mmm-totp__code-wrap.ng-leave,
.mmm-totp__code-wrap.ng-animate {
  transition: none !important;
  animation: none !important;
}

@keyframes mmm-cursor-blink {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}
.mmm-totp__code-input-real {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: text;
  pointer-events: none;
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 1.625rem;
  text-align: center;
  letter-spacing: 2.5rem;
}

.mmm-totp__code-wrap.is-shaking {
  animation: mmm-shake 0.45s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

@keyframes mmm-shake {
  10%, 90% {
    transform: translateX(-2px);
  }
  20%, 80% {
    transform: translateX(4px);
  }
  30%, 50%, 70% {
    transform: translateX(-6px);
  }
  40%, 60% {
    transform: translateX(6px);
  }
}
.mmm-totp__error {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0.875rem 0 0;
  width: max-content;
  max-width: 26.25rem;
  padding: 0.625rem 0.875rem;
  background: rgb(252.3, 239.7, 239.7);
  border: 1px solid rgb(243.75, 191.25, 191.25);
  border-left: 0.1875rem solid #d20000;
  border-radius: 3px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .mmm-totp__error {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.mmm-totp__error {
  color: rgb(147.6, 0.6, 0.6);
  line-height: 1.45;
  animation: mmm-error-pop 0.25s ease-out;
}
.mmm-totp__error .svg {
  width: 1rem;
  height: 1rem;
  fill: #d20000;
  flex-shrink: 0;
  margin-top: 0.0625rem;
}
.mmm-totp__error span {
  flex: 1;
}

@keyframes mmm-error-pop {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mmm-recovery__alert {
  display: flex;
  gap: 0.625rem;
  padding: 0.6875rem 0.75rem;
  background: #ffeacc;
  border: 1px solid rgb(255, 218.25, 165.75);
  border-radius: 3px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .mmm-recovery__alert {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.mmm-recovery__alert {
  color: rgb(179.1, 105.6, 0.6);
  margin-bottom: 0.9375rem;
}
.mmm-recovery__alert strong {
  color: rgb(229.7, 135.2, 0.2);
  font-weight: 600;
  margin-right: 0.25rem;
}
.mmm-recovery__alert .svg {
  width: 0.875rem;
  height: 0.875rem;
  fill: #FF9600;
  flex-shrink: 0;
  margin-top: 0.125rem;
}

.mmm-recovery__panel {
  background: #f7f7f7;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  padding: 0.875rem 1rem;
}

.mmm-recovery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem 1.25rem;
}

.mmm-recovery__cell {
  padding: 0.25rem 0;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  min-width: 0;
}

.mmm-recovery__num {
  color: #6f6f6f;
  font-size: 0.6875rem;
  width: 1.125rem;
  text-align: right;
  flex-shrink: 0;
}

.mmm-recovery__code {
  font-family: monospace;
  font-size: 0.875rem;
  letter-spacing: 0.025rem;
  color: #020202;
  flex: 1;
  min-width: 0;
  overflow-wrap: break-word;
}

.mmm-recovery__toolbar {
  display: flex;
  gap: 0.375rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px dashed #f5f5f5;
  flex-wrap: wrap;
}

.mmm-recovery__tool-btn {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .mmm-recovery__tool-btn {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.mmm-recovery__tool-btn {
  font-weight: 500;
  padding: 0.375rem 0.625rem;
  width: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
}
.mmm-recovery__tool-btn .svg {
  width: 0.75rem;
  height: 0.75rem;
  fill: currentColor;
}

.mmm-recovery__ack {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  margin-top: 0.9375rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .mmm-recovery__ack {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.mmm-recovery__ack {
  color: #505050;
  line-height: 1.5;
}
.mmm-recovery__ack input {
  margin-top: 0.1875rem;
  accent-color: #1573bc;
}

.mmm-recovery__error {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-top: 0.75rem;
  padding: 0.625rem 0.875rem;
  background: rgb(252.3, 239.7, 239.7);
  border: 1px solid rgb(243.75, 191.25, 191.25);
  border-left: 0.1875rem solid #d20000;
  border-radius: 3px;
  color: #d20000;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .mmm-recovery__error {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.mmm-recovery__error {
  line-height: 1.4;
}
.mmm-recovery__error .svg {
  flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  margin-top: 0.125rem;
}

.mmm-done__hero {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem;
  background: rgb(227.52, 243.84, 227.52);
  border: 1px solid rgb(186.3, 227.1, 186.3);
  border-radius: 3px;
  margin-bottom: 0.9375rem;
}
.mmm-done__hero .svg {
  width: 1.75rem;
  height: 1.75rem;
  fill: #1aa21a;
  flex-shrink: 0;
}

.mmm-done__hero-title {
  margin: 0 0 0.125rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .mmm-done__hero-title {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.mmm-done__hero-title {
  font-weight: 600;
  color: rgb(18.8, 114, 18.8);
}

.mmm-done__hero-sub {
  margin: 0;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .mmm-done__hero-sub {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.mmm-done__hero-sub {
  color: #0e520e;
  line-height: 1.5;
}

.mmm-done__upsell {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 0.875rem;
  margin-bottom: 0.75rem;
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.mmm-done__upsell-icon {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.mmm-done__upsell-icon .svg {
  width: 1.375rem;
  height: 1.375rem;
  fill: #6f6f6f;
}

.mmm-done__upsell-body {
  flex: 1;
}

.mmm-done__upsell-title {
  margin: 0 0 0.25rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .mmm-done__upsell-title {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.mmm-done__upsell-title {
  font-weight: 600;
  color: #020202;
}

.mmm-done__upsell-optional {
  font-weight: 400;
  color: #6f6f6f;
  margin-left: 0.25rem;
}

.mmm-done__upsell-blurb {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .mmm-done__upsell-blurb {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.mmm-done__upsell-blurb {
  color: #6f6f6f;
  margin: 0 0 0.625rem;
  line-height: 1.5;
}

.mmm-done__upsell-actions {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.mmm-done__upsell-actions button {
  width: auto;
}

.mmm-done__summary {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .mmm-done__summary {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.mmm-done__summary {
  color: #6f6f6f;
  border-top: 1px dashed #f5f5f5;
  padding-top: 0.75rem;
  margin-top: 0.875rem;
  line-height: 1.6;
}
.mmm-done__summary > strong {
  display: block;
  color: #020202;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.mmm-done__summary-list {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0.25rem 0.75rem;
  margin: 0;
}
.mmm-done__summary-list dt {
  color: #6f6f6f;
  font-weight: 600;
}
.mmm-done__summary-list dd {
  color: #020202;
  margin: 0;
}

.user-management h2 {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .user-management h2 {
    font: normal normal 300 1.5rem / 1.75rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.user-management h2 {
  color: #1573bc;
}
.user-management h3 {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .user-management h3 {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.user-management h3 {
  color: #1573bc;
}
.user-management .panel .p__content-wrapper {
  padding: 0.9375rem;
}
.user-management .top-actions {
  float: right;
}
.user-management .top-actions .btn, .user-management .top-actions .modal-update-credentials .cancel, .modal-update-credentials .user-management .top-actions .cancel, .user-management .top-actions .income-verification-transactions button.ivt__change-category-btn, .income-verification-transactions .user-management .top-actions button.ivt__change-category-btn,
.user-management .top-actions .income-verification-transactions button.ivt__change-reported-btn,
.income-verification-transactions .user-management .top-actions button.ivt__change-reported-btn, .user-management .top-actions .income-verification-transactions .ivt__updates-table tbody .actions .btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .user-management .top-actions .btn--action, .user-management .top-actions .offers-notifications .on__action--btn, .offers-notifications .user-management .top-actions .on__action--btn {
  width: auto;
}
.user-management table th.checkbox, .user-management table td.checkbox {
  width: 70px;
}
.user-management table tbody td {
  cursor: pointer;
}
.user-management table tbody td.checkbox {
  padding-left: 2px;
}
.user-management table tbody tr:hover td {
  background-color: rgb(231.6, 241, 248.3);
}
.user-management table .sent-at {
  text-align: right;
}
.user-management .badge {
  background: #cacaca;
  text-transform: uppercase;
}
.user-management .user-actions {
  text-align: right;
}
.user-management .user-actions .btn, .user-management .user-actions .modal-update-credentials .cancel, .modal-update-credentials .user-management .user-actions .cancel, .user-management .user-actions .income-verification-transactions button.ivt__change-category-btn, .income-verification-transactions .user-management .user-actions button.ivt__change-category-btn,
.user-management .user-actions .income-verification-transactions button.ivt__change-reported-btn,
.income-verification-transactions .user-management .user-actions button.ivt__change-reported-btn, .user-management .user-actions .income-verification-transactions .ivt__updates-table tbody .actions .btn--action, .income-verification-transactions .ivt__updates-table tbody .actions .user-management .user-actions .btn--action, .user-management .user-actions .offers-notifications .on__action--btn, .offers-notifications .user-management .user-actions .on__action--btn {
  width: auto;
}
.user-management .billable-users {
  text-align: right;
  margin-top: 0.9375rem;
}

.modal-user-management-invite-form .modal-dialog,
.modal-user-management-delete-confirmation .modal-dialog {
  width: 50%;
  min-width: 21.875rem;
  max-width: 25rem;
}
.modal-user-management-invite-form h1, .modal-user-management-invite-form h2, .modal-user-management-invite-form h3, .modal-user-management-invite-form h4,
.modal-user-management-delete-confirmation h1,
.modal-user-management-delete-confirmation h2,
.modal-user-management-delete-confirmation h3,
.modal-user-management-delete-confirmation h4 {
  color: #1573bc;
}
.modal-user-management-invite-form .input-group,
.modal-user-management-delete-confirmation .input-group {
  padding-left: 0;
  padding-right: 0;
}
.modal-user-management-invite-form .role-type-note,
.modal-user-management-delete-confirmation .role-type-note {
  display: block;
  color: #555555;
  margin-top: 0.46875rem;
}
.modal-user-management-invite-form .mum__section,
.modal-user-management-delete-confirmation .mum__section {
  margin-bottom: 0.9375rem;
}
.modal-user-management-invite-form .mum__selector,
.modal-user-management-delete-confirmation .mum__selector {
  margin-bottom: 0.9375rem;
}
.modal-user-management-invite-form .mum__selector h4,
.modal-user-management-delete-confirmation .mum__selector h4 {
  margin-bottom: 0.46875rem;
}
.modal-user-management-invite-form .mum__selector .select2-highlighted small,
.modal-user-management-delete-confirmation .mum__selector .select2-highlighted small {
  color: #ffffff;
}
.modal-user-management-invite-form .mum__selector small,
.modal-user-management-delete-confirmation .mum__selector small {
  display: block;
  color: #555555;
  margin-bottom: 0.234375rem;
}
.modal-user-management-invite-form .svg .svg-primary-fill,
.modal-user-management-delete-confirmation .svg .svg-primary-fill {
  fill: #1573bc;
}

.category-mappings .cm__header {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .category-mappings .cm__header {
    font: normal normal 300 1.5rem / 1.75rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.category-mappings .cm__header {
  color: #1573bc;
}
.category-mappings .cm__header-actions {
  float: right;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .category-mappings .cm__header-actions {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.category-mappings .cm__header-action {
  position: relative;
  display: block;
  float: right;
  padding-left: 0.9375rem;
}
.category-mappings .cm__header-action .toggle {
  padding-top: 7px;
}
.category-mappings .cm__summary-category-select {
  width: 20rem;
}
.category-mappings .cm__summary-category-select h5 {
  font-weight: 700;
}
.category-mappings .cm__summary-category-select small {
  font-weight: normal;
}
.category-mappings .cm__type-select {
  width: 100%;
}
.category-mappings .cm__summary-category--status {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .category-mappings .cm__summary-category--status {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.category-mappings .cm__summary-category--status {
  margin-left: 0.234375rem;
}
.category-mappings .cm__save-actions {
  border: 1px solid rgb(212, 237.8, 249);
  border-radius: 3px;
  background: rgb(233.5, 246.4, 252);
  margin-bottom: 0.9375rem;
  padding: 0.9375rem;
  padding-bottom: 1.4375rem;
}
.category-mappings .cm__save-actions button {
  float: right;
  width: auto;
  margin-left: 0.9375rem;
}
.category-mappings .cm__save-actions label {
  font-weight: 400;
  font-size: 1rem;
  display: block;
  padding-top: 0.5rem;
}
.category-mappings .cm__table-wrapper {
  border: 1px solid rgb(212, 237.8, 249);
  border-radius: 3px;
  margin-bottom: 0.9375rem;
  clear: both;
}
.category-mappings .cm__summary-categories-table {
  width: 100%;
}
.category-mappings .cm__summary-categories-table th, .category-mappings .cm__summary-categories-table td {
  padding: 0.46875rem 0.46875rem;
  vertical-align: top;
  cursor: pointer;
}
.category-mappings .cm__summary-categories-table thead tr {
  background: rgb(233.5, 246.4, 252);
}
.category-mappings .cm__summary-categories-table thead th {
  font-weight: 700;
  text-align: left;
  color: #505050;
  border-bottom: 1px solid rgb(212, 237.8, 249);
}
.category-mappings .cm__summary-categories-table thead th .cm__sort-arrow {
  position: relative;
  top: -0.0625rem;
  left: 0.125rem;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #1573bc transparent transparent transparent;
  opacity: 0;
  transition: all 0.25s;
}
.category-mappings .cm__summary-categories-table thead th.asc .cm__sort-arrow {
  opacity: 1;
  transform: rotate(180deg);
  border-width: 8px 6px 0 6px;
}
.category-mappings .cm__summary-categories-table thead th.desc .cm__sort-arrow {
  opacity: 1;
  border-width: 8px 6px 0 6px;
}
.category-mappings .cm__summary-categories-table tfoot tr {
  background: rgb(233.5, 246.4, 252);
}
.category-mappings .cm__summary-categories-table tbody td {
  color: #020202;
  border-bottom: 1px solid #ececec;
}
.category-mappings .cm__summary-categories-table tbody tr:last-child td {
  border-bottom: none;
}
.category-mappings .cm__summary-categories-table tbody tr:nth-child(even) {
  background: #f0f0f0;
}
.category-mappings .cm__summary-categories-table tbody td.category-path span {
  color: #6f6f6f;
  font-weight: 300;
}
.category-mappings .cm__summary-categories-table tbody td.category-path span strong {
  color: #505050;
  font-weight: normal;
}
.category-mappings .cm__summary-categories-table .category-path {
  min-width: 300px;
}
.category-mappings .cm__summary-categories-table .summary-category {
  width: 40%;
}
.category-mappings .cm__summary-categories-table .category-type {
  width: 10%;
  cursor: default;
}
.category-mappings .cm__summary-categories-table .cm__changed input,
.category-mappings .cm__summary-categories-table .cm__changed .select2-choice {
  border: 2px solid #0e8d5e;
}
.category-mappings .cm__summary-category-value {
  width: 100%;
}
.category-mappings .cm__popover {
  max-width: 400px;
  border-color: rgb(169, 220.6, 243);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background: rgb(244.25, 250.7, 253.5);
}
.category-mappings .cm__popover .cm__panel-close {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 0.9375rem;
  color: #6f6f6f;
  font-size: 1.5rem;
  cursor: pointer;
}
.category-mappings .cm__popover h3 {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .category-mappings .cm__popover h3 {
    font: normal normal 300 0.875rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.category-mappings .cm__popover h3 {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: normal;
  color: #1573bc;
  padding-right: 20px;
}
.category-mappings .cm__popover .body {
  color: #505050;
}
.category-mappings .cm__delete {
  text-align: center;
  margin-bottom: 1.875rem;
}
.category-mappings .cm__delete button {
  width: auto;
}

.credit-reports .cr__header {
  color: #1573bc;
  margin-bottom: 0;
}
.credit-reports .cr__header-actions {
  float: right;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .credit-reports .cr__header-actions {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.credit-reports .cr__header-action {
  position: relative;
  display: block;
  float: right;
  padding-left: 0.9375rem;
}
.credit-reports table.cr__list th:before, .credit-reports table.cr__list th:after {
  display: table;
  content: " ";
}
.credit-reports table.cr__list th:after {
  clear: both;
}
.credit-reports table.cr__list th, .credit-reports table.cr__list td {
  padding: 0.5rem 1.25rem;
}
.credit-reports table.cr__list td:first-child, .credit-reports table.cr__list th:first-child {
  padding-left: 0;
}
.credit-reports table.cr__list td:last-child, .credit-reports table.cr__list th:last-child {
  padding-right: 0;
}
.credit-reports table.cr__list tbody tr {
  cursor: pointer;
}
.credit-reports table.cr__list .status .date {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .credit-reports table.cr__list .status .date {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.credit-reports table.cr__list .status .date {
  color: #6f6f6f;
  opacity: 0.95;
}
.credit-reports table.cr__list .status .is-archived {
  display: block;
  color: #6f6f6f;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .credit-reports table.cr__list .status .is-archived {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.credit-reports table.cr__list .credit-score {
  text-align: center;
}
.credit-reports table.cr__list .credit-score .score {
  padding: 1.875rem 1.875rem;
  border: 1px solid rgb(212, 237.8, 249);
  border-radius: 3px;
  background: rgb(244.25, 250.7, 253.5);
  color: #1573bc;
  padding: 2px 2px;
  margin-bottom: 2px;
  font-weight: 700;
}
.credit-reports table.cr__list .credit-score .score .description {
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .credit-reports table.cr__list .credit-score .score .description {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.credit-reports table.cr__list .credit-score .score.below-average {
  border-color: rgb(250.2, 204, 206.2);
  color: #e7000b;
  background-color: rgb(253.8, 242.25, 242.8);
}
.credit-reports table.cr__list .credit-score .score.fair {
  border-color: rgb(255, 231.4, 204.8);
  color: #ff8904;
  background-color: rgb(255, 249.1, 242.45);
}
.credit-reports table.cr__list .credit-score .score.good {
  border-color: rgb(252, 239.4, 204);
  color: #f0b100;
  background-color: rgb(254.25, 251.1, 242.25);
}
.credit-reports table.cr__list .credit-score .score.very-good {
  border-color: rgb(204, 237.2, 216.4);
  color: #00a63e;
  background-color: rgb(242.25, 250.55, 245.35);
}
.credit-reports table.cr__list .credit-score .score.excellent {
  border-color: rgb(204, 234.6, 224.4);
  color: #009966;
  background-color: rgb(242.25, 249.9, 247.35);
}
.credit-reports table.cr__list .summary .stat {
  display: inline-block;
  margin-right: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.credit-reports table.cr__list .summary .stat label {
  padding-right: 0.3125rem;
  border-right: 1px solid white;
}
.credit-reports table.cr__list .summary .stat > span {
  padding-left: 0.3125rem;
}
.credit-reports table.cr__list .summary .stat.reported-bankruptcies {
  background: #e7000b;
}
.credit-reports table.cr__list .summary .stat.reported-court-actions {
  background: #ff8904;
}
.credit-reports table.cr__list .summary .stat.reported-serious-credit-infringements {
  background: #e7000b;
}
.credit-reports table.cr__list .summary .stat.active-consumer-defaults {
  background: #00a63e;
}
.credit-reports table.cr__list .summary .stat.active-commercial-defaults {
  background: #00a63e;
}
.credit-reports table.cr__list .buttons button {
  width: auto;
  margin-bottom: 0.234375rem;
  margin-left: 0.234375rem;
}
.credit-reports table.cr__list .buttons button:last-child {
  margin-bottom: 0;
}

.property-estimates .pe__header {
  color: #1573bc;
  margin-bottom: 0;
}
.property-estimates .pe__header-actions {
  float: right;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .property-estimates .pe__header-actions {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.property-estimates .pe__header-action {
  position: relative;
  display: block;
  float: right;
  padding-left: 0.9375rem;
}
.property-estimates .property:before, .property-estimates .property:after {
  display: table;
  content: " ";
}
.property-estimates .property:after {
  clear: both;
}
.property-estimates .property {
  position: relative;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  padding: 0.46875rem 0.9375rem;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.property-estimates .property .valuation {
  float: right;
  text-align: right;
}
.property-estimates .property .valuation .confidence {
  display: inline;
  text-transform: uppercase;
  margin-right: 0.46875rem;
}
.property-estimates .property .valuation .mid-price {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .property-estimates .property .valuation .mid-price {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.property-estimates .property .valuation .mid-price {
  display: inline;
  color: #1573bc;
}
.property-estimates .property .valuation .details {
  margin-top: 0.46875rem;
}
.property-estimates .property .valuation .details .range {
  display: inline;
}
.property-estimates .property .valuation .details .estimate-date {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .property-estimates .property .valuation .details .estimate-date {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.property-estimates .property .valuation .details .estimate-date {
  display: iline;
}
.property-estimates .property .client {
  margin-bottom: 0.9375rem;
}
.property-estimates .property .client .client-name {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .property-estimates .property .client .client-name {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.property-estimates .property .client .client-email {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .property-estimates .property .client .client-email {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.property-estimates .property .client .client-email {
  display: inline;
  margin-right: 0.46875rem;
}
.property-estimates .property .client .client-mobile {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .property-estimates .property .client .client-mobile {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.property-estimates .property .client .client-mobile {
  display: inline;
}
.property-estimates .property .description {
  margin-bottom: 0.9375rem;
}
.property-estimates .property .description label {
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .property-estimates .property .description label {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.property-estimates .property .description label {
  font-weight: 700;
}
.property-estimates .property .rp-number {
  margin-bottom: 0.9375rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .property-estimates .property .rp-number {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.property-estimates .property .rp-number {
  line-height: 1.2rem;
}
.property-estimates .property .category {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .property-estimates .property .category {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.property-estimates .property .features {
  margin-bottom: 0.9375rem;
}
.property-estimates .property .features sup {
  font-size: 0.83em;
  vertical-align: super;
}
.property-estimates .property .features .feature {
  position: relative;
  display: inline-block;
  margin-right: 0.46875rem;
}
.property-estimates .property .features .feature .icon {
  display: inline-block;
}
.property-estimates .property .features .feature .value {
  display: inline-block;
}
.property-estimates .property .last-sold {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .property-estimates .property .last-sold {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.property-estimates .property .last-sold .last-sold-date {
  display: inline;
}
.property-estimates .property .last-sold .last-sold-amount {
  display: inline;
}
.property-estimates .property .photos {
  padding-top: 0.9375rem;
  float: right;
}
.property-estimates .property .photos .photo {
  width: 200px;
}
.property-estimates .property .photos .photo img {
  width: 100%;
}

.modal-new-property-estimate .npe__close {
  right: 0.9375rem;
  top: 0.9375rem;
}
.modal-new-property-estimate .npe__content h1 {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .modal-new-property-estimate .npe__content h1 {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.modal-new-property-estimate .npe__content h1 {
  color: #1573bc;
}
.modal-new-property-estimate .npe__form {
  padding: 0 15px;
}
.modal-new-property-estimate .npe__form > label {
  display: block;
  margin-bottom: 0.46875rem;
}
.modal-new-property-estimate .npe__search {
  position: relative;
  margin-bottom: 1.875rem;
}
.modal-new-property-estimate .npe__search-blurb {
  text-align: center;
}
.modal-new-property-estimate .npe__search-blurb .svg {
  width: 3.75rem;
  height: 3.75rem;
  margin-bottom: 0.9375rem;
  fill: #1573bc;
}
.modal-new-property-estimate .npe__search-blurb p {
  margin-bottom: 2.8125rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .modal-new-property-estimate .npe__search-blurb p {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.modal-new-property-estimate .npe__search-blurb p {
  color: #1573bc;
}

.vehicle-estimates .ve__header {
  color: #1573bc;
  margin-bottom: 0;
}
.vehicle-estimates .ve__header-actions {
  float: right;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .vehicle-estimates .ve__header-actions {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.vehicle-estimates .ve__header-action {
  position: relative;
  display: block;
  float: right;
  padding-left: 0.9375rem;
}
.vehicle-estimates .vehicle:before, .vehicle-estimates .vehicle:after {
  display: table;
  content: " ";
}
.vehicle-estimates .vehicle:after {
  clear: both;
}
.vehicle-estimates .vehicle {
  position: relative;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  padding: 0.46875rem 0.9375rem;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.vehicle-estimates .vehicle .valuation {
  float: right;
  text-align: right;
}
.vehicle-estimates .vehicle .valuation .wholesale-range {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .vehicle-estimates .vehicle .valuation .wholesale-range {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.vehicle-estimates .vehicle .valuation .wholesale-range {
  display: inline;
  color: #1573bc;
}
.vehicle-estimates .vehicle .valuation .details {
  margin-top: 0.46875rem;
}
.vehicle-estimates .vehicle .valuation .details .private-range {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .vehicle-estimates .vehicle .valuation .details .private-range {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.vehicle-estimates .vehicle .valuation .details .private-range {
  margin-bottom: 0.3125rem;
}
.vehicle-estimates .vehicle .valuation .details .new-price {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .vehicle-estimates .vehicle .valuation .details .new-price {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.vehicle-estimates .vehicle .valuation .details .new-price {
  margin-bottom: 0.3125rem;
}
.vehicle-estimates .vehicle .valuation .details .km-range {
  margin-bottom: 0.46875rem;
}
.vehicle-estimates .vehicle .valuation .details .estimate-date {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .vehicle-estimates .vehicle .valuation .details .estimate-date {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.vehicle-estimates .vehicle .valuation .details .estimate-date {
  display: iline;
}
.vehicle-estimates .vehicle .client {
  margin-bottom: 0.9375rem;
}
.vehicle-estimates .vehicle .client .client-name {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .vehicle-estimates .vehicle .client .client-name {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.vehicle-estimates .vehicle .client .client-email {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .vehicle-estimates .vehicle .client .client-email {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.vehicle-estimates .vehicle .client .client-email {
  display: inline;
  margin-right: 0.46875rem;
}
.vehicle-estimates .vehicle .client .client-mobile {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .vehicle-estimates .vehicle .client .client-mobile {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.vehicle-estimates .vehicle .client .client-mobile {
  display: inline;
}
.vehicle-estimates .vehicle .description {
  margin-top: 0.9375rem;
}
.vehicle-estimates .vehicle .description label {
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01875rem;
}
@media (max-width: 767px) {
  .vehicle-estimates .vehicle .description label {
    font: normal normal normal 0.6875rem / 0.8125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01875rem;
  }
}
.vehicle-estimates .vehicle .description label {
  font-weight: 700;
}
.vehicle-estimates .vehicle .rego {
  margin-bottom: 0.9375rem;
}
.vehicle-estimates .vehicle .rego .rego-number {
  border: 1px solid rgb(208.2, 227, 241.6);
  background-color: rgb(243.3, 248, 251.65);
  border-radius: 3px;
  padding: 3px;
  padding-left: 6px;
  display: inline;
}
.vehicle-estimates .vehicle .rego .rego-state {
  color: #6f6f6f;
  padding-left: 0.46875rem;
  display: inline;
}

.devise .d__content-wrapper {
  max-width: 46.875rem;
  margin: 1.875rem auto;
}
.devise {
  background: #fff;
}
.devise .d__logo-wrapper {
  margin-bottom: 1.875rem;
}
.devise .d__logo {
  max-width: 15.625rem;
  height: auto;
}
@media (max-width: 767px) {
  .devise .d__content-wrapper {
    margin-top: 0.9375rem;
    width: 90%;
  }
  .devise .d__logo-wrapper {
    margin-bottom: 0.9375rem;
  }
  .devise .d__logo {
    max-width: 12.5rem;
  }
}
.devise.reset_password_sent .d__content-wrapper, .devise.passwords.new .d__content-wrapper, .devise.passwords.create .d__content-wrapper, .devise.passwords.update .d__content-wrapper, .devise.passwords.edit .d__content-wrapper, .devise.unlocks.new .d__content-wrapper, .devise.confirmations.show .d__content-wrapper {
  max-width: 31.875rem;
}

.partner-marketing {
  background: #fff;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .partner-marketing {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.partner-marketing .pm__content-wrapper {
  color: #505050;
  overflow-x: hidden;
}
.partner-marketing .pm__header-wrapper {
  max-width: 68.75rem;
  margin: 0 auto;
  padding: 0 1.875rem;
}
@media (max-width: 767px) {
  .partner-marketing .pm__header-wrapper {
    padding: 0 0.9375rem;
  }
}
.partner-marketing .pm__header {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}
.partner-marketing .pm__header:before, .partner-marketing .pm__header:after {
  display: table;
  content: " ";
}
.partner-marketing .pm__header:after {
  clear: both;
}
.partner-marketing .pm__header {
  height: 8.125rem;
}
@media (max-width: 767px) {
  .partner-marketing .pm__header {
    height: auto;
  }
}
.partner-marketing .pm__logo-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .partner-marketing .pm__logo-wrapper {
    float: left;
    width: 50%;
  }
}
.partner-marketing .pm__logo-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  height: 100%;
}
.partner-marketing .pm__logo-wrapper > span {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .partner-marketing .pm__logo-wrapper > span {
    display: none;
  }
}
.partner-marketing .pm__logo {
  max-width: 21.875rem;
  max-height: 5rem;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .partner-marketing .pm__logo {
    max-width: 21.875rem;
    max-height: 5rem;
    display: block;
    margin: 4.21875rem auto 0.9375rem;
  }
}
.partner-marketing .pm__auth-menu {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .partner-marketing .pm__auth-menu {
    float: left;
    width: 50%;
  }
}
.partner-marketing .pm__auth-menu {
  height: 100%;
  text-align: right;
}
@media (max-width: 767px) {
  .partner-marketing .pm__auth-menu {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    height: auto;
    position: absolute;
    top: 0.9375rem;
    right: 0;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .partner-marketing .pm__auth-menu {
    float: left;
    width: 100%;
  }
}
.partner-marketing .pm__auth-menu > span {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.partner-marketing .pm__auth-menu-items {
  vertical-align: middle;
  display: inline-block;
  text-align: right;
}
.partner-marketing .pm__auth-menu-item {
  margin-left: 2.8125rem;
  display: inline;
}
.partner-marketing .pm__auth-menu-item a {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .partner-marketing .pm__auth-menu-item a {
    font: normal normal 300 1.125rem / 1.5rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.partner-marketing .pm__auth-menu-item a {
  text-decoration: none;
  width: auto;
}
.partner-marketing .pm__auth-menu-item.log-in a {
  line-height: 1.875rem;
}
@media (max-width: 767px) {
  .partner-marketing .pm__auth-menu-item {
    margin-left: 1.40625rem;
  }
  .partner-marketing .pm__auth-menu-item a {
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .partner-marketing .pm__auth-menu-item a {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media (max-width: 767px) {
  .partner-marketing .pm__auth-menu-item.log-in a {
    line-height: 1.375rem;
  }
}
.partner-marketing .pm__main-menu {
  position: absolute;
  left: 0.9375rem;
  bottom: -0.9375rem;
}
@media (max-width: 767px) {
  .partner-marketing .pm__main-menu {
    left: 0;
    width: 100%;
  }
}
.partner-marketing .pm__main-menu-items:before, .partner-marketing .pm__main-menu-items:after {
  display: table;
  content: " ";
}
.partner-marketing .pm__main-menu-items:after {
  clear: both;
}
.partner-marketing .pm__main-menu-items {
  text-align: center;
}
.partner-marketing .pm__main-menu-item {
  position: relative;
  float: left;
  width: 100px;
  text-align: center;
  margin-right: 2.8125rem;
  line-height: 1.875rem;
}
.partner-marketing .pm__main-menu-item a {
  text-decoration: none;
  color: #1573bc;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .partner-marketing .pm__main-menu-item a {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .partner-marketing .pm__main-menu-item a {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.partner-marketing .pm__main-menu-item:last-child {
  margin-right: 0;
}
.partner-marketing .pm__main-menu-item.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.0625rem;
  background: #28a9e1;
}
.partner-marketing .pm__main-menu-item.active a {
  color: #28a9e1;
}
@media (max-width: 767px) {
  .partner-marketing .pm__main-menu-item {
    display: inline-block;
    float: none;
    margin-right: 0;
    line-height: 40px;
  }
}
.partner-marketing .alert {
  padding-top: 0.9375rem;
}
.partner-marketing .pm__footer-wrapper {
  background: #505050;
  margin-top: 0.9375rem;
  padding: 1.875rem 0;
  color: #fff;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .partner-marketing .pm__footer-wrapper {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.partner-marketing .pm__footer-wrapper {
  font-weight: normal;
  line-height: 1.875rem;
}
.partner-marketing .pm__footer-wrapper a {
  color: #fff;
}
.partner-marketing .pm__footer-inner-wrapper {
  max-width: 68.75rem;
  margin: 0 auto;
  padding: 0 1.875rem;
}
.partner-marketing .pm__footer {
  margin-right: -15px;
  margin-left: -15px;
}
.partner-marketing .pm__footer:before, .partner-marketing .pm__footer:after {
  display: table;
  content: " ";
}
.partner-marketing .pm__footer:after {
  clear: both;
}
.partner-marketing .pm__company-name {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .partner-marketing .pm__company-name {
    float: left;
    width: 33.3333333333%;
  }
}
.partner-marketing .pm__company-name {
  margin-bottom: 1.875rem;
}
.partner-marketing .pm__footer-menu {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .partner-marketing .pm__footer-menu {
    float: left;
    width: 25%;
  }
}
.partner-marketing .pm__footer-menu {
  top: -0.625rem;
  margin-bottom: 0.9375rem;
  line-height: 0.9375rem;
}
.partner-marketing .pm__footer-menu a {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .partner-marketing .pm__footer-menu a {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.partner-marketing .pm__footer-menu a {
  font-weight: normal;
  line-height: 2.5rem;
  color: #fff;
  text-decoration: none;
}
.partner-marketing .pm__company-address {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .partner-marketing .pm__company-address {
    float: left;
    width: 41.6666666667%;
  }
}
.partner-marketing .pm__company-address {
  margin-bottom: 1.875rem;
}
.partner-marketing .pm__company-address span {
  display: block;
}
.partner-marketing .pm__company-name span {
  display: block;
}
.partner-marketing .pm__company-name .name {
  margin-bottom: 0.9375rem;
}
.partner-marketing .pm__company-name .abn, .partner-marketing .pm__company-name .phone, .partner-marketing .pm__company-name .email, .partner-marketing .pm__company-name .legal-footer {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .partner-marketing .pm__company-name .abn, .partner-marketing .pm__company-name .phone, .partner-marketing .pm__company-name .email, .partner-marketing .pm__company-name .legal-footer {
    font: normal normal normal 0.75rem / 1.125rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.partner-marketing .pm__company-name .legal-footer {
  margin-top: -0.9375rem;
  margin-bottom: 0.9375rem;
}
.partner-marketing .pm__contact-us {
  display: block;
  margin-top: 0.9375rem;
  text-decoration: none;
}
.partner-marketing.index .partner-marketing-hero,
.partner-marketing.index .partner-marketing-feature-list,
.partner-marketing.index .pm__footer-wrapper {
  transition: opacity 1s;
}
.partner-marketing.index.loading .partner-marketing-hero,
.partner-marketing.index.loading .partner-marketing-feature-list,
.partner-marketing.index.loading .pm__footer-wrapper {
  opacity: 0;
}
.partner-marketing.contact_us iframe {
  height: 25rem;
  width: 100%;
}
.partner-marketing .pm__contact-us-blurb {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .partner-marketing .pm__contact-us-blurb {
    float: left;
    width: 41.6666666667%;
  }
}
.partner-marketing .pm__contact-us-blurb {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 1.875rem;
}
.partner-marketing .pm__contact-us-blurb .address {
  font-weight: 700;
  padding-top: 1.875rem;
}
@media (max-width: 767px) {
  .partner-marketing .pm__contact-us-blurb .address {
    padding-top: 0.9375rem;
  }
}
.partner-marketing .pm__contact-us-blurb .address span {
  display: block;
  margin-bottom: 0.46875rem;
}
.partner-marketing .pm__contact-us-details {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .partner-marketing .pm__contact-us-details {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .partner-marketing .pm__contact-us-details {
    margin-left: 8.3333333333%;
  }
}
.partner-marketing .pm__contact-us-details {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .partner-marketing.registration .pmgc__content-wrapper, .partner-marketing.create .pmgc__content-wrapper {
    padding-top: 0;
  }
  .partner-marketing.registration .pmgc__side-icon, .partner-marketing.create .pmgc__side-icon {
    display: none;
  }
}
.partner-marketing.registration form, .partner-marketing.create form {
  margin-bottom: 0.9375rem;
}
.partner-marketing.registration form input, .partner-marketing.create form input {
  padding-top: 0.46875rem;
  padding-bottom: 0.46875rem;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .partner-marketing.registration form input, .partner-marketing.create form input {
    font-size: 1.25rem;
  }
}
.partner-marketing .pm__registration-form-blurb {
  margin-bottom: 1.875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .partner-marketing .pm__registration-form-blurb {
    font: normal normal normal 0.875rem / 0.875rem Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.partner-marketing .pm__registration-form-blurb {
  font-weight: normal;
}
@media (max-width: 767px) {
  .partner-marketing .pm__registration-form-blurb {
    margin-bottom: 0.9375rem;
  }
}
.partner-marketing .svg.pm__icon {
  margin: 1.875rem auto;
  width: 75%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .partner-marketing .svg.pm__icon {
    margin: 0 auto;
    max-width: 9.375rem;
  }
}
.partner-marketing .svg.pm__icon .themeprimarylight {
  fill: rgb(67.8, 143, 201.4);
  filter: box-shadow(0px 0px 40px rgba(0, 0, 0, 0.3));
}
.partner-marketing .svg.pm__icon .themeprimary {
  fill: #1573bc;
}
.partner-marketing .svg.pm__icon .themesecondarylight {
  fill: rgb(134.5, 198, 174.5);
}
.partner-marketing .svg.pm__icon .themesecondary {
  fill: #0e8d5e;
}
.partner-marketing .svg.pm__icon .textinverted {
  fill: #fff;
}
.partner-marketing .svg.pm__icon .borderdark {
  fill: #e3e3e3;
}
.partner-marketing .svg.angle-left-tall,
.partner-marketing .svg.angle-right-tall {
  width: 100%;
  height: 2.5rem;
}
.partner-marketing .pm__video-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: none;
}
.partner-marketing .pm__video-wrapper.active {
  display: block;
}
.partner-marketing .pm__video-inner-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.partner-marketing .pm__video-inner-wrapper iframe,
.partner-marketing .pm__video-inner-wrapper object,
.partner-marketing .pm__video-inner-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.partner-marketing .pm__video-close {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  display: inline-block;
  padding: 10px;
  font-size: 50px;
  cursor: pointer;
  z-index: 10000;
}
.partner-marketing .pm__video-link {
  position: absolute;
  left: 50%;
  top: 75px;
  margin-left: -75px;
  display: inline-block;
  cursor: pointer;
  z-index: 1000;
}
.partner-marketing .pm__video-link:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 86.6px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
}
.partner-marketing .pm__video-link:after {
  content: "";
  top: 0;
  left: 0;
  border-radius: 1000px;
  width: 150px;
  height: 150px;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  transition: all 0.3s;
}
.partner-marketing .pm__video-link:hover:before {
  border-color: transparent transparent transparent rgb(255, 255, 255);
}
.partner-marketing .pm__video-link:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 570px) {
  .partner-marketing .pm__video-link {
    left: auto;
    right: 25px;
  }
}
@media (max-width: 767px) {
  .partner-marketing .pm__video-link {
    right: 45px;
    top: 40px;
  }
}
.partner-marketing button:disabled {
  background: #cacaca;
}
.partner-marketing button:disabled:hover {
  cursor: auto;
  background: #cacaca;
}