h1, .h1 {
  font-size: 54px;
  line-height: 110%;
  font-weight: bold;
}

h2, .h2 {
    font-size: 54px;
    font-weight: 700;
    line-height: 110%;
}

h3, .h3 {
    font-size: 49px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 24px;
}

.light h1, .light h2, .light h3, .light h4, .light h5, .light h6, .light p    {
    color: #fff;
}

.bg-grey {
  background-color: #DBE0EF;
}

.bg-circle {
  position: relative;
  overflow: hidden;
}

.bg-circle::before {
  display: block;
  content: "";
  height: 4500px;
  width: 2800px;
  background: rgba(218, 224, 239, .4);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-left: 55%;
  margin-top: 45%;
  position: absolute;
  bottom: -3459px;
  right: -1342px;
}

.bg-vector-left {
    background-image: url('../img/grey-vector.svg');
    background-repeat: no-repeat;
}

.bg-gradient {
  background-image: linear-gradient(#fff, rgba(218, 224, 239, .3));
}
.bg-gradient-top {
  background-image: linear-gradient( rgb(218, 224, 239) 12%, #fff);
}



.aux-heading {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #002dc0;
  padding-bottom: 14px;
}

.btn.btn-block {
  width: auto;
  border-radius: 6px;
  border: 0;
  font-size: 15px;
  font-weight: 400;
  padding: 12px 22px;
}

.btn-blue-border.btn-block {
  border: 2px solid #3363ff;
}

.btn-blue {
  background-color: #3363ff;
  color: #fff;
}
.btn-blue:hover {
  color: #fff;
  background-color: #002dc0;
}

.padding-xl {
    padding-top: 120px;
    padding-bottom: 120px;
}
.padding-top-xl {
    padding-top: 120px;
}
.padding-bottom-xl {
    padding-bottom: 120px;
}

.padding-lg {
    padding-top: 60px;
    padding-bottom: 60px;
}
.padding-top-lg {
    padding-top: 60px;
}
.padding-bottom-lg {
    padding-bottom: 60px;
}
.padding-md {
    padding-top: 40px;
    padding-bottom: 40px;
}
.padding-top-md {
    padding-top: 40px;
}
.padding-bottom-md {
    padding-bottom: 40px;
}

.account-nav {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 7.5px 22px;
}
    .account-nav:before {
        background-image: url('../img/icons/ico_account.svg');
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }
    .account-nav:after {
        background-image: url('../img/icons/chevron-down.svg');
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-left: 3px;
        border: 0;
    }
    .account-dropdown .dropdown-menu {
        padding: 24px;
        margin: 0;
        border: 0;
    }
    .account-dropdown .dropdown-menu li {
        min-height: auto;
        width: 100%;
    }
    .account-dropdown .dropdown-item {
      color: #3363ff;
      font-size: 15px;
      line-height: 22px;
      padding: 12px;
      border-radius: 5px;
    }
    .account-dropdown .dropdown-item:hover {
      background-color: #3363ff;
      color: #fff;
    }


header {
    background-color: #000;
    padding: 0 0;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
    top: 0;
}
header.scrolled {
  top: -112px;
  position: fixed;
}

.secondary-nav {
  border-bottom: 1px solid #4f4f4f;
  height: 42px;
  font-size: 13px;
}
    .secondary-nav p {
      margin-bottom: 0;
      color: #fff;
      font-size: 13px;
      font-style: italic;
    }
.nav-container {
    padding: 14px 24px;
}
.fdic {
    padding: 10px 0 10px 24px;
}
    .fdic img {
        padding-right: 10px;
    }
.location-link {
  border-left: 1px solid #4f4f4f;
  border-right: 1px solid #4f4f4f;
  padding: 8px 24px;  
}
    .location-link a {
        display: flex;
        align-items: center;
    }
    .location-link a:hover {
        color: #fff;
    }
    .location-link a:before {
        background-image: url('../img/icons/ico_location.svg');
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
    }
.secondary-nav-links {
  display: flex;
  align-items: center;
  padding: 0 6px;
  border-right: 1px solid #4f4f4f;
}
    .secondary-nav-links ul {
      display: flex;
      margin-bottom: 0;
      align-items: center;
    }
    .secondary-nav-links ul li{
        padding: 0 12px;
    }
    .secondary-nav-links ul li a{
        text-decoration: none;
    }
    .secondary-nav-links ul li a:hover{
        text-decoration: underline;
        color: white;
    }

.header-search {
  display: flex;
  align-items: center;
  padding: 0 24px;
  position: relative;
}
    .header-search button {
      border: 0;
      background-color: transparent;
    }

    #search-modal {
      background-color: #fff;
      position: absolute;
      bottom: -80px;
      right: 15px;
      z-index: 100;
      visibility: hidden;
      color: #000;
      border-radius: 5px;
    }
    #search-modal .form-inline {
      justify-content: flex-end;
    }
    #search-modal .form-group ::placeholder {
      color: #000;
    }

.header-search .sf-search-input-wrapper input.form-control {
    border: 1px solid #4f4f4f;
    border-radius: 5px;
    margin: 16px;
    margin-top: 0;
    min-width: 450px;
    width: 100%;
    color: #000;
}
.navbar-expand-lg .navbar-nav .dropdown-toggle {
  display: flex;
  align-items: center;
}
.dropdown.show .nav-link, .dropdown.show .nav-link:hover {
  color: #fff;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #fff;
  text-decoration: underline;
}
.navbar-expand-lg .navbar-nav .dropdown-toggle::after {
  display: block;
  content: "";
  background-image: url('../img/icons/chevron-down.svg');
  border: 0;
  width: 20px;
  height: 20px;
}
.navbar-expand-lg .navbar-nav .dropdown-toggle.show::after {
  transform: rotate(180deg);
}
.new-nav .navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 107px;
    width: 100%;
    padding: 24px 40px;
    background: #fff;
}
.new-nav .nav-column {
  width: 100%;
}
.new-nav .dropdown-menu h2 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    padding: 0;
}
.new-nav .dropdown-menu li {
    min-height: auto;
    width: 100%;
}
.new-nav .nav-item {
  list-style: none;
}
.new-nav .dropdown-item {
    width: 100%;
    padding: 12px 14px;
    clear: both;
    font-size: 14px;
    line-height: 22.5px;
    font-weight: 400;
    color: #3363ff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    align-items: center;
}
.new-nav .dropdown-item:hover {
    color: white;
    background-color: #3363ff;
    border-radius: 3px;
}

.new-nav .dropdown-item:hover h2 {
    color: white;
}

.aux-nav .account-nav {
    margin-left: 12px;
}

.aux-nav .account-nav:hover {
  color: #fff;
}

#main-content {
    margin-top: 102px;
    background-color: #fff;
    overflow-x: hidden;
    z-index: 2;
    position: relative;
}

.curved-top {
    border-radius: 50%/50px 50px 0 0;
    background-color: white !important;
    height: 50px;
    padding-bottom: 86px;
    position: relative;
    top: -50px;
    width: 110%;
    margin: 0 auto;
    left: -5%;
    background: linear-gradient(to left, #8A00FF, #555BFF, #00AAE4);
    background-color: rgba(0, 0, 0, 0);
}
    .curved-top::before {
      border-radius: 69%;
      content: '';
      background-color: white;
      top: 14px;
      left: -10px;
      bottom: -10px;
      right: -10px;
      position: absolute;
      z-index: 0;
      height: 101px;
    }

.bg-gradient-top .curved-top {
    background-color: rgb(218, 224, 239) !important;
}

.bg-gradient-top .curved-top::before {
    background-color: rgb(218, 224, 239);
}
.hero-banner {
    position: relative;
}
.hero-slide{
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
}
    .hero-slide::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      background: #000;
      opacity: .5;
      z-index: 0;
    }

.hero-banner .btn-row {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    bottom: 90px;
    left: 0;
    right: 0;
    margin: auto;
}
.hero-banner .slick-slide {
    margin: 0;
}
.hero-banner .slick-arrow {
    background: transparent;
}
.hero-banner .slick-dots {
    display: flex !important;
    align-items: center;
    margin: 0;
    padding: 0;
}
.hero-banner .slick-dots li {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0 4px;
}
.hero-banner .slick-dots li button {
    font-size: 0;
    background: #fff;
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 25px;
}
.hero-banner .slick-dots li.slick-active button {
  background: #3363ff;
}
.slick-slide {
  margin: 0 15px;
}

    .hero-banner h1{
        margin-bottom: 24px;
    }

    .hero-banner p{
        font-size: 24px;
        line-height: 150%;
        margin-bottom: 24px;
    }

.underlined {
    padding-bottom: 30px;
    margin-bottom: 24px;
    position: relative;
}
.underlined::after {
    content: "";
    display: block;
    width: 100px;
    background-image: linear-gradient(to left, #7b12d4, #3363FF, #00AAE4);
    height: 6px;
    position: absolute;
    bottom: 0;
}
.underlined.center::after {
    left: 0;
    right: 0;
    margin: auto;
}
.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 24px;
    color: #fff;
}

.icon-columns {
    padding-top: 34px;
}

.icon-columns .col-lg-3 {
    display: flex;
    padding-bottom: 15px;
}
.icon-block {
    background-color: rgba(219,224,239, .4);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 24px 32px;
    text-align: center;
    border-radius: 10px;
    width: 100%;

}


.bg-gradient-top .icon-block, .bg-grey .icon-block {
    background-color: #fff;
    border: 1px solid #ebebeb;
}
a.icon-block {
    transition: all 0.3s linear;

}
.icon-block h3 {
      margin-top: 16px;
      margin-bottom: 0;
      font-weight: bold;
      font-size: 1rem;
      line-height: 150%;
      color: #000;
}
a.icon-block:hover {
    text-decoration: none;
    box-shadow: 0 0 11px 0 rgba(0,0,0,.15);
    transform: scale(1.1); 
}
.icon-block p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 16px;
    color: #000;
}

.bg-cta {
    padding: 150px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.col-2-cta .row {
    margin-bottom: 2rem;
}
.col-2-cta img { 
    border-radius: 10px;
    box-shadow: 0 0 44px 0 rgba(51,99,255,.15);
}
.col-2-cta p {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 0;
}

.col-2-cta .btn {
    margin-top: 50px;
}

.lightbox-video {
    margin-top: 40px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.video-play {
    background: rgba(0,0,0,.15);
    border: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
video {
    border-radius: 5px;
}

.hero-cta-content {
    background-color: white;
    border-radius: 10px;
    width: 40%;
    padding: 48px;
  
}
    .hero-cta-content h2 {
      position: relative;
      padding-bottom: 24px;
      margin-bottom: 24px;
    }
    .hero-cta-content h2::after {
      content: "";
      display: block;
      width: 100px;
      background-image: linear-gradient(to left, #7b12d4, #3363FF, #00AAE4);
      height: 6px;
      position: absolute;
      bottom: 0;
    }
    .hero-cta-content p {
      font-size: 20px;
      line-height: 150%;
      margin-bottom: 24px;
    }


.app-wrapper {
    box-shadow: 0 0 44px 0 rgba(0,0,0,.15);
    border-radius: 20px;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to top, #dbe0ef, #fff);
}
.app-content {
    width: 47%;
}
.app-wrapper p {
    font-size: 20px;
    line-height: 150%;
    margin: 0;
}
.app-wrapper .btn-row {
    padding-top: 50px;
}
.app-wrapper .btn-row .btn ~ .btn {
    margin-left: 6px;
}
.btn.btn-apple, .btn.btn-google {
    border-radius: 6px;
    border-width: 1px;
    display: inline-flex;
    align-items: center;
}
.btn.btn-apple:before, .btn.btn-google:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 6px;
}
.btn.btn-apple:before { 
    background-image: url('../img/icons/icon_apple.svg');
}

.btn.btn-google:before {
    background-image: url('../img/icons/icon_android.svg');
}
.btn.btn-apple:hover, .btn.btn-google:hover {
  background-color: #fff;
}

.swiper-slide a:hover {
    text-decoration: none;
}
.slide-content {
    padding: 24px;
    border: 1px solid #ebebeb;
    border-radius: 0 0 10px 10px;
}
.slide-content .aux-heading {
    margin-bottom: 8px;
    color: #3363ff;
    text-decoration: none;
}
.slide-content h3 {
    margin-bottom: 8px;
    color: #000;
    text-decoration: none;
}

.slide-content p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 8px;
    color: #000;
    text-decoration: none;
}
.author {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.date {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

.author ~ .date {
  margin-left: 12px;
  padding-left: 14px;
  display: flex;
  align-items: center;
  position: relative;
}
.author ~ .date:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #000;
  left: 0;
  position: absolute;
  border-radius: 25px;
}
.aux-info {
  display: flex;
}
.resource-slider .btn-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.resource-slider .slick-dots {
    display: flex !important;
    align-items: center;
    margin: 0;
    padding: 0;
}
.resource-slider .slick-dots li {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0 4px;
}
.resource-slider .slick-dots li button {
  font-size: 0;
  background: #afafaf;
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 25px;
}
.resource-slider .slick-dots li.slick-active button {
  background: #3363ff;
}
.slick-slide {
  margin: 0 15px;
}


.new-alert-banner {
  background-color: #abbfff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 24px;
}
    .new-alert-banner p {
        margin-bottom: 0;
        font-size: 13px;
    }

    .new-alert-banner a {
        color: #000;
        text-decoration: underline;
    }
    #alert-close {
      background: transparent;
      border: 0;
    }
.compare-3col {
  padding-top: 80px;
}
.compare-block {
  border: 1px solid #ebebeb;
  border-radius: 10px;
}
.flip-card {
  overflow: hidden;
  perspective: 1000px;
}

.flip-card-inner {
  display: grid; /* here */
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card.active .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  grid-area: 1/1; /*and here */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-front {
    display: flex;
  align-items: flex-end;
  transition: all .3s linear;
}
.flip-card-front:hover {
    transform: scale(1.1);
}

.flip-card-front button {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  background-color: transparent;
  border: 0;
  width: 100%;
  justify-content: center;
}

.flip-card-front h3 {
    color: #fff;
    font-weight: bold;
  font-size: 1.5rem;
  line-height: 150%;
}

.flip-card-back {
  transform: rotateY(180deg);
  background: #fff;
}
.compare-img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.compare-content {
    padding: 32px;
}
.compare-content h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 32.5px;
    text-align: center;
    margin-bottom: 8px;
}
.compare-content .compare-cost {
    font-family: Oxygen;
    font-size: 54px;
    font-weight: 700;
    line-height: 70.2px;
    text-align: center;
    
}

.compare-content p {
    font-family: Oxygen;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 40px;
}
.compare-content ul {
    margin-bottom: 16px;
    position: relative;
}
.compare-content li {
    list-style: none;
    padding-bottom: 16px;
}
    .compare-content li:before {
        display: block;
        content: "";
        background-image: url('../img/icons/check._blue.svg');
        width: 24px;
        height: 24px;
        position: absolute;
        left: 0px;
    }
.compare-links {
  display: flex;
  flex-direction: column;
}
.compare-links .btn {
    text-transform: uppercase;
    letter-spacing: 0.85px;
    font-weight: 700;
}
.compare-links .btn ~ .btn {
  margin-left: 0;
  margin-top: 32px;
}

.floating-wrapper {
  box-shadow: 0 0 44px 0 rgba(0,0,0,.15);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  overflow: hidden;
}
.floating-content {
  width: 62%;
  padding: 50px;
}
.floating-content h2 {
    font-size: 39px;
    font-weight: 700;
    line-height: 58.5px;
    text-align: left;
}
.floating-content p {
  font-size: 20px;
  line-height: 150%;
  margin: 0;
  margin-bottom: 16px;
}
.calculator-wrapper .floating-wrapper {
  flex-direction: column;
  padding: 48px;
}
.calculator-header {
  display: flex;
  align-items: center;
  padding-bottom: 48px;
}
.calculator-header h2 {
  font-family: Oxygen;
  font-weight: 700;
  font-size: 39px;
  line-height: 150%;
  max-width: 55%;
  
}
.calculator-body label {
  font-family: Oxygen;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  padding-bottom: 24px;
}
.currency-field.currency-field-left {
  display: flex;
}
.form-unit {
  color: #000;
  background-color: #E9ECEF;
  padding: 0 .9375rem;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  font-weight: 400;
  border-radius: .25rem;
  border: 1px solid #8e9092;
  display: inherit;
  align-items: center;
  flex: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  font-size: 16px;
  line-height: 150%;
  vertical-align: middle;
}
#currencyNoCents {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: none;
}
#inputDisclaimer {
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
}
.calculator-wrapper .faq-wrapper h2 {
  background-color: #ebebeb;
  border-radius: 6px;
  font-weight: 700;
  font-size: 25px;
  line-height: 130%;
}
.graph-heading {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}
.graph-heading h3, .graph-body h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 0;
  margin-right: 24px;
}
.total-balance {
  font-weight: 700;
  font-size: 54px;
  line-height: 130%;
  margin-bottom: 0;
}
.graph-body {
  padding-top: 10px;
}
.graph-section {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
}
.bar-label {
  width: 20%;
  margin-bottom: 0;
}
.expanding-bar {
  height: 51px;
  background-color: #3363FF;
  border-radius: 0px 4px 4px 0px;
  transition: .6s ease-in-out width;
  margin-right: 20px;
}
.expanding-bar.national-bar {
  background-color: #afafaf;
}
.bar-value {
  font-weight: 700;
  font-size: 39px;
  line-height: 150%;
}
.bg-cards-cta {
  background-size: cover;
  position: relative;
}
.bg-filter::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  top: 0;
}
.bg-cards-cta.bg-white::after {
  display: none;
}
.bg-cta-wrapper {
  position: relative;
  z-index: 1;
}
.bg-filter {
  color: #fff;
}
.bg-cards-cta.bg-white .bg-cta-content {
  color: #000;
}
.column-2 {
  margin-top: 110px;
}
.cards-column .icon-block {
  background-color: transparent;
  backdrop-filter: blur(30px);
  color: #fff;
  text-align: left;
  align-items: flex-start;
}
.bg-filter .cards-column .icon-block h3, .bg-filter .cards-column .icon-block p {
    color: #fff;
}
.bg-cards-cta.bg-white .cards-column .icon-block {
    color: #000;
    border: 1px solid #ebebeb;
}
.cards-column .icon-block:first-child {
  margin-bottom: 30px;
}

.col-3-cta .icon-block:first-child {
  margin-bottom: 30px;
}

.faq-wrapper {
  padding-top: 11px;
}
.faq-wrapper .accordion {
  background-color: transparent;
  border: none;
  width: 100%;
  text-align: left;
  padding: 0;
  border-radius: 0;
  margin-bottom: 5px;
  position: relative;
  background-image: none;
}
.faq-wrapper .accordion::after {
  display: none;
}
.faq-wrapper .accordion-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 8px;
}
.faq-wrapper h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30.5px;
  text-align: left;
  padding: 12px 24px;
}
.faq-wrapper .accordion-button {
  border: 0;
  background: transparent;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-wrapper .accordion-button:after {
    display: inline-block;
    content: "";
    background-image: url('../img/icons/plus-circle.svg');
    width: 36px;
    height: 36px;
    min-width: 36px;
}
.faq-wrapper .accordion-button[aria-expanded="true"]:after {
    display: inline-block;
    content: "";
    background-image: url('../img/icons/minus-circle.svg');
    width: 36px;
    height: 36px;
}
.faq-wrapper .accordion-collapse {
  padding: 24px;
  padding-top: 0;
}

.new-footer {
    background-color: #000;    
    padding-bottom: 40px;
    z-index: 1;
    position: sticky;
    bottom: 0;
}
.footer-logo {
  padding-bottom: 50px;
  border-bottom: 1px solid #4f4f4f;
  margin-bottom: 70px;
}
.new-footer-nav {    
  padding-bottom: 50px;
  border-bottom: 1px solid #4f4f4f;
  margin-bottom: 33px;
}
.new-footer h2 {
  font-size: 16px;
  line-height: 150%;
  padding-bottom: 24px;
  margin: 0;
}

.new-footer li {
  margin-bottom: 16px;
}
.new-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new-copyright p {
  font-size: 13px;
  line-height: 19.5px;
  margin-bottom: 0;
}
.social ul, .social li {
    margin-bottom: 0;
}
.social li {
    padding: 0 6px;
}

.open {
  visibility: visible !important;
}


@media screen and  (max-width: 1200px) {
    .aux-nav .account-nav {
      padding: 7.5px 22px;
    }
}
@media only screen and (max-width: 1107px) {
    .secondary-nav {
        font-size: 12px;
    }
    .secondary-nav-links ul li {
      padding: 0 9px;
    }
    .secondary-nav p {
        font-size: 11px;
    }
    .location-link {
      padding: 8px 15px;
    }
    .nav-item, .login-item.dropdown {
        position: static;
        padding: 0;
    }

}

@media only screen and (max-width: 992px) {
    .location-link {
        display: none;
    }
    .secondary-nav-links {
        display: none;
    }
    .account-nav {
        display: none;
    }
    .mobile-nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 110px;
        background-color: #fff;
        color: #000;
        
    }
    .navbar-dark .navbar-toggler {
        padding-right: 0;
        padding-left: 24px;
        height: auto;
        width: auto;
        border: 0;
    }
    .navbar-dark .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
        background-image: url('../img/icons/Hamburger_Menu.svg');
    }
    .navbar-dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background-image: url('../img/icons/Close_White.svg');
    }
    .mobile-nav-container {
        padding: 33px 13px;
        height: 100vh;
        width: 100%;
    }
    .mobile-nav a, .mobile-nav .accordion-body ul li a {
        color: #000;
    }
    .mobile-nav .accordion-body ul li a:hover {
        color: #000;
        text-decoration: underline;
    }
    .topRow {
        display: flex;
        justify-content: space-between;
        padding-bottom: 25px;
    }
    .mobile-nav .account-nav, .mobile-nav .location-link {
        display: block;
        border: 0;
    }
    
    .mobile-nav .account-nav {
        background-color: transparent;
        color: #3363ff;
        border: 1px solid #3363ff;
        border-radius: 6px;
        display: flex;
        align-items: center;
        padding: 7.5px 22px;
    }
    .mobile-nav .account-nav::before {
        background-image: url('../img/icons/ico_account_blue.svg');
        height: 24px;
        width: 24px;
    }
    .mobile-nav .account-nav::after {
        background-image: url('../img/icons/chevron-down_blue.svg');        
    }
    .mobile-nav .location-link a::before {
        background-image: url('../img/icons/ico_location_black.svg');
    }
    .mobile-nav .navbar-nav {
        padding-bottom: 43px;
    }
    .mobile-nav .nav-link {
        display: block;
        padding: 12px 0;
        padding-right: 0px;
        font-size: 18px;
        font-weight: 500;
        line-height: 27px;
    }
    .mobile-nav .nav-item {
        border-bottom: 1px solid #abbfff;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .submenu-trigger {
        background: transparent;
        border: 0;
        padding: 5px;
    }
    .secondary-mobile-links ul {
        display: flex;
        margin-bottom: 0;
    }
    .secondary-mobile-links li {
        padding: 0 17px;
    }
    .secondary-mobile-links li:first-child {
        padding-left: 0;
    }
    .secondary-mobile-links li a{
        text-decoration: underline;
    }

    .mobile-nav .navbar-nav .dropdown-menu {
        position: absolute;
        display: block;
        visibility: hidden;
        top: 0;
        bottom: 0;
        width: 100%;
        border: 0;
        border-radius: 0;
        background: #fff;
        padding: 0;
        margin: 0;
    }
    .mobile-nav .accordion {
        background: #fff;
        border-radius: 0;
        padding: 16px 40px 52px;
    }
    .mobile-nav .accordion::after {
        display: none;
    }
    .mobile-nav-container .dropdown-menu.show {
        background: white;
        width: 100%;
    }
    .mobile-nav-container .dropdown-menu li {
        border-top: none;
    }
    .accordion-heading h2 {
        padding-right: 0;
        max-width: 100%;
        font-weight: 800;
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 12px;
    }
    .accordion-item {
      border-bottom: 1px solid #abbfff;
    }
    .dropdown-menu h3 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
        padding: 12px 0;
        margin-bottom: 0;
    }
    .dropdown-menu h3 a {
        font-size: 18px;
        line-height: 27px;
        font-weight: 500;
    }
    .mobile-nav .accordion .accordion-button {
        background: transparent;
        border: 0;
        padding: 5px;
        line-height: 0;
    }
    .mobile-nav .accordion .accordion-button[aria-expanded="true"] img {
        transform: rotate(180deg);
    }
    .nav-back {
        font-size: 14px;
        line-height: 21px;
        background-color: transparent;
        border: 0;
        display: flex;
        align-items: center;
        margin-bottom: 36px;
    }
    .nav-back::before {
        display: block;
        content: "";
        width: 7px;
        height: 7px;
        border-left: 1.5px solid #000;
        border-bottom: 1.5px solid #000;
        transform: rotate(45deg);
        margin-right: 6px;
        margin-top: 2px;
    }
    .accordion-body ul {
        margin: 0;
        padding-left: 0;
        display: block;
        padding-top: 6px;
        background: transparent;
    }
    .accordion-body ul li {
        width: 100%;
        min-height: auto;
        padding: 0;
        padding-bottom: 12px;
        border: 0;
    }
    .accordion-body ul li a {
        color: #3363ff;
        font-size: 1rem;
        line-height: 24px;
        padding: 0;
    }
    .hero-cta-content {
      width: 75%;
    }
    .app-wrapper .btn-row {
      display: flex;
      flex-direction: column;
    }
    .app-wrapper .btn-row .btn ~ .btn {
      margin-left: 0;
      margin-top: 6px;
    }
    .floating-content {
      width: 100%;
      padding: 50px;
    }
    .floating-wrapper {
      flex-direction: column-reverse;
    }
    .calculator-header {
      display: block;
    }
    .calculator-header h2 {
      max-width: 100%;
      line-height: 125%;
      font-size: 28px;
      padding-bottom: 15px;
    }
    .total-balance {
      font-size: 48px;
    }
    .bar-label {
      width: 36%;
      margin-bottom: 0;
    }
    .bg-cards-cta .column-1, .bg-cards-cta .column-2 {
      display: flex;
    }
    .bg-cards-cta .column-2 {
      margin-top: 30px;
    }
    .bg-cards-cta .icon-block:first-child {
      margin-bottom: 0px;
      margin-right: 15px;
    }
    .bg-cards-cta .icon-block:last-child {
      margin-left: 15px;
    }
}

@media screen and (max-width: 768px) {
    .padding-xl {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .padding-top-xl {
        padding-top: 80px;
    }
    .padding-bottom-xl {
        padding-bottom: 80px;
    }    
    .navbar-toggler-icon {
      width: 1.5em;
      height: 1.5em;
    }
    .aux-nav .btn.btn-block {
      width: auto;
      border-radius: 6px;
      border: 0;
      font-size: 13px;
      font-weight: 300;
      padding: 10px 13px;
      line-height: 15px;
      min-width: auto;
      height: auto;
    }
    .nav-item.dropdown.active {
        background-color: transparent;
    }
    .icon-columns {
      padding-left: 7.5px;
      padding-right: 7.5px;
    }
    .icon-columns .col-lg-3 {
      display: flex;
      padding-bottom: 15px;
      padding: 7.5px;
    }
    .icon-block {
      padding: 24px;
    }
    .col-2-cta {
      text-align: center;
    }
    .bg-cta {
      padding: 0;
      background-image: none !important;
    }
    .bg-cta.subpage-banner {
        padding-bottom: 80px;
    }
    .bg-cta .underlined::after {
      left: 0;
      right: 0;
      margin: auto;
    }
    .hero-cta-content {
      background-color: white;
      border-radius: 10px;
      width: 100%;
      text-align: center;
      padding: 40px 24px;
    }
    .hero-cta-content h2::after {
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
    }
    .col-2-cta .underlined::after {
        left: 0;
        right: 0;
        margin: auto;
    }
    .lightbox-video {
      margin-top: 0;
    }
    .app-wrapper {
      flex-direction: column-reverse;
    }
    .app-content {
      width: 100%;
      text-align: center;
      padding-top: 50px;
    }
    .app-content h2 {
      font-size: 37px;
      line-height: 48px;
    }
    .app-wrapper .btn-row {
      padding-top: 46px;
      display: flex;
      flex-direction: row;
      justify-content: center;
    }
    .app-wrapper .btn-row .btn ~ .btn {
      margin-left: 6px;
      margin-top: 0;
    }
    .new-copyright {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-direction: column;
    }
    .social {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .compare-img {
      text-align: center;
    }
    .bg-cards-cta {
        text-align: center;
    }
    .bg-cards-cta .underlined:after {
        left: 0;
        right: 0;
        margin: auto;
    }
    .bg-cards-cta .icon-block {
        text-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 500px) {
    h2, .h2 {
      font-size: 40px;
      font-weight: 700;
      line-height: 52px;
    }
    h3, .h3 {
      font-size: 31px;
      font-weight: 700;
      line-height: 46px;
      margin-bottom: 24px;
    }
    .new-alert-banner {
      padding: 6px 15px;
      padding-right: 8px;
    }
    .fdic {
      padding: 10px 0 10px 15px;
      max-width: 82%;
    }
    .fdic img {
        max-width: 11%;
    }
    .header-search {
      padding-right: 15px;
    }
    .navbar-dark .navbar-toggler {
        padding-left: 24px;
    }
     .secondary-nav p {
        font-size: 10px;
        line-height: 13px;
      }
     .location-link {
      padding: 8px 10px;
      font-size: 14px;
    }
     .nav-container {
      padding: 14px 15px;
    }
    .new-logo {
        max-width: 40%;
    }
    .hero-banner h1 {
        font-size: 37px;
        line-height: 42px;
        margin-bottom: 24px;
      }
    .hero-banner p {
      font-size: 20px;
      line-height: 125%;
      margin-bottom: 24px;
    }
    .col-2-cta {
      text-align: center;
    }
    .hero-cta-content h2 {
      font-size: 31px;
      line-height: 46px;
    }
    .app-wrapper .btn-row {
      padding-top: 46px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .app-wrapper .btn-row .btn ~ .btn {
      margin-left: 0px;
      margin-top: 6px;
    }
    .bar-label {
      width: 100%;
      margin-bottom: 0;
    }
    .bg-cards-cta .column-1, .bg-cards-cta .column-2 {
        display: flex;
        flex-direction: column;
    }
    .bg-cards-cta .icon-block:first-child {
        margin-bottom: 30px;
        margin-right: 0;
    }
    .bg-cards-cta .icon-block:last-child {
        margin-left: 0;
    }
}
.sfPageEditorWrp .secondary-nav {
  height: auto;
}
.sfPageEditorWrp .curved-top {
    width: 100%;
    left: 0;
    top: 0;
}