/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-24 {
  margin-top: 24px;
}
.mb-8 {
  margin-bottom: 8px;
}
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}
body {
  background-color: #fafbfc;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1.6rem;
  font-weight: 400;
  color: #262729;
  overflow-y: scroll;
}
.main .container-fluid {
  max-width: 860px;
}
ul {
  list-style: none;
}
a {
  color: #4597cb;
  transition: 0.3s all ease;
}
a:hover {
  color: #4597cb;
  text-decoration: underline;
  background-color: inherit;
  transition: 0.3s all ease;
}
.nav > li > a:hover,
.nav > .open > a:hover,
.nav > li > a:active,
.nav > .open > a:active,
.nav > li > a:focus,
.nav > .open > a:focus {
  background-color: transparent;
}
strong {
  font-weight: 600;
}
abbr[title] {
  border-bottom: 0;
}
.btn {
  display: inline-block;
  padding: 12px 16px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  transition: 0.3s all ease-out;
}
.btn-default {
  color: #555;
}
.btn-blue {
  background-color: #4597cb;
  border-color: #368bc1;
}
.btn-blue:hover {
  background-color: #368bc1;
  border-color: #307cad;
  color: #fff;
}
.btn-blue:focus {
  background-color: #3382b5;
  border-color: #2d74a1;
  color: #fff;
}
.btn-blue:disabled {
  background-color: #8d8d8d;
  border-color: #808080;
}
#login-title {
  margin-bottom: 0;
}
#login-form {
  max-width: 395px;
  margin: 0 auto 48px auto;
}
#login-form .checkbox-login .control-label {
  font-size: 1.2rem;
  line-height: 1.2rem;
}
#login-form .checkbox-login .box {
  top: 2px;
}
.control-label {
  color: #4597cb;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.form-control,
.form-control-static {
  height: auto;
  font-size: 1.6rem;
}
.form-control-static {
  min-height: initial;
  padding: 0;
}
.form-control {
  background: transparent;
  border-width: 0 0 1px 0;
  border-color: #8d8d8d;
  border-radius: 0;
  box-shadow: none;
  padding: 0 0 6px 0;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #262729;
  color: #262729;
}
.has-error .form-control {
  background-color: #F9F1F0;
  box-shadow: none;
}
.has-error .form-control:focus {
  box-shadow: none;
}
.help-block {
  font-size: 1.2rem;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.bank-form-spinner,
.bank-login-form .iframe-spinner-overlay {
  margin-bottom: 1em;
}
@media screen and (min-width: 992px) {
  .bank-login-form .iframe-spinner-overlay img {
    position: relative;
    left: -5%;
  }
}
.modal p {
  margin: 1em 0;
}
.modal p:first-child {
  margin-top: 0;
}
.modal p:last-child {
  margin-bottom: 0;
}
.modal .modal-body h1,
.modal .modal-body h2,
.modal .modal-body h3,
.modal .modal-body h4,
.modal .modal-body h5,
.modal .modal-body h6 {
  font-weight: 600;
}
.modal h1:first-child,
.modal h2:first-child,
.modal h3:first-child,
.modal h4:first-child,
.modal h5:first-child,
.modal h6:first-child {
  margin-top: 0;
}
.modal h1 + p,
.modal h2 + p,
.modal h3 + p,
.modal h4 + p,
.modal h5 + p,
.modal h6 + p {
  margin-top: 1em / 2;
}
.modal ol,
.modal ul {
  padding-left: 1em;
  margin-bottom: 1em;
}
.modal .showBullet {
  padding-left: 1.5em;
  list-style: initial;
}
.borrower-faq {
  text-align: left;
}
.borrower-faq p {
  margin: 1em 0;
}
.borrower-faq ol,
.borrower-faq ul {
  padding-left: 1em;
}
.borrower-faq li > p:first-child {
  margin-bottom: 0;
}
.borrower-faq li > p:nth-child(2) {
  margin-top: 0;
}
#Privacy.modal h2 {
  font-size: 1.5em;
  font-weight: bold;
}
#Privacy.modal h3 {
  font-size: 1.2em;
  font-weight: bold;
}
#Privacy.modal h2 + h3 {
  margin-top: 0.5em;
}
.header {
  position: relative;
  z-index: 99;
  min-height: 86px;
  padding-top: 23px;
  padding-bottom: 18px;
  background-color: #fff;
  border-bottom: 1px solid #bfbebf;
}
.header .logo {
  margin: 0 auto;
  height: 41px;
}
@media screen and (max-width: 480px) {
  .header .logo {
    margin-top: 8px;
    height: 31px;
  }
}
.header .logo .logo-primary {
  height: 41px;
}
@media screen and (max-width: 480px) {
  .header .logo .logo-primary {
    height: 31px;
  }
}
.header .logo-login {
  margin: 0 auto;
  height: 41px;
}
.header .logo-login .logo-primary {
  height: 41px;
}
.header .user-name .user-name-link {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.header .user-name .user-name-link:hover,
.header .user-name .user-name-link:active,
.header .user-name .user-name-link:visited,
.header .user-name .user-name-link:focus {
  background-color: none;
}
.header .user-name .user-name-link .menu-name {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .user-name .caret {
  margin-left: 10px;
  margin-right: 6px;
}
.header .dropdown-menu {
  min-width: 212px;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  border: 1px solid #bfbebf;
}
.header .dropdown-menu:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: -9px;
  right: 16px;
  width: 16px;
  height: 16px;
  background-color: white;
  border-top: 1px solid #bfbebf;
  border-left: 1px solid #bfbebf;
  transform: rotate(45deg);
  transition: 0.3s all ease;
}
@media screen and (max-width: 768px) {
  .header .dropdown-menu:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header .dropdown-menu {
    position: fixed;
    width: 270px;
    height: 100vh;
    display: block;
    left: auto;
    right: -270px;
    top: 0;
    transition: 0.3s right ease, 0.3s visibility ease;
    border-radius: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 768px) {
  .header .dropdown-menu.push {
    right: 0;
    box-shadow: -4px 0 16px rgba(0, 0, 0, 0.3);
    transition: 0.3s right ease, 0.3s visibility ease;
    visibility: visible;
  }
}
.header .dropdown-menu .close-menu {
  position: relative;
  display: block;
  padding-left: 40px;
  height: 84px;
}
.header .dropdown-menu .close-menu a {
  padding: 0;
  line-height: 85px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #262729;
  background-color: transparent;
}
.header .dropdown-menu .close-menu a:hover {
  background-color: transparent;
}
.header .dropdown-menu .close-menu:active:before {
  transform: rotate(180deg);
}
.header .dropdown-menu .close-menu:before {
  content: '';
  display: block;
  border-right: 5px solid #262729;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  position: absolute;
  left: 15px;
  top: 38px;
}
@media screen and (min-width: 769px) {
  .header .dropdown-menu .close-menu {
    display: none;
  }
}
.header .dropdown-menu li {
  border-bottom: 1px solid #bfbebf;
}
.header .dropdown-menu li:nth-child(2) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.header .dropdown-menu li:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .header .dropdown-menu li:last-child {
    border-bottom: 1px solid #bfbebf;
  }
}
.header .dropdown-menu li .icon {
  margin-right: 8px;
  vertical-align: middle;
}
.header .dropdown-menu li a {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 16px;
  padding-right: 85px;
}
@media screen and (max-width: 768px) {
  .header .dropdown-menu li a {
    font-size: 2rem;
  }
}
.header .dropdown-menu li a:hover {
  background-color: #f1f7fb;
}
.header .dropdown-menu li a .fa {
  margin-right: 8px;
}
body {
  position: relative;
  right: 0;
  transition: 0.3s right ease;
}
@media screen and (max-width: 768px) {
  body.push {
    right: 270px;
    transition: 0.3s right ease;
    overflow-y: hidden;
  }
}
body .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  background-color: #000;
  transition: 0.3s opacity ease, z-index 0.1s ease 0.3s;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  body.push .overlay {
    opacity: 0.6;
    background-color: #000;
    transition: 0.3s opacity ease;
    z-index: 1;
  }
}
.footer {
  margin-top: 24px;
}
@media screen and (min-width: 481px) {
  .footer {
    padding-bottom: 48px;
  }
}
.footer .ssl-link a {
  display: inline-block;
  margin-top: 9px;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  font-size: 0.7rem;
  font-weight: 700;
}
.footer .ssl-link a:hover {
  opacity: 0.8;
}
.nav-footer {
  margin-bottom: 8px;
}
.nav-footer ul li {
  display: inline-block;
}
.nav-footer ul li:after {
  content: ' | ';
  color: #4597cb;
}
.nav-footer ul li:last-child:after {
  content: '';
}
.nav-footer ul li a {
  display: inline-block;
  padding: 0;
  font-size: 1.3rem;
  font-weight: 500;
}
.nav-footer ul li a:hover {
  background-color: inherit;
  text-decoration: underline;
}
.colophon {
  font-size: 1.1rem;
  color: #8d8d8d;
}
#preload {
  position: fixed;
  top: -99999px;
  left: -99999px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner-wrap {
  position: relative;
  display: inline-block;
}
.spinner-wrap .spinner {
  animation: spin 0.8s linear infinite;
}
.spinner-wrap .stationary {
  position: absolute;
  top: 34%;
  left: 35%;
}
@media screen and (min-width: 992px) {
  .login-poll-spinner img {
    position: relative;
    left: -17%;
  }
  #main-content {
    width: 75%;
    margin: 0 auto;
  }
}
.main {
  padding-top: 24px;
}
.main .container {
  max-width: 725px;
  margin: 0 auto;
}
.main .welcome-message,
.main .waiting-message,
.main .page-instructions {
  margin-bottom: 16px;
  font-size: 2.2rem;
  font-weight: 300;
}
@media screen and (min-width: 769px) {
  .main .welcome-message,
  .main .waiting-message,
  .main .page-instructions {
    font-size: 3.2rem;
  }
}
.main .welcome-message.small,
.main .waiting-message.small,
.main .page-instructions.small {
  margin-bottom: 24px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #8d8d8d;
}
.main .instructions-title {
  margin-bottom: 4px;
  font-weight: 600;
}
.main .instructions-small,
.main .small {
  margin-bottom: 24px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #989898;
  font-weight: 500;
}
.main .instructions {
  margin-bottom: 40px;
}
.bank-logo-wrap {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 12px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  background: #fff;
  height: 64px;
  min-width: 60px;
}
.bank-logo-wrap .bank-logo-small {
  max-height: 48px;
  width: auto;
}
.superscript {
  vertical-align: super;
  font-size: 0.5em;
}
.login-iframe {
  width: 100% !important;
}
.bank-login-form {
  width: 100%;
}
.bank-login-form label,
.bank-login-form input {
  display: block;
}
.bank-login-form label {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  color: #4597cb;
  letter-spacing: 1px;
}
.bank-login-form .btn {
  display: block;
  width: 50%;
  margin: 24px 0;
  font-size: 1.6rem;
}
.bank-login-form .addmore ol li {
  margin-left: 25px;
}
.bank-login-form .iframe-wrapper {
  position: relative;
}
.bank-login-form .iframe-wrapper .jumper {
  background-color: #fafbfc;
  color: #8d8d8d;
  font-weight: 500;
}
.icon-lock {
  margin-top: -4px;
  margin-right: 6px;
}
#account-review-table {
  width: 100%;
  border: 1px solid #bfbebf;
  border-spacing: 0;
  border-radius: 4px;
  background-color: #fff;
}
#account-review-table thead th {
  padding: 1em 0.8em;
  font-size: 0.9rem;
  font-weight: 600;
  color: #4d4e4e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-color: #f7f9fa;
}
#account-review-table thead th:first-child {
  border-top-left-radius: 4px;
}
#account-review-table thead th:last-child {
  border-top-right-radius: 4px;
}
#account-review-table tbody tr:hover {
  background-color: #F5F5F5;
}
#account-review-table tbody tr.account-selection-shared-account {
  background-color: #DFF0D8;
}
#account-review-table tbody tr.account-selection-shared-account:hover {
  background-color: #d9edd1;
}
#account-review-table tbody tr.account-status-warning {
  background-color: #FCF8E3;
}
#account-review-table tbody tr.account-status-warning:hover {
  background-color: #fbf6da;
}
#account-review-table tbody tr.account-status-error {
  background-color: #F2DEDE;
}
#account-review-table tbody tr.account-status-error:hover {
  background-color: #efd7d7;
}
#account-review-table tbody td {
  border-top: 1px solid #bfbebf;
  padding: 0.3em 0.8em;
}
#account-review-table .status-icon {
  font-size: 20px;
}
#account-review-table .status-icon-has-accounts {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.4em;
}
#account-review-table .secondary-account-info {
  font-size: 0.75em;
  font-weight: 400;
}
#account-review-table .account-selection-share-cell {
  text-align: center;
  position: relative;
}
#account-review-table .account-selection-share-cell .checkbox-login {
  height: 20px;
}
#account-review-table .account-selection-share-cell label {
  padding: 0;
}
#account-review-table .account-selection-share-cell .box {
  position: relative;
  top: auto;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
#account-selection-buttons {
  margin-top: 20px;
}
#account-selection-buttons .add-fi {
  font-size: 1.3rem;
}
@media screen and (max-width: 769px) {
  #account-review tbody td {
    padding: 0.2em 0.4em;
  }
  #account-selection-buttons .spinner-wrap {
    display: block;
    width: auto;
    text-align: center;
  }
  #account-selection-buttons .btn {
    margin-top: 20px;
  }
}
#logout-borrower-img {
  width: 100%;
  height: auto;
}
#logout-borrower-text {
  margin-top: 50px;
}
#logout-borrower-success-title {
  margin-bottom: 0;
}
#logout-borrower-success-subtitle {
  font-size: 2rem;
}
@media screen and (max-width: 769px) {
  #logout-borrower-img {
    width: 100px;
    margin-bottom: 20px;
  }
  #logout-borrower-text {
    margin-top: 0;
  }
  #logout-borrower-success-subtitle {
    font-size: 1.8rem;
  }
}
.small-text {
  font-size: 1.1rem;
}
.muted-text {
  color: #989898;
}
.login .header {
  border: none;
  padding-top: 56px;
  padding-bottom: 0;
}
.login .header:after {
  content: '';
  display: block;
  width: 64px;
  margin: 32px auto 0 auto;
  border-bottom: 1px solid #bfbebf;
}
.login .main {
  padding-top: 21px;
  padding-bottom: 124px;
  background-color: #fff;
}
.login .footer {
  background-color: #fff;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.checkbox-login {
  position: relative;
}
.checkbox-login input[type="checkbox"] {
  opacity: 0;
  z-index: -1;
  position: absolute;
}
.checkbox-login input[type="checkbox"]:checked + label .box {
  border-color: #4d4e4e;
  background-image: url('/images/icon-check.svg');
  background-position: center center;
}
.checkbox-login input[type="checkbox"]:focus + label .box {
  border-color: #262729;
  box-shadow: 0 0 0 2px rgba(38, 39, 41, 0.2);
}
.checkbox-login input[type="checkbox"][disabled]:checked + label .box,
.checkbox-login input[type="checkbox"][disabled]:focus + label .box,
.checkbox-login input[type="checkbox"][disabled] + label .box {
  opacity: 0.5;
  background-color: #c0c1c1;
  cursor: not-allowed;
}
.checkbox-login label {
  position: relative;
  padding-left: 24px;
  /*line-height: 20px;*/
  font-size: 1.3rem;
  text-transform: none !important;
  font-weight: 500;
  color: #4d4e4e;
}
.checkbox-login .box {
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #8d8d8d;
  background-color: #fff;
  border-radius: 2px;
  cursor: pointer;
}
.checkbox-login:hover .box {
  background-color: #f3f3f3;
}
