/* Default CMS bullet lists — feature arrow style */

#main-content .paragraph ul,
#main-content .libra-arrow-list ul,
#main-content .br-block__links,
#main-content .cta-banner__description ul,
#main-content .tools-content ul:not(.fci-block__features):not(.wf-step__features),
#main-content .two-column ul,
#main-content .blog-list-content2 ul {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

#main-content .paragraph ul li,
#main-content .libra-arrow-list ul li,
#main-content .br-block__links li,
#main-content .cta-banner__description ul li,
#main-content .tools-content ul:not(.fci-block__features):not(.wf-step__features) > li,
#main-content .two-column ul li,
#main-content .blog-list-content2 ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin: 0 0 0.75rem;
    padding: 0;
    list-style: none;
}

#main-content .paragraph ul li:last-child,
#main-content .libra-arrow-list ul li:last-child,
#main-content .br-block__links li:last-child,
#main-content .cta-banner__description ul li:last-child,
#main-content .tools-content ul:not(.fci-block__features):not(.wf-step__features) > li:last-child,
#main-content .two-column ul li:last-child,
#main-content .blog-list-content2 ul li:last-child {
    margin-bottom: 0;
}

#main-content .paragraph ul li::before,
#main-content .libra-arrow-list ul li::before,
#main-content .br-block__links li::before,
#main-content .cta-banner__description ul li::before,
#main-content .tools-content ul:not(.fci-block__features):not(.wf-step__features) > li::before,
#main-content .two-column ul li::before,
#main-content .blog-list-content2 ul li::before {
    content: "\e628";
    font-family: "themify";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #009c94;
    font-size: 10px;
    flex: 0 0 auto;
    margin-top: 0.35rem;
}

#main-content .paragraph ul li > p,
#main-content .libra-arrow-list ul li > p,
#main-content .cta-banner__description ul li > p,
#main-content .tools-content ul:not(.fci-block__features):not(.wf-step__features) > li > p,
#main-content .two-column ul li > p,
#main-content .blog-list-content2 ul li > p {
    margin: 0;
    flex: 1;
    min-width: 0;
}

#main-content .paragraph ul li > ul,
#main-content .libra-arrow-list ul li > ul,
#main-content .two-column ul li > ul {
    flex: 0 0 100%;
    margin: 0.5rem 0 0 1.75rem;
}

#main-content .breadcrumb-list li::before {
    content: none !important;
    display: none !important;
}

/* Feature Content Image Block — aligns with module page .service-area > .container layout */

.fci-block--pt-none { padding-top: 0; }
.fci-block--pt-sm { padding-top: 30px; }
.fci-block--pt-md { padding-top: 60px; }
.fci-block--pt-lg { padding-top: 80px; }
.fci-block--pt-xl { padding-top: 100px; }

.fci-block--pb-none { padding-bottom: 0; }
.fci-block--pb-sm { padding-bottom: 30px; }
.fci-block--pb-md { padding-bottom: 60px; }
.fci-block--pb-lg { padding-bottom: 80px; }
.fci-block--pb-xl { padding-bottom: 100px; }

.ps-block__heading {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--orange-style);
}

.fci-block .section-title h2 {
    font-size: clamp(1.5rem, 2.2vw, 2rem);
    line-height: 1.35;
    font-weight: 600;
    margin: 0 0 1rem;
}

.fci-block .section-title .fci-block__subheading {
    margin: 0 auto;
    max-width: 720px;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 300;
    color: #5a5a5a;
}

.fci-block .tools-content > .fci-block__title {
    color: var(--orange-style);
    font-size: clamp(1.125rem, 1.6vw, 1.375rem);
    line-height: 1.4;
    font-weight: 600;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.fci-block .tools-content > .fci-block__description {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75;
    margin: 0 0 1.25rem;
    color: #444;
}

.fci-block .tools-content > .fci-block__description p:last-child {
    margin-bottom: 0;
}

.fci-block__features {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fci-block__feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin: 0 0 0.75rem;
    font-size: 15px;
    line-height: 1.65;
    color: #444;
}

.fci-block__feature-item:last-child {
    margin-bottom: 0;
}

.fci-block__feature-marker {
    flex: 0 0 auto;
    width: 1rem;
    margin-top: 0.2rem;
    line-height: 1;
}

.fci-block__feature-marker img {
    display: block;
    width: 1rem;
    height: 1rem;
    object-fit: contain;
}

.fci-block__feature-marker--arrow::before {
    display: block;
    font-family: "themify";
    content: "\e628";
    color: #009c94;
    font-size: 10px;
    line-height: 1.65;
}

.fci-block__feature-text {
    flex: 1;
    min-width: 0;
}

.fci-block__feature-text > :first-child {
    margin-top: 0;
}

.fci-block__feature-text > :last-child {
    margin-bottom: 0;
}

.fci-block__feature-text p {
    margin: 0;
    display: inline;
}

.fci-block__media {
    margin: 0;
}

.fci-block__image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: contain;
}

@media (max-width: 991.98px) {
    .fci-block .tools-content.ml-20 {
        margin-left: 0 !important;
    }
}

/* Capabilities Grid Block */

.cap-block--pt-none { padding-top: 0; }
.cap-block--pt-sm { padding-top: 30px; }
.cap-block--pt-md { padding-top: 60px; }
.cap-block--pt-lg { padding-top: 80px; }
.cap-block--pt-xl { padding-top: 100px; }

.cap-block--pb-none { padding-bottom: 0; }
.cap-block--pb-sm { padding-bottom: 30px; }
.cap-block--pb-md { padding-bottom: 60px; }
.cap-block--pb-lg { padding-bottom: 80px; }
.cap-block--pb-xl { padding-bottom: 100px; }

.cap-block__header {
    margin-bottom: 2.5rem;
    text-align: left;
}

.cap-block__heading {
    margin: 0 0 0.75rem;
    font-size: clamp(1.5rem, 2.2vw, 2rem);
    font-weight: 700;
    line-height: 1.25;
    color: #222;
}

.cap-block__intro {
    margin: 0;
    max-width: 720px;
    font-size: 1rem;
    line-height: 1.7;
    color: #5a5a5a;
}

.cap-grid {
    --cap-gap: 40px;
    display: grid;
    gap: var(--cap-gap);
    grid-template-columns: repeat(var(--cap-cols, 3), minmax(0, 1fr));
}

.cap-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    padding: 2rem 1.75rem;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cap-card--linked {
    color: inherit;
    text-decoration: none;
}

.cap-card--linked:hover,
.cap-card--linked:focus-visible {
    color: inherit;
    text-decoration: none;
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.cap-card--linked:focus-visible {
    outline: 2px solid #0090c6;
    outline-offset: 2px;
}

.cap-card:not(.cap-card--linked):hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.cap-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100px;
    margin-bottom: 1.25rem;
}

.cap-card__icon-image {
    display: block;
    width: auto;
    max-width: 100px;
    max-height: 100px;
    height: auto;
    object-fit: contain;
}

.cap-card__title {
    margin: 0 0 1rem;
    font-size: clamp(1.125rem, 1.5vw, 1.75rem);
    font-weight: 700;
    line-height: 1.3;
    color: #222;
}

.cap-card__description {
    margin: 0;
    font-size: clamp(1rem, 1.1vw, 1.125rem);
    line-height: 1.65;
    color: #555;
}

@media (max-width: 991.98px) {
    .cap-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .cap-grid {
        grid-template-columns: 1fr;
    }

    .cap-block__header {
        text-align: center;
    }

    .cap-block__intro {
        margin-inline: auto;
    }
}

/* Workflow Tabs Block */

.wf-block--pt-none { padding-top: 0; }
.wf-block--pt-sm { padding-top: 30px; }
.wf-block--pt-md { padding-top: 60px; }
.wf-block--pt-lg { padding-top: 80px; }
.wf-block--pt-xl { padding-top: 100px; }

.wf-block--pb-none { padding-bottom: 0; }
.wf-block--pb-sm { padding-bottom: 30px; }
.wf-block--pb-md { padding-bottom: 60px; }
.wf-block--pb-lg { padding-bottom: 80px; }
.wf-block--pb-xl { padding-bottom: 100px; }

.wf-block__header {
    margin-bottom: 2rem;
    text-align: left;
}

.wf-block__heading {
    margin: 0 0 0.75rem;
    font-size: clamp(1.5rem, 2.2vw, 2rem);
    font-weight: 700;
    line-height: 1.25;
    color: #222;
}

.wf-block__intro {
    margin: 0;
    max-width: 760px;
    font-size: 1rem;
    line-height: 1.7;
    color: #5a5a5a;
}

.wf-block__layout {
    display: grid;
    grid-template-columns: minmax(220px, 25%) minmax(0, 75%);
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.wf-block__nav {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #e4e4e4;
    background: #fff;
}

.wf-block__tab {
    width: 100%;
    margin: 0;
    padding: 1rem 1.25rem;
    border: 0;
    border-bottom: 1px solid #ececec;
    background: #fff;
    color: #333;
    font-size: 0.95rem;
    line-height: 1.45;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.wf-block__tab:last-child {
    border-bottom: 0;
}

.wf-block__tab:hover,
.wf-block__tab:focus-visible {
    background: #f8f8f8;
    outline: none;
}

.wf-block__tab.is-active {
    background: #f3f3f3;
    font-weight: 700;
    border-left: 3px solid var(--orange-style, #f07423);
    padding-left: calc(1.25rem - 3px);
}

.wf-block__panels {
    position: relative;
    background: #fff;
}

.wf-block__panel {
    padding: 2rem 2.25rem;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.wf-block__panel.is-active.is-visible {
    opacity: 1;
}

.wf-block__panel[hidden] {
    display: none !important;
}

.wf-step__intro {
    margin: 0 0 1.25rem;
    font-size: 1rem;
    line-height: 1.7;
    color: #444;
}

.wf-step__features {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
}

.wf-step__feature {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin: 0 0 0.85rem;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #444;
}

.wf-step__feature:last-child {
    margin-bottom: 0;
}

.wf-step__feature--arrow::before {
    content: "→";
    flex: 0 0 auto;
    color: #009c94;
    font-weight: 700;
    line-height: 1.65;
}

.wf-step__feature-icon {
    flex: 0 0 auto;
    width: 1rem;
    margin-top: 0.15rem;
}

.wf-step__feature-icon img {
    display: block;
    width: 1rem;
    height: 1rem;
    object-fit: contain;
}

.wf-step__feature-text > :first-child {
    margin-top: 0;
}

.wf-step__feature-text > :last-child {
    margin-bottom: 0;
}

.wf-step__feature-text p {
    margin: 0;
    display: inline;
}

.wf-step__media {
    margin: 0;
}

.wf-step__image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
}

.wf-step__cta {
    margin-top: 1.5rem;
}

.wf-block__mobile {
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.wf-block__accordion-item + .wf-block__accordion-item {
    border-top: 1px solid #ececec;
}

.wf-block__accordion-heading {
    margin: 0;
}

.wf-block__accordion-trigger {
    width: 100%;
    margin: 0;
    padding: 1rem 1.25rem;
    border: 0;
    background: #fff;
    color: #333;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.45;
    text-align: left;
    cursor: pointer;
}

.wf-block__accordion-trigger.is-active {
    background: #f3f3f3;
    border-left: 3px solid var(--orange-style, #f07423);
    padding-left: calc(1.25rem - 3px);
}

.wf-block__accordion-trigger:focus-visible {
    outline: 2px solid #0090c6;
    outline-offset: -2px;
}

.wf-block__accordion-panel {
    padding: 0 1.25rem 1.25rem;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.wf-block__accordion-panel.is-active.is-visible {
    opacity: 1;
}

.wf-block__accordion-panel[hidden] {
    display: none !important;
}

@media (min-width: 768px) {
    .wf-block__mobile {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .wf-block__desktop {
        display: none !important;
    }

    .wf-block__header {
        text-align: center;
    }

    .wf-block__intro {
        margin-inline: auto;
    }
}

/* Key Challenges Block */

.kc-block--pt-none { padding-top: 0; }
.kc-block--pt-sm { padding-top: 30px; }
.kc-block--pt-md { padding-top: 60px; }
.kc-block--pt-lg { padding-top: 80px; }
.kc-block--pt-xl { padding-top: 100px; }

.kc-block--pb-none { padding-bottom: 0; }
.kc-block--pb-sm { padding-bottom: 30px; }
.kc-block--pb-md { padding-bottom: 60px; }
.kc-block--pb-lg { padding-bottom: 80px; }
.kc-block--pb-xl { padding-bottom: 100px; }

.kc-block__header {
    margin-bottom: 2rem;
    text-align: left;
}

.kc-block__heading {
    margin: 0;
    font-size: clamp(1.5rem, 2.2vw, 2rem);
    font-weight: 700;
    line-height: 1.25;
    color: #222;
}

.kc-block__table-wrap {
    overflow-x: auto;
}

.kc-block__table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e4e4e4;
    background: #fff;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #444;
}

.kc-block__table thead th {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e4e4e4;
    background: #f3f3f3;
    font-weight: 700;
    text-align: left;
    color: #222;
}

.kc-block__table tbody th,
.kc-block__table tbody td {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #ececec;
    vertical-align: top;
    text-align: left;
}

.kc-block__table tbody tr:last-child th,
.kc-block__table tbody tr:last-child td {
    border-bottom: 0;
}

.kc-block__challenge {
    width: 38%;
    font-weight: 700;
    color: #222;
}

.kc-block__solution {
    color: #444;
}

.kc-block__cards {
    display: none;
}

.kc-block__card {
    padding: 1.25rem;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    background: #fff;
}

.kc-block__card + .kc-block__card {
    margin-top: 1rem;
}

.kc-block__card-challenge {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
    color: #222;
}

.kc-block__card-solution {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #444;
}

@media (max-width: 767.98px) {
    .kc-block__header {
        text-align: center;
    }

    .kc-block__table-wrap {
        display: none;
    }

    .kc-block__cards {
        display: block;
    }
}

/* CTA Banner */

.cta-banner--full {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: relative;
    overflow: hidden;
    padding-top: 51px;
    padding-bottom: 51px;
}

.cta-banner__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.cta-banner__bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.cta-banner__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: #000;
    opacity: var(--cta-overlay-opacity, 0.3);
    pointer-events: none;
}

.cta-banner__inner,
.cta-banner__actions {
    position: relative;
    z-index: 2;
}

.cta-banner--pattern .cta-banner__title .cta-banner__heading {
    color: #f07423;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    font-size: 1.625rem;
    line-height: 1.25;
    letter-spacing: 0.01em;
}

@media (max-width: 767px) {
    .cta-banner--pattern .cta-banner__title .cta-banner__heading {
        font-size: 1.25rem;
    }
}

.cta-banner--pattern a.btn.btn-primary.cta-banner__button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.35rem;
    font-weight: 600;
    font-size: 0.9375rem;
    color: #fff;
    background-color: #009c94;
    border-color: #009c94;
    border-radius: 0;
}

.cta-banner--pattern a.btn.btn-primary.cta-banner__button:hover,
.cta-banner--pattern a.btn.btn-primary.cta-banner__button:focus {
    color: #fff;
    background-color: #00857e;
    border-color: #00857e;
}

.cta-banner__button .fa {
    font-size: 1rem;
}

.cta-banner__description {
    max-width: 900px;
    margin-inline: auto;
    font-size: 1rem;
    line-height: 1.7;
}

.cta-banner__description > :first-child {
    margin-top: 0;
}

.cta-banner__description > :last-child {
    margin-bottom: 0;
}

.cta-banner__description p {
    margin: 0 0 0.75rem;
}

.cta-banner__description--light,
.cta-banner__description--light p {
    color: #fff;
}

/* Blog Resources */

.br-block--pt-none { padding-top: 0; }
.br-block--pt-sm { padding-top: 26px; }
.br-block--pt-md { padding-top: 51px; }
.br-block--pt-lg { padding-top: 68px; }
.br-block--pt-xl { padding-top: 85px; }

.br-block--pb-none { padding-bottom: 0; }
.br-block--pb-sm { padding-bottom: 26px; }
.br-block--pb-md { padding-bottom: 51px; }
.br-block--pb-lg { padding-bottom: 68px; }
.br-block--pb-xl { padding-bottom: 85px; }

.br-block__content .br-block__heading {
    margin: 0 0 1rem;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.35;
    color: #f07423;
    text-transform: uppercase;
}

.br-block__heading-line {
    display: block;
}

.br-block__links {
    margin: 0 0 1.25rem;
    padding: 0;
    list-style: none;
}

.br-block__links a {
    color: #444;
    text-decoration: none;
}

.br-block__links a:hover,
.br-block__links a:focus {
    color: #009c94;
    text-decoration: underline;
}

.br-block__button.btn-primary {
    display: inline-flex;
    align-items: center;
    padding: 0.65rem 1.35rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #fff;
    background-color: #009c94;
    border-color: #009c94;
    border-radius: 0;
}

.br-block__button.btn-primary:hover,
.br-block__button.btn-primary:focus {
    color: #fff;
    background-color: #00857e;
    border-color: #00857e;
}

.br-block__media {
    text-align: center;
}

.br-block__image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

/* Audience cards — "Made For Businesses Like Yours" (Three Column Cards variant) */
.audience-cards--pt-none { padding-top: 0; }
.audience-cards--pt-sm { padding-top: 26px; }
.audience-cards--pt-md { padding-top: 51px; }
.audience-cards--pt-lg { padding-top: 68px; }
.audience-cards--pt-xl { padding-top: 85px; }
.audience-cards--pb-none { padding-bottom: 0; }
.audience-cards--pb-sm { padding-bottom: 26px; }
.audience-cards--pb-md { padding-bottom: 51px; }
.audience-cards--pb-lg { padding-bottom: 68px; }
.audience-cards--pb-xl { padding-bottom: 85px; }

.audience-cards {
    background: #fff;
}

.audience-cards__heading {
    margin: 0 0 2.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.35;
    text-align: center;
    text-transform: uppercase;
    color: #009c94;
}

.audience-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 100%;
    padding: 2.25rem 1.75rem;
    text-align: center;
    background: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.09);
}

.audience-card__icon {
    display: block;
    width: auto;
    max-width: 100%;
    height: 72px;
    margin: 0 auto 1.25rem;
    object-fit: contain;
}

.audience-card__title {
    margin: 0 0 0.75rem;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.35;
    color: #222;
}

.audience-card__text {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: #555;
}

@media (max-width: 991px) {
    .br-block .tools-content.ml-20 {
        margin-left: 0 !important;
    }

    .br-block__content .br-block__heading {
        font-size: 1rem;
    }

    .br-block__media {
        margin-top: 1.5rem;
    }
}
