/* Corporate Blue — a direct, photographic financial institution website. */
:root {
  --ink: #15283f;
  --muted: #596777;
  --paper: #ffffff;
  --surface: #f3f6f9;
  --accent: #0063d8;
  --accent-ink: #ffffff;
  --rule: #d6dfe7;
  --display: "DM Sans", Arial, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --max: 1360px;
}

body.theme-corporate {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}
.theme-corporate .wrap {
  width: min(var(--max), calc(100% - 112px));
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}
.theme-corporate .topbar {
  background: #fff;
  border-bottom: 1px solid #e4e9ef;
  box-shadow: none;
}
.theme-corporate .nav {
  width: min(var(--max), calc(100% - 112px));
  min-height: 91px;
  max-width: none;
  margin: auto;
  padding: 0;
  gap: 42px;
  grid-template-columns: auto 1fr auto;
}
.theme-corporate .nav .logo {
  gap: 11px;
  color: #122b46;
  font: 600 23px/1.1 var(--body);
  letter-spacing: -.95px;
}
.theme-corporate .brand-icon { width: 34px; height: 34px; }
.theme-corporate .nav-left { gap: 34px; }
.theme-corporate .nav a:not(.logo),
.theme-corporate .nav button {
  font-size: 12px;
  font-weight: 500;
  color: #243548;
}
.theme-corporate .nav-left > li > a,
.theme-corporate .nav-left > li > button { padding: 16px 0; }
.theme-corporate .nav-left a.active { color: var(--accent); text-decoration-thickness: 2px; }
.theme-corporate .nav-right > .has-menu > button {
  padding: 12px 18px;
  border: 1px solid #b8c6d4;
  color: #173654;
  background: transparent;
  border-radius: 0;
}
.theme-corporate .nav .flyout {
  border-color: var(--rule);
  border-radius: 0;
  box-shadow: 0 12px 28px rgb(10 35 60 / 10%);
}
.theme-corporate .nav .flyout a { color: var(--ink); font-size: 13px; }
.theme-corporate .nav .flyout a:hover { color: var(--accent); background: #f0f5fc; }

.theme-corporate.homepage .hero {
  display: flex;
  align-items: center;
  position: relative;
  isolation: isolate;
  min-height: 674px;
  padding: 0;
  color: #fff;
  background: #14273b;
  overflow: hidden;
}
.theme-corporate.homepage .hero::before { display: none; }
.theme-corporate.homepage .hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgb(6 22 42 / 92%) 0%, rgb(6 22 42 / 80%) 27%, rgb(6 22 42 / 53%) 53%, rgb(6 22 42 / 13%) 100%);
  pointer-events: none;
}
.theme-corporate.homepage .hero .slides { position: absolute; inset: 0; width: auto; height: auto; border-radius: 0; }
.theme-corporate.homepage .hero .slide {
  inset: 0;
  background-size: cover;
  background-position: center 54%;
  filter: saturate(.86);
}
.theme-corporate.homepage .hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 61px;
  padding-bottom: 68px;
  text-align: left;
}
.theme-corporate.homepage .eyebrow {
  color: #b9d5f5;
  font: 600 10px/1.4 var(--body);
  letter-spacing: 2.5px;
  margin: 0 0 26px;
  text-transform: uppercase;
}
.theme-corporate.homepage .hero-title {
  max-width: 850px;
  margin: 0;
  font-family: var(--body);
  color: #fff;
  text-shadow: none;
  font-weight: 500;
  letter-spacing: -.04em;
}
.theme-corporate.homepage .hero-brand {
  display: block;
  margin: 0 0 17px;
  font: 500 15px/1.4 var(--body);
  letter-spacing: .01em;
  color: #fff;
}
.theme-corporate.homepage .hero-statement {
  display: block;
  max-width: 740px;
  font: 500 clamp(49px, 4.7vw, 68px)/1.035 var(--body);
  letter-spacing: -.055em;
}
.theme-corporate.homepage .hero-line { display: block; }
.theme-corporate.homepage .hero-sub {
  width: 100%;
  max-width: 570px;
  margin: 28px 0 0;
  color: #e0e8f2;
  font: 400 13px/1.9 var(--body);
  letter-spacing: 0;
}
.theme-corporate.homepage .hero-sub p { margin: 0; font: inherit; letter-spacing: inherit; }
.theme-corporate .btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  min-height: 51px;
  padding: 16px 24px;
  border: 1px solid var(--accent);
  border-radius: 0;
  color: #fff;
  background: var(--accent);
  box-shadow: none;
  font: 500 12px/1.45 var(--body);
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease;
}
.theme-corporate .btn:hover { transform: none; background: #004baf; border-color: #004baf; color: #fff; }
.theme-corporate .btn::after { content: "↗"; font-size: 18px; line-height: 1; }
.theme-corporate.homepage .btn-hero { min-width: 166px; margin-top: 30px; }
.theme-corporate.homepage .dots {
  left: auto;
  right: max(56px, calc((100vw - var(--max)) / 2));
  bottom: 27px;
  gap: 5px;
  transform: none;
}
.theme-corporate.homepage .dot { width: 39px; height: 30px; border: 0; border-radius: 0; background: transparent; padding: 7px; }
.theme-corporate.homepage .dot::after { top: 14px; left: 6px; right: 6px; height: 2px; background: #ffffff70; }
.theme-corporate.homepage .dot.on::after { background: #fff; }

.theme-corporate.homepage .quick-nav { background: #fff; border-bottom: 1px solid var(--rule); }
.theme-corporate.homepage .quick-nav > .wrap { padding: 0; }
.theme-corporate.homepage .quick-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}
.theme-corporate.homepage .quick-links li { min-width: 0; padding: 28px 27px; border-left: 0; border-bottom: 0; border-right: 1px solid var(--rule); }
.theme-corporate.homepage .quick-links li:first-child { padding-left: 0; }
.theme-corporate.homepage .quick-links li:last-child { border-right: 0; padding-right: 0; }
.theme-corporate.homepage .quick-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  padding: 0;
  min-height: 32px;
  color: var(--ink);
  font: 500 13px/1.5 var(--body);
  text-decoration: none;
}
.theme-corporate.homepage .quick-links a::after { content: "↗"; color: var(--accent); font-size: 21px; font-weight: 400; }
.theme-corporate.homepage .quick-links a:hover { color: var(--accent); }

.theme-corporate.homepage .contact-sec { padding: 106px 0 102px; background: #f3f6f9; border: 0; }
.theme-corporate.homepage .contact-sec > .wrap {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  grid-template-areas: none;
  column-gap: 11%;
  row-gap: 0;
  align-items: start;
}
.theme-corporate.homepage .contact-intro { grid-column: 1; grid-row: 1; }
.theme-corporate.homepage .contact-intro .sec-title {
  padding: 0;
  margin: 0 0 28px;
  color: var(--accent);
  font: 600 10px/1.4 var(--body);
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 0;
}
.theme-corporate.homepage .contact-intro .card-title {
  max-width: 560px;
  margin: 0 0 25px;
  color: var(--ink);
  font: 500 clamp(33px, 3vw, 44px)/1.15 var(--body);
  letter-spacing: -.045em;
}
.theme-corporate .prose { color: var(--muted); font: 400 14px/1.9 var(--body); }
.theme-corporate.homepage .contact-intro .prose { max-width: 505px; }
.theme-corporate.homepage .contact-intro .prose p { margin-bottom: 0; }
.theme-corporate.homepage .contact-actions { grid-column: 1; grid-row: 2; margin: 27px 0 0; }
.theme-corporate.homepage .contact-actions p { margin: 0; }
.theme-corporate.homepage .contact-actions .btn {
  border-color: #9aaec3;
  color: #164775;
  background: transparent;
  font-size: 12px;
}
.theme-corporate.homepage .contact-actions .btn:hover { background: #e4edf7; border-color: var(--accent); color: var(--accent); }
.theme-corporate.homepage .contact-sec .card-img {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 100%;
  height: 344px;
  max-height: none;
  margin: 0;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}
.theme-corporate.homepage .contact-details {
  grid-column: 1;
  grid-row: 3;
  width: 100%;
  margin: 64px 0 0;
  padding: 29px 0 0;
  border-top: 1px solid #cbd6e0;
}
.theme-corporate.homepage .contact-details p { max-width: 460px; margin: 0 0 16px; }
.theme-corporate.homepage .contact-details p:first-child { margin-bottom: 20px; font-size: 15px; }
.theme-corporate.homepage .contact-details p:nth-child(n+3) { display: block; }
.theme-corporate.homepage .contact-details strong { color: #172e47; font-weight: 600; }
.theme-corporate.homepage .contact-details a { color: #164775; font-size: 16px; border: 0; text-decoration: none; }
.theme-corporate.homepage .contact-details a:hover { text-decoration: underline; text-underline-offset: 5px; }
.theme-corporate.homepage .hours {
  grid-column: 2;
  grid-row: 3;
  width: 100%;
  margin: 64px 0 0;
  padding: 29px 0 0;
  background: transparent;
  border: 0;
  border-top: 1px solid #cbd6e0;
  border-radius: 0;
  box-shadow: none;
}
.theme-corporate .hours-title { margin: 0 0 13px; font: 600 15px/1.5 var(--body); }
.theme-corporate .today { color: var(--muted); font-size: 10px; letter-spacing: .8px; }
.theme-corporate .week li { padding: 8px 0; font-size: 12px; border-color: #d7dfe8; }
.theme-corporate .week .hrs { color: var(--ink); }

.theme-corporate .foot { padding: 63px 0 28px; color: #fff; background: #102a45; border: 0; }
.theme-corporate .foot > .wrap { display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 41px 8%; text-align: left; }
.theme-corporate.homepage .foot > .wrap { grid-template-columns: 1.35fr 1fr; gap: 42px 15%; }
.theme-corporate .foot-lead {
  max-width: 540px;
  margin: 0;
  color: #fff;
  font: 400 22px/1.5 var(--body);
  letter-spacing: -.025em;
}
.theme-corporate .foot-links { margin: 0; padding: 0; font: 400 11px/1.7 var(--body); gap: 12px; list-style: none; }
.theme-corporate .foot-links a { color: #e3edf8; }
.theme-corporate .foot-contact { color: #b9c8d9; font: 400 12px/1.9 var(--body); }
.theme-corporate .foot-contact p { max-width: 400px; margin: 0 0 18px; }
.theme-corporate .foot-contact a { color: #fff; text-decoration: none; }
.theme-corporate .foot-contact a:hover { text-decoration: underline; }
.theme-corporate .reg { grid-column: 1 / -1; margin: 0; padding-top: 24px; border-top: 1px solid #385069; color: #b9c8d9; font: 400 9px/1.6 var(--body); letter-spacing: .9px; }

.theme-corporate.inner-page .sec { padding: 76px 0 88px; }
.theme-corporate.inner-page .sec > .wrap > .sec-title {
  max-width: none;
  padding-bottom: 31px;
  margin: 0 0 40px;
  border-bottom: 1px solid var(--rule);
  color: #122c48;
  font: 500 clamp(36px, 3.8vw, 52px)/1.12 var(--body);
  letter-spacing: -.045em;
}
.theme-corporate.inner-page .card-title { margin: 27px 0 23px; font: 500 28px/1.3 var(--body); letter-spacing: -.035em; }
.theme-corporate.inner-page .prose { max-width: 760px; }
.theme-corporate.inner-page .prose p { margin-bottom: 24px; }
.theme-corporate.inner-page .prose strong { color: #172e47; }
.theme-corporate.inner-page .prose a { color: var(--accent); }
.theme-corporate.page-about-us .prose > ul { padding: 27px 0; margin: 0 0 14px; border: 0; border-top: 1px solid var(--rule); background: transparent; }
.theme-corporate.page-about-us .prose > ul strong { color: #163d66; font-size: 21px; font-weight: 500; }
.theme-corporate.inner-page .btn-list { padding: 22px 0; border: 0; background: transparent; color: #183d66; font-size: 14px; }
.theme-corporate.inner-page .btn-list:hover { color: var(--accent); background: transparent; }
.theme-corporate.inner-page .btn-list::after { color: var(--accent); }
.theme-corporate.inner-page .faq summary { color: #183d66; font-size: 17px; }
.theme-corporate.inner-page .faq summary::after { color: var(--accent); font-weight: 400; }
.theme-corporate.inner-page .site-form input,
.theme-corporate.inner-page .site-form textarea { background: #f7f9fb; border-radius: 0; }
.theme-corporate.inner-page .pdfview { border-color: #cbd6e0; }
.theme-corporate.inner-page .quote p { font-family: var(--body); font-size: 32px; line-height: 1.5; font-weight: 400; letter-spacing: -.035em; }
.theme-corporate :is(a, button, input, textarea, select, summary):focus-visible { outline: 3px solid #3285ec; outline-offset: 5px; }
.theme-corporate .hero :is(a, button):focus-visible { outline-color: #fff; }

@media (max-width: 1100px) {
  .theme-corporate .wrap,
  .theme-corporate .nav { width: calc(100% - 72px); }
  .theme-corporate .nav { gap: 28px; }
  .theme-corporate .nav-left { gap: 26px; }
  .theme-corporate.homepage .hero { min-height: 625px; }
  .theme-corporate.homepage .hero-inner { padding-top: 58px; padding-bottom: 62px; }
  .theme-corporate.homepage .hero-statement { font-size: 57px; }
  .theme-corporate.homepage .dots { right: 36px; }
  .theme-corporate.homepage .quick-links li { padding: 26px 19px; }
  .theme-corporate.homepage .quick-links a { font-size: 12px; gap: 14px; }
  .theme-corporate.homepage .contact-sec > .wrap { column-gap: 7%; }
}

@media (max-width: 900px) {
  .theme-corporate .wrap,
  .theme-corporate .nav { width: calc(100% - 48px); }
  .theme-corporate .nav { min-height: 81px; gap: 25px; }
  .theme-corporate .nav .logo { font-size: 22px; }
  .theme-corporate .nav-left { gap: 22px; }
  .theme-corporate.homepage .hero::after { background: linear-gradient(90deg, rgb(6 22 42 / 89%), rgb(6 22 42 / 49%)); }
  .theme-corporate.homepage .hero-statement { font-size: 56px; }
  .theme-corporate.homepage .dots { right: 24px; }
  .theme-corporate.homepage .quick-links { grid-template-columns: 1fr 1fr; }
  .theme-corporate.homepage .quick-links li { padding: 22px 15px; }
  .theme-corporate.homepage .quick-links li:nth-child(odd) { padding-left: 0; }
  .theme-corporate.homepage .quick-links li:nth-child(even) { padding-right: 0; border-right: 0; }
  .theme-corporate.homepage .quick-links li:nth-child(-n+2) { border-bottom: 1px solid var(--rule); }
  .theme-corporate.homepage .quick-links a { align-items: flex-start; min-height: 38px; }
  .theme-corporate.homepage .contact-sec { padding: 72px 0; }
  .theme-corporate.homepage .contact-intro .card-title { font-size: 34px; }
  .theme-corporate.homepage .contact-sec .card-img { height: 315px; }
  .theme-corporate .foot > .wrap { grid-template-columns: 1fr 1fr; column-gap: 10%; }
  .theme-corporate .foot-lead { grid-column: 1 / -1; max-width: 630px; }
  .theme-corporate.homepage .foot > .wrap { grid-template-columns: 1fr 1fr; gap: 35px 8%; }
  .theme-corporate.homepage .foot-lead { grid-column: 1; font-size: 20px; }
}

@media (max-width: 600px) {
  .theme-corporate .wrap,
  .theme-corporate .nav { width: calc(100% - 40px); }
  .theme-corporate .nav { min-height: 112px; grid-template-columns: 1fr auto; gap: 0 16px; padding: 16px 0 9px; }
  .theme-corporate .nav .logo { grid-column: 1 / -1; margin-bottom: 12px; font-size: 23px; gap: 9px; }
  .theme-corporate .brand-icon { width: 29px; height: 29px; }
  .theme-corporate .nav-left { justify-content: flex-start; gap: 29px; }
  .theme-corporate .nav-left > li > a,
  .theme-corporate .nav-left > li > button { padding: 7px 0; font-size: 11px; }
  .theme-corporate .nav-right > .has-menu > button { font-size: 11px; padding: 7px 12px; }
  .theme-corporate .nav .flyout { top: 119px; left: 16px; right: 16px; max-height: calc(100dvh - 139px); }
  .theme-corporate .nav .flyout a { font-size: 14px; }
  .theme-corporate.homepage .hero { min-height: 573px; }
  .theme-corporate.homepage .hero .slide { background-position: 61% center; }
  .theme-corporate.homepage .hero::after { background: linear-gradient(90deg, rgb(6 22 42 / 89%), rgb(6 22 42 / 62%)); }
  .theme-corporate.homepage .hero-inner { padding-top: 43px; padding-bottom: 67px; }
  .theme-corporate.homepage .eyebrow { margin-bottom: 25px; font-size: 9px; letter-spacing: 2px; }
  .theme-corporate.homepage .hero-brand { font-size: 13px; margin-bottom: 17px; }
  .theme-corporate.homepage .hero-statement { font-size: clamp(33px, 10.2vw, 56px); line-height: 1.05; letter-spacing: -.057em; }
  .theme-corporate.homepage .hero-sub { max-width: 410px; margin-top: 26px; font-size: 12px; line-height: 1.85; }
  .theme-corporate.homepage .btn-hero { min-width: 157px; margin-top: 27px; }
  .theme-corporate.homepage .dots { right: 17px; bottom: 15px; }
  .theme-corporate.homepage .quick-links { grid-template-columns: 1fr 1fr; }
  .theme-corporate.homepage .quick-links li { padding: 21px 17px; border-bottom: 1px solid var(--rule); }
  .theme-corporate.homepage .quick-links li:nth-child(odd) { padding-left: 0; }
  .theme-corporate.homepage .quick-links li:nth-child(even) { padding-right: 0; border-right: 0; }
  .theme-corporate.homepage .quick-links li:nth-child(n+3) { border-bottom: 0; }
  .theme-corporate.homepage .quick-links a { align-items: center; min-height: 37px; gap: 10px; font-size: 12px; }
  .theme-corporate.homepage .quick-links a::after { font-size: 18px; }
  .theme-corporate.homepage .contact-sec { padding: 54px 0 58px; }
  .theme-corporate.homepage .contact-sec > .wrap { display: flex; flex-direction: column; gap: 0; }
  .theme-corporate.homepage .contact-intro { order: 0; }
  .theme-corporate.homepage .contact-intro .sec-title { font-size: 9px; margin-bottom: 24px; }
  .theme-corporate.homepage .contact-intro .card-title { max-width: 410px; font-size: 35px; line-height: 1.13; margin-bottom: 24px; }
  .theme-corporate .prose { font-size: 13px; line-height: 1.9; }
  .theme-corporate.homepage .contact-actions { order: 1; margin: 25px 0 33px; }
  .theme-corporate.homepage .contact-sec .card-img { order: 2; height: 261px; }
  .theme-corporate.homepage .contact-details { order: 3; margin-top: 35px; padding-top: 27px; }
  .theme-corporate.homepage .hours { order: 4; margin-top: 27px; padding-top: 27px; }
  .theme-corporate .foot { padding: 43px 0 24px; }
  .theme-corporate .foot > .wrap,
  .theme-corporate.homepage .foot > .wrap { grid-template-columns: 1fr; gap: 30px; }
  .theme-corporate .foot-lead,
  .theme-corporate.homepage .foot-lead { grid-column: 1; font-size: 21px; line-height: 1.5; }
  .theme-corporate .foot-links { grid-template-columns: 1fr 1fr; gap: 14px 20px; }
  .theme-corporate .foot-contact { font-size: 12px; }
  .theme-corporate .reg { font-size: 8px; letter-spacing: .8px; }
  .theme-corporate.inner-page .sec { padding: 45px 0 56px; }
  .theme-corporate.inner-page .sec > .wrap > .sec-title { margin-bottom: 30px; padding-bottom: 26px; font-size: 36px; overflow-wrap: anywhere; }
  .theme-corporate.inner-page .card-title { font-size: 24px; }
  .theme-corporate.inner-page .faq summary { font-size: 16px; }
  .theme-corporate.inner-page .quote p { font-size: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  .theme-corporate *,
  .theme-corporate *::before,
  .theme-corporate *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
