.elementor-kit-5245{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5245 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --colorNavy:#0C3D6B; --colorAccent:#1A73C8; --colorTeal:#0E8A7A; --colorGold:#C49A2A; --colorTextMain:#101828; --colorTextSecondary:#60687A; --colorOffWhite:#F8F9FB; --colorGray100:#E9EAEC; --colorGray200:#D1D4D9; --fontPrimary:Inter; --colorNavyDeep:#071F38; --colorNavyMid:#1A5896; }
/* Start custom CSS *//* Sitewide inline hyperlink styling (body copy, footer legal, notes) - excludes nav menu, buttons, and standalone link-widgets */
.elementor p a:not(.elementor-button):not(.elementor-item) {
  color: #1A73C8;
  text-decoration: underline;
  text-decoration-color: rgba(26,115,200,.35);
  text-underline-offset: 2px;
  transition: color .15s ease, text-decoration-color .15s ease;
}
.elementor p a:not(.elementor-button):not(.elementor-item):hover {
  color: #0C3D6B;
  text-decoration-color: currentColor;
}
/* Footer legal links need lighter color for contrast on dark background */
.s-footer-legal a {
  color: rgba(255,255,255,.7) !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(255,255,255,.3) !important;
  text-underline-offset: 2px !important;
}
.s-footer-legal a:hover {
  color: #FFFFFF !important;
  text-decoration-color: currentColor !important;
}

/* Case study mini/stack cards - black bg / white text hover, matching the existing featured-card + blog-card pattern */
.s-csm-card:hover .s-csm-body { background-color: #000000; }
.s-csm-card:hover .s-csm-tag,
.s-csm-card:hover .s-csm-headline,
.s-csm-card:hover .s-csm-link {
  color: #FFFFFF;
}


/* Acrologic responsive optimization — 2026-09-06 */
@media (max-width: 1024px) {
  .elementor-element-header-mega-rcm,
  .elementor-element-header-mega-specialties,
  .elementor-element-header-mega-who {
    display: none !important;
  }

  .elementor-element-header-inner {
    width: 100% !important;
    max-width: 100% !important;
  }

  .elementor-element-header-nav-menu {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .elementor-element-header-nav-menu .elementor-menu-toggle {
    min-width: 44px;
    min-height: 44px;
    margin-left: auto;
    padding: 10px;
  }

  .elementor-element-header-nav-menu nav.elementor-nav-menu--dropdown {
    position: fixed !important;
    top: 63px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    max-height: calc(100dvh - 63px);
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    z-index: 1000;
  }

  .elementor-element-header-nav-menu .elementor-nav-menu--dropdown .elementor-nav-menu,
  .elementor-element-header-nav-menu .elementor-nav-menu--dropdown .sub-menu,
  .elementor-element-header-nav-menu .elementor-nav-menu--dropdown li,
  .elementor-element-header-nav-menu .elementor-nav-menu--dropdown a {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  .elementor-element-header-nav-menu .elementor-nav-menu--dropdown .elementor-item,
  .elementor-element-header-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
    min-height: 44px;
    padding: 12px 18px !important;
    justify-content: space-between;
    font-size: 15.5px !important;
    line-height: 1.35 !important;
    white-space: normal;
  }

  .elementor-element-header-nav-menu .elementor-nav-menu--dropdown .sub-menu .elementor-sub-item {
    padding-left: 32px !important;
  }

  .elementor-element-header-nav-menu .sub-arrow {
    flex: 0 0 26px;
    margin-left: auto !important;
  }

  .elementor-element-header-nav-menu .s-nav-desc {
    display: none !important;
  }
}

@media (max-width: 767px) {
  html,
  body {
    max-width: 100%;
  }

  body {
    overflow-x: clip;
  }

  .page-content,
  .page-content .elementor,
  .page-content .e-con {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  .page-content img,
  .page-content svg,
  .page-content video,
  .page-content canvas,
  .page-content iframe {
    max-width: 100%;
  }

  .page-content h1 {
    font-size: 34px !important;
    line-height: 1.18 !important;
    overflow-wrap: anywhere;
  }

  .page-content h2 {
    font-size: 28px !important;
    line-height: 1.25 !important;
    overflow-wrap: anywhere;
  }

  .page-content h3 {
    font-size: 22px !important;
    line-height: 1.3 !important;
    overflow-wrap: anywhere;
  }

  .page-content h4 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }

  .page-content p,
  .page-content li {
    overflow-wrap: anywhere;
  }

  .page-content .elementor-button,
  .page-content button,
  .page-content input[type="submit"] {
    min-height: 44px;
    max-width: 100%;
    white-space: normal;
    line-height: 1.3;
  }

  .page-content .elementor-field-group,
  .page-content .elementor-field,
  .page-content select,
  .page-content textarea {
    width: 100% !important;
    max-width: 100% !important;
  }

  .page-content input:not([type="checkbox"]):not([type="radio"]),
  .page-content select {
    min-height: 44px;
  }

  .page-content .elementor-form-fields-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .s-statbar-in {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100% !important;
    height: auto !important;
  }

  .s-statbar-in > .e-con {
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 20px 12px !important;
  }

  .s-trust-badges {
    flex-wrap: wrap !important;
    justify-content: center !important;
    max-width: 100% !important;
  }

  [class*="-cpt-in"] {
    flex-direction: column !important;
    gap: 24px !important;
    width: 100% !important;
  }

  [class*="-cpt-left"],
  [class*="-cpt-right"],
  [class*="-cta-left"],
  [class*="-cta-right"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex-basis: auto !important;
  }

  [class*="-cpt-"][class*="-code"] {
    width: auto !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
  }

  [class*="-cpt-"][class*="-desc"] {
    min-width: 0 !important;
    overflow-wrap: anywhere;
  }

  .s-footer-bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
  }

  .s-footer-root a,
  .s-footer-root p {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  .page-content table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 430px) {
  .page-content [class*="-btns"],
  .page-content [class*="-buttons"],
  .page-content [class*="-actions"] {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .page-content [class*="-btns"] .elementor-button,
  .page-content [class*="-buttons"] .elementor-button,
  .page-content [class*="-actions"] .elementor-button {
    width: 100%;
  }
}


/* Acrologic responsive QA refinements — 2026-09-06 */
@media (max-width: 1024px) {
  .elementor-element-header-nav-menu nav.elementor-nav-menu--dropdown {
    height: auto !important;
    max-height: calc(100vh - 63px) !important;
  }
}
@media (max-width: 767px) {
  .page-content button.elementor-button,
  .page-content input.elementor-button[type="submit"] {
    min-height: 44px !important;
  }
}


/* Acrologic page-template responsive refinements — 2026-09-06 */
@media (max-width: 767px) {
  .page-content [class*="-hero-row"] {
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    gap: 24px !important;
  }

  .page-content [class*="-hero-row"] > .e-con,
  .page-content [class*="-hero-row"] [class*="-hero-img"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex-basis: auto !important;
    transform: none !important;
  }

  .s-svc-cards-row1,
  .s-svc-cards-row2 {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .s-svc-cards-row1 > .e-con,
  .s-svc-cards-row2 > .e-con {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex-basis: auto !important;
  }

  .s-ev-up-in,
  .s-ev-up-row {
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
  }

  .s-ev-up-in > .e-con,
  .s-ev-up-row > .e-con {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex-basis: auto !important;
  }

  .elementor-location-single,
  .elementor-location-single .e-con {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  .elementor-location-single [class*="-hero"] {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .elementor-location-single h1,
  .elementor-location-single .s-bp-title,
  .elementor-location-single .s-csp-title {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    font-size: 34px !important;
    line-height: 1.18 !important;
    overflow-wrap: anywhere !important;
    word-break: normal;
  }

  .elementor-location-single h2 {
    font-size: 28px !important;
    line-height: 1.25 !important;
    overflow-wrap: anywhere;
  }

  .elementor-location-single h3 {
    font-size: 22px !important;
    line-height: 1.3 !important;
    overflow-wrap: anywhere;
  }

  .elementor-location-single p,
  .elementor-location-single li,
  .elementor-location-single strong,
  .elementor-location-single a {
    min-width: 0 !important;
    overflow-wrap: anywhere;
  }

  .elementor-location-single img,
  .elementor-location-single svg,
  .elementor-location-single video,
  .elementor-location-single iframe {
    max-width: 100% !important;
    height: auto;
  }

  .elementor-location-single .elementor-button,
  .elementor-location-single button,
  .elementor-location-single input[type="submit"] {
    min-height: 44px !important;
    max-width: 100%;
    white-space: normal;
  }

  .elementor-location-single table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}


/* Acrologic tablet and viewport containment — 2026-09-06 */
.page-content .e-con,
.elementor-location-single .e-con {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .page-content h1,
  .elementor-location-single h1 {
    font-size: 42px !important;
    line-height: 1.2 !important;
    overflow-wrap: anywhere;
  }

  .page-content h2,
  .elementor-location-single h2 {
    font-size: 34px !important;
    line-height: 1.25 !important;
    overflow-wrap: anywhere;
  }

  .page-content h3,
  .elementor-location-single h3 {
    font-size: 26px !important;
    line-height: 1.3 !important;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 1024px) {
  .page-content .elementor-button,
  .page-content button,
  .page-content input[type="submit"],
  .elementor-location-single .elementor-button,
  .elementor-location-single button,
  .elementor-location-single input[type="submit"] {
    min-height: 44px !important;
    max-width: 100%;
    white-space: normal;
  }
}


/* Acrologic narrow-mobile and 768px refinements — 2026-09-06 */
@media (max-width: 430px) {
  .page-content [class*="-ctas"] {
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
  }

  .page-content [class*="-ctas"] .elementor-button,
  .page-content [class*="-ctas"] .e-button-base {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 800px) {
  .page-content [class*="-cpt-in"] {
    flex-direction: column !important;
    gap: 28px !important;
    width: 100% !important;
  }

  .page-content [class*="-cpt-left"],
  .page-content [class*="-cpt-right"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex-basis: auto !important;
  }
}


/* Acrologic mobile CTA row correction — 2026-09-06 */
@media (max-width: 430px) {
  .page-content [class*="-btnrow"] {
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 12px !important;
  }

  .page-content [class*="-btnrow"] > .e-button-base,
  .page-content [class*="-btnrow"] > .elementor-button {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Acrologic mobile RCM stage-card width — 2026-09-06 */
@media (max-width: 767px) {
  .elementor-element-svc-flow > .e-con,
  .s-svc-flow > .e-con {
    width: 100% !important;
    max-width: none !important;
    flex-basis: 100% !important;
  }
}

/* Acrologic mobile menu-toggle right alignment — 2026-09-06 */
@media (max-width: 1024px) {
  .elementor-element-header-nav-menu {
    justify-content: flex-end !important;
  }
  .elementor-element-header-nav-menu .elementor-menu-toggle {
    margin-left: auto !important;
    margin-right: 16px !important;
  }
}

/* Acrologic remaining content-template mobile fixes — 2026-09-06 */
@media (max-width: 767px) {
  .s-job-content-section {
    padding: 40px 24px 48px !important;
  }
  .s-job-content-in {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  .single_job_listing,
  .single-job_listing .mbw-job-layout,
  .single-job_listing .mbw-job-main,
  .single-job_listing .mbw-job-side,
  .single-job_listing .job_description,
  .single-job_listing .job_application,
  .single-job_listing .application_details,
  .single-job_listing .mbw-jaf {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
  .single-job_listing .mbw-job-layout {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .single-job_listing .application_details {
    padding: 12px 0 0 !important;
  }
  .single-job_listing .mbw-jaf {
    padding: 20px !important;
  }
  .single-job_listing h1,
  .single-job_listing h2,
  .single-job_listing h3,
  .single-job_listing p,
  .single-job_listing li {
    overflow-wrap: anywhere;
  }
  .s-bp-content-sec {
    padding: 40px 24px 24px !important;
  }
  .s-bp-content-in,
  .s-bp-content {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .s-bp-content img,
  .s-bp-content table,
  .s-bp-content iframe {
    max-width: 100% !important;
  }
  .s-tl-hero {
    padding: 48px 24px !important;
  }
  .s-tl-hero-row,
  .s-tl-hero-in {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .s-tl-bc-row {
    width: 100% !important;
    max-width: 100% !important;
    flex-wrap: wrap !important;
    row-gap: 4px !important;
  }
  .s-tl-featured {
    padding: 56px 24px !important;
  }
  .s-tl-featured-in,
  .s-tl-blog-row {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .single-job_listing .mbw-job-layout {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .single-job_listing .mbw-job-main,
  .single-job_listing .mbw-job-side {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
}

/* Acrologic inline blog-card mobile containment — 2026-09-07 */
@media (max-width: 767px) {
  .s-bp-content section > div[style*="grid-template-columns"] { grid-template-columns: minmax(0, 1fr) !important; }
  .s-bp-content section > div[style*="grid-template-columns"] > article { width: auto !important; max-width: 100% !important; min-width: 0 !important; }
}/* End custom CSS */