:root {
--brand-dark: #0E1326;
--brand-green: color(display-p3 0.387 0.834 0.715);
--soft-green: #B0EDEB;
--dark-green: #2B7977;
--soft-purple:#EDF2FA;
--border-radius-default: 1.25rem; /* 20px */
--border-radius-small: 0.5rem; /* 8px */


}

html {
  scroll-behavior: auto;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem; /* 16px */
  font-weight: 400;
  line-height: 1.5;
  color: #1B264F;
  background-color: #fff;
}

h1, .h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.5rem; /* 54px */
  font-weight: 700;
  color: #fff;
  line-height: 1.1em;
  letter-spacing: -0.02em;
}

h2, .h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.375rem; /* 22px */
  line-height: 1.875rem;
  font-weight: 500;
  color: #fff;
}

h3, .h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.25rem; /* 32px */
 
  font-weight: 600;
  letter-spacing: -0.03em;
}

h4, .h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem; /* 24px */
  font-weight: 600;
}

h5, .h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem; /* 20px */
    line-height: 1.875rem;
  font-weight: 400;
}

h6, .h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.875rem; /* 30px */
  font-weight: 600;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem; /* 18px */
  font-weight: 400;
}

blockquote {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 2.875rem;
  font-size: 1.8rem;
line-height: 2.375rem;
font-weight: 500;
font-style: italic;
}

blockquote:before {
  content: "\201C";
  position: absolute;
  left: -0.875rem;
  font-size: 3.5rem;
  top: 0.25rem;
  line-height: 1;
  left: -2.375rem;
font-size: 5.5rem;
}

blockquote footer,
.blockquote-footer{
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem; /* 20px */
  font-weight: 400;
}
.blockquote-footer::before {
  content: none;
}

small, .small {
  font-size: 0.75rem;
}


@media (max-width: 991.98px) {
    h1, .h1 {
      font-family: 'Montserrat', sans-serif;
      font-size: 2rem; /* 32px */
      font-weight: 700;
      color: #fff;
      line-height: 1.1em;
      letter-spacing: -0.02em;
    }

    h2, .h2 {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.375rem; /* 22px */
      font-weight: 500;
      color: #fff;
    }

    h3, .h3 {
      font-family: 'Montserrat', sans-serif;
      font-size: 2rem; /* 32px */
      font-weight: 700;
    }

    h4, .h4 {
      font-family: 'Open Sans', sans-serif;
      font-size: 1.25rem; /* 20px */
      font-weight: 600;
    }

    h5, .h5 {
      font-family: 'Open Sans', sans-serif;
      font-size: 1.25rem; /* 20px */
      font-weight: 400;
    }

    h6, .h6 {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.875rem; /* 30px */
      font-weight: 600;
    }

    p {
      font-family: 'Open Sans', sans-serif;
      font-size: 1.125rem; /* 18px */
      font-weight: 400;
    }

    h2.display-5 {
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 1.15;
    }

    .text-100 {
      font-size: 1rem;
    }

    #single-testimonial {
      padding: 2rem 0.5rem 2rem ;
    }

    blockquote {
      font-size: 1.25rem;
      line-height: 1.875rem;
      
    
    }

    blockquote:before {
      content: "\201C";
      position: absolute;
      left:   1rem;
      font-size: 3.5rem;
      top: -2rem;
      line-height: 1;
    }

    blockquote footer,
    .blockquote-footer{
      font-family: 'Montserrat', sans-serif;
      font-size: 1.25rem; /* 20px */
      font-weight: 700;
    }

    .button-advisor,
    .button-secondary,
    .button-dark,
    .button-light,
    .button-dark-outline,
    .button-light-outline {
      font-size: 0.9rem;
    }


    #footerCTA {
      padding: 2.5rem 1rem  !important;
    }

    #footerCTA .display-5,
    #footerCTA .display-4 {
      font-size: 2rem;
      font-weight: 300;
      line-height: 1.25;
      letter-spacing: -0.5px;
    }

  .hero p.h2 {
	  font-size:0.95rem;
  }

}






.brand-dark {
  color:var(--brand-dark);
}

.bg-brand-dark {
  background-color:var(--brand-dark);
}

.soft-green {
  color:var(--soft-green);
}

.bg-soft-green {
  background-color:var(--soft-green);
}

.dark-green {
  color: var(--dark-green);
}

.soft-purple {
  color: var(--soft-purple);
}

.bg-soft-purple {
  background-color:var(--soft-purple);
}

.footer-dark {
  background-color: var(--brand-dark);
  color:rgb(3, 33, 39);
}

.nav-link.socialIcon:hover {
color:var(--soft-green) !important;
}

.default-border-radius {
  border-radius: var(--border-radius-default);
}


.small-border-radius {
  border-radius: var(--border-radius-small);
}

.check-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}



.check-list li {
  display: flex;
  align-items: flex-start;
  flex: 1 1 100%; /* adjust min-width as needed */
}

.check-list__icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-color: var(--brand-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 1rem;
  font-size: 1rem; 
}

.check-list.numbered .check-list__icon  {
	font-size: 1.5rem !important;
}

.orange-icon .check-list__icon {
  background-color: #ff9900;
}

.check-list__icon_alt {
	background-color:transparent;
	color: #fff;
	font-size: 2rem;
}

.check-list__content {
  color: #fff;
}

.check-list.on-light .check-list__content {
  color: var(--brand-dark);
}

.check-list__title {
  font-weight: 700;
  font-size: 1.25rem; /* 22px */
  line-height: 1.5rem;
  margin: 0;
  color: var(--brand-green);
}

.check-list.on-light .check-list__title {
  color: var(--brand-dark);
}

.check-list__text {
    margin: 0;
    line-height: 1.25;
}

.problem-list {
	list-style-type: none;
	margin-bottom: 0;
}

.problem-list li {
	font-size: 1.34rem;
	line-height: 1.625rem;
	font-style: italic;
	font-weight: 400;
	color: #fff !important;
	padding-bottom: 1.5rem;
}

.problem-list li:last-child {
	padding-bottom: 0;
}

.problem-list li a, .problem-list li a:visited {
	color:#5CC7F5 !important;
}

.problem-list li a:hover {
	color:#fff !important;
	text-decoration: underline;
}

.problem-list li span {
	font-weight: 700;
}

.list-styled.li-arr {
  list-style: none; /* remove default bullets */
  padding-left: 1.2em; /* space for the arrows */
}

.list-styled.li-arr li::before {
  content: "→";      /* arrow symbol */
  margin-right: 0.5em;
  color: #00b894;    /* pick your brand color */
  font-weight: bold; /* optional */
}

.grecaptcha-badge {
  display: none !important;
}

@media (max-width: 767.98px) {
  .check-list__icon {
    width: 1.625rem;
    height: 1.625rem;
    font-size: 0.925rem;
  }

  .check-list__title {
    font-weight: 600;
    letter-spacing: -0.5px;
  }

  .row.mng {
    margin-left: 0;
    margin-right: 0;
  }
  
  header.header {
		 z-index: 9147483631 !important;
	}
	
}

@media (min-width: 992px) {
  .check-list {
    gap: 1.5rem;
  }

  .check-list__text {
    margin: 0.25rem 0 0;
  }

  .check-list.pushed {
    padding-inline-start: 4rem;
  }

  .check-list.pushed-sm {
    padding-inline-start: 2rem;
  }

  .check-list.pushed-lg {
    padding-inline-start: 6rem;
  }
}

.expertise-dl {display:grid; grid-template-columns:1fr 1fr; gap:2.5rem 4rem; margin:0; padding:2rem 3.5rem;}
.expertise-dl div { }
.expertise-dl dt {font-weight:700; margin:0 0 4px;}
.expertise-dl dd {margin:0; color:#354052;}
@media (max-width:900px){ .expertise-dl {grid-template-columns:1fr;} }



.expertise-section {
  padding: 3rem 2rem;
  background: #f8fcfa; /* subtle tint to break up white */
}

.expertise {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 3rem;
  margin-top: 2rem;
}

.expertise-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  column-gap: 1rem;
  align-items: start;
}

.expertise-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #E6F4F2; /* subtle brand tint */
  display: flex;
  align-items: center;
  justify-content: center;
}

.expertise-icon img {
  width: 24px;
  height: 24px;
}

.expertise h3 {
  margin: 0 0 0.3rem;
  font-weight: 700 !important;
  color: #0B2D2A; /* dark teal for contrast */
}

.expertise p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #354052;
  padding-right: 2.5rem;
}

@media (max-width: 900px) {
  .expertise {
    grid-template-columns: 1fr;
  }
}

#banking-article-featured .card {
  border-radius: 0.5rem;
  overflow: hidden;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}

#banking-article-featured .card-img-left {
  max-width: 300px;
  width: 100%;
  object-fit: cover;
}

#banking-article-featured .card-body {
  padding: 1.5rem;
  flex: 1;
}

.slice.newsarticle img.featured-img {
	aspect-ratio:16/9;
	border-radius: var(--border-radius-small);
}