#wrapper * {
  box-sizing: border-box;
  position: relative;
}

#wrapper {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: 2.11;
  visibility: visible !important;
  opacity: 1 !important;
}

#wrapper img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  border-style: none;
}

#wrapper-inner {
  max-width: 1200px;
  margin: 0 auto;
}

#wrapper .bank-logo-container {
  text-align: right;
  padding-right: 36px;
}

#wrapper .bank-logo {
  max-width: 339px;
  max-height: 84px;
  width: 100%;
  height: auto;
}

#wrapper .mobile-apps {
  padding-top: 30.78px;
  padding-bottom: 30.78px;
}

#wrapper .legal {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.0;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 36px;
}

#wrapper .legal p {
  margin-bottom: 0.666em;
}

#wrapper .header {
  background: url("https://images.printable.com/imagelibrary/Seller/3346/ZelleLandingPage_05152019134834_259/images/src/Laughing%20wit%20Phone%20LP%20Gen%20A.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 135%;
}

#wrapper .header>.f92-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 55%;
  height: 100%;
  padding: 7% 0px 7% 36px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.f92-content h1,
.f92-content h2,
.f92-content h3,
.f92-content h4,
.f92-content h5,
.f92-content h6 {
  margin-top: 0;
  margin-bottom: 9px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1.f92-hero-content {
  -webkit-marquee-increment: 0vw;
  text-align: left;
  /* Fluid font-size from 17–60px */
  font-size: calc(17px + 43 * ((100vw - 320px) / (1200 - 320)));
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
}

.f92-enroll--h3,
.f92-video--h3,
.f92-faq--h2 {
  font-weight: 500;
  font-size: 45px;
  color: #888888 !important;
}

.f92-icons--h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #888888 !important;
}

.f92-faq--h3 {
  font-size: 21px;
  font-weight: 700;
  color: #888888 !important;
  text-transform: uppercase;
}

h4 {
  font-weight: 300;
  font-size: 25px;
}

.f92-lead,
.f92-hero-section p,
.f92-enroll-section p,
.f92-enroll-section li,
.f92-faqs .f92-item-text p,
.f92-faqs .f92-item-text ol,
.f92-faqs .f92-item-text ul {
  font-family: 'Montserrat', sans-serif;
  /* FLUID FONT-SIZE FROM 14px – 21px */
  font-size: calc(14px + 7 * ((100vw - 320px) / (1200 - 320)));
  line-height: 1.3;
  /* see Color Customizations for "color" */
}

.f92-enroll-section li {
  line-height: 1.8em;
}

/* p {
  margin-top: 0;
  margin-bottom: 18px;
} */

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a.underline {
  color: inherit;
  text-decoration: underline;
}

ol {
  padding-inline-start: 28px;
}


.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.bold,
.strong {
  font-weight: 700;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.f92-bg-slate {
  background-color: #363636 !important;
}

.border-slate {
  border-color: #363636 !important;
}

.color-ash {
  color: #f4f4f4 !important;
}

.bg-ash {
  background-color: #f4f4f4 !important;
}

.border-ash {
  border-color: #f4f4f4 !important;
}

.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.5;
  border-radius: 28px;
  padding: 18px 39.6px 18px;
  font-weight: 700;
  border: 1px solid #ebebeb;
  letter-spacing: 0.5vw;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.btn.btn-primary {
  background-color: #f4f4f4;
  color: #888888;
}

.btn.btn-primary:hover {
  border-color: #888888;
}

.icon {
  max-width: 99px;
  margin-bottom: 18px;
}

.f92-leading-tight {
  line-height: 1.3 !important;
}

sub,
.f92-content sub,
sup,
.f92-content sup {
  position: relative;
  font-size: 50%;
  line-height: 0;
  vertical-align: baseline;
}

sup,
.f92-content sup {
  top: -.75em;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 48px;
  padding-left: 48px;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.d-none {
  display: none !important;
}

.mb-2 {
  margin-bottom: 9px !important;
}

.mb-4 {
  margin-bottom: 27px !important;
}

.mb-5 {
  margin-bottom: 54px !important;
}

.mt-5 {
  margin-top: 54px !important;
}

.my-4 {
  margin: 27px 0 !important;
}

.my-5 {
  margin: 54px 0 !important;
}

.ml-2,
.mx-2 {
  margin-left: 9px !important;
}

.mr-2,
.mx-2 {
  margin-right: 9px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 27px !important;
}

.pt-4,
.py-4 {
  padding-top: 27px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 54px !important;
}

.pt-5,
.py-5 {
  padding-top: 54px !important;
}

div[class^="vs-"] {
  clear: both;
}

.vs-16 {
  height: 16px;
}

.f92-cta-button-container {
  text-align: center;
  padding: 40px 10px;
}

.f92-cta-button {
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: calc(18px + 17 * ((100vw - 320px) / (1200 - 320)));
  /* font-size: 35px; */
  font-weight: 800;
  padding: 15px 3vw;
  background-color: #1949ab;
  text-decoration: none;
}

h3.f92-icons-heading {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.4;
}

.f92-icons .f92-easy,
.f92-icons .f92-free {
  display: none;
}

.f92-icons.f92-show-free .f92-free,
.f92-icons.f92-show-easy .f92-easy {
  display: block;
}

/*! Class to Hide Anything */
.f92-hide {
  display: none !important;
}

/*! Class used to show content ie do nothing  */
.f92-show {}

video {
  max-width: 100%;
  height: auto;
  border: 24px solid #f5f5f5;
}

/* ^^^^^^^^^^^^^^^^^^^ */
/* START MEDIA QUERIES */
/* vvvvvvvvvvvvvvvvvvv */
@media (max-width: 350px) {
  h1.f92-hero-content {
    /* Minimum font-size for fluid text */
    font-size: 17px;
  }
}

@media (max-width: 575px) {
  #wrapper .header {
    padding-top: 45.9%;
  }

  #wrapper .bank-logo-container {
    text-align: center;
    padding: 0;
  }

  #wrapper .bank-logo {
    max-width: 256px;
    max-height: 52px;
  }

  #wrapper .header>.f92-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 55%;
    height: 100%;
    padding: 5% 18px;
  }

  /* SETTING Minimum font-size */
  .f92-lead,
  .f92-hero-section p,
  .f92-enroll-section p,
  .f92-enroll-section li,
  .f92-faqs .f92-item-text p,
  .f92-faqs .f92-item-text ol,
  .f92-faqs .f92-item-text ul {
    font-size: 14px;
    /* see Color Customizations for "color" */
  }

  .f92-enroll--h3,
  .f92-video--h3,
  .f92-faq--h2 {
    font-size: 32px;
  }

  .f92-cta-button {
    font-size: 18px;
    padding: 8px 16px;
  }

  h2 {
    font-size: 2em;
  }

  h3.f92-icons-heading {
    font-size: 32px;
    line-height: 1.3;
  }

  .f92-icons--h3 {
    font-size: 21px;
  }

  .f92-faq--h3 {
    font-size: 18px;
  }

  video {
    border: 16px solid #f5f5f5;
  }

}

@media(min-width: 768px) {
  .two-banners {
    display: flex;
    justify-content: center;
  }
}


.f92-faqs {
  margin: 5em 0;
}

.f92-faqs .f92-accordion-heading {
  text-align: center;
  margin-top: 2em;
  border-bottom: solid 2px #bfbfbf;
  padding-bottom: 2.5em;
}

.f92-faqs .f92-accordion-item {
  border-bottom: solid 2px #bfbfbf;
  padding-right: 0;
}

.f92-faqs .f92-item-text {
  display: none;
  padding-right: 4em;
  padding-bottom: 1.5em;
}

/* .f92-faqs .f92-item-text p,
.f92-faqs .f92-item-text ol,
.f92-faqs .f92-item-text ul {
  font-size: calc(14px + 4 * ((100vw - 320px) / (1200 - 320)));
  line-height: 2;
  margin-bottom: .5em;
} */

.f92-faqs .f92-item-text ol,
.f92-faqs .f92-item-text ul {
  padding-left: 4em;
  padding-right: 4em;
}

.f92-faqs .f92-item-text ol li,
.f92-faqs .f92-item-text ul li {
  margin-bottom: .5em;
}

.f92-faqs .f92-item-text a {
  color: inherit;
}

.f92-faqs .f92-item-heading {
  position: relative;
  width: 100%;
  cursor: pointer;
  padding: 2em 4em 2em 0;
}

.f92-faqs .f92-item-heading h3 {
  margin: 0;
}

.f92-faqs .f92-item-heading::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "^";
  display: block;
  font-size: 3.25em;
  transform: translateY(-50%) rotate(180deg);
  transition: .3s;
}

.f92-faqs .f92-item-heading.f92-active-accordion::after {
  transform: translateY(-50%) rotate(0deg);
}

.f92-faqs .f92-accordion-view-more {
  margin: 3em auto 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.f92-faqs .f92-accordion-view-more .f92-view-button {
  position: relative;
  height: 90px;
  display: inline-flex;
  align-items: center;
  font-size: 1.3em;
  font-weight: 700;
  color: #1949ab;
  letter-spacing: 0.25vw;
  text-align: center;
  vertical-align: middle;
  padding: 12px 24px 12px;
  border-radius: 50px;
  border: 1px solid #ebebeb;
  background-color: #f4f4f4;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.f92-faqs .f92-accordion-view-more .f92-view-button:hover {
  border-color: #1949ab;
}

.f92-faqs .f92-accordion-view-more .f92-view-button .f92-more {
  display: inline;
}

.f92-faqs .f92-accordion-view-more .f92-view-button .f92-less {
  display: none;
}

.f92-faqs .f92-accordion-view-more .f92-cross {
  position: relative;
  width: 2.125em;
  height: 2.125em;
  border-radius: 50%;
  border: solid 3px currentColor;
  margin-left: .5em;
}

.f92-faqs .f92-accordion-view-more .f92-cross::before,
.f92-faqs .f92-accordion-view-more .f92-cross::after {
  content: "";
  display: block;
  position: absolute;
  background-color: currentColor;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}

.f92-faqs .f92-accordion-view-more .f92-cross::before {
  width: 1.175em;
  height: 3px;
}

.f92-faqs .f92-accordion-view-more .f92-cross::after {
  height: 1.175em;
  width: 3px;
}

.f92-faqs .f92-accordion-view-more.f92-more-active .f92-view-button .f92-more {
  display: none;
}

.f92-faqs .f92-accordion-view-more.f92-more-active .f92-view-button .f92-less {
  display: inline;
}

.f92-faqs .f92-accordion-view-more.f92-more-active .f92-cross::after {
  height: 0;
}

@media (min-width: 575px) {

  #wrapper .header {
    padding-top: 52.9%;
  }

}

@media (min-width: 768px) {

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .d-md-none {
    display: none !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .btn {
    border-radius: 38px;
    padding: 23.4px 39.6px 23.4px;
  }

  #wrapper .header>.f92-content {
    padding-top: 10vw;
  }

  #wrapper .header>.f92-content br {
    display: block;
  }

  /* Setting maximum font-size. */
  .f92-cta-button {
    font-size: 35px;
    padding: 10px 20px;
  }

  /* Setting maximum font-size. */
  /* .f92-faqs .f92-item-text p,
  .f92-faqs .f92-item-text ol,
  .f92-faqs .f92-item-text ul {
    font-size: 18px;
  } */
}

@media (min-width: 992px) {

  /* Maximum font-size for fluid text */
  h1.f92-hero-content {
    font-size: 60px;
  }

  /* Maximum font-size for fluid text */
  .f92-lead,
  .f92-hero-section p,
  .f92-enroll-section p,
  .f92-enroll-section li,
  .f92-faqs .f92-item-text p,
  .f92-faqs .f92-item-text ol,
  .f92-faqs .f92-item-text ul  {
    font-size: 21px;
  }

  .btn {
    letter-spacing: 5px;
  }

  .d-lg-block {
    display: block !important;
  }

  #wrapper .header>.f92-content {
    padding-top: 100px;
  }

  /* Setting maximum font-size. */
  .f92-cta-button {
    font-size: 35px;
    padding: 10px 20px;
  }

  /* Setting maximum font-size. */
  /* .f92-faqs .f92-item-text p,
  .f92-faqs .f92-item-text ol,
  .f92-faqs .f92-item-text ul {
    font-size: 18px;
  } */
}
/* ^^^^^^^^^^^^^^^^^^^ */
/* -END MEDIA QUERIES- */
/* vvvvvvvvvvvvvvvvvvv */

/* *************************
START - Color Customizations
************************** */
.f92-video--h3,
.f92-faq--h3,
.f92-btn.f92-btn-primary,
.f92-faqs .f92-accordion-view-more .f92-view-button,
.f92-faqs .f92-item-heading::after,
.color-mdGrey {
  color: #1949ab !important;
}

.f92-cta-button {
  background-color: #1949ab !important;
}

/* p,
.f92-hero-section p,
.f92-enroll-section p,
.f92-faq--p
.f92-item-text,
.f92-accordion-view-more
ol,
ul,
#f92-steps li,
.f92-color-slate,
.f92-faqs .f92-item-text ol li {
  color: #474647 !important;
} */

/*! Icons Color */
.f92-icons svg path {
  fill: #1949ab !important;
}




/* *************************
END - Color Customizations
************************** */
