﻿/* Terms and Conditions */
:root {
  --bgcolor: #001689;
}
.vertical-align-mixin {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@font-face {
  font-family: "open-sans-bold";
  src: url(../fonts/open-sans.bold.ttf);
}
@font-face {
  font-family: "open-sans-semi-bold";
  src: url(../fonts/OpenSans-SemiBold.woff);
}
@font-face {
  font-family: "open-sans";
  src: url(../fonts/OpenSans-Regular.woff);
}
@font-face {
  font-family: "open-sans-semibold-Italic";
  src: url(../fonts/Open-Sans-Semibold-Italic.woff);
}
body {
  counter-reset: count;
  min-width: 280px;
  background-color: white;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
}
body table {
  border-collapse: collapse;
}
body table tr th {
  font-weight: 600;
  vertical-align: top;
  text-align: left;
}
body table tr td {
  vertical-align: top;
  text-align: left;
}
body li {
  margin: 8px 0px;
  margin-left: 8px;
}
body a {
  background-color: white;
  color: #1e73e3;
}
body a:active {
  color: #629deb;
}
body a:hover {
  color: #629deb;
}
body b,
body strong {
  font-weight: 600;
}
body .col-xs-1,
body .col-sm-1,
body .col-md-1,
body .col-lg-1,
body .col-xs-2,
body .col-sm-2,
body .col-md-2,
body .col-lg-2,
body .col-xs-3,
body .col-sm-3,
body .col-md-3,
body .col-lg-3,
body .col-xs-4,
body .col-sm-4,
body .col-md-4,
body .col-lg-4,
body .col-xs-5,
body .col-sm-5,
body .col-md-5,
body .col-lg-5,
body .col-xs-6,
body .col-sm-6,
body .col-md-6,
body .col-lg-6,
body .col-xs-7,
body .col-sm-7,
body .col-md-7,
body .col-lg-7,
body .col-xs-8,
body .col-sm-8,
body .col-md-8,
body .col-lg-8,
body .col-xs-9,
body .col-sm-9,
body .col-md-9,
body .col-lg-9,
body .col-xs-10,
body .col-sm-10,
body .col-md-10,
body .col-lg-10,
body .col-xs-11,
body .col-sm-11,
body .col-md-11,
body .col-lg-11,
body .col-xs-12,
body .col-sm-12,
body .col-md-12,
body .col-lg-12 {
  padding-left: 0px;
  padding-right: 0px;
}
body .clear-both {
  clear: both;
  height: 0px;
  width: 0px;
  margin: 0px;
  padding: 0px;
}
body .row {
  margin: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
body .app {
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 75px;
  padding-top: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
}
body .app .header-container {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 78px;
  width: 100%;
  min-height: 78px;
  max-height: 78px;
  background-color: #fff;
  z-index: 95 !important;
}
body .app .header-container .logo-container {
  display: inline-block;
  position: fixed;
  left: 0px;
  height: 78px;
  z-index: 96;
  width: 49%;
}
@media (max-width: 991px) {
  body .app .header-container .logo-container {
    left: -10px;
  }
}
@media (min-width: 992px) {
  body .app .header-container .logo-container {
    left: 0px;
  }
}
body .app .header-container .logo-container .header-logo {
  background-position: left center;
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 15px;
  z-index: 97;
}
body .app .header-container .logo-container .header-logo .header-logo-link {
  z-index: 98;
}
body .app .header-container .logo-container .header-logo .header-logo-link .header-logo-img {
  z-index: 99;
}
body .app .header-container .nav-menu-container {
  display: inline-block;
  position: relative;
  height: 78px;
  z-index: 96;
  width: 51%;
}
body .app .header-container .nav-menu-container .nav-menu-links {
  box-shadow: none !important;
  background-position: left center;
  z-index: 97;
  text-align: left;
  font-size: 16px;
  padding-left: 15px;
  background-color: white !important;
  border: 0px;
}
body .app .header-container .nav-menu-container .nav-menu-links .nav-menu-link-container {
  display: inline-block;
  position: fixed;
  top: 15px;
  margin-right: 30px;
  text-align: left;
}
@media (max-width: 991px) {
  body .app .header-container .nav-menu-container .nav-menu-links .nav-menu-link-container {
    right: -10px;
  }
}
@media (min-width: 992px) {
  body .app .header-container .nav-menu-container .nav-menu-links .nav-menu-link-container {
    right: 0px;
  }
}
@media (max-width: 700px) {
  body .app .header-container .nav-menu-container .nav-menu-links .nav-menu-link-container .dropdown {
    position: relative;
    display: block;
  }
}
@media (min-width: 701px) {
  body .app .header-container .nav-menu-container .nav-menu-links .nav-menu-link-container .dropdown {
    display: none;
  }
}
body .app .header-container .nav-menu-container .nav-menu-links .nav-menu-link-container .nav-menu-btn-link {
  border-radius: 5px !important;
  box-shadow: none !important;
  outline: none;
}
body .app .header-container .nav-menu-container .nav-menu-links .nav-menu-link-container .nav-menu-btn-link:focus {
  outline: none !important;
}
body .app .header-container .nav-menu-container .nav-menu-links .nav-menu-link-container .nav-menu-btn-link .nav-menu-btn-link-div {
  float: left;
}
@media (max-width: 700px) {
  body .app .header-container .nav-menu-container .nav-menu-links .nav-menu-link-container .nav-menu-btn-link .nav-menu-btn-link-div {
    display: none;
  }
}
@media (min-width: 701px) {
  body .app .header-container .nav-menu-container .nav-menu-links .nav-menu-link-container .nav-menu-btn-link .nav-menu-btn-link-div {
    display: inline-block;
  }
}
body .app .header-container .nav-menu-container .nav-menu-links .nav-menu-link-container .nav-menu-btn-link .nav-menu-btn-link-action-div {
  padding-top: 8px !important;
}
@media (max-width: 700px) {
  body .app .header-container .nav-menu-container .nav-menu-links .nav-menu-link-container .nav-menu-btn-link .nav-menu-btn-link-action-div .fa-chevron-down {
    display: none;
  }
}
@media (min-width: 701px) {
  body .app .header-container .nav-menu-container .nav-menu-links .nav-menu-link-container .nav-menu-btn-link .nav-menu-btn-link-action-div .fa-chevron-down {
    display: block;
  }
}
body .app .header-container .nav-menu-container .nav-menu-links .nav-menu-link-container .nav-menu-btn-link .nav-menu-btn-link-action-div .fa-bars {
  padding: 4px;
  border-radius: 2px;
}
@media (max-width: 700px) {
  body .app .header-container .nav-menu-container .nav-menu-links .nav-menu-link-container .nav-menu-btn-link .nav-menu-btn-link-action-div .fa-bars {
    display: block;
  }
}
@media (min-width: 701px) {
  body .app .header-container .nav-menu-container .nav-menu-links .nav-menu-link-container .nav-menu-btn-link .nav-menu-btn-link-action-div .fa-bars {
    display: none;
  }
}
body .app .header-container .nav-menu-container .nav-menu-links .nav-menu-link-container .nav-menu-link,
body .app .header-container .nav-menu-container .nav-menu-links .nav-menu-link-container .nav-menu-inner-link {
  background-position: left center;
  z-index: 98 !important;
  font-size: 16px !important;
  margin: 0px !important;
  border-radius: 0px !important;
  border: 0px !important;
  padding-bottom: 5px !important;
  padding-left: 15px !important;
  padding-top: 5px !important;
  box-shadow: none !important;
  text-align: left;
  font-weight: 600 !important;
}
body .app .header-container .nav-menu-container .nav-menu-links .nav-menu-link-container .nav-menu-link:hover,
body .app .header-container .nav-menu-container .nav-menu-links .nav-menu-link-container .nav-menu-inner-link:hover {
  border: none;
  cursor: pointer !important;
}
@media (max-width: 700px) {
  body .app .header-container .nav-menu-container .nav-menu-links .nav-menu-link-container .nav-menu-link {
    display: none;
  }
}
@media (min-width: 701px) {
  body .app .header-container .nav-menu-container .nav-menu-links .nav-menu-link-container .nav-menu-link {
    position: relative;
    display: inline-block;
    float: left;
  }
}
body .app .header-container .nav-menu-container .nav-menu-links .nav-menu-link-container .nav-menu-inner-link {
  box-shadow: none !important;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 700px) {
  body .app .header-container .nav-menu-container .nav-menu-links .nav-menu-link-container .nav-menu-inner-link {
    display: block;
  }
}
@media (min-width: 701px) {
  body .app .header-container .nav-menu-container .nav-menu-links .nav-menu-link-container .nav-menu-inner-link {
    display: none;
  }
}
body .app .header-container .nav-menu-container .nav-menu-links .nav-menu-link-container hr {
  padding: 0px;
  margin: 0px;
}
body .app .header-container .header-stroke-container {
  display: block;
  position: fixed;
  top: 79px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  transition: all 0.2s;
  color: #333 !important;
  height: 4px;
  margin-top: 2px;
}
body .app .header-container .header-stroke-container .header-stroke {
  display: block;
  position: fixed;
  top: 79px;
  width: 100%;
  height: 2px;
  opacity: 1;
  padding: 0px;
  margin: 0px;
  transition: all 0.2s;
  color: #333 !important;
  z-index: 93;
}
body .app .header-container .header-stroke-container .top-hr-bar {
  width: 100%;
  height: 2px;
  min-width: 320px !important;
  position: absolute;
  z-index: 95;
  padding: 0px;
  margin: 0px;
  opacity: 1 !important;
  margin-top: -2px;
}
body .app .content-container {
  display: block;
  position: relative;
  margin-top: 82px;
  padding: 0px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  transition: all 0.2s;
  margin-left: auto;
  margin-right: auto;
}
body .app .content-container .content-margin {
  bottom: 135px !important;
  padding: 0px !important;
  margin: 0px !important;
  height: 100% !important;
  width: 100% !important;
}
body .app .content-container .content-margin .page-content {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 70px;
  background: #fff;
  border-radius: 4px;
  transition: all 0.2s;
  width: 100%;
  z-index: 3 !important;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
body .app .content-container .content-margin .page-content .wallet-google-img {
  width: 188px;
  height: 51px;
}
body .app .content-container .content-margin .page-content .wallet-apple-img {
  width: 168px;
  height: 52px;
}
body .app .content-container .content-margin .page-content .landing-page {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
body .app .content-container .content-margin .page-content .new-notify {
  min-height: 63px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  padding: 13px;
  flex-wrap: wrap;
}
body .app .content-container .content-margin .page-content .new-notify img {
  padding-right: 30px;
}
body .app .content-container .content-margin .page-content .new-notify p {
  margin-bottom: 0;
}
body .app .content-container .content-margin .page-content .new-notify .delinquency-text {
  max-width: 600px;
  color: #fff;
  padding: 10px 35px 10px;
  text-align: justify;
}
body .app .content-container .content-margin .page-content .new-notify .btnwrap {
  border: 1px solid #fff;
  width: 165px;
  height: 41px;
  line-height: 40px;
  text-align: center;
  border-radius: 8px;
}
body .app .content-container .content-margin .page-content .new-notify a.btnpay {
  color: #fff;
  text-decoration: none;
  display: block;
  background: transparent !important;
  font-size: 16px !important;
}
body .app .content-container .content-margin .page-content .card-container {
  width: 200px;
  height: 126px;
  padding-top: 15px;
  padding-bottom: 145px;
  margin-left: auto;
  margin-right: auto;
}
body .app .content-container .content-margin .page-content .card-container .card-image {
  width: 200px;
  height: 126px;
}
@media only screen and (width: 360px) and (height: 740px) {
  body .app .content-container .content-margin .page-content .card-container .card-image {
    margin-left: -10px !important;
  }
}
body .app .content-container .content-margin .page-content .activate-card-btn-container {
  padding-bottom: 15px;
}
body .app .content-container .content-margin .page-content .activate-card-btn-container .fa-credit-card:before {
  content: "\f09d";
  padding-right: 10px;
  font-family: "FontAwesome" !important;
  font-weight: normal !important;
}
body .app .content-container .content-margin .page-content .activate-card-btn-container .activate-card-btn {
  background-color: white !important;
  border-color: #979797 !important;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-radius: 4px;
  font-size: 18px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  font-weight: 600;
}
body .app .content-container .content-margin .page-content .card-ending-message {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
body .app .content-container .content-margin .page-content .last-four-leading-dots {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}
body .app .content-container .content-margin .page-content .last-four {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  position: relative;
  top: -3px;
}
body .app .content-container .content-margin .page-content .account-menu-icon {
  font-size: 18px !important;
  font-weight: normal !important;
}
body .app .content-container .content-margin .page-content table.account-menu-links > tbody > tr > td {
  border: none;
  padding: 4px;
}
body .app .content-container .content-margin .page-content .account-menu-links {
  width: 200px;
  min-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 600;
  background-color: white !important;
}
body .app .content-container .content-margin .page-content .account-menu-links .account-menu-link {
  font-size: 14px;
  font-weight: 600;
  padding: 2px 2px;
  box-shadow: none !important;
  white-space: nowrap;
}
body .app .content-container .content-margin .page-content .account-menu-links .account-menu-link:hover {
  cursor: pointer;
}
body .app .content-container .content-margin .page-content .account-menu-links .btn {
  padding: 2px 2px;
}
body .app .content-container .content-margin .page-content .password-row {
  padding-bottom: 20px;
  vertical-align: middle;
}
body .app .content-container .content-margin .page-content .password-row .password-col {
  line-height: normal;
}
body .app .content-container .content-margin .page-content .password-row .password-col .text-danger {
  color: #ff4e5e;
  font-size: 14px;
  display: inline-block;
  float: left;
  margin-top: 4px;
}
body .app .content-container .content-margin .page-content .password-strength-meter {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 2px;
}
body .app .content-container .content-margin .page-content .password-strength-meter .strength-bar-container,
body .app .content-container .content-margin .page-content .password-strength-meter .strength-verb-container {
  display: inline-block;
  position: relative;
  float: left;
  height: 19px;
}
body .app .content-container .content-margin .page-content .password-strength-meter .strength-bar-container {
  width: 30%;
  margin-top: 9px;
}
body .app .content-container .content-margin .page-content .password-strength-meter .strength-bar-container .strength-bar {
  margin-left: 5px;
  margin-right: 5px;
  height: 4px;
  border-radius: 2px;
  margin-top: auto;
  margin-bottom: auto;
  vertical-align: middle;
  background-color: #dfdfdf;
}
body .app .content-container .content-margin .page-content .password-strength-meter .strength-verb-container {
  width: 10%;
  margin-top: 2px;
}
body .app .content-container .content-margin .page-content .password-strength-meter .strength-verb-container .strength-verb {
  margin-left: 5px;
  margin-right: 5px;
  height: 19px;
  background-color: white;
  color: #4a934a;
  vertical-align: top;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
body .app .content-container .content-margin .page-content .password-strength-meter .strength-message-container .strength-message {
  display: inline-block;
  position: relative;
  float: left;
  height: 19px;
  margin-right: 5px;
  margin-right: 15px;
  font-size: 12px;
}
body .app .content-container .content-margin .page-content .password-strength-meter .strength-message-container .strength-message .strength-message-icon {
  width: 15px;
  padding-right: 5px;
}
body .app .content-container .content-margin .page-content .password-strength-meter .strength-message-container .strength-message .strength-message-icon-none {
  color: #dfdfdf;
}
body .app .content-container .content-margin .page-content .password-strength-meter .strength-message-container .strength-message .strength-message-icon-pass {
  color: #4a934a;
}
body .app .content-container .content-margin .page-content .password-strength-meter .strength-message-container .strength-message .strength-message-icon-fail {
  color: #ff4e5e;
}
body .app .content-container .content-margin .page-content .password-strength-meter .strength-message-container .strength-message-none {
  color: #dfdfdf;
}
body .app .content-container .content-margin .page-content .password-strength-meter .strength-message-container .strength-message-pass {
  color: #4a934a;
}
body .app .content-container .content-margin .page-content .password-strength-meter .strength-message-container .strength-message-fail {
  color: #ff4e5e;
}
body .app .content-container .footer-stroke-container,
body .app .content-container .footer-stroke {
  display: block;
  bottom: 4px;
  left: 0px;
  right: 0px;
  padding: 0px;
  margin: 0px;
  transition: all 0.2s;
  background-color: transparent;
  opacity: 0.4;
}
@media (max-height: 500px) {
  body .app .content-container .footer-stroke-container,
  body .app .content-container .footer-stroke {
    position: fixed;
  }
}
body .app .content-container .footer-stroke-container {
  margin-top: 5px;
  z-index: 950 !important;
  position: fixed;
}
body .app .content-container .footer-stroke {
  margin-top: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 90 !important;
}
body .app .footer-container {
  display: block;
  bottom: 0px;
  position: fixed;
  width: 100%;
  z-index: 90 !important;
  vertical-align: middle;
  padding: 5px;
}
@media (max-height: 568px) {
  body .app .footer-container {
    position: fixed;
  }
}
@media (max-width: 991px) {
  body .app .footer-container {
    height: 128px;
    min-height: 128px;
  }
  body .app .footer-container .footer-container > div {
    line-height: 128px;
  }
}
@media (min-width: 992px) {
  body .app .footer-container {
    height: 75px;
    min-height: 75px;
  }
  body .app .footer-container .footer-container > div {
    line-height: 75px;
  }
}
body .app .footer-container .footer-copyright {
  font-size: 14px;
  min-height: 42px;
}
@media (max-width: 991px) {
  body .app .footer-container .footer-copyright {
    display: block;
    float: initial;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    padding-top: 15px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  body .app .footer-container .footer-copyright {
    display: inline-block;
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    text-align: left;
    padding-top: 28px;
    width: 70%;
  }
}
body .app .footer-container .footer-copyright .copyright-glyph-font {
  font-weight: 600;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
}
body .app .footer-container .footer-copyright .copyright-font {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px;
}
body .app .footer-container.footer-section {
  padding: 55px 30px 45px;
  height: auto;
  position: relative;
}
body .app .footer-container.footer-section .bbb-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
}
body .app .footer-container.footer-section .ad-choices-icon {
  margin-left: 5px;
}
body .app .footer-container.footer-section .footer-nav a {
  padding: 0 10px;
}
body .app .footer-container.footer-section a {
  color: #fff;
  background: transparent;
  font-size: 14px;
}
body .app .footer-container.footer-section a:nth-child(1) {
  padding-left: 0;
}
body .app .footer-container.footer-section .footer-copyright {
  max-width: 615px;
  padding: 0;
  font-size: 16px;
  width: auto;
  color: #fff;
  text-align: left;
}
body .app .footer-container.footer-section .footer-copyright .brands {
  font-size: 14px;
  margin-bottom: 24px;
}
body .app .footer-container.footer-section .footer-links {
  width: 100%;
  font-weight: initial;
  padding-right: 0;
}
body .app .footer-container.footer-section .footer-links .links-container {
  padding-top: 25px;
  float: right;
  padding-right: 0;
}
body .app .footer-container.footer-section .footer-links .footer-link {
  float: none;
  padding: 0 10px;
  font-weight: initial;
  font-size: 16px;
}
body .app .footer-container.footer-section .footer-links .footer-link.last-element {
  padding-right: 0;
}
body .app .footer-container.footer-section .footer-links .footer-link .add-choices-icon {
  height: 17px;
  width: 16px;
  margin-left: 5px !important;
}
@media only screen and (max-width: 700px) {
  body .app .footer-container.footer-section {
    padding: 50px 25px;
  }
  body .app .footer-container.footer-section .links-container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0 !important;
  }
  body .app .footer-container.footer-section .footer-links {
    padding: 0;
  }
  body .app .footer-container.footer-section .footer-links .footer-link {
    padding: 0 5px 4px;
    font-size: 14px;
  }
}
body .app .strong {
  font-weight: 600;
  font-style: italic;
}
#termsAndConditionsContainer {
  background-color: #cecece;
  overflow: auto;
  height: 150px;
  border: 1px solid #333333;
  padding: 10px 10px 10px 10px;
}
#termsAndConditionsContainer a {
  background-color: #cecece;
}
[data-gfs-alert] {
  padding: 5px 10px;
  margin-bottom: 0;
}
.password-field::-ms-reveal {
  display: none;
}
.password-field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -27px;
  position: relative;
  z-index: 2;
  left: -5px;
  color: #ccc;
  font-size: 20px;
  cursor: default;
}
/*************Overlimit header***********/
.header-dropdown {
  display: inline-block;
  position: relative;
  font-size: 16px;
}
.header-dropdown.open .dropdown-arrow:after {
  transform: rotate(-137deg);
  -webkit-transform: rotate(-137deg);
  top: 16px;
}
.header-dropdown .dropdown-arrow {
  border: 0;
  background: none;
  position: relative;
  box-shadow: none;
  border-radius: 0;
  font-size: 16px;
  padding: 4px 30px 5px 0;
}
.header-dropdown .dropdown-arrow:after {
  content: "";
  border-bottom: 0;
  border-left: solid transparent;
  border-right: solid transparent;
  border-top: none;
  border-color: #0b1c57;
  border-style: solid;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  top: 11px;
}
.header-dropdown .dropdown-menu {
  margin-top: 8px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  padding: 0;
  box-shadow: none;
}
.header-dropdown .dropdown-item a {
  width: 100%;
  padding: 10px 20px;
  white-space: nowrap;
  display: inline-block;
  font-size: 14px;
  border-radius: 4px;
}
.header-dropdown .dropdown-item a:hover,
.header-dropdown .dropdown-item a:focus {
  text-decoration: none;
  background: #EAECEF;
  outline: 0;
}
/**********Form Controls**********/
.app-main-container .form-control {
  height: 45px;
  border-radius: 8px;
  border-color: #707070;
}
.app-main-container .form-control.input-validation-error {
  border-color: #D8001A;
}
.app-main-container .form-error {
  margin: 10px 0;
  text-align: left;
  font-size: 13px;
}
.app-main-container .password-field-icon {
  margin-top: -33px;
  left: -10px;
  cursor: pointer;
  background: #fff;
}
/******Overlimit Page********/
.fiserv-layout .app-main-container .content-section {
  max-width: 570px;
  margin: 0 auto;
}
.fiserv-layout .app-main-container .p-top60 {
  padding-top: 60px;
}
.fiserv-layout .app-main-container .success-all {
  color: #278644 !important;
}
.fiserv-layout .app-main-container .field-validation-error {
  padding: 10px 0;
  font-size: 13px;
  color: #D8001A;
}
.fiserv-layout .app-main-container.container-layout {
  padding: 70px 30px 0;
  max-width: 650px;
  margin: auto;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.fiserv-layout .app-main-container .page-title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 18px;
  margin: 0 0 25px;
  line-height: initial;
}
.fiserv-layout .app-main-container .semi-bold {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.fiserv-layout .app-main-container .success-msg {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 40px 0 50px;
  font-size: 17px;
  margin-right: 17px;
}
.fiserv-layout .app-main-container .success-title {
  max-width: 618px;
  margin: 55px auto 0;
  font-size: 24px;
}
.fiserv-layout .app-main-container .success-img {
  width: 97px;
  height: 97px;
}
.fiserv-layout .app-main-container .contact-numbers {
  font-size: 30px;
  font-weight: 600;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.fiserv-layout .app-main-container .btn {
  border-radius: 6px;
}
.fiserv-layout .app-main-container .grey-section {
  background: #F6F6F6;
  font-size: 13px;
  margin-bottom: 15px;
  padding: 15px 15px 5px;
}
.fiserv-layout .app-main-container .declaration-section {
  font-size: 15px;
}
.fiserv-layout .app-main-container .app-btn-secondary {
  min-width: 305px;
  min-height: 52px;
  padding: 5px 25px;
  font-size: 19px;
  margin: auto;
  display: block;
  color: #fff;
}
.fiserv-layout .app-main-container .fix-width {
  width: 325px !important;
  font-size: 17px !important;
}
.fiserv-layout .app-main-container .app-btn-primary {
  color: #292929;
  font-size: 19px;
  min-width: 175px;
  min-height: 44px;
  padding: 5px 15px;
  background: #fff;
  box-shadow: 0px 2px 0px #0000001F;
  border: 1px solid #979797;
  border-radius: 6px;
  margin-right: 25px;
}
.fiserv-layout .app-main-container .app-btn-primary.active {
  background: #1378c3;
  color: #fff;
}
.fiserv-layout .app-main-container .app-btn-wrapper {
  text-align: center;
  margin: 25px 0 45px;
}
.fiserv-layout .app-main-container .buttons-container .btn {
  min-width: 250px;
  font-size: 19px;
  display: inline-block;
  min-height: 44px;
}
.fiserv-layout .app-main-container .buttons-container .app-btn-secondary {
  margin-right: 25px;
}
.fiserv-layout .app-main-container.container-layout .app-btn-primary {
  font-size: 17px;
}
.fiserv-layout .app-main-container.inner-layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 370px);
  padding: 70px 30px 0;
}
.fiserv-layout .app-main-container.inner-layout #form0 {
  display: inline-block;
}
.fiserv-layout .app-main-container.inner-layout .btn {
  min-height: 52px;
}
.fiserv-layout .app-main-container.inner-layout.reset-password {
  padding-top: 30px;
}
.fiserv-layout .app-main-container .app-inner-container {
  padding: 25px;
}
.cancelled-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 355px);
  padding: 70px 30px 0;
}
.cancelled-page .cancel-msg {
  color: #278644;
  font-size: 24px;
  margin: 70px 0;
}
.cancelled-page .btn {
  width: 100%;
  max-width: 305px;
}
/*******************************/
.mobile-element {
  display: none;
}
.header-ham-menu {
  margin: 0;
}
.header-ham-menu .icon-bar {
  width: 29px;
  height: 3px;
  transition: all 0.5s ease;
}
@media (min-width: 768px) and (max-width: 1499px) {
  .header-ham-menu .navbar-toggle {
    display: block !important;
  }
}
.header-ham-menu .navbar-toggle .bar-1 {
  -webkit-transform: rotate(-45deg) translate(-2px, 2px);
  transform: rotate(-45deg) translate(-2px, 2px);
}
.header-ham-menu .navbar-toggle .bar-2 {
  opacity: 0;
}
.header-ham-menu .navbar-toggle .bar-3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
.header-ham-menu .navbar-toggle.collapsed .icon-bar {
  transform: initial;
  opacity: 1;
}
.header-ham-menu .navbar-collapse {
  background: #fff;
  height: 100vh !important;
  padding: 0 30px;
  position: fixed;
  top: 60px;
  right: -100vw;
  z-index: 99;
  width: 90%;
  overflow: scroll;
  transition: all 0.5s ease;
  visibility: hidden;
  max-height: initial;
  border: 0;
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1023px) and (orientation: landscape) {
  .header-ham-menu .navbar-collapse {
    max-height: 340px !important;
    overflow: scroll !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) and (min-height: 400px) and (max-height: 600px) and (orientation: landscape) {
  .header-ham-menu .navbar-collapse {
    max-height: 90% !important;
    overflow: scroll !important;
  }
}
@media screen and (width: 1024px) and (height: 600px) {
  .header-ham-menu .navbar-collapse {
    max-height: 90% !important;
    overflow: scroll !important;
  }
}
.header-ham-menu .navbar-collapse.in {
  visibility: visible;
  right: 0;
  box-shadow: -1px 8px 12px 3px #7b7b7b24;
}
.header-ham-menu .navbar-collapse .navbar-nav li {
  margin: 0;
  padding: 25px 0;
  border-bottom: 1px solid #0000001f !important;
}
@media (min-width: 768px) and (max-width: 1499px) {
  .header-ham-menu .navbar-collapse .navbar-nav li {
    float: initial !important;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .header-ham-menu .navbar-collapse .navbar-nav li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header-ham-menu .navbar-collapse .navbar-nav li:last-child {
  border: 0;
}
.header-ham-menu .navbar-nav,
.header-ham-menu .navbar-toggle {
  margin: 0;
  padding: 0;
}
.app-download-section {
  padding: 35px 0;
  border-top: 1px solid #BFBFBF;
}
.app-download-section a {
  display: inline-block;
}
.app-store-link {
  margin-right: 35px;
}
@media only screen and (max-width: 330px) {
  .app-store-link {
    margin-right: 0;
  }
}
.content-wrapper {
  max-width: 1130px;
  padding: 47px 25px 0;
  margin: auto;
  font-size: 13px;
}
.content-wrapper.terms p.text-center:nth-child(1n) {
  font-size: 17px;
}
.content-wrapper h2 {
  margin: 0 0 30px;
  font-size: 24px;
}
.content-wrapper a {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.content-wrapper strong {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 800;
}
.content-wrapper em {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
body .app.fiserv-layout {
  padding-bottom: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  /********Account Summary page********/
}
body .app.fiserv-layout .fiserv-modal .modal-body {
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 530px;
  width: 100%;
  padding: 25px;
}
body .app.fiserv-layout .fiserv-modal .modal-body .modal-content {
  padding: 25px;
  font-size: 17px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
body .app.fiserv-layout .fiserv-modal .modal-body .modal-content h1 {
  font-size: 20px;
  max-width: 345px;
  margin: 0 auto;
}
body .app.fiserv-layout .fiserv-modal .modal-body .modal-content .modal-info {
  margin: 20px 0 45px;
}
body .app.fiserv-layout .fiserv-modal .modal-body .modal-content .text-button {
  margin-top: 20px;
  background: #fff;
  font-size: 17px;
}
body .app.fiserv-layout .fiserv-modal .modal-body .modal-content .modal-icon {
  margin: 5px 0 20px;
}
body .app.fiserv-layout .session-timeout-modal .modal-body {
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 325px;
  max-width: 530px;
}
@media only screen and (max-width: 700px) {
  body .app.fiserv-layout .session-timeout-modal .modal-body {
    padding: 0px;
  }
  body .app.fiserv-layout .session-timeout-modal .modal-body .modal-content {
    padding: 25px;
  }
  body .app.fiserv-layout .session-timeout-modal .modal-body h1 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 700px) {
  body .app.fiserv-layout .session-timeout-modal .modal-body {
    padding: 25px;
    width: 370px;
  }
  body .app.fiserv-layout .session-timeout-modal .modal-body .modal-content {
    padding: 35px;
  }
  body .app.fiserv-layout .session-timeout-modal .modal-body h1 {
    font-size: 19px;
  }
}
body .app.fiserv-layout .session-timeout-modal .modal-body .modal-content {
  font-size: 15px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
body .app.fiserv-layout .session-timeout-modal .modal-body .modal-content h1 {
  margin: 0 auto;
  color: #000000;
  font: normal normal bold 17px/27px;
}
body .app.fiserv-layout .session-timeout-modal .modal-body .modal-content #session-countdown {
  margin-top: 20px;
  color: #000000;
  font: normal normal bold 17px/24px !important;
  font-weight: bold;
  font-size: 17px;
}
body .app.fiserv-layout .session-timeout-modal .modal-body .modal-content .modal-info {
  margin: 20px 0 20px;
  color: #000000;
}
body .app.fiserv-layout .session-timeout-modal .modal-body .modal-content .modal-icon {
  margin: 5px 0 20px;
}
body .app.fiserv-layout .session-timeout-modal .modal-body #session-continue-btn {
  width: 100%;
  font-size: 19px;
}
body .app.fiserv-layout .error-container {
  padding: 10px 30px;
  max-width: 1148px;
  margin: auto;
}
body .app.fiserv-layout .error-container h1 {
  font-size: 36px;
  color: #a94442;
}
@media only screen and (max-width: 700px) {
  body .app.fiserv-layout .error-container {
    padding: 15px 35px;
  }
}
body .app.fiserv-layout .error-container .alert-danger {
  max-width: 500px;
  margin: 20px auto 0;
}
body .app.fiserv-layout .error-msg {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 50px;
}
body .app.fiserv-layout h1 {
  font-size: 24px;
}
body .app.fiserv-layout .btn {
  white-space: normal;
}
body .app.fiserv-layout .title-statement {
  font-size: 24px;
  max-width: 600px;
  margin: 55px auto 45px;
}
body .app.fiserv-layout .paperless-enrolled h1.title-statement,
body .app.fiserv-layout .credit-protection-enrolled h1.title-statement {
  max-width: 435px;
}
body .app.fiserv-layout .profile-container {
  padding: 85px 30px;
  margin: auto;
  max-width: 750px;
}
body .app.fiserv-layout .profile-container .dots {
  font-size: 37px;
  line-height: 35px;
  margin-bottom: 20px;
}
body .app.fiserv-layout .profile-container .profile-inner-container {
  margin-top: 60px;
  font-size: 15px;
}
body .app.fiserv-layout .profile-container .profile-value {
  font-size: 24px;
  word-wrap: break-word;
  white-space: normal;
  padding: 0 20px;
}
body .app.fiserv-layout .profile-container .profile-label {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
body .app.fiserv-layout .profile-container .profile-label.text-button:hover {
  text-decoration: none;
}
body .app.fiserv-layout .profile-container .profile-label.text-button img {
  margin-right: 6px;
}
body .app.fiserv-layout .profile-container .column-one {
  border-right: 1px solid #BFBFBF;
}
body .app.fiserv-layout .page-content {
  padding-bottom: 0;
}
body .app.fiserv-layout .content-container {
  min-height: calc(100vh - 299px);
  margin-top: 65px;
}
body .app.fiserv-layout .logo-image {
  max-width: 245px;
  max-height: 46px;
}
@media only screen and (max-width: 700px) {
  body .app.fiserv-layout .logo-image {
    max-width: 165px;
    max-height: 32px;
  }
}
body .app.fiserv-layout .right-container {
  padding-top: 6px;
}
body .app.fiserv-layout .header-wrapper {
  min-height: 63px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}
body .app.fiserv-layout .header-wrapper .header-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 30px;
  align-items: center;
  max-width: 1148px;
  margin: auto;
  min-height: 63px;
}
@media only screen and (max-width: 700px) {
  body .app.fiserv-layout .header-wrapper .header-row {
    padding: 15px 35px;
  }
}
body .app.fiserv-layout .header-link {
  padding: 0 10px;
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
}
body .app.fiserv-layout .header-link:hover,
body .app.fiserv-layout .header-link:focus {
  text-decoration: none;
}
body .app.fiserv-layout .header-link:after {
  content: "";
  display: block;
  width: 0;
  opacity: 0;
  transition: all 0.3s ease;
  position: relative;
  top: 5px;
}
body .app.fiserv-layout .header-link.header-dropdown:after {
  top: -1px;
}
body .app.fiserv-layout .header-link:hover {
  text-decoration: none;
}
body .app.fiserv-layout .header-link:hover:after {
  width: 100%;
  opacity: 1;
}
body .app.fiserv-layout .header-link.active:after {
  display: none !important;
}
body .app.fiserv-layout .color-bar {
  width: 100%;
  height: 3px;
  position: fixed;
  top: 63px;
}
body .app.fiserv-layout .color-bar-with-banner {
  top: 143px !important;
}
body .app.fiserv-layout .main-layout {
  max-width: 630px;
  padding: 85px 30px 0;
  margin: auto;
  text-align: center;
}
@media only screen and (min-width: 365px) and (max-width: 1137px) {
  body .app.fiserv-layout .main-layout {
    padding: 85px 10px 0px 10px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1138px) {
  body .app.fiserv-layout .main-layout {
    padding: 200px 30px 0px 30px !important;
  }
}
body .app.fiserv-layout .main-layout .cursor-pointer {
  cursor: pointer;
}
body .app.fiserv-layout .main-layout.account-summary-page {
  font-size: 17px;
  font-weight: 600;
  padding-top: 190px;
}
body .app.fiserv-layout .main-layout.account-summary-page .card-image {
  width: 285px;
  height: 180px;
  margin-bottom: 20px;
}
body .app.fiserv-layout .main-layout.account-summary-page .activate-btn {
  border-radius: 8px;
  width: 180px;
  padding: 10px;
  margin: 0 auto 20px;
  display: inline-block;
}
body .app.fiserv-layout .main-layout.account-summary-page .activate-btn:hover,
body .app.fiserv-layout .main-layout.account-summary-page .activate-btn:focus {
  text-decoration: none;
}
body .app.fiserv-layout .main-layout.account-summary-page .activate-btn .activate-image {
  margin-right: 10px;
}
body .app.fiserv-layout .main-layout.account-summary-page .account-menu {
  display: flex;
  margin: 30px 0 55px;
}
body .app.fiserv-layout .main-layout.account-summary-page .account-menu .account-menu-link {
  width: 180px;
  padding: 20px;
}
@media only screen and (min-width: 361px) and (max-width: 400px) {
  body .app.fiserv-layout .main-layout.account-summary-page .account-menu .account-menu-link {
    width: 101px !important;
    height: 97px !important;
  }
}
body .app.fiserv-layout .main-layout.account-summary-page .account-menu .account-menu-link a {
  font-weight: 600;
  display: block;
  text-decoration: none;
  font-size: 15px;
  padding-top: 12px;
  background: none;
}
body .app.fiserv-layout .main-layout.account-summary-page .account-menu .account-menu-link.mx-2 {
  margin: 0 10px;
}
body .app.fiserv-layout .main-layout.account-summary-page .promotion-banner {
  color: #fff;
  padding: 20px;
  position: relative;
}
body .app.fiserv-layout .main-layout.account-summary-page .promotion-banner .promo-img {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .app.fiserv-layout .main-layout.account-summary-page .promotion-banner p {
  padding-top: 10px;
}
body .app.fiserv-layout .contactUs-Button {
  background-color: transparent;
  border-radius: 8px;
  border: 2px solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  color: #666666;
  padding: 16px 62px;
}
body .app.fiserv-layout .contactUs-Button:hover {
  background-color: #f0f0f0;
}
body .app.fiserv-layout .contactUs-Button.active {
  border-color: #2977b3;
  background: #f5fbff;
  position: relative;
  top: 1px;
}
.scroller {
  overflow-y: scroll;
  scrollbar-color: #858585 #f6f6f6;
  scrollbar-width: thin;
  max-height: 330px;
}
.scroller::-webkit-scrollbar-track {
  background-color: #f6f6f6;
}
.scroller::-webkit-scrollbar {
  width: 8px;
  background-color: #f6f6f6;
}
.scroller::-webkit-scrollbar-thumb {
  background-color: #858585;
  border-radius: 7px;
  min-height: 50px;
}
@media only screen and (min-width: 736px) and (max-width: 1138px) {
  body .app.fiserv-layout .header-row {
    min-height: 86px !important;
  }
  body .app.fiserv-layout .new-notify {
    top: 31px;
  }
  body .app.fiserv-layout .color-bar {
    top: 76px !important;
  }
  body .app.fiserv-layout .color-bar-with-banner {
    top: 146px !important;
  }
}
@media only screen and (min-width: 701px) and (max-width: 735px) {
  body .app.fiserv-layout .color-bar {
    top: 114px;
  }
  body .app.fiserv-layout .color-bar-with-banner {
    top: 194px !important;
  }
  body .app.fiserv-layout .new-notify {
    top: 52px;
  }
}
.footer-container {
  position: relative !important;
}
.footer-container .max-width {
  position: relative;
}
.footer-container .up-arrow {
  position: absolute;
  right: 0;
  top: -85px;
  border-radius: 5px;
  border: 0;
  padding: 0;
}
.footer-container .footer-text {
  font: normal normal normal 12px/19px 'Open Sans', sans-serif !important;
  margin-bottom: 35px !important;
}
.footer-container .top {
  padding-top: 24px;
}
@media only screen and (max-width: 375px) {
  .account-summary-page .account-menu {
    flex-wrap: wrap;
    justify-content: center;
  }
  .account-summary-page .account-menu .account-menu-link {
    margin-bottom: 10px !important;
  }
}
.agreement {
  padding-bottom: 80px !important;
  text-align: left !important;
}
.agreement hr {
  margin: 45px 0;
}
.agreement h2 {
  font-size: 24px;
  margin: 0 0 30px;
}
.agreement a {
  font-size: 15px;
  font-weight: 600;
}
.agreement a:hover {
  text-decoration: none;
}
.fiserv-layout.register-wrapper .app-main-container .validation-summary-errors {
  margin-bottom: 0 !important;
  font-size: 13px;
  color: #D8001A;
}
.fiserv-layout.register-wrapper .app-main-container .button-wrapper {
  margin-top: 60px;
}
.fiserv-layout.register-wrapper .app-main-container h1 {
  margin: 0 0 35px;
}
.fiserv-layout.register-wrapper .app-main-container .haveAccount {
  visibility: hidden;
}
.fiserv-layout.register-wrapper .app-main-container .radio-btn-container {
  margin: 30px 0 25px;
}
.display-flex {
  display: flex;
}
.common-layout {
  padding: 90px 25px;
  max-width: 620px;
  margin: auto;
  min-height: calc(100vh - 299px);
  font-size: 17px;
}
.common-layout .radio-inline {
  background: #F7F7F7;
  border: 2px solid #F7F7F7;
  border-radius: 10px;
  padding: 5px 65px;
  overflow: hidden;
  min-width: 270px;
  text-align: center;
  height: 100%;
  width: 100%;
}
.common-layout h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 18px;
}
.common-layout .form-control {
  margin-top: 25px;
}
.common-layout label {
  font-weight: 100;
  font-size: 15px;
}
.common-layout .padding-right {
  padding-right: 7px;
}
.common-layout .padding-left {
  padding-left: 8px;
}
.semi-bold {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.contact-us-container {
  font-size: 17px;
}
.contact-us-container h1 {
  margin: 0 0 30px;
}
.field-icon {
  position: absolute;
  right: 15px;
  top: 36px;
}
.contacts-container {
  padding: 25px;
  border-radius: 10px;
  background: #F6F6F6;
  margin: 60px 0 !important;
}
.contacts-container .col-one {
  border-right: 1px solid #BFBFBF;
}
.margin-bottom-45 {
  margin-bottom: 45px;
}
.sub-heading {
  color: #000 !important;
}
.agree-btn {
  border: 1px solid #979797;
  background: #fff !important;
  color: #000 !important;
}
.success-page img {
  width: 75px;
  height: 75px;
}
.success-page p {
  margin: 30px 0 60px;
}
.success-page h1 {
  margin: 0;
}
.reset-wrapper p {
  margin: 30px 0 5px;
}
.reset-wrapper hr {
  margin: 50px 0;
}
.reset-wrapper .margin-bottom-45 {
  margin-bottom: 45px;
}
.reset-wrapper h1 {
  margin: 0;
}
/***Floating label***/
.inputbox-container {
  position: relative;
  margin-right: 0;
}
.inputbox-container .form-control {
  background-position: right 15px top 13px;
  background-repeat: no-repeat;
}
.inputbox-container .form-control.with-icon {
  background-position: right 45px top 12px;
}
.inputbox-container .form-control.input-validation-error {
  border-color: #d8001a;
  background: url(/Images/Landing/exclamation.svg) no-repeat right 15px top 10px;
}
.inputbox-container .form-control.input-validation-error.with-icon {
  background-position: right 45px top 10px;
}
.inputbox-container .form-control.input-validation-error ~ .floating-label,
.inputbox-container .form-control.input-validation-error ~ .fa-fw {
  color: #d8001a;
}
.inputbox-container .form-control.valid {
  border-color: #278644;
  background-image: url(/Images/Landing/field-tick.svg);
}
.inputbox-container .form-control.valid ~ .floating-label,
.inputbox-container .form-control.valid ~ .fa-fw {
  color: #278644;
}
.inputbox-container .form-control:focus {
  border-color: #1E73E3;
  box-shadow: none;
}
.inputbox-container .form-control:focus ~ .floating-label,
.inputbox-container .form-control:focus ~ .fa-fw {
  color: #1E73E3;
}
.inputbox-container .form-control:focus ~ .floating-label,
.inputbox-container .form-control.non-empty ~ .floating-label {
  top: -9px;
  left: 10px;
  font-size: 13px;
  opacity: 1;
  background: #fff;
  padding: 0 5px;
}
.inputbox-container .floating-label {
  color: #919191;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 10px;
  transition: 0.2s ease all;
  font-size: 17px;
}
.button-wrapper {
  position: relative;
}
body .app.fiserv-layout .footer-container.footer-section.app-footer {
  background: #3d3d42 !important;
}
body .app.fiserv-layout .footer-container.footer-section.app-footer .brands {
  margin-bottom: 10px;
}
body .app.fiserv-layout .footer-container.footer-section.app-footer .footer-copyright {
  max-width: 600px;
}
body .app.fiserv-layout .footer-container.footer-section.app-footer .footer-link-container {
  width: 620px;
  min-width: 620px;
}
body .app.fiserv-layout .footer-container.footer-section.app-footer .footer-links .footer-link {
  font-size: 14px;
}
@media (max-width: 700px) {
  .app-footer .footer-link-container {
    width: unset !important;
    min-width: unset !important;
  }
}
/*****Mobile*****/
@media only screen and (max-width: 1500px) {
  .app-footer .footer-link-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-top: 25px;
  }
  .app-footer .bbb-image {
    width: 103px;
    height: 55px;
  }
  .common-layout {
    padding: 40px 25px 80px;
  }
  .common-layout .app-btn-secondary {
    margin-top: 45px;
    width: 100%;
  }
  .fiserv-layout.register-wrapper .app-main-container .app-btn-secondary {
    width: 100%;
  }
  .fiserv-layout.register-wrapper .app-main-container .button-wrapper {
    margin-top: 45px;
  }
  .fiserv-layout.register-wrapper .app-main-container .margin-bottom-45 {
    margin-bottom: 40px;
  }
  .fiserv-layout.register-wrapper .app-main-container .radio-btn-container {
    display: block;
    overflow: hidden;
    margin-bottom: 0;
  }
  .fiserv-layout.register-wrapper .app-main-container .radio-btn-container .radio-inline {
    margin-bottom: 15px;
    padding: 18px;
  }
  .common-layout .padding-left,
  .common-layout .padding-right {
    padding: 0;
  }
  .footer-nav {
    max-width: 160px;
  }
  .footer-nav .footer-link {
    display: block;
    padding: 5px 0 !important;
  }
  .footer-nav .link-border {
    display: none;
  }
  .agreement {
    padding: 50px 25px 75px !important;
  }
  body .app.fiserv-layout .title-statement {
    font-size: 22px;
  }
  body .app.fiserv-layout .footer-nav {
    max-width: 160px;
  }
  body .app.fiserv-layout .footer-nav .footer-link {
    display: block;
    padding: 5px 0 !important;
  }
  body .app.fiserv-layout .footer-nav .link-border {
    display: none;
  }
  body .app.fiserv-layout .btn {
    min-width: initial;
  }
  body .app.fiserv-layout .profile-container {
    padding: 30px 10px 20px;
  }
  body .app.fiserv-layout .profile-container .column-one {
    padding-bottom: 40px;
    border: 0;
    border-bottom: 1px solid #BFBFBF;
    margin-bottom: 40px;
  }
  body .app.fiserv-layout .header-dropdown .dropdown-item a {
    padding: 20px 0 0;
  }
  body .app.fiserv-layout .header-dropdown .dropdown-arrow {
    padding: 0 40px 0 0;
  }
  body .app.fiserv-layout .header-dropdown .dropdown-arrow:after {
    top: 5px;
  }
  body .app.fiserv-layout .header-dropdown.open .dropdown-arrow:after {
    top: 10px;
  }
  body .app.fiserv-layout .mobile-element {
    display: block;
  }
  body .app.fiserv-layout .desktop-element {
    display: none;
  }
  body .app.fiserv-layout .app-main-container.container-layout {
    padding: 40px 0 10px;
  }
  body .app.fiserv-layout .app-main-container.container-layout #form0 {
    padding: 0 15px;
  }
  body .app.fiserv-layout .app-main-container.container-layout .error-container .alert {
    float: left;
  }
  body .app.fiserv-layout .app-main-container.container-layout .app-btn-secondary {
    width: 100%;
    min-width: initial;
    max-width: 500px;
  }
  body .app.fiserv-layout .app-main-container.container-layout .app-btn-primary {
    margin-right: 0;
    min-width: 46%;
    min-height: 40px;
  }
  body .app.fiserv-layout .app-main-container.container-layout .app-btn-primary:first-child {
    float: left;
  }
  body .app.fiserv-layout .app-main-container.container-layout .app-btn-primary:nth-child(2) {
    float: right;
    margin-right: 0;
  }
  body .app.fiserv-layout .app-main-container.container-layout .app-btn-wrapper {
    float: left;
    width: 100%;
    padding: 0 15px;
  }
  body .app.fiserv-layout .app-main-container.container-layout .app-btn-wrapper .app-btn-primary {
    font-size: 15px;
  }
  body .app.fiserv-layout .app-main-container .page-title {
    padding: 0 15px;
    font-size: 16px;
  }
  body .app.fiserv-layout .app-main-container .grey-section {
    font-size: 11px;
  }
  body .app.fiserv-layout .app-main-container .declaration-section {
    padding: 0 15px;
    font-size: 15px;
  }
  body .app.fiserv-layout .app-main-container.cancelled-page {
    padding: 60px 10px 0;
    min-height: initial;
  }
  body .app.fiserv-layout .app-main-container.cancelled-page .btn {
    min-width: 100%;
  }
  body .app.fiserv-layout .app-main-container.inner-layout {
    padding: 70px 0 10px;
    min-height: initial;
  }
  body .app.fiserv-layout .app-main-container.inner-layout #form0 {
    width: 100%;
  }
  body .app.fiserv-layout .app-main-container.inner-layout .app-inner-container {
    padding: 0 10px;
  }
  body .app.fiserv-layout .app-main-container.inner-layout .success-img {
    width: 91px;
    height: 91px;
  }
  body .app.fiserv-layout .app-main-container.inner-layout .success-title {
    font-size: 22px;
  }
  body .app.fiserv-layout .app-main-container.inner-layout .success-msg {
    font-size: 15px;
  }
  body .app.fiserv-layout .app-main-container.inner-layout .btn {
    width: 100%;
    margin: 0;
    min-width: initial;
    font-size: 17px;
  }
  body .app.fiserv-layout .app-main-container.inner-layout .btn.app-btn-primary {
    margin-top: 25px !important;
  }
  .contacts-container {
    margin: 40px 0 !important;
  }
  .contacts-container .col-one {
    border: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
  }
}
.btn,
button,
a {
  outline-offset: 0 !important;
}
.app-sec-btn {
  font-size: 16px;
  font-weight: 800;
  border-radius: 8px;
  min-height: 45px;
  background: #fff;
  font-family: Open Sans, sans-serif;
  padding: 0 20px;
}
/*********************************/
#loginError {
  display: none;
}
.field-validation-error {
  color: #b94a48;
}
.new-home-page {
  font-family: Open Sans, sans-serif;
}
.new-home-page .home-header {
  padding: 10px 30px;
  min-height: 63px;
  display: flex;
  align-items: center;
  background: #fff;
  z-index: 999;
  position: sticky;
  top: 0;
  box-shadow: 0px 1px 0px #0000002B;
}
.new-home-page .home-header:after {
  content: "";
  position: absolute;
  top: 63px;
  left: 0;
  height: 2px;
  width: 100%;
}
.new-home-page .logo-wrapper {
  max-width: 1088px;
  margin: auto;
  width: 100%;
}
.new-home-page .home-page .login-container {
  min-height: 360px;
}
.new-home-page .login-inner-container {
  max-width: 1088px;
  position: relative;
  margin: auto;
  min-height: 360px;
}
.new-home-page .login-container h1 {
  color: #fff;
  font-size: 44px;
  float: left;
  margin-top: 0px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 55px;
}
.new-home-page .login-header {
  padding: 14px;
  color: #fff;
  font-weight: bold !important;
}
.new-home-page .login-inputs {
  padding: 35px 20px 20px;
}
.new-home-page .login-inputs a {
  background: transparent;
}
.new-home-page .login-inputs input {
  min-height: 45px;
  font-size: 17px;
  color: #595959;
  border-radius: 8px;
}
.new-home-page .login {
  box-shadow: 0px 6px 16px #0000002E;
  background: #FAFAFA;
  width: 330px;
  position: absolute;
  right: 0;
  top: 48px;
  z-index: 9;
}
.new-home-page .login h2 {
  font-size: 16px;
  margin: 0;
  font-weight: bold;
}
.new-home-page .login a {
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
  display: inline-block;
}
.new-home-page .app-primary-btn {
  min-height: 45px;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  border-radius: 8px;
}
.new-home-page .app-primary-btn:hover,
.new-home-page .app-primary-btn:focus {
  color: #fff;
}
.new-home-page .w-100 {
  width: 100%;
}
.new-home-page .login .btn {
  margin-top: 5px;
}
.new-home-page .benefits-section {
  padding: 130px 15px 110px;
  max-width: 1088px;
  font-size: 16px;
  margin: auto;
  overflow: hidden;
}
.new-home-page .benefits-section h3 {
  font-family: "open sans", sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #0E1D53;
  margin: 60px 0 25px;
  line-height: 25px;
}
.new-home-page .benefits-section [class*=" col-"] {
  padding: 0 40px;
}
.new-home-page .register-container {
  padding: 30px;
  background: #6168E5;
  font-size: 28px;
  display: flex;
  margin: auto;
  max-width: 1088px;
  position: relative;
  color: #fff;
  align-items: center;
  font-family: Helvetica, sans-serif;
  margin-bottom: 96px;
  justify-content: space-between;
}
.new-home-page .register-container .cards-img {
  position: absolute;
  top: -27px;
  left: 15px;
  width: 250px;
  height: 195px;
}
.new-home-page .register-container .content {
  padding: 0 5px 0 22rem;
}
.new-home-page .register-container .content p {
  margin: 0;
}
.new-home-page .footer-main-container {
  background: #3D3D42;
}
.new-home-page .footer-container {
  padding: 55px 30px 45px;
  height: auto;
  position: relative;
}
.new-home-page .footer-copyright {
  max-width: 603px;
  padding: 0;
  font-size: 16px;
  width: auto;
  color: #fff;
  text-align: left;
  float: left;
}
.new-home-page .footer-copyright .brands {
  font-size: 14px;
}
.new-home-page .bbb-div {
  float: right;
}
.new-home-page .footer-main-container a,
.new-home-page .links-container {
  color: #FFFFFF;
  background: transparent;
}
.new-home-page .footer-link {
  padding: 0 10px;
}
.new-home-page .links-container {
  padding-top: 25px;
  float: right;
}
.new-home-page .ad-choices-icon {
  margin-left: 12px;
}
.new-home-page .benefits-section .first-column {
  padding-left: 5px;
}
.new-home-page .benefits-section .last-column {
  padding-right: 0;
}
.new-home-page .home-page .app-primary-btn {
  margin: 5px 0 7px;
}
@media screen and (max-width: 768px) {
  .new-home-page .home-page .login-container {
    padding: 37px 28px 50px;
  }
  .new-home-page .mobile-padding {
    padding: 0 22px;
  }
  .new-home-page .home-page .app-primary-btn {
    margin: 20px 0;
  }
  .new-home-page .login-container sup {
    font-size: 23px;
    top: -14px;
  }
  .new-home-page .login {
    position: initial;
    clear: both;
    width: 100%;
    min-width: initial;
  }
  .new-home-page .login-container h1 {
    font-size: 37px !important;
    margin: 0 0 40px;
    float: none;
    text-align: center;
    position: inherit;
    transform: none;
    line-height: 40px;
  }
  .new-home-page .benefits-section {
    padding: 80px 50px 40px;
  }
  .new-home-page .benefits-section [class*=" col-"] {
    padding: 0 0 60px;
  }
  .new-home-page .register-container {
    flex-direction: column;
    padding: 40px 25px;
    margin: 0 25px 67px;
    text-align: center;
  }
  .new-home-page .register-container .cards-img {
    top: -55px;
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: 20px;
  }
  .new-home-page .register-container .content {
    padding: 12rem 0 35px;
    line-height: 36px;
  }
  .new-home-page .register-container .content p {
    display: inline;
    font-size: 24px;
  }
  .new-home-page .register-btn-wrapper,
  .new-home-page .register-btn-wrapper .btn {
    width: 100%;
  }
  .new-home-page .footer-container {
    padding: 55px 25px;
    font-size: 16px;
  }
  .new-home-page .footer-copyright .brands {
    font-size: 14px;
  }
  .new-home-page .footer-links .footer-link {
    padding: 0 5px 5px;
    display: inline-block;
  }
  .new-home-page .bbb-image {
    width: 103px;
    height: 55px;
  }
  .new-home-page .links-container {
    padding-top: 0;
  }
  .new-home-page .footer-copyright {
    margin: 17px 0 0;
  }
}
@media screen and (max-width: 1500px) and (orientation: landscape) {
  .home-page .login-container {
    padding: 37px 28px 50px;
  }
  .mobile-padding {
    padding: 0 22px;
  }
  .home-page .app-primary-btn {
    margin: 20px 0;
  }
  .login-container sup {
    font-size: 23px;
    top: -14px;
  }
  .login {
    position: initial;
    clear: both;
    width: 100%;
    min-width: initial;
  }
  .login-container h1 {
    font-size: 37px !important;
    margin: 0 0 40px;
    float: none;
    text-align: center;
    position: inherit;
    transform: none;
    line-height: 40px;
  }
  .benefits-section {
    padding: 80px 50px 40px;
  }
  .benefits-section [class*=" col-"] {
    padding: 0 0 60px;
  }
  .register-container {
    flex-direction: column;
    padding: 40px 25px;
    margin: 0 25px 67px;
    text-align: center;
  }
  .register-container .cards-img {
    top: -55px;
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: 20px;
  }
  .register-container .content {
    padding: 12rem 0 35px;
    line-height: 36px;
  }
  .register-container .content p {
    display: inline;
    font-size: 24px;
  }
  .register-btn-wrapper,
  .register-btn-wrapper .btn {
    width: 100%;
  }
  .footer-container {
    padding: 55px 25px;
    font-size: 16px;
  }
  .footer-copyright .brands {
    font-size: 14px;
  }
  .footer-links .footer-link {
    padding: 0 5px 5px;
    display: inline-block;
  }
  .bbb-image {
    width: 103px;
    height: 55px;
  }
  .links-container {
    padding-top: 0;
  }
  .footer-copyright {
    margin: 17px 0 0;
  }
}
.div-clear-fix {
  clear: both;
}
.max-width {
  max-width: 1088px;
  margin: auto !important;
}
.btn-dir {
  box-shadow: 0px 2px 0px #0000001F;
  border: 1px solid #979797;
  border-radius: 8px;
  background: #FFFFFF;
  min-width: 210px;
  min-height: 44px;
}
.btn-dir:first-child {
  margin-right: 30px;
}
.h-2 {
  font-size: 24px;
  font-weight: 800;
}
/****Cross sell ad modal*/
body .app.fiserv-layout .interstitial {
  padding: 20px 40px;
}
body .app.fiserv-layout .interstitial h3 {
  margin-bottom: 20px;
  color: #000;
}
body .app.fiserv-layout .interstitial .sec-title {
  font-weight: 600;
  margin-bottom: 15px;
}
body .app.fiserv-layout .interstitial .selection-buttons {
  margin: 30px 0 20px;
  display: flex;
}
body .app.fiserv-layout .interstitial .selection-buttons .btn {
  width: 50%;
}
body .app.fiserv-layout .interstitial .selection-buttons .btn.accept-btn {
  margin-right: 0;
}
body .app.fiserv-layout .ad-modal {
  font-size: 15px;
}
body .app.fiserv-layout .ad-modal .grey-section {
  max-height: 276px;
}
body .app.fiserv-layout .ad-modal .enroll-msg {
  color: #247F44 !important;
  font-size: 24px;
  margin-top: 75px;
}
body .app.fiserv-layout .ad-modal .paperless-enrolled,
body .app.fiserv-layout .ad-modal .credit-protection-enrolled {
  min-height: 530px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
body .app.fiserv-layout .ad-modal ul.tick-bullets {
  list-style: none;
  padding: 5px 0 0 25px;
}
body .app.fiserv-layout .ad-modal ul.tick-bullets li {
  position: relative;
  font-weight: 600;
  margin: 5px 0;
}
body .app.fiserv-layout .ad-modal ul.tick-bullets li:before {
  background: url(/Images/Landing/li-tickmark.svg) no-repeat;
  position: absolute;
  left: -25px;
  top: 4px;
  content: "";
  height: 15px;
  width: 15px;
}
body .app.fiserv-layout .ad-modal .ad-content {
  padding: 20px 40px 20px;
}
body .app.fiserv-layout .ad-modal .ad-content-pl {
  padding: 13px 36px 2px;
}
body .app.fiserv-layout .ad-modal .modal-body {
  padding: 0;
}
body .app.fiserv-layout .ad-modal .modal-content {
  overflow: hidden;
}
body .app.fiserv-layout .ad-modal h1 {
  font-size: 32px;
  margin-bottom: 5px;
}
body .app.fiserv-layout .ad-modal .ad-msg {
  font-size: 17px;
  padding: 10px 40px;
  background: #F7F4FD;
  font-weight: 800;
}
body .app.fiserv-layout .ad-modal .ad-msg-pl {
  font-weight: bold;
  color: black;
  padding: 10px 40px;
}
body .app.fiserv-layout .ad-modal .ad-h-2-pl {
  font-weight: bold;
  padding-left: 25px;
  padding-right: 25px;
}
body .app.fiserv-layout .ad-modal .ad-consent {
  font-size: 12px;
  padding: 0 40px 20px;
  color: #292929;
}
body .app.fiserv-layout .ad-modal .ads {
  position: relative;
  min-height: 530px;
}
body .app.fiserv-layout .ad-modal button {
  font-size: 19px;
}
@media only screen and (max-width: 768px) {
  body .app.fiserv-layout .ad-modal button {
    font-size: 18px !important;
  }
}
body .app.fiserv-layout .ad-modal .modal-dialog {
  max-width: 530px;
  margin: 45px auto;
}
body .app.fiserv-layout .ad-modal .modal-dialog .modal-body {
  background: #fff !important;
  color: #000 !important;
}
body .app.fiserv-layout .ad-modal .modal-dialog .modal-body h2 {
  color: #000;
}
body .app.fiserv-layout .ad-modal .modal-dialog .modal-footer {
  background: #F0F0F0;
  padding: 20px 40px 9px;
  margin: 0;
}
body .app.fiserv-layout .ad-modal .modal-dialog .modal-footer.due-footer {
  padding: 15px;
}
body .app.fiserv-layout .ad-modal .modal-dialog .modal-footer.due-footer .close-btn {
  margin: 0;
  padding: 0;
}
body .app.fiserv-layout .ad-modal .modal-dialog .modal-footer button {
  font-weight: 600;
}
body .app.fiserv-layout .ad-modal .modal-dialog .modal-footer button[disabled] {
  cursor: no-drop;
  color: #979797;
  border-color: #979797;
}
body .app.fiserv-layout .ad-modal .modal-dialog .app-btn-secondary {
  margin-top: 15px;
  min-height: 44px;
  width: 100%;
}
body .app.fiserv-layout .ad-modal .modal-dialog .app-btn-secondary-pl {
  margin-top: 15px;
  min-height: 44px;
  width: 100%;
}
body .app.fiserv-layout .ad-modal .modal-dialog .modal-header {
  min-height: 117px;
  position: relative;
}
body .app.fiserv-layout .ad-modal .modal-dialog .card-img {
  width: 336px;
  height: 131px;
  margin: auto;
  display: block;
  position: absolute;
  right: 50%;
  transform: translate(50%, 0%);
  top: 19px;
}
body .app.fiserv-layout .ad-modal .modal-dialog .card-img-pl {
  width: 500px;
  height: 328px;
  margin: -14px auto;
  display: block;
  right: 50%;
  transform: translate(-7%, -4%);
  top: 19px;
}
body .app.fiserv-layout .ad-modal .modal-dialog .auto-refi {
  background: transparent padding-box;
  background-image: url('/Images/Interstitial/AutoRefiTop.png'), url('/Images/Interstitial/Rectangle_16806.svg');
  background-position: center 7px, 0px 284px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 277px, 530px 87px;
  opacity: 1;
  box-sizing: border-box;
  padding-bottom: 0;
}
body .app.fiserv-layout .ad-modal .modal-dialog .mor-fur {
  background: transparent padding-box;
  background-image: url(/Images/Interstitial/mor.png), url(/Images/Interstitial/MorFurniture.png);
  background-position: center 136px, center 8px;
  background-repeat: no-repeat, no-repeat;
  background-size: 336px 131px, 530px 226px;
  opacity: 1;
  box-sizing: border-box;
  padding-bottom: 0;
}
@media only screen and (max-width: 390px) {
  body .app.fiserv-layout .ad-modal .modal-dialog .mor-fur {
    background-image: url(/Images/Interstitial/mor.png), url(/Images/Interstitial/Mobile_MorFurniture.png);
    background-position: center 227px, center 8px;
    background-size: 336px 131px, 390px 317px;
  }
}
@media only screen and (min-width: 391px) and (max-width: 414px) {
  body .app.fiserv-layout .ad-modal .modal-dialog .mor-fur {
    background-image: url(/Images/Interstitial/mor.png), url(/Images/Interstitial/Mobile_MorFurniture.png);
    background-position: center 227px, center 8px;
    background-size: 336px 131px, 414px 317px;
  }
}
body .app.fiserv-layout .ad-modal .modal-dialog .auto-refi .shadow-box {
  margin-top: 240px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  text-align: center;
  padding: 15px 12px;
}
@media only screen and (min-width: 500px) {
  body .app.fiserv-layout .ad-modal .modal-dialog .auto-refi .shadow-box {
    height: 135px;
    width: 490px;
    margin-left: -20px;
    font: normal normal 800 30px/35px Nunito, sans-serif !important;
    letter-spacing: 0.15px;
  }
}
@media only screen and (max-width: 500px) {
  body .app.fiserv-layout .ad-modal .modal-dialog .auto-refi .shadow-box {
    font: normal normal 800 25px/31px Nunito, sans-serif !important;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 375px) {
  body .app.fiserv-layout .ad-modal .modal-dialog .auto-refi .shadow-box {
    font: normal normal 800 23px/29px Nunito, sans-serif !important;
  }
}
body .app.fiserv-layout .ad-modal .modal-dialog .margin-interstitial-text {
  margin-top: 20px;
}
@media only screen and (max-width: 1500px) {
  body .app.fiserv-layout .ad-modal .modal-dialog .margin-interstitial-text {
    margin-top: 25px !important;
  }
}
body .app.fiserv-layout .ad-modal .modal-dialog .mor-fur .mor-fur-text {
  width: 1500px;
  margin-left: -30px;
}
@media only screen and (min-width: 768px) {
  body .app.fiserv-layout .ad-modal .modal-dialog .mor-fur .mor-fur-text {
    margin-left: -50px !important;
  }
}
body .app.fiserv-layout .ad-modal .modal-dialog .mor-fur .shadow-box {
  color: #292929;
  margin-top: 266px;
  height: 52px;
  letter-spacing: 0.15px;
  padding-top: 7px;
  opacity: 1;
  text-align: center;
}
@media only screen and (min-width: 500px) {
  body .app.fiserv-layout .ad-modal .modal-dialog .mor-fur .shadow-box {
    width: 530px !important;
  }
}
@media only screen and (max-width: 414px) {
  body .app.fiserv-layout .ad-modal .modal-dialog .mor-fur .shadow-box {
    margin-top: 362px;
    width: 400px !important;
  }
}
@media only screen and (min-width: 415px) and (max-width: 1500px) {
  body .app.fiserv-layout .ad-modal .modal-dialog .mor-fur .shadow-box {
    margin-top: 272px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 470px) {
  body .app.fiserv-layout .ad-modal .modal-dialog .mor-fur .shadow-box {
    margin-left: 10px !important;
  }
}
body .app.fiserv-layout .ad-modal .modal-dialog .auto-refi-bullets {
  letter-spacing: 0px;
  color: #292929;
  opacity: 1;
}
@media only screen and (min-width: 530px) {
  body .app.fiserv-layout .ad-modal .modal-dialog .auto-refi-bullets {
    margin: 0 108px;
    font: normal normal 600 15px/19px Open Sans, sans-serif;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 530px) {
  body .app.fiserv-layout .ad-modal .modal-dialog .auto-refi-bullets {
    font: normal normal 600 15px/20px Open Sans, sans-serif;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 530px) {
  body .app.fiserv-layout .ad-modal .modal-dialog .auto-refi .we-can-help {
    display: block;
  }
}
@media only screen and (min-width: 530px) {
  body .app.fiserv-layout .ad-modal .modal-dialog .auto-refi .mobile-display {
    display: none;
  }
}
body .app.fiserv-layout .ad-modal .modal-dialog .close {
  position: absolute;
  top: 11px;
  right: 11px;
  font-size: 30px !important;
  opacity: 1;
}
body .app.fiserv-layout .ad-modal .modal-dialog .close-btn {
  font-size: 16px;
  margin-top: 10px;
}
body .app.fiserv-layout .ad-modal .modal-dialog:before {
  content: '';
  position: absolute;
  top: 0;
  height: 8px;
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  z-index: 9;
}
body .app.fiserv-layout .ad-modal .deliquency {
  padding: 70px 40px 30px;
}
body .app.fiserv-layout .ad-modal .deliquency h1 {
  color: #000 !important;
  font-size: 24px;
  margin: 40px 0 30px;
}
body .app.fiserv-layout .ad-modal .deliquency .bold-content {
  font-weight: 600;
  margin-bottom: 40px;
  min-height: 110px;
}
body .app.fiserv-layout .ad-modal .deliquency .due-text {
  font-weight: 600;
  margin-bottom: 40px;
}
body .app.fiserv-layout .ad-modal .deliquency .red-btn {
  background: #D41C1C;
}
@media only screen and (max-width: 700px) {
  body .app.fiserv-layout .ad-modal .interstitial {
    padding: 20px 25px;
  }
  body .app.fiserv-layout .ad-modal .deliquency {
    min-height: calc(100vh - 113px);
    padding-left: 25px;
    padding-right: 25px;
  }
  body .app.fiserv-layout .ad-modal .deliquency .red-btn {
    position: absolute;
    top: calc(100vh - 275px);
  }
  body .app.fiserv-layout .ad-modal .modal-header-PL {
    min-height: 297px;
  }
  body .app.fiserv-layout .ad-modal .ad-msg-pl {
    font-size: 24px;
  }
  body .app.fiserv-layout .ad-modal .ad-h-2-pl {
    font-size: 21px;
    padding-left: 25px;
    padding-right: 25px;
  }
  body .app.fiserv-layout .ad-modal .btn-dir {
    min-width: 46%;
  }
  body .app.fiserv-layout .ad-modal h1 {
    font-size: 30px;
  }
  body .app.fiserv-layout .ad-modal .modal-dialog {
    margin: 0;
  }
  body .app.fiserv-layout .ad-modal .modal-dialog .card-img-pl {
    margin: auto;
    width: 400px;
    height: 263px;
    display: block;
    right: 50%;
    transform: translate(50%, 0%);
    top: 33px;
    position: absolute;
  }
  body .app.fiserv-layout .ad-modal .ad-content,
  body .app.fiserv-layout .ad-modal .ad-msg,
  body .app.fiserv-layout .ad-modal .ad-consent,
  body .app.fiserv-layout .ad-modal .modal-dialog .modal-footer {
    padding-left: 25px;
    padding-right: 25px;
  }
  body .app.fiserv-layout .ad-modal .ad-content-pl,
  body .app.fiserv-layout .ad-modal .ad-msg-pl,
  body .app.fiserv-layout .ad-modal .ad-consent,
  body .app.fiserv-layout .ad-modal .modal-dialog .modal-footer {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.custom-error-msg {
  padding: 10px 0;
  font-size: 13px;
  color: #D8001A;
}
@media (max-width: 820px) {
  .card-section {
    display: none;
  }
}
body .app h2.black-text,
body .app h4.black-text {
  color: black !important;
}
body .app h3.green-text,
body .app h4.green-text,
.green-confirm {
  color: #278644 !important;
}
h1.success-title.reset-password {
  margin-right: 26px !important;
}
.optional-services-mobile {
  padding-left: 10px !important;
  padding-right: 25px !important;
}
.optional-services-mobile a {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
#register-now-btn,
#register-now-btn3,
#btnGoToAccountSummary {
  width: 100%;
}
@media (max-width: 576px) {
  #divRegistrationConfirmation,
  #register-page {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#terms-container.fullscreen {
  width: 100%;
  height: 100%;
  position: fixed !important;
  top: 0;
  left: 0;
}
#terms-container.fullscreen #DisplayInFullCloseButton,
#terms-container.fullscreen #creditProtectionTitle,
#terms-container.fullscreen #creditProtectionDownloadFullScreen {
  display: block;
}
#terms-container.fullscreen #creditProtectionTermsBorder {
  padding: 14px 15px 15px;
}
#terms-container.fullscreen #creditProtectionTermsScroller {
  max-height: 645px;
  margin-bottom: 0;
}
#terms-container.fullscreen #creditProtectionDownloadInterstitial,
#terms-container.fullscreen #OpenInFullViewButton {
  display: none;
}
@media only screen and (max-width: 600px) {
  #terms-container.fullscreen #creditProtectionTermsScroller {
    max-height: 545px;
  }
}
.ads-fullscreen {
  height: 750px;
}
@media only screen and (max-width: 600px) {
  .ads-fullscreen .ads-fullscreen {
    height: 653px;
  }
}
#DisplayInFullCloseButton,
#creditProtectionTitle,
#creditProtectionDownloadFullScreen {
  display: none;
}
.divCreditProtectionAd-fullscreen {
  padding: 0;
}
#creditProtectionTermsScroller h3 {
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 8px;
}
#creditProtectionTermsScroller h4 {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.87) !important;
}
#creditProtectionTermsScroller .d-inline-block {
  display: inline-block !important;
}
#creditProtectionTermsScroller .f-semibold,
#creditProtectionTermsScroller .f-bold {
  font-weight: 700;
}
#creditProtectionTermsScroller .mb-3 {
  margin-bottom: 16px;
}
#creditProtectionTermsScroller ol {
  padding-left: 15px;
  margin-bottom: 16px;
}
#creditProtectionTermsScroller li {
  margin: 0;
}
#creditProtectionTermsScroller a {
  background-color: initial;
}
@media (min-width: 576px) {
  #register-now-btn,
  #register-now-btn3,
  #btnGoToAccountSummary {
    width: 200px;
  }
  .row div[class^="col-lg-7"]:first-child .inputbox-container,
  .row div[class^="col-lg-6"]:first-child .inputbox-container {
    margin-right: 6px;
  }
  .row div[class^="col-lg-5"]:last-child .inputbox-container,
  .row div[class^="col-lg-6"]:last-child .inputbox-container {
    margin-left: 6px;
  }
}
@media (max-width: 600px) {
  body .app.fiserv-layout .header-link {
    padding: 0 10px;
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    width: 100% !important;
  }
}
.m-r-8 {
  margin-right: 8px;
}
#creditProtectionTitle {
  margin-top: 0px;
  margin-bottom: 5px;
  box-shadow: 0 3px 6px rgba(0 0 0 0.08);
  padding: 14px 15px 5px;
}
#creditProtectionDownloadFullScreen {
  margin-bottom: 16px;
  padding-bottom: 15px;
}
#OpenInFullViewButton {
  cursor: pointer;
}
@media only screen and (max-width: 1500px) {
  #OpenInFullViewButton {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 1500px) {
  #creditProtectionDownloadInterstitial {
    font-size: 14px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .new-notify .delinquency-text {
    max-width: calc(100% - 250px) !important;
  }
  .expiredlink-max-width {
    margin-top: 60px !important;
    margin-left: 45px !important;
  }
}
@media (max-width: 767px) {
  .new-notify > div {
    flex: 0 0 95%;
    max-width: 100%;
  }
  .delinquency-text {
    margin-bottom: 10px;
    padding: 20px 0px 0px !important;
  }
}
.banner-color {
  background: #D41C1C !important;
}
.exclaimation-image {
  padding-right: 15px !important;
  margin-top: -5px !important;
}
.enrole-button-margin button:first-of-type {
  margin-right: 12px !important;
}
.enrole-button-margin button:last-of-type {
  margin-left: 12px !important;
  margin-right: 0 !important;
}
#nojsWarning {
  display: none;
}
.no-js #nojsWarning {
  display: block;
}
.btnpaperless-margin {
  margin-right: 0px !important;
}
.selectForm {
  padding-top: 4em;
  display: inline-grid;
  text-align: center;
  width: 100%;
}
.selectForm label {
  margin: 0.25em;
  padding: 0.625em;
  width: 60%;
  border-radius: 0.625em;
  background-color: #F7F7F7;
  text-align: center;
  cursor: pointer;
}
.selectForm input[type="radio"] {
  display: none;
}
.selectForm input[type="radio"]:checked + label {
  background-color: #e6eaed;
  border-style: solid;
  border-width: 3px;
  border-color: #00593D;
}
.padding45 {
  padding-top: 45px !important;
}
.disclaimer-div {
  display: flex;
  padding: 0px 0px 0px 8px !important;
}
@media only screen and (min-width: 1137px) {
  .disclaimer-div {
    padding: 0px 0px 0px 30px !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1137px) {
  .disclaimer-div {
    margin-top: -155px !important;
  }
}
.nopaperless-margin {
  margin-top: -25px !important;
}
@media only screen and (min-width: 767px) and (max-width: 1137px) {
  .nopaperless-margin {
    margin-top: -225px !important;
  }
}
.paperless-margin {
  margin-top: 30px !important;
}
@media only screen and (min-width: 767px) and (max-width: 1137px) {
  .paperless-margin {
    margin-top: -170px !important;
  }
}
.padding30 {
  padding: 30px 0px 0 !important;
}
@media only screen and (min-width: 767px) and (max-width: 1137px) {
  .padding30 {
    margin-top: -170px !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1137px) {
  .margin8 {
    margin-top: -8px !important;
  }
}
.padding0 {
  padding-top: 0px !important;
}
@media only screen and (min-width: 767px) and (max-width: 1137px) {
  .padding0 {
    margin-top: -200px !important;
  }
}
.star {
  margin-left: 287px !important;
  float: left;
  margin-top: 943px !important;
  position: absolute;
  align-content: center;
}
@media only screen and (max-width: 1500px) {
  .star {
    margin-left: -146px !important;
    margin-top: 917px !important;
  }
}
.divchild {
  text-align: left;
  font-size: 12px;
  width: 560px !important;
  color: #050608 !important;
  margin-right: 14px;
}
@media (min-width: 768px) and (max-width: 1499px) {
  .container {
    width: auto !important;
  }
}
.mitek-img {
  margin-left: 41px;
  margin-right: 82px;
  margin-bottom: 36px;
}
.div-order {
  text-align: left;
}
.mitek-camera {
  height: 140px;
  margin-left: 50px;
  margin-right: 75px;
  margin-bottom: 12px;
  margin-top: -19px;
}
.mitek-reload1 {
  color: #E6E6E6 !important;
}
.mitek-reload2 {
  width: 115px;
  height: 20px;
  margin-bottom: 40px;
  margin-left: 99px;
  margin-right: 105px;
  font-size: 15px;
  color: #6631D0;
  font-weight: 600;
}
.mitek-reload-image {
  height: 14px;
  width: 17px;
}
.mitek-reload-btn {
  opacity: 0.3;
}
.mitek-parent-container {
  display: flex;
  justify-content: center;
  /* Aligns items on the horizontal line */
  align-items: center;
  /* Aligns items on the vertical line */
  height: 300px;
  /* Example height, adjust as necessary */
}
.mitek-parent-img {
  max-width: 280px;
  max-height: 260px;
  min-height: 100px;
  min-width: 100px;
  height: auto;
  margin-bottom: -80px;
  border-radius: 6px;
  border: 1px;
  box-shadow: 0px 1px 8px 1px #E6E6E6;
}
.mitek-parent-icon {
  max-width: 260px;
  max-height: 180px;
  min-height: 150px;
  min-width: 260px;
  border-radius: 6px;
  border: 1px;
  box-shadow: 0px 1px 8px 1px #E6E6E6;
  padding: 20px;
  margin-bottom: -80px;
}
.mitek-header {
  margin-top: -20px;
  margin-bottom: -60px;
  padding: 0px 28px;
}
.cancel-link {
  margin-top: 28px;
}
.cancel-click {
  color: #6631D0 !important;
  font-size: 17px;
  font-weight: 600;
}
.mitek-camera-image {
  width: 74px;
  height: 64px;
  margin-top: 30px;
  margin-bottom: 44px;
  margin-left: 82px;
  margin-right: 68px;
}
.mitek-list {
  margin-right: 1px;
  margin-bottom: 52px;
}
.mitek-list p {
  font-size: 15px;
  display: flex;
  align-items: center;
  color: #050608 !important;
}
.mitek-list p::before {
  font-weight: 800;
  font-size: 30px !important;
  color: #0B1C57 !important;
  counter-increment: count;
  content: counter(count);
  padding-right: 16px;
}
.mitek-list p::after {
  font-size: 15px;
  padding-bottom: 10px;
}
.mitek-bar {
  margin-top: 160px;
  margin-bottom: 91px;
}
.mitek-search-bar {
  height: 118px;
  width: 118px;
}
.centered-p {
  position: sticky;
  text-align: center;
  margin-left: 50%;
  width: 330px;
  transform: translate(-50%, 0);
}
@media (min-width: 700px) {
  .centered-p {
    width: 340px;
    padding-left: 15px;
  }
}
.centered {
  position: sticky;
  text-align: center;
  margin-left: 57%;
  transform: translate(-50%, 0);
  height: 140px;
  width: 225px;
  border-radius: 6px;
  border: 1px;
  box-shadow: 0px 1px 8px 1px #E6E6E6;
}
@media (min-width: 500px) {
  .centered {
    margin-left: 53%;
  }
}
.centered-retake {
  position: sticky;
  text-align: center;
  margin-left: 50%;
  transform: translate(-50%, 0);
}
.consolidated-prelogin-banner {
  color: #fff;
  height: auto;
  text-align: center;
  font-size: 16px;
  background: #F4893D !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-content {
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: center;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Mulish, Bold, sans-serif !important;
}
.consolidated-prelogin-banner p {
  display: inline-block;
  color: #fff;
  margin: 0 auto;
}
.consolidated-prelogin-banner span {
  color: #001689;
}
.prelogin-banner {
  display: flex;
  color: #fff;
  height: auto;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 19px;
  font-size: 16px;
  background: var(--bgcolor) !important;
}
@media (min-width: 1100px) {
  .banner-content {
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
}
.prelogin-banner {
  display: flex;
  color: #fff;
  height: auto;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 19px;
  font-size: 16px;
  background: var(--bgcolor) !important;
}
@media (min-width: 1500px) {
  .prelogin-banner {
    height: 80px !important;
  }
}
.exclaim-position {
  margin-left: 4%;
  margin-right: 3%;
}
@media (min-width: 1500px) {
  .exclaim-position {
    margin-left: 21%;
    margin-right: 1%;
  }
}
.close-position {
  background: transparent;
  margin-top: 24px;
  cursor: pointer;
}
.close-position img {
  width: 19px;
  margin-top: 10px;
}
/*.set-close-margin {
    margin-left: 155px;
}*/
.set-text-size {
  width: 55% !important;
  text-align: left;
  margin-right: 4%;
}
@media (min-width: 375px) and (max-width: 767px) {
  .set-text-size {
    width: 70% !important;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .set-text-size {
    width: 80% !important;
  }
}
@media (min-width: 1101px) and (max-width: 1500px) {
  .set-text-size {
    width: 82% !important;
  }
}
@media only screen and (max-width: 1023px) {
  body .app.fiserv-layout .app-main-container.inner-layout .success-title {
    margin-right: 2px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  body .app.fiserv-layout .app-main-container.inner-layout .success-title {
    margin-right: 150px !important;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1500px) {
  body .app.fiserv-layout .app-main-container.inner-layout .success-title {
    margin-right: 250px !important;
  }
}
.fiservacctagree-justify-center {
  align-items: center;
}
.fiservacctagree-title-text {
  text-align: center;
}
.fiservacctagree-success-title-text {
  margin-top: 3rem;
  text-align: center;
  color: green !important;
}
.fiservacctagree-subtitle-text {
  text-align: center;
  margin-top: 3rem;
  color: #292929;
  font-size: 1.8rem;
}
.fiservacctagree-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50% !important;
}
.fiservacctagree-input-full-width {
  width: 100% !important;
}
.fiservacctagree-button-div {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
.fiservacctagree-cardmember-form {
  width: 100% !important;
  margin-top: 3rem !important;
}
.fiservacctagree-input-Container {
  padding-right: 1rem !important;
}
.fiservacctagree-agreement-button {
  width: 50% !important;
  background-color: #DD5327;
  color: white;
}
#colorBarId {
  margin-bottom: -20px !important;
}
@media (max-width: 1500px) {
  .delinquent-msg {
    font-size: 22px !important;
  }
}
.margin-without-banner-delinquency {
  margin-top: 80px !important;
}
.margin-without-banner {
  margin-top: 65px !important;
}
@media only screen and (max-width: 1500px) {
  .terms-font {
    font-size: 12px !important;
  }
}
.paperless-title {
  padding-top: 10px;
  text-align: center;
  font-family: "open sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0px;
  color: #292929;
}
@media only screen and (max-width: 1500px) {
  .paperless-title {
    top: 53px;
    left: 87px;
    width: 252px;
    height: 41px;
    text-align: left;
  }
}
.paperless-title-background {
  width: 450px;
  height: 54px;
  opacity: 1;
  margin-top: 15px;
}
@media only screen and (max-width: 1500px) {
  .paperless-title-background {
    width: 100%;
    height: 61px;
    display: flex;
    margin-top: 30px;
  }
}
.paperless-text {
  width: 450px;
  height: 120px;
  text-align: left;
  font-family: "open sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0px;
  color: #292929;
  opacity: 1;
  margin-top: 20px;
}
@media only screen and (max-width: 1500px) {
  .paperless-text {
    width: 100%;
    height: 160px;
    margin-top: 30px;
  }
}
.paperless-enroll-font {
  top: 0px;
  left: 0px;
  width: 382px;
  height: 18px;
  text-align: left;
  font-family: "open sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0px;
  color: #292929;
}
.paperless-enrollment {
  max-height: 710px !important;
}
.paperless-interstitial-btn {
  min-width: 210px !important;
  margin-right: 7px !important;
  margin-top: 0px !important;
  margin-bottom: 5px !important;
}
@media only screen and (max-width: 1500px) {
  .paperless-interstitial-btn {
    top: 784px;
    left: 25px;
    min-width: 155px !important;
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 0px #0000001F;
    border: 1px solid #979797;
    border-radius: 6px;
    opacity: 1;
  }
}
.paperless-img {
  margin-right: 14px !important;
}
@media only screen and (max-width: 1500px) {
  .paperless-img {
    width: 34px !important;
    height: 34px !important;
    margin-right: 12px !important;
    margin-left: 16px !important;
  }
}
.paperless-interstitial-submit {
  margin-bottom: 20px !important;
}
.newpaperlessfooter {
  position: absolute;
  margin-top: -169px !important;
  height: 175px;
  width: 100%;
  opacity: 0.5;
}
.newpaperlessfooter-confirmation {
  margin-top: -120px !important;
  height: 90px;
  width: 100%;
  opacity: 0.5;
}
.default-paperless {
  padding-top: 0px !important;
  z-index: 10;
  position: relative;
  /* opacity: 0.9;*/
}
.paperless-links {
  margin-top: 25px;
}
.paperless-grey-section {
  font-size: 15px !important;
}
.paperless-interstitial-close {
  margin-top: 224px !important;
  min-height: 40px !important;
  padding-top: 5px !important;
  z-index: 10;
  position: relative;
}
.paperless-confirm {
  width: 450px;
  height: 20px;
  text-align: center;
  font-family: "open sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0px;
  color: #292929;
  opacity: 1;
  margin-top: 10px;
}
@media only screen and (max-width: 1500px) {
  .paperless-confirm {
    width: 225px;
    height: 20px;
  }
}
.paperless-nice-choice {
  margin-top: 55px;
}
.default-paperless-enrolled {
  margin-top: 200px;
  min-height: 530px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media only screen and (max-width: 1500px) {
  .default-paperless-enrolled {
    margin-top: 125px;
  }
}