@font-face {
  font-family: 'QCA Rockwell Condensed';
  src: url('assets/rockwell-condensed.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
:root {
  --ink: #121e2b;
  --body: #33404c;
  --orange: #e65e1d;
  --nav-orange: var(--orange);
  --line: #cdd2d6;
  --sidebar: #f0f2f3;
  --display: 'QCA Rockwell Condensed', 'Arial Narrow', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; color: var(--ink); background: #fff; font: 18px/1.6 Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--orange); }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--orange); outline-offset: 5px; }
button, summary { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
summary { cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; }
/* Width and breakpoints come directly from Bootstrap's .container. */
.skip-link { position: fixed; left: 18px; top: -80px; z-index: 100; padding: 14px 20px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }
.header { align-items: center; border-bottom: 1px solid var(--line); min-height: 120px; position: relative; background: #fff; }
.brand { position: relative; z-index: 2; display: flex; justify-content: center; align-items: center; height: 120px; background: #1c1c1c; }
.brand img { display: block; width: 220px; max-width: 100%; height: auto; }
.site-navbar.navbar[data-bs-theme="dark"] {
  --bs-navbar-color: #fff;
  --bs-navbar-hover-color: #fff;
  --bs-navbar-active-color: #fff;
  --bs-navbar-toggler-border-color: #ffffff80;
  --bs-navbar-padding-y: 0;
  --bs-navbar-nav-link-padding-x: 28px;
  background: var(--nav-orange);
  min-height: 56px;
  font-family: var(--display);
}
.site-navbar .container-fluid { padding: 0 12px; }
.site-navbar { isolation: isolate; }
.site-navbar::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--nav-orange);
  box-shadow: 0 0 0 100vmax var(--nav-orange);
  clip-path: inset(0 -100vmax);
  pointer-events: none;
}
.site-navbar .navbar-nav { align-items: center; justify-content: center; }
.site-navbar .nav-link { font-size: 24px; line-height: 1.25; padding-top: 13px; padding-bottom: 13px; white-space: nowrap; }
.site-navbar .nav-item + .nav-item { border-left: 1px dotted #ffffff80; }
.site-navbar .nav-link:hover, .site-navbar .nav-link:focus { background: #0000000d; }
.site-navbar .nav-link:focus-visible, .site-navbar .navbar-toggler:focus-visible { outline-color: #fff; }
.site-navbar .dropdown-menu { width: 380px; padding: 24px; border-radius: 0; box-shadow: 0 10px 24px #121e2b15; }
.site-navbar .dropdown-item { font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.4; white-space: normal; padding: 6px 8px; }
.site-navbar .dropdown-item:active { background: var(--nav-orange); color: #fff; }
.page-layout { --footer-bottom-space: 32px; }
.sidebar { background: var(--sidebar); border-right: 1px solid #e5e8ea; padding: 30px 30px 50px; }
.sidebar h2 { font-size: 30px; line-height: 1.15; margin-bottom: 20px; }
.directory-toggle { display: none; }
.service-list, .service-list ul { list-style: none; margin: 0; padding: 0; }
.service-list > li + li { margin-top: 13px; }
.service-list li { position: relative; padding-left: 20px; font-size: 16px; line-height: 1.5; color: var(--body); }
/* Official Bootstrap Icons: dot and chevron-right (MIT). */
.service-list > li::before { content: ''; position: absolute; left: 0; top: 4px; width: 16px; height: 16px; background-color: #7a8791; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3'/%3E%3C/svg%3E") center / contain no-repeat; }
.service-list .nested-service { padding-left: 0; }
.service-list .nested-service::before { display: none; }
.nested-service summary { padding-left: 20px; position: relative; }
.nested-service summary::before { content: ''; position: absolute; left: 2px; top: 6px; width: 12px; height: 12px; background-color: currentColor; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E") center / contain no-repeat; }
.nested-service details[open] summary::before { transform: rotate(90deg); }
.service-list ul { padding-left: 19px; margin-top: 10px; }
.service-list ul li { padding-left: 12px; border-left: 1px solid #c9ced2; }
.service-list ul li + li { margin-top: 9px; }
.sidebar-section { margin-top: 27px; padding-top: 27px; border-top: 1px solid var(--line); }
address { font-style: normal; display: flex; flex-direction: column; gap: 12px; font-size: 16px; line-height: 1.5; color: var(--body); }
address strong { font-weight: 400; }
.sidebar-contact { background: #fff; border-top: 0; padding: 24px 20px; }
.sidebar-contact h2 span { color: var(--orange); }
.sidebar-contact address { margin-bottom: 0; }
.sidebar-contact a:last-child { display: flex; justify-content: space-between; }
.sidebar-contact a:last-child span { color: var(--orange); }
@media (min-width: 992px) {
  .sidebar { display: flex; flex-direction: column; padding-bottom: var(--footer-bottom-space); }
  .service-directory { margin-bottom: 27px; }
  .sidebar-contact { margin-top: auto; }
}
.page-layout > main { --main-inset: 56px; min-width: 0; padding: 32px var(--main-inset) 0; }
main:focus { outline: none; }
.hero { --bs-gutter-x: 2rem; }
/* Keep text inset; extend the desktop photograph to the outer content edge. */
@media (min-width: 1200px) {
  .hero { margin-right: calc(-1 * var(--main-inset) - var(--bs-gutter-x) * .5); }
  .difference, .closing, main > footer { margin-right: calc(-1 * var(--main-inset)); }
}
.hero-copy { display: flex; flex-direction: column; padding-top: 24px; }
.hero-eyebrow { font-family: var(--display); font-size: 30px; line-height: 1.3; max-width: 480px; color: var(--orange); }
.accent-rule { width: 112px; height: 3px; background: var(--orange); margin-top: 24px; margin-bottom: 28px; flex-shrink: 0; }
.hero-description { font-family: var(--display); font-style: normal; font-size: 34px; font-weight: 400; line-height: 1.35; color: #293746; }
.introduction { font-family: Arial, Helvetica, sans-serif; font-size: 18px; line-height: 1.6; margin-top: 35px; color: #2c3946; }
.hero-photo { min-height: 660px; height: 100%; position: relative; }
.hero-photo img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.difference { position: relative; margin-top: 38px; padding: 48px 0; }
.difference::before, .difference::after { content: ''; position: absolute; left: 0; right: 0; width: auto; border-top: 1px solid #a9b1b8; }
.difference::before { top: 0; }
.difference::after { bottom: 0; }
.difference > h2 { font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: var(--body); line-height: 1.6; margin-bottom: 24px; }
.pillars { --bs-gutter-x: 3.5rem; list-style: none; padding: 0; margin-bottom: 0; }
.pillars > li + li { border-left: 1px solid var(--line); }
.pillars h3 { font-size: 32px; line-height: 1.2; color: var(--orange); }
.pillar-icon { display: block; width: 32px; height: 32px; margin-bottom: 16px; color: var(--orange); }
.pillars h3 br { display: none; }
.approach-copy { margin-top: 24px; font-size: 18px; line-height: 1.6; color: var(--body); }
.closing { padding: 48px 0 72px; font-family: Arial, Helvetica, sans-serif; font-size: 28px; line-height: 1.6; }
.closing strong { color: var(--orange); }
sup { font-size: 13px; }
footer { padding: 40px 0 var(--footer-bottom-space); border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; font-size: 14px; color: #5d6771; line-height: 1.6; }
.footer-slogan { width: 100%; font-family: var(--display); font-size: 24px; line-height: 1.3; color: var(--ink); }
footer > div { display: flex; flex-wrap: wrap; gap: 20px; }
@media (min-width: 1400px) { .hero-description { font-size: 36px; } }
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .site-navbar.navbar[data-bs-theme="dark"] { --bs-navbar-nav-link-padding-x: 22px; }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-layout > main { --main-inset: 40px; }
  .site-navbar.navbar[data-bs-theme="dark"] { --bs-navbar-nav-link-padding-x: 12px; }
  .sidebar { padding-left: 24px; padding-right: 24px; }
  .sidebar h2 { font-size: 28px; }
  .brand img { width: 210px; }
}
@media (max-width: 1199.98px) {
  .hero-description { font-size: 34px; }
  .hero-photo { min-height: 0; height: 430px; }
  .hero-photo img { object-position: center 44%; }
  .pillars h3 { font-size: 30px; }
}
@media (max-width: 991.98px) {
  .header { min-height: 112px; justify-content: space-between; }
  .brand { width: 100%; height: 112px; justify-content: flex-start; padding: 0 15px; }
  .brand::before { content: ''; position: absolute; inset: 0; z-index: -1; background: #1c1c1c; box-shadow: 0 0 0 100vmax #1c1c1c; clip-path: inset(0 -100vmax); pointer-events: none; }
  .brand img { width: 205px; }
  .site-navbar { padding: 8px 0; }
  .site-navbar .navbar-nav { align-items: stretch; padding-top: 8px; }
  .site-navbar .nav-item + .nav-item { border-left: 0; border-top: 1px solid #ffffff40; }
  .site-navbar .nav-link { width: 100%; text-align: left; padding: 12px; }
  .site-navbar .dropdown-menu { width: 100%; box-shadow: none; }
  .sidebar { border-right: 0; border-bottom: 1px solid var(--line); padding: 0 24px; }
  .directory-toggle { display: flex; align-items: center; justify-content: space-between; font-size: 17px; padding: 17px 0; }
  .directory-toggle span { color: var(--orange); font-size: 24px; line-height: 1; }
  .service-directory[open] > .directory-toggle span { transform: rotate(45deg); }
  .directory-content { padding: 15px 0 30px; }
  .sidebar-contact { display: none; }
  .page-layout > main { --main-inset: 24px; }
  .hero-copy { padding-top: 0; }
  .accent-rule { margin-bottom: 25px; }
  .hero-description { font-size: 34px; }
}
@media (max-width: 767.98px) {
  .pillars > li + li { border-left: 0; }
  .pillars h3 { font-size: 30px; }
}
@media (max-width: 575.98px) {
  .brand { width: 100%; height: 104px; padding: 0 5px; }
  .brand img { width: 190px; }
  .header { min-height: 104px; }
  .page-layout > main { --main-inset: 16px; }
  .sidebar { padding-left: 16px; padding-right: 16px; }
  .hero-eyebrow { font-size: 27px; }
  .hero-description { font-size: 30px; }
  .introduction { margin-top: 28px; }
  .hero-photo { height: 420px; }
  .closing { font-size: 25px; }
  footer > div { gap: 18px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Bridge existing CMS middle templates into the approved common shell. */
.qca-redesign .site-navbar li, .qca-redesign .sidebar li { list-style: none; margin: 0; }
.qca-redesign .site-navbar .navbar-nav { margin: 0; }
.qca-redesign .service-list > li + li { margin-top: 13px; }
.qca-redesign .service-list ul li + li { margin-top: 9px; }
.qca-redesign .page-layout > main { display: flex; flex-direction: column; }
.qca-page-content { flex: 1; min-width: 0; padding-bottom: 40px; }
.qca-site-strapline { font-family: var(--display); font-size: 30px; line-height: 1.3; color: var(--orange); margin: 0 0 28px; }
.qca-page-content .content { width: auto; min-height: 0; margin: 0; float: none; background: transparent; }
.qca-page-content .content_in { margin: 24px 0 0; padding: 0; }
.qca-page-content .index_text { margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: 18px; }
.qca-page-content .content_in div { text-align: left; }
.qca-page-content .baner_pan { background: transparent; }
.qca-page-content .baner_pan .pict { width: 100%; max-width: 100%; margin: 0; background-position: center; background-repeat: no-repeat; background-size: cover; }
.qca-page-content .content p { margin: 0 0 20px; }
.qca-page-content .title, .qca-page-content .title_big, .qca-page-content .title_sm { font-family: var(--display); }
.qca-page-content .index_text > .title { font-size: 34px; line-height: 1.35; margin-bottom: 24px; }
.qca-page-content .content img { max-width: 100%; height: auto; }
.qca-page-content table { max-width: 100%; }
.qca-page-content table, .qca-page-content tr, .qca-page-content td { font-family: Arial, Helvetica, sans-serif; }
.qca-page-content a { text-decoration: underline; text-underline-offset: 3px; }
.qca-page-content input, .qca-page-content textarea, .qca-page-content select { max-width: 100%; }
.qca-redesign footer > .qca-footer-copyright { display: flex; flex-direction: column; gap: 4px; }
.qca-redesign .qca-credits { padding: 0; text-align: left; font: 12px/1.6 Arial, sans-serif; color: #5d6771; }
.qca-redesign .qca-credits a { text-decoration: underline; }
/* The homepage uses the prototype's original flow, with no legacy wrapper spacing. */
.qca-section-index .qca-site-strapline { display: none; }
.qca-section-index .page-layout > main { display: block; }
.qca-section-index .qca-page-content { display: contents; }
.qca-section-index .pillars > li { list-style: none; margin-left: 0; margin-right: 0; margin-bottom: 0; }
@media (max-width: 575.98px) {
  .qca-site-strapline { font-size: 27px; }
  .qca-page-content .baner_pan .pict { height: 180px; }
  .qca-page-content .index_text > .title { font-size: 30px; }
  .qca-page-content .pict_right { float: none; margin: 0 0 20px; }
}

/* Only the two editorial category listings use these components. */
.qca-page-content:has(.qca-resources) { padding-bottom: 56px; }
.qca-resources { padding-top: 4px; }
.qca-resources .baner_pan { background: transparent; margin: 0 0 32px; }
.qca-resources .baner_pan .spaser { display: none; }
.qca-resources .baner_pan .pict { width: 100%; height: 258px; margin: 0; background-position: center; background-size: cover; }
.qca-resource-heading { padding: 0 0 32px; margin-bottom: 0; }
.qca-resource-heading .accent-rule { margin: 0 0 20px; width: 72px; }
.qca-resource-heading h1 { font-family: var(--display); font-size: 54px; line-height: 1.1; color: var(--ink); }
.qca-resource-grid { display: grid; gap: 20px; }
.qca-resource-card { position: relative; min-width: 0; border: 1px solid #dce0e3; background: #fff; transition: border-color .18s, box-shadow .18s; }
.qca-resource-card:hover, .qca-resource-card:focus-within { border-color: var(--orange); box-shadow: 0 6px 20px #121e2b09; }
.qca-resource-body { padding: 28px 30px; }
.qca-resource-title { font-family: var(--display); font-size: 32px; line-height: 1.2; color: var(--ink); margin: 0 0 12px; }
.qca-page-content .qca-resource-title a { color: inherit; text-decoration: none; }
.qca-resource-author { font: 15px/1.6 Arial, sans-serif; color: #5d6771; margin-bottom: 6px; }
.qca-resource-source { font: 15px/1.6 Arial, sans-serif; color: var(--body); }
.qca-resource-description { margin-top: 16px; font: 16px/1.65 Arial, sans-serif; }
.qca-page-content .qca-resource-pdf { display: inline-flex; align-items: center; gap: 10px; color: var(--orange); border: 1px solid #e65e1d55; padding: 10px 14px; font: 14px/1 Arial, sans-serif; text-decoration: none; white-space: nowrap; }
.qca-resource-pdf svg { width: 22px; height: 22px; }
.qca-resource-pdf:hover { background: #fff5ef; }
.qca-resource-more { display: inline-block; margin-top: 16px; color: var(--orange); font: 15px/1.5 Arial, sans-serif; }
.qca-resources-articles .qca-resource-body { padding-right: 154px; }
.qca-resources-articles .qca-resource-pdf { position: absolute; right: 28px; top: 50%; transform: translateY(-50%); }
.qca-resources-postcards-mailings .qca-resource-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.qca-resource-image { display: flex; align-items: center; justify-content: center; aspect-ratio: 4 / 3; padding: 20px; background: #f4f5f5; border-bottom: 1px solid #e5e8ea; overflow: hidden; }
.qca-resource-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.qca-resources-postcards-mailings .qca-resource-body { padding: 22px 24px 26px; }
.qca-resources-postcards-mailings .qca-resource-title { font-size: 28px; margin: 0; }
.qca-resource-image:focus-visible { outline-offset: -4px; }
@media (min-width:1200px) { .qca-resources { margin-right: calc(-1 * var(--main-inset)); } }
@media (max-width:767.98px) {
  .qca-resources .baner_pan .pict { height: 180px; }
  .qca-resource-heading h1 { font-size: 44px; }
  .qca-resource-body { padding: 24px; }
  .qca-resources-articles .qca-resource-body { padding-right: 24px; }
  .qca-resources-articles .qca-resource-pdf { position: static; transform: none; margin-top: 20px; }
  .qca-resource-title { font-size: 29px; }
  .qca-resources-postcards-mailings .qca-resource-grid { grid-template-columns: 1fr; gap: 24px; }
}
@media (prefers-reduced-motion:reduce) { .qca-resource-card { transition: none; } }
.qca-lightbox-open { overflow: hidden; }
dialog.qca-lightbox { position: fixed; inset: 0; margin: auto; width: max-content; max-width: calc(100vw - 32px); max-height: calc(100dvh - 32px); padding: 48px 16px 16px; border: 0; background: #fff; color: var(--ink); box-shadow: 0 20px 80px #0005; }
.qca-lightbox::backdrop { background: #121e2be0; }
.qca-lightbox figure { margin: 0; }
.qca-lightbox img { display: block; max-width: 100%; width: auto; height: auto; max-height: calc(100dvh - 150px); margin: auto; object-fit: contain; }
.qca-lightbox figcaption { max-width: 80vw; margin: 12px auto 0; text-align: center; font: 18px/1.4 Arial, sans-serif; }
.qca-lightbox .qca-lightbox-close { position: absolute; right: 4px; top: 4px; width: 44px; height: 40px; padding: 0; border: 0; background: #fff; color: var(--ink); font: 32px/1 Arial, sans-serif; }
.qca-lightbox .qca-lightbox-close:hover { color: var(--orange); }
.qca-lightbox-original { color: var(--orange); text-decoration: underline; }
