@font-face {
  font-family: "Source Sans 3";
  src: url("source-sans-3-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("source-sans-3-semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("source-sans-3-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #f7f3ea;
  color: #142033;
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

a {
  color: #126b79;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: #16283b;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 3px solid #f1d27c;
  outline-offset: 3px;
  box-shadow: 0 0 0 2px #16283b;
}

h1,
h2,
h3,
h4 {
  color: #16283b;
  line-height: 1.08;
  margin-top: 0;
}

h1 {
  font-size: 56px;
  margin-bottom: 24px;
}

h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

h3 {
  font-size: 25px;
  margin-bottom: 12px;
}

h4 {
  font-size: 19px;
  margin-bottom: 8px;
}

p,
ul,
ol {
  margin-top: 0;
  margin-bottom: 20px;
}

ul,
ol {
  padding-left: 24px;
}

li {
  margin-bottom: 8px;
}

.skip-link {
  background: #f2c14e;
  color: #16283b;
  font-weight: 700;
  left: 12px;
  padding: 10px 16px;
  position: absolute;
  top: -80px;
  z-index: 1000;
}

.skip-link:focus {
  top: 12px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.narrow {
  max-width: 800px;
}

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #dad9d4;
  position: relative;
  z-index: 20;
}

.header-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 88px;
}

.brand-link {
  display: inline-block;
  line-height: 0;
  margin-right: 28px;
  text-decoration: none;
}

.brand-link img {
  display: block;
  max-height: 60px;
  width: 248px;
}

.menu-toggle {
  background: #16283b;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font: inherit;
  font-weight: 700;
  min-height: 48px;
  padding: 11px 18px;
}

.menu-toggle-lines {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}

.menu-toggle-lines span {
  background: #f1d27c;
  display: block;
  height: 2px;
  margin: 4px 0;
  width: 19px;
}

.site-nav ul {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0 -7px;
  padding: 0;
}

.site-nav li {
  margin: 0 7px;
}

.site-nav a {
  border-bottom: 3px solid transparent;
  color: #16283b;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 31px 4px 27px;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  border-color: #d8a443;
  color: #126b79;
}

.site-nav .nav-utility a {
  border: 1px solid #16283b;
  border-radius: 999px;
  margin-left: 4px;
  padding: 10px 16px;
}

.hero {
  background: #16283b;
  background: linear-gradient(135deg, #16283b 0%, #20364d 100%);
  color: #ffffff;
  overflow: hidden;
  padding: 92px 0 88px;
  position: relative;
}

.hero:before {
  background: #d8a443;
  content: "";
  height: 72%;
  left: 4.5%;
  position: absolute;
  top: 14%;
  width: 4px;
}

.hero-row,
.split-row,
.card-row,
.pillar-row,
.footer-row,
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}

/* Rows normally sit inside a centred container. Where the row and container
   share one element, restore the container margins and preserve the same
   24 px content gutter used by nested rows. */
.container.hero-row,
.container.split-row,
.container.form-row {
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
}

.hero-copy,
.hero-art,
.split-main,
.split-side,
.card,
.pillar-card,
.footer-column,
.form-main,
.form-side {
  padding-left: 16px;
  padding-right: 16px;
}

.hero-copy {
  align-self: center;
  width: 70%;
}

.hero-art {
  align-self: center;
  text-align: center;
  width: 30%;
}

.hero-art img {
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
  width: 300px;
}

.hero h1 {
  color: #ffffff;
  font-size: 68px;
  letter-spacing: -2px;
  max-width: 780px;
}

.hero-lead {
  color: #ffffff;
  font-size: 23px;
  line-height: 1.5;
  max-width: 760px;
}

.eyebrow {
  color: #8a5a00;
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.8px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.hero .eyebrow,
.dark-band .eyebrow,
.site-footer .eyebrow {
  color: #f1d27c;
}

.button-row {
  margin: 30px -6px 0;
}

.button {
  border: 2px solid #16283b;
  border-radius: 999px;
  display: inline-block;
  font-weight: 700;
  margin: 0 6px 12px;
  min-height: 50px;
  padding: 10px 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
}

.button-primary {
  background: #16283b;
  color: #ffffff;
}

.button-primary:hover {
  background: #20364d;
  color: #ffffff;
}

.button-light {
  background: #ffffff;
  border-color: #ffffff;
  color: #16283b;
}

.button-light:hover {
  background: #f7f3ea;
  color: #16283b;
}

.button-outline-light {
  border-color: #f1d27c;
  color: #ffffff;
}

.button-outline-light:hover {
  background: #f1d27c;
  color: #16283b;
}

.button-disabled {
  background: #efe8da;
  border-color: #dad9d4;
  color: #5c6673;
  cursor: not-allowed;
}

.button-disabled small {
  display: block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.1;
}

.hero .button-disabled {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.35);
  color: #ffffff;
}

.trust-strip {
  background: #111d2b;
  color: #ffffff;
  padding: 18px 0;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.trust-list li {
  color: #f7f3ea;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 4px 22px;
}

.section {
  padding: 82px 0;
}

.section-alt {
  background: #efe8da;
}

.section-white {
  background: #ffffff;
}

.section-title {
  margin-bottom: 40px;
  max-width: 1000px;
}

.section-title.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.lead {
  color: #20364d;
  font-size: 21px;
  line-height: 1.55;
}

.split-main {
  width: 66.666%;
}

.split-side {
  width: 33.333%;
}

.card-row {
  margin-bottom: -24px;
}

.card {
  margin-bottom: 24px;
  width: 33.333%;
}

.card-inner,
.pillar-inner,
.panel,
.quote-panel,
.form-panel {
  background: #ffffff;
  border: 1px solid #dad9d4;
  border-radius: 16px;
  height: 100%;
  padding: 28px;
}

.card-inner {
  border-top: 4px solid #187f91;
}

.card-number {
  color: #8a5a00;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

.panel {
  background: #f7f3ea;
  border-left: 5px solid #d8a443;
}

.panel-teal {
  border-left-color: #187f91;
}

.panel-navy {
  background: #16283b;
  border-color: #d8a443;
  color: #ffffff;
}

.panel-navy h2,
.panel-navy h3,
.panel-navy h4 {
  color: #ffffff;
}

.quote-panel {
  background: #16283b;
  border: 0;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.45;
}

.quote-panel strong {
  color: #f1d27c;
}

.pillar-row {
  margin-bottom: -20px;
}

.pillar-row-detailed .pillar-card {
  width: 33.333%;
}

.pillar-card {
  margin-bottom: 20px;
  width: 20%;
}

.pillar-inner {
  border-top: 5px solid #16283b;
  padding: 24px 20px;
}

.pillar-business .pillar-inner { border-top-color: #2d67b2; }
.pillar-faith .pillar-inner { border-top-color: #357a48; }
.pillar-civil .pillar-inner { border-top-color: #67519a; }
.pillar-culture .pillar-inner { border-top-color: #187f91; }
.pillar-legal .pillar-inner { border-top-color: #b85c14; }

.pillar-inner h3 {
  font-size: 20px;
}

.signal-flow {
  counter-reset: signal-step;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 36px -8px 0;
  padding: 0;
}

.signal-flow li {
  counter-increment: signal-step;
  display: flex;
  margin: 0 8px 16px;
  position: relative;
  width: calc(16.666% - 16px);
}

.signal-step {
  background: #ffffff;
  border: 1px solid #dad9d4;
  border-radius: 12px;
  min-height: 175px;
  padding: 20px 14px;
  text-align: center;
  width: 100%;
}

.signal-step:before {
  background: #187f91;
  border-radius: 50%;
  color: #ffffff;
  content: counter(signal-step);
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  margin: 0 auto 12px;
  width: 30px;
}

.signal-step strong {
  color: #16283b;
  display: block;
}

.dark-band {
  background: #16283b;
  color: #ffffff;
  padding: 72px 0;
}

.dark-band h2,
.dark-band h3,
.dark-band .lead {
  color: #ffffff;
}

.dark-band a:not(.button) {
  color: #f1d27c;
}

.check-list {
  list-style: none;
  padding-left: 0;
}

.check-list li {
  padding-left: 30px;
  position: relative;
}

.check-list li:before {
  color: #126b79;
  content: "✓";
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 0;
}

.definition-list {
  margin: 0;
}

.definition-list dt {
  color: #16283b;
  font-weight: 700;
  margin-top: 18px;
}

.definition-list dd {
  margin: 4px 0 0;
}

.page-hero {
  background: #16283b;
  color: #ffffff;
  padding: 72px 0 66px;
}

.page-hero h1 {
  color: #ffffff;
  max-width: 850px;
}

.page-hero .lead {
  color: #ffffff;
  max-width: 780px;
}

.breadcrumbs {
  color: #f1d27c;
  font-size: 14px;
  margin-bottom: 18px;
}

.breadcrumbs a {
  color: #f1d27c;
}

.subnav {
  background: #efe8da;
  border-bottom: 1px solid #dad9d4;
  padding: 14px 0;
}

.subnav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}

.subnav li {
  margin: 2px 10px;
}

.subnav a {
  color: #16283b;
  font-size: 14px;
  font-weight: 700;
}

.faq-index {
  columns: 2;
  column-gap: 42px;
}

.faq-index li {
  break-inside: avoid;
}

.faq-item {
  border-top: 1px solid #dad9d4;
  padding: 30px 0 14px;
}

.faq-item:first-child {
  border-top: 0;
}

.faq-item h2 {
  font-size: 27px;
}

.faq-item p:last-child {
  margin-bottom: 0;
}

.split-main > .card-row > .card {
  width: 50%;
}

.form-main {
  width: 66.666%;
}

.form-side {
  width: 33.333%;
}

.form-panel {
  background: #ffffff;
  height: auto;
}

.field-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.field-half,
.field-full {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.field-half { width: 50%; }
.field-full { width: 100%; }

label,
legend {
  color: #16283b;
  display: block;
  font-weight: 700;
  margin-bottom: 7px;
}

input,
select,
textarea {
  background: #ffffff;
  border: 1px solid #87909a;
  border-radius: 8px;
  color: #142033;
  font: inherit;
  min-height: 48px;
  padding: 10px 12px;
  width: 100%;
}

textarea {
  min-height: 180px;
  resize: vertical;
}

.field-help {
  color: #5c6673;
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

.checkbox-label {
  align-items: flex-start;
  display: flex;
  font-weight: 400;
}

.checkbox-label input {
  flex: 0 0 auto;
  margin: 5px 10px 0 0;
  min-height: 20px;
  width: 20px;
}

.form-trap {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.notice {
  background: #f1d27c;
  border-left: 5px solid #8a5a00;
  color: #16283b;
  margin-bottom: 28px;
  padding: 18px 20px;
}

.site-footer {
  background: #111d2b;
  color: rgba(255, 255, 255, 0.82);
  padding: 58px 0 28px;
}

.site-footer h2,
.site-footer h3 {
  color: #ffffff;
}

.footer-column {
  margin-bottom: 30px;
  width: 25%;
}

.footer-column.footer-about {
  width: 40%;
}

.footer-column.footer-links {
  width: 20%;
}

.footer-column.footer-contact {
  width: 40%;
}

.footer-logo {
  margin-bottom: 18px;
  max-width: 300px;
}

.site-footer ul {
  list-style: none;
  padding: 0;
}

.site-footer a {
  color: #f1d27c;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 14px;
  margin-top: 18px;
  padding-top: 22px;
}

.footer-bottom p {
  margin-bottom: 8px;
}

.legal-note {
  color: #5c6673;
  font-size: 14px;
}

.site-footer .legal-note {
  color: rgba(255, 255, 255, 0.65);
}

.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.mb-small { margin-bottom: 10px; }

@media (max-width: 1040px) {
  .header-inner {
    flex-wrap: wrap;
  }

  .brand-link img {
    width: 220px;
  }

  .site-nav a {
    font-size: 14px;
  }

  .pillar-card {
    width: 33.333%;
  }

  .pillar-row-detailed .pillar-card {
    width: 50%;
  }

  .signal-flow li {
    width: calc(33.333% - 16px);
  }
}

@media (max-width: 900px) {
  .header-inner {
    min-height: 76px;
  }

  .js .menu-toggle {
    display: block;
  }

  .js .site-nav {
    background: #ffffff;
    border-top: 1px solid #dad9d4;
    display: none;
    left: 0;
    padding: 12px 24px 20px;
    position: absolute;
    right: 0;
    top: 76px;
  }

  .js .site-nav.is-open {
    display: block;
  }

  .site-nav {
    width: 100%;
  }

  .site-nav ul {
    align-items: stretch;
    display: block;
    padding-bottom: 12px;
  }

  .site-nav li {
    margin: 0;
  }

  .site-nav a,
  .site-nav .nav-utility a {
    border: 0;
    border-bottom: 1px solid #dad9d4;
    border-radius: 0;
    margin: 0;
    min-height: 48px;
    padding: 12px 4px;
  }

  .hero-copy,
  .hero-art,
  .split-main,
  .split-side,
  .form-main,
  .form-side {
    width: 100%;
  }

  .hero-art {
    margin-top: 42px;
  }

  .card {
    width: 50%;
  }

  .footer-column.footer-about,
  .footer-column.footer-links,
  .footer-column.footer-contact {
    width: 50%;
  }

  .faq-index {
    columns: 1;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.hero-row,
  .container.split-row,
  .container.form-row {
    padding-left: 4px;
    padding-right: 4px;
  }

  .brand-link img {
    width: 190px;
  }

  h1,
  .page-hero h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  .hero {
    padding: 66px 0 62px;
  }

  .hero:before {
    left: 10px;
  }

  .hero h1 {
    font-size: 48px;
    letter-spacing: -1px;
  }

  .hero-lead,
  .lead {
    font-size: 19px;
  }

  .section {
    padding: 58px 0;
  }

  .card,
  .pillar-card,
  .pillar-row-detailed .pillar-card,
  .split-main > .card-row > .card,
  .footer-column.footer-about,
  .footer-column.footer-links,
  .footer-column.footer-contact,
  .field-half {
    width: 100%;
  }

  .signal-flow li {
    width: calc(50% - 16px);
  }

  .trust-list {
    display: block;
  }

  .trust-list li {
    margin: 7px 0;
  }

  .button {
    margin-left: 0;
    margin-right: 6px;
    width: 100%;
  }
}

@media (max-width: 380px) {
  .brand-link img {
    width: 165px;
  }

  .menu-toggle {
    padding-left: 14px;
    padding-right: 14px;
  }

  .menu-toggle-text {
    font-size: 14px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .signal-flow li {
    width: calc(100% - 16px);
  }
}

@media print {
  .menu-toggle,
  .button-row,
  .subnav,
  .skip-link,
  form {
    display: none !important;
  }

  body {
    background: #ffffff;
    color: #000000;
    font-size: 11pt;
  }

  .site-header,
  .hero,
  .page-hero,
  .dark-band,
  .site-footer,
  .trust-strip {
    background: #ffffff !important;
    color: #000000 !important;
  }

  h1,
  h2,
  h3,
  h4,
  .hero h1,
  .page-hero h1,
  .dark-band h2,
  .site-footer h2,
  .site-footer h3 {
    color: #000000 !important;
  }

  a {
    color: #000000 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
