/*! CSS Used from: Embedded */
:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}


@media all {

  *,
  :before,
  :after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
  }

  :before,
  :after {
    --tw-content: "";
  }

  html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
  }

  body {
    margin: 0;
    line-height: inherit;
  }

  h3 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    text-decoration: inherit;
  }

  textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
  }

  h3,
  p {
    margin: 0;
  }

  textarea {
    resize: vertical;
  }

  textarea::placeholder {
    opacity: 1;
    color: #9ca3af;
  }

  :disabled {
    cursor: default;
  }

  img,
  iframe {
    display: block;
    vertical-align: middle;
  }

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

  body,
  html {
    font-family: arial, sans-serif;
  }

  h3 {
    margin-bottom: 2rem;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .1em;
  }

  p {
    margin-bottom: 1rem;
    font-size: 18px;
    letter-spacing: .1em;
  }

  @media (min-width: 768px) {
    p {
      /* margin-bottom: 2rem;
      line-height: 38px; */
    }
  }

  .lb-line {
    position: relative;
  }

  .lb-line:after {
    margin-top: .5rem;
    display: inline-block;
    height: 8px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(49 139 196 / var(--tw-bg-opacity));
    --tw-content: "";
    content: var(--tw-content);
  }

  h3.lb-line {
    position: relative;
    display: inline-block;
  }

  h3.lb-line:after {
    margin-top: .5rem;
    display: block;
    height: 8px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(49 139 196 / var(--tw-bg-opacity));
    --tw-content: "";
    content: var(--tw-content);
  }

  *,
  :before,
  :after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(0 118 179 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
  }

  .client-header-footer-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 640px) {
    .client-header-footer-container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .client-header-footer-container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .client-header-footer-container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .client-header-footer-container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .client-header-footer-container {
      max-width: 1536px;
    }
  }

  .col-span-1 {
    grid-column: span 1 / span 1;
  }

  .mb-0 {
    margin-bottom: 0;
  }

  .mb-2 {
    margin-bottom: .5rem;
  }

  .mb-6 {
    margin-bottom: 1.5rem;
  }

  .mt-6 {
    margin-top: 1.5rem;
  }

  .mt-8 {
    margin-top: 2rem;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .self-start {
    align-self: flex-start;
  }

  .bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(16 33 46 / var(--tw-bg-opacity));
  }

  .py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .pb-4 {
    padding-bottom: 1rem;
  }

  .text-\[18px\] {
    font-size: 18px;
  }

  .text-\[20px\] {
    font-size: 20px;
  }

  .font-bold {
    font-weight: 700;
  }

  .font-normal {
    font-weight: 400;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .leading-snug {
    line-height: 1.375;
  }

  .tracking-\[2px\] {
    letter-spacing: 2px;
  }

  .text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  @media (min-width: 768px) {
    .md\:col-span-2 {
      grid-column: span 2 / span 2;
    }

    .md\:col-span-3 {
      grid-column: span 3 / span 3;
    }

    .md\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .md\:pl-8 {
      padding-left: 2rem;
    }
  }

  @media (min-width: 1024px) {
    .lg\:col-span-3 {
      grid-column: span 3 / span 3;
    }

    .lg\:mt-0 {
      margin-top: 0;
    }

    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:border-r-\[0\.3px\] {
      border-right-width: .3px;
    }

    .lg\:pb-0 {
      padding-bottom: 0;
    }

    .lg\:pl-16 {
      padding-left: 4rem;
    }
  }
}

/*  */

/* Layout wrapper for the top bar */
.client-header .client-header-footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 16px;
}

/* Centered logo block */
.client-header-logo {
  text-align: center;
}

.client-header-logo img {
  max-height: 95px;
  display: block;
  margin: 0 auto 6px;
}

/* Tagline (small caps text under logo) */
.client-header-tagline {
  font-size: 11px;
  letter-spacing: 1.6px;
  opacity: .9;
  margin-top: 2px;
}

/* Blue underline under “HICKMAN / SHEARER” */
.client-header-underline {
  width: 82px;
  height: 6px;
  background: #2b84b7;
  margin: 8px auto 0;
}

/* Menu rail: thin blue lines with a lane for nav items */
.client-header-menu-rail {
  padding: 10px 12px;
}

.client-header-menu-rail-line {
  height: 2px;
  background: #1e5f84;
  opacity: .9;
  margin: 0 0 10px;
}

.client-header-menu-rail .client-header-menu-rail-line:last-child {
  margin: 10px 0 0;
}

/* Optional menu (if you choose to show links on the rail) */
.client-header-menu {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 0 12px;
}

.client-header-menu a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: .5px;
}

.client-header-menu a:hover {
  text-decoration: underline;
}

/* Responsive tweaks */
@media (max-width: 568px) {
  .client-header-logo img {
    max-height: 48px;
  }

  .client-header-underline {
    width: 68px;
    height: 5px;
  }

  .client-header-menu {
    gap: 16px;
    font-size: 12px;
    flex-wrap: wrap;
  }
}

.client-header-footer {
  font-family: arial, sans-serif;
  background-color: #0d1c2a;
  /* dark blue */
  color: #fff;
}

.client-header-footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}