.idc-site-motion {
    --idc-motion-fast: 180ms;
    --idc-motion-standard: 280ms;
    --idc-motion-reveal: 560ms;
    --idc-motion-ease: cubic-bezier(.22, 1, .36, 1);
    --idc-motion-ease-standard: cubic-bezier(.2, .7, .2, 1);
}

/* Keep Elementor entrance effects consistent with the custom IDC components. */
.idc-site-motion .animated {
    animation-duration: 650ms !important;
    animation-timing-function: var(--idc-motion-ease) !important;
}

.idc-site-motion .animated-slow {
    animation-duration: 760ms !important;
}

.idc-site-motion .animated-fast {
    animation-duration: 440ms !important;
}

/* Added only to ordinary content that has no existing motion controller. */
.idc-site-motion.idc-site-motion-ready .idc-site-reveal {
    opacity: 0;
    transform: translateY(16px);
    transition:
        opacity var(--idc-motion-reveal) var(--idc-motion-ease),
        transform var(--idc-motion-reveal) var(--idc-motion-ease);
    transition-delay: calc(var(--idc-site-motion-order, 0) * 45ms);
    will-change: opacity, transform;
}

.idc-site-motion.idc-site-motion-ready .idc-site-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
    will-change: auto;
}

.idc-site-motion .idc-site-card-motion {
    transition:
        transform var(--idc-motion-standard) var(--idc-motion-ease),
        box-shadow var(--idc-motion-standard) ease,
        border-color var(--idc-motion-fast) ease !important;
}

@media (hover: hover) and (pointer: fine) {
    .idc-site-motion .idc-site-card-motion:hover {
        transform: translateY(-3px);
    }

    .idc-site-motion .idc-site-action-motion:hover,
    .idc-site-motion .idc-site-action-motion:focus-visible {
        transform: translateY(-2px);
    }

    .idc-site-motion .idc-site-media-motion:hover img {
        transform: scale(1.025);
    }
}

.idc-site-motion .idc-site-action-motion {
    transition:
        transform var(--idc-motion-fast) ease,
        background-color var(--idc-motion-fast) ease,
        border-color var(--idc-motion-fast) ease,
        color var(--idc-motion-fast) ease,
        box-shadow var(--idc-motion-fast) ease !important;
}

.idc-site-motion .idc-site-media-motion {
    overflow: hidden;
}

.idc-site-motion .idc-site-media-motion img {
    transition: transform 480ms var(--idc-motion-ease) !important;
}

@media (max-width: 767px) {
    .idc-site-motion .elementor-location-header .elementor-icon-list-items.elementor-inline-items,
    .idc-site-motion .elementor-location-footer .elementor-icon-list-items.elementor-inline-items {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

/* Unified IDC search results. */
.idc-search,
.idc-search * {
    box-sizing: border-box;
}

.idc-search {
    color: #17231E;
    background: #EDEDED;
    font-family: Roboto, Arial, sans-serif;
}

.idc-search__hero {
    min-height: 250px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: #FFFFFF;
    background: #14281E;
}

.idc-search__hero::before,
.idc-search__hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.idc-search__hero::before {
    width: 320px;
    height: 320px;
    right: 8%;
    bottom: -190px;
    background: rgba(24, 166, 80, .12);
}

.idc-search__hero::after {
    width: 145px;
    height: 145px;
    top: -68px;
    left: 5%;
    background: rgba(236, 114, 42, .16);
}

.idc-search__hero-inner {
    width: min(1240px, calc(100% - 48px));
    margin-inline: auto;
    position: relative;
    z-index: 1;
}

.idc-search__hero p {
    margin: 0 0 12px;
    color: #EC722A;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.idc-search__hero h1 {
    max-width: 760px;
    margin: 0;
    color: #FFFFFF;
    font-size: clamp(38px, 4.2vw, 58px);
    font-weight: 300;
    letter-spacing: -.035em;
    line-height: 1.06;
}

.idc-search__body {
    width: min(1040px, calc(100% - 48px));
    min-height: 460px;
    margin-inline: auto;
    padding: 68px 0 96px;
}

.idc-search__form > label {
    display: block;
    margin-bottom: 13px;
    color: #17231E;
    font-size: 13px;
    font-weight: 600;
}

.idc-search__form > div {
    min-height: 70px;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 0 9px 0 22px;
    background: #FFFFFF;
    border: 1px solid #DAD6CD;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(23, 35, 30, .06);
}

.idc-search__form svg {
    width: 25px;
    fill: none;
    stroke: #11783D;
    stroke-linecap: round;
    stroke-width: 1.8;
}

.idc-search__form input {
    width: 100%;
    min-width: 0;
    height: 68px;
    padding: 0;
    border: 0;
    outline: 0;
    color: #17231E;
    background: transparent;
    font: inherit;
    font-size: 19px;
    font-weight: 300;
}

.idc-search__form button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    padding: 0 22px;
    border: 0;
    border-radius: 8px;
    color: #FFFFFF;
    background: #11783D !important;
    box-shadow: none !important;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.idc-search__form button:hover,
.idc-search__form button:focus-visible {
    color: #FFFFFF;
    background: #EC722A !important;
}

.idc-search__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}

.idc-search__filters a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 7px 15px;
    color: #414841;
    background: #FFFFFF;
    border: 1px solid #DDD9D0;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.idc-search__filters a:hover,
.idc-search__filters a:focus-visible {
    color: #11783D;
    border-color: #18A650;
}

.idc-search__filters a.is-active {
    color: #FFFFFF;
    background: #11783D;
    border-color: #11783D;
}

.idc-search__summary {
    margin: 47px 0 18px;
}

.idc-search__summary h2 {
    margin: 0;
    color: #17231E;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -.015em;
}

.idc-search__results {
    display: grid;
    gap: 12px;
}

.idc-search-result {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding: 27px 30px;
    background: #FFFFFF;
    border: 1px solid #E2DED5;
    border-radius: 14px;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.idc-search-result:has(.idc-search-result__media) {
    grid-template-columns: 154px minmax(0, 1fr);
}

.idc-search-result:hover {
    border-color: #CFCBC1;
    box-shadow: 0 14px 28px rgba(23, 35, 30, .07);
    transform: translateY(-2px);
}

.idc-search-result__media {
    height: 108px;
    display: block;
    overflow: hidden;
    border-radius: 9px;
    background: #EDEAE2;
}

.idc-search-result__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.idc-search-result__eyebrow {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px 12px;
    margin-bottom: 8px;
}

.idc-search-result__eyebrow span {
    color: #EC722A;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.idc-search-result__eyebrow small {
    color: #737872;
    font-size: 11px;
    font-weight: 500;
}

.idc-search-result h3 {
    margin: 0;
    font-size: clamp(20px, 2.2vw, 25px);
    font-weight: 400;
    letter-spacing: -.025em;
    line-height: 1.2;
}

.idc-search-result h3 a {
    color: #17231E;
    text-decoration: none;
}

.idc-search-result h3 a:hover,
.idc-search-result h3 a:focus-visible {
    color: #11783D;
}

.idc-search-result p {
    max-width: 760px;
    margin: 10px 0 0;
    color: #5B625C;
    font-size: 13px;
    line-height: 1.65;
}

.idc-search-result__action {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 13px;
    color: #11783D;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-decoration: none;
    text-transform: uppercase;
}

.idc-search-result__action span {
    transition: transform 160ms ease;
}

.idc-search-result__action:hover,
.idc-search-result__action:focus-visible {
    color: #EC722A;
}

.idc-search-result__action:hover span,
.idc-search-result__action:focus-visible span {
    transform: translateX(4px);
}

.idc-search__more {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.idc-search__more a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 9px 20px;
    color: #11783D;
    background: #FFFFFF;
    border: 1px solid #18A650;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.idc-search__more a:hover,
.idc-search__more a:focus-visible {
    color: #FFFFFF;
    background: #11783D;
}

.idc-search__empty {
    margin-top: 46px;
    padding: 38px;
    background: #FFFFFF;
    border: 1px solid #E2DED5;
    border-radius: 14px;
}

.idc-search__empty h2,
.idc-search__empty h3 {
    margin: 0;
    color: #17231E;
    font-size: 26px;
    font-weight: 400;
}

.idc-search__empty p {
    max-width: 680px;
    margin: 11px 0 0;
    color: #5B625C;
    font-size: 14px;
    line-height: 1.65;
}

.idc-search__empty > div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin-top: 22px;
}

.idc-search__empty a {
    color: #11783D;
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 700px) {
    .idc-search__hero {
        min-height: 190px;
    }

    .idc-search__hero-inner,
    .idc-search__body {
        width: min(100% - 32px, 1040px);
    }

    .idc-search__hero h1 {
        font-size: 34px;
    }

    .idc-search__body {
        padding: 42px 0 68px;
    }

    .idc-search__form > div {
        min-height: 60px;
        grid-template-columns: 23px minmax(0, 1fr) 46px;
        gap: 11px;
        padding: 0 7px 0 15px;
    }

    .idc-search__form svg {
        width: 21px;
    }

    .idc-search__form input {
        height: 58px;
        font-size: 15px;
    }

    .idc-search__form button {
        min-width: 46px;
        min-height: 46px;
        justify-content: center;
        padding: 0;
        font-size: 0;
    }

    .idc-search__form button span {
        font-size: 16px;
    }

    .idc-search__filters {
        flex-wrap: nowrap;
        margin-right: -16px;
        padding-right: 16px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .idc-search__filters::-webkit-scrollbar {
        display: none;
    }

    .idc-search__filters a {
        flex: 0 0 auto;
    }

    .idc-search__summary {
        margin-top: 38px;
    }

    .idc-search-result,
    .idc-search-result:has(.idc-search-result__media) {
        grid-template-columns: minmax(0, 1fr);
        gap: 17px;
        padding: 22px;
    }

    .idc-search-result__media {
        height: 170px;
    }

    .idc-search-result h3 {
        font-size: 21px;
    }

    .idc-search__empty {
        padding: 27px 23px;
    }
}

/* Purpose-built global IDC footer. The Elementor footer remains available in admin as a rollback. */
.elementor-location-footer {
    display: none !important;
}

.idc-global-footer,
.idc-global-footer * {
    box-sizing: border-box;
}

.idc-global-footer {
    position: relative;
    overflow: hidden;
    color: #EDEDED;
    background:
        radial-gradient(circle at 90% 12%, rgba(24, 166, 80, .11), transparent 24rem),
        #0D1410;
    border-top: 4px solid transparent;
    border-image: linear-gradient(90deg, #EC722A 0 48%, #18A650 48% 100%) 1;
    font-family: Roboto, Arial, sans-serif;
}

.idc-global-footer::after {
    content: "";
    width: 250px;
    height: 250px;
    position: absolute;
    right: -130px;
    bottom: -150px;
    border: 1px solid rgba(236, 114, 42, .18);
    border-radius: 50%;
    pointer-events: none;
}

.idc-global-footer__inner {
    width: min(1300px, calc(100% - 40px));
    margin-inline: auto;
    padding: clamp(44px, 4vw, 56px) 0 20px;
    position: relative;
    z-index: 1;
}

.idc-global-footer__main {
    display: grid;
    grid-template-columns: minmax(300px, .9fr) minmax(0, 1.6fr);
    gap: clamp(50px, 7vw, 112px);
}

.idc-global-footer__brand {
    max-width: 440px;
}

.idc-global-footer__logo {
    width: fit-content;
    display: block;
    margin-bottom: 28px;
    padding: 12px 16px;
    border-radius: 12px;
    background: #FFFFFF;
}

.idc-global-footer__logo img {
    width: 210px;
    height: auto;
    display: block;
}

.idc-global-footer__brand h2 {
    margin: 0 0 14px;
    color: #FFFFFF;
    font-size: clamp(25px, 2.3vw, 32px);
    font-weight: 300;
    letter-spacing: -.025em;
    line-height: 1.1;
}

.idc-global-footer__brand > p {
    margin: 0;
    color: rgba(250, 248, 242, .72);
    font-size: 14px;
    line-height: 1.65;
}

.idc-global-footer__contact {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.idc-global-footer__contact svg {
    width: 20px;
    fill: none;
    stroke: #18A650;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    transition: transform 180ms ease;
}

.idc-global-footer__contact:hover svg,
.idc-global-footer__contact:focus-visible svg {
    transform: translateX(4px);
}

.idc-site-motion .idc-global-footer .idc-global-footer__contact:hover,
.idc-site-motion .idc-global-footer .idc-global-footer__contact:focus-visible {
    color: #18A650;
}

.idc-global-footer__nav {
    display: grid;
    grid-template-columns: minmax(130px, .62fr) minmax(0, 1.38fr);
    gap: clamp(26px, 4vw, 58px);
}

.idc-global-footer__group:nth-child(2) ul {
    columns: 2;
    column-gap: clamp(24px, 3vw, 48px);
}

.idc-global-footer__group:nth-child(2) li {
    break-inside: avoid;
}

.idc-global-footer__group h2 {
    margin: 0 0 20px;
    color: #EC722A;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.3;
    text-transform: uppercase;
}

.idc-global-footer__group ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.idc-global-footer__group li + li {
    margin-top: 11px;
}

.idc-global-footer__group a,
.idc-global-footer__utilities a {
    color: rgba(250, 248, 242, .82);
    text-decoration: none;
    transition: color 180ms ease;
}

.idc-global-footer__group a {
    font-size: 13px;
    line-height: 1.4;
}

.idc-global-footer__group a:hover,
.idc-global-footer__group a:focus-visible,
.idc-global-footer__utilities a:hover,
.idc-global-footer__utilities a:focus-visible {
    color: #55C67D;
}

.idc-global-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: clamp(34px, 4vw, 44px);
    padding-top: 20px;
    border-top: 1px solid rgba(250, 248, 242, .16);
}

.idc-global-footer__bottom p {
    margin: 0;
    color: rgba(250, 248, 242, .62);
    font-size: 11px;
    line-height: 1.5;
}

.idc-global-footer__utilities {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding-right: 120px;
}

.idc-global-footer__utilities > a:not(:has(svg)) {
    margin-right: 4px;
    font-size: 12px;
    white-space: nowrap;
}

.idc-global-footer__utilities > a:has(svg) {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(250, 248, 242, .2);
    border-radius: 50%;
}

.idc-global-footer__utilities svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
}

@media (max-width: 900px) {
    .idc-global-footer__main {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .idc-global-footer__brand {
        max-width: 650px;
    }
}

@media (max-width: 620px) {
    .idc-global-footer__inner {
        width: calc(100% - 36px);
        padding-top: 42px;
    }

    .idc-global-footer__logo {
        margin-bottom: 18px;
    }

    .idc-global-footer__logo img {
        width: 160px;
    }

    .idc-global-footer__nav {
        grid-template-columns: minmax(105px, .65fr) minmax(0, 1.35fr);
        gap: 28px 20px;
    }

    .idc-global-footer__group:nth-child(2) ul {
        column-gap: 16px;
    }

    .idc-global-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        margin-top: 32px;
        padding-top: 16px;
    }

    .idc-global-footer__bottom p {
        max-width: 270px;
    }

    .idc-global-footer__utilities {
        padding-left: 40px;
        padding-right: 58px;
    }
}

/* Purpose-built global IDC header. The Elementor header remains available in admin as a rollback. */
.elementor-location-header {
    display: none !important;
}

.idc-global-header,
.idc-global-header * {
    box-sizing: border-box;
}

.idc-global-header {
    --idc-header-admin-offset: var(--wp-admin--admin-bar--height, 0px);
    --idc-header-utility-height: 34px;
    position: sticky;
    top: calc(var(--idc-header-admin-offset) - var(--idc-header-utility-height));
    z-index: 2147483000;
    color: #151815;
    font-family: Roboto, Arial, sans-serif;
}

.idc-global-header__utility {
    height: var(--idc-header-utility-height);
    color: #FFFFFF;
    background: linear-gradient(100deg, #EC722A 0%, #AE8E39 43%, #18A650 100%);
}

.idc-global-header__utility-inner,
.idc-global-header__main-inner {
    width: min(1300px, calc(100% - 40px));
    height: 100%;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.idc-global-header__social,
.idc-global-header__utility-nav {
    display: flex;
    align-items: center;
}

.idc-global-header__social {
    gap: 14px;
}

.idc-global-header__social a {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    color: #FFFFFF;
}

.idc-global-header__social svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.idc-global-header__utility-nav {
    height: 100%;
    gap: 30px;
}

.idc-global-header__utility-nav a {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}

.idc-global-header__utility a:hover,
.idc-global-header__utility a:focus-visible {
    color: #FFFFFF;
    opacity: .78;
}

.idc-global-header__mainbar {
    height: 72px;
    position: relative;
    background: #FFFFFF;
    border-bottom: 1px solid rgba(23, 35, 30, .09);
    box-shadow: 0 8px 22px rgba(23, 35, 30, .04);
}

.idc-global-header__logo {
    width: 210px;
    display: block;
    flex: 0 0 auto;
}

.idc-global-header__logo img,
.idc-global-header__drawer-head img {
    width: 100%;
    height: auto;
    display: block;
}

.idc-global-header__navigation {
    height: 100%;
    margin-left: auto;
}

.idc-global-header__actions {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin-left: 20px;
}

.idc-global-header__search-toggle {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #17231E;
    background: transparent !important;
    box-shadow: none !important;
    cursor: pointer;
    transition: color 180ms ease, background-color 180ms ease;
}

.idc-global-header__search-toggle svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.8;
}

.idc-global-header__search-toggle:hover,
.idc-global-header__search-toggle:focus-visible,
.idc-global-header__search-toggle[aria-expanded="true"] {
    color: #11783D;
    background: #F2F0E9 !important;
}

.idc-global-header__search-panel {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 4;
    color: #17231E;
    background: #EDEDED;
    border-top: 1px solid #E6E1D7;
    box-shadow: 0 22px 34px rgba(23, 35, 30, .16);
}

.idc-global-header__search-panel[hidden] {
    display: none;
}

.idc-global-header__search-inner {
    width: min(1040px, calc(100% - 40px));
    margin-inline: auto;
    padding: 34px 0 30px;
}

.idc-global-header__search-form {
    min-height: 66px;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    align-items: center;
    gap: 17px;
    padding: 0 8px 0 21px;
    background: #FFFFFF;
    border: 1px solid #D7D4CC;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(23, 35, 30, .07);
}

.idc-global-header__search-form > svg {
    width: 24px;
    fill: none;
    stroke: #11783D;
    stroke-linecap: round;
    stroke-width: 1.8;
}

.idc-global-header__search-form input {
    width: 100%;
    min-width: 0;
    height: 64px;
    padding: 0;
    border: 0;
    outline: 0;
    color: #17231E;
    background: transparent;
    font: inherit;
    font-size: 19px;
    font-weight: 300;
}

.idc-global-header__search-form input::placeholder {
    color: #7A7E79;
    opacity: 1;
}

.idc-global-header__search-form button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    gap: 13px;
    margin: 0;
    padding: 0 20px;
    border: 0;
    border-radius: 7px;
    color: #FFFFFF;
    background: #11783D !important;
    box-shadow: none !important;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.idc-global-header__search-form button:hover,
.idc-global-header__search-form button:focus-visible {
    color: #FFFFFF;
    background: #EC722A !important;
}

.idc-global-header__search-suggestions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px 22px;
    padding-top: 18px;
    font-size: 12px;
}

.idc-global-header__search-suggestions > span {
    color: #EC722A;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.idc-global-header__search-suggestions a {
    color: #4E554F;
    font-weight: 500;
    text-decoration: none;
}

.idc-global-header__search-suggestions a:hover,
.idc-global-header__search-suggestions a:focus-visible {
    color: #11783D;
}

.idc-global-header__primary {
    height: 100%;
    display: flex;
    align-items: stretch;
    gap: clamp(20px, 2.5vw, 34px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.idc-global-header__primary-item,
.idc-global-header__primary-row {
    height: 100%;
}

.idc-global-header__primary-row {
    display: flex;
    align-items: center;
}

.idc-global-header__primary-row > a {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    color: #171A17;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.idc-global-header__primary-row > a::after {
    content: "";
    height: 3px;
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    background: #EC722A;
    transition: left 180ms ease, right 180ms ease;
}

.idc-global-header__primary-item:hover .idc-global-header__primary-row > a,
.idc-global-header__primary-item:focus-within .idc-global-header__primary-row > a,
.idc-global-header__primary-item.is-open .idc-global-header__primary-row > a,
.idc-global-header__primary-item.is-current .idc-global-header__primary-row > a {
    color: #11783D;
}

.idc-global-header__primary-item:hover .idc-global-header__primary-row > a::after,
.idc-global-header__primary-item:focus-within .idc-global-header__primary-row > a::after,
.idc-global-header__primary-item.is-open .idc-global-header__primary-row > a::after,
.idc-global-header__primary-item.is-current .idc-global-header__primary-row > a::after {
    right: 0;
    left: 0;
}

.idc-global-header__primary-row > button {
    width: 24px;
    height: 36px;
    display: grid;
    place-items: center;
    margin: 0 -6px 0 3px;
    padding: 0;
    border: 0;
    color: #5A625C;
    background: transparent;
    cursor: pointer;
}

.idc-global-header__primary-row > button svg {
    width: 12px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
    transition: transform 180ms ease;
}

.idc-global-header__primary-item.is-open .idc-global-header__primary-row > button svg {
    transform: rotate(180deg);
}

.idc-global-header__mega {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    color: #17231E;
    background: #EDEDED;
    border-top: 1px solid #E6E1D7;
    box-shadow: 0 22px 34px rgba(23, 35, 30, .13);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms linear;
}

.idc-global-header__mega-inner {
    width: min(1300px, calc(100% - 40px));
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
    gap: clamp(44px, 6vw, 88px);
    padding: 36px 0 40px;
}

.idc-global-header__mega-intro {
    padding-right: clamp(34px, 5vw, 72px);
    border-right: 1px solid rgba(23, 35, 30, .13);
}

.idc-global-header__mega-intro > p {
    margin: 0 0 9px;
    color: #EC722A;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.idc-global-header__mega-intro h2 {
    margin: 0;
    color: #17231E;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: -.025em;
    line-height: 1.1;
}

.idc-global-header__mega-intro > div {
    margin-top: 14px;
    color: #5F655F;
    font-size: 13px;
    line-height: 1.6;
}

.idc-global-header__mega-intro > a {
    display: inline-flex;
    gap: 10px;
    margin-top: 17px;
    color: #11783D;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.idc-global-header__mega-links {
    align-content: start;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 26px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.idc-global-header__mega-links a {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    color: #17231E;
    border-bottom: 1px solid #D9D6CE;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
}

.idc-global-header__mega-links a > span:last-child {
    color: #18A650;
    transition: transform 180ms ease;
}

.idc-global-header__mega-links a:hover,
.idc-global-header__mega-links a:focus-visible {
    color: #11783D;
}

.idc-global-header__mega-links a:hover > span:last-child,
.idc-global-header__mega-links a:focus-visible > span:last-child {
    transform: translateX(4px);
}

.idc-global-header__drawer-head,
.idc-global-header__mobile-utility,
.idc-global-header__mobile-social,
.idc-global-header__menu-toggle,
.idc-global-header__backdrop {
    display: none;
}

@media (min-width: 1025px) {
    .idc-global-header__primary-item:hover > .idc-global-header__mega,
    .idc-global-header__primary-item:focus-within > .idc-global-header__mega,
    .idc-global-header__primary-item.is-open > .idc-global-header__mega {
        visibility: visible;
        opacity: 1;
        transform: none;
        pointer-events: auto;
    }
}

@media (max-width: 1024px) {
    .idc-global-header {
        --idc-header-utility-height: 0px;
        top: var(--idc-header-admin-offset);
    }

    .idc-global-header__utility {
        display: none;
    }

    .idc-global-header__mainbar {
        height: 68px;
    }

    .idc-global-header__main-inner {
        width: min(100% - 32px, 1300px);
    }

    .idc-global-header__actions {
        gap: 3px;
        margin-left: auto;
    }

    .idc-global-header__search-toggle {
        width: 40px;
        height: 40px;
    }

    .idc-global-header__logo {
        width: 150px;
    }

    .idc-global-header__menu-toggle {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        padding: 10px 0 10px 10px;
        border: 0;
        color: #17231E;
        background: transparent;
        cursor: pointer;
    }

    .idc-global-header__menu-label {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

    .idc-global-header__menu-icon {
        width: 22px;
        height: 16px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
    }

    .idc-global-header__menu-icon i {
        width: 100%;
        height: 2px;
        display: block;
        background: currentColor;
    }

    .idc-global-header__navigation {
        width: min(390px, 100%);
        height: calc(100dvh - var(--idc-header-admin-offset));
        margin: 0;
        position: fixed;
        top: var(--idc-header-admin-offset);
        right: 0;
        z-index: 3;
        overflow-y: auto;
        color: #17231E;
        background: #EDEDED;
        box-shadow: -18px 0 42px rgba(23, 35, 30, .18);
        transform: translateX(105%);
        transition: transform 260ms cubic-bezier(.2, .7, .2, 1);
    }

    .idc-global-header__navigation.is-open {
        transform: none;
    }

    .idc-global-header__drawer-head {
        height: 76px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 22px;
        background: #FFFFFF;
        border-bottom: 1px solid #E6E1D7;
    }

    .idc-global-header__drawer-head a {
        width: 145px;
    }

    .idc-global-header__drawer-head button {
        width: 42px;
        height: 42px;
        padding: 0;
        border: 0;
        color: #17231E;
        background: transparent;
        font-size: 30px;
        font-weight: 300;
        line-height: 1;
        cursor: pointer;
    }

    .idc-global-header__primary {
        height: auto;
        display: block;
        padding: 14px 22px 8px;
    }

    .idc-global-header__primary-item,
    .idc-global-header__primary-row {
        height: auto;
    }

    .idc-global-header__primary-item {
        border-bottom: 1px solid #DDD9D0;
    }

    .idc-global-header__primary-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 48px;
    }

    .idc-global-header__primary-row > a {
        min-height: 58px;
        font-size: 17px;
        font-weight: 400;
        white-space: normal;
    }

    .idc-global-header__primary-row > a::after {
        display: none;
    }

    .idc-global-header__primary-row > button {
        width: 48px;
        height: 58px;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        color: #17231E;
        background: transparent !important;
        box-shadow: none;
    }

    .idc-global-header__primary-row > button:hover,
    .idc-global-header__primary-row > button:focus,
    .idc-global-header__primary-row > button:focus-visible,
    .idc-global-header__primary-row > button[aria-expanded="true"] {
        color: #18A650;
        background: transparent !important;
        box-shadow: none;
    }

    .idc-global-header__primary-row > button svg {
        width: 15px;
    }

    .idc-global-header__mega {
        max-height: 0;
        position: static;
        visibility: visible;
        opacity: 1;
        overflow: hidden;
        transform: none;
        border: 0;
        box-shadow: none;
        pointer-events: auto;
        transition: max-height 300ms ease;
    }

    .idc-global-header__primary-item.is-open > .idc-global-header__mega {
        max-height: 900px;
    }

    .idc-global-header__mega-inner {
        width: 100%;
        display: block;
        padding: 0 0 16px 18px;
    }

    .idc-global-header__mega-intro {
        padding: 0;
        border: 0;
    }

    .idc-global-header__mega-intro > p,
    .idc-global-header__mega-intro h2,
    .idc-global-header__mega-intro > div {
        display: none;
    }

    .idc-global-header__mega-intro > a {
        margin: 4px 0 7px;
        color: #EC722A;
        font-size: 11px;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .idc-global-header__mega-links {
        display: block;
    }

    .idc-global-header__mega-links a {
        min-height: 40px;
        padding: 8px 0;
        border: 0;
        font-size: 13px;
        font-weight: 400;
    }

    .idc-global-header__mega-links a > span:last-child {
        margin-right: 14px;
    }

    .idc-global-header__mobile-utility {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 26px;
        margin: 18px 22px 0;
        padding-top: 14px;
        border-top: 1px solid #DDD9D0;
    }

    .idc-global-header__mobile-utility a {
        min-height: 40px;
        display: flex;
        align-items: center;
        padding: 7px 0;
        color: #17231E;
        font-size: 12px;
        font-weight: 600;
        text-decoration: none;
    }

    .idc-global-header__mobile-utility a:hover,
    .idc-global-header__mobile-utility a:focus-visible {
        color: #11783D;
    }

    .idc-global-header__search-inner {
        width: min(100% - 32px, 1040px);
        padding: 20px 0 22px;
    }

    .idc-global-header__search-form {
        min-height: 58px;
        grid-template-columns: 23px minmax(0, 1fr) auto;
        gap: 12px;
        padding-left: 16px;
    }

    .idc-global-header__search-form > svg {
        width: 21px;
    }

    .idc-global-header__search-form input {
        height: 56px;
        font-size: 16px;
    }

    .idc-global-header__search-form button {
        min-width: 48px;
        min-height: 44px;
        justify-content: center;
        padding: 0 14px;
    }

    .idc-global-header__search-form button span {
        display: none;
    }

    .idc-global-header__search-suggestions {
        gap: 10px 16px;
        padding-top: 15px;
    }

    .idc-global-header__mobile-social {
        display: flex;
        gap: 22px;
        padding: 22px 22px 34px;
    }

    .idc-global-header__mobile-social a {
        color: #11783D;
        font-size: 12px;
        font-weight: 700;
        text-decoration: none;
    }

    .idc-global-header__backdrop {
        position: fixed;
        inset: var(--idc-header-admin-offset) 0 0;
        z-index: 2;
        border: 0;
        background: rgba(7, 15, 11, .58);
        opacity: 0;
        pointer-events: none;
        transition: opacity 220ms ease;
    }

    .idc-global-header__backdrop.is-open {
        display: block;
        opacity: 1;
        pointer-events: auto;
    }

    body.idc-global-menu-open {
        overflow: hidden;
    }
}

@media (max-width: 480px) {
    .idc-global-header__navigation {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .idc-site-motion *,
    .idc-site-motion *::before,
    .idc-site-motion *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-delay: 0ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        transition-delay: 0ms !important;
    }

    .idc-site-motion .elementor-invisible {
        visibility: visible !important;
    }

    .idc-site-motion.idc-site-motion-ready .idc-site-reveal,
    .idc-site-motion .idc-site-card-motion,
    .idc-site-motion .idc-site-action-motion,
    .idc-site-motion .idc-site-media-motion img {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* Global footer rhythm and automatic-content presentation. */
.idc-site-motion .elementor-location-footer .elementor-element-b70e2f0 {
    --padding-top: 48px;
    --padding-bottom: 24px;
    --gap: 14px;
}

.idc-site-motion .elementor-location-footer .elementor-element-b70e2f0 > .e-con-inner {
    gap: 14px !important;
}

.idc-site-motion .elementor-location-footer .elementor-element-783c772 {
    --gap: clamp(24px, 3vw, 42px);
}

.idc-site-motion .elementor-location-footer .elementor-element-52f1d5a,
.idc-site-motion .elementor-location-footer .elementor-element-923cec0,
.idc-site-motion .elementor-location-footer .elementor-element-fd2d7a4 {
    --gap: 10px;
    gap: 10px !important;
}

.idc-site-motion .elementor-location-footer .elementor-element-9370f6f .elementor-heading-title,
.idc-site-motion .elementor-location-footer .elementor-element-9fcac55 .elementor-heading-title,
.idc-site-motion .elementor-location-footer .elementor-element-22a92f1 .elementor-heading-title {
    font-size: 28px;
    line-height: 1.12;
}

.idc-site-motion .elementor-location-footer .elementor-element-f332c47 {
    font-size: 14px;
    line-height: 1.55;
}

.idc-site-motion .elementor-location-footer .elementor-icon-list-text {
    font-size: 13px;
    line-height: 1.45;
}

.idc-site-motion .elementor-location-footer .elementor-element-8368596 {
    font-size: 12px;
    line-height: 1.5;
}

.idc-site-motion .elementor-location-footer .elementor-element-c672887 .elementor-icon-list-text {
    font-size: 12px;
}

.idc-site-motion .elementor-location-footer .elementor-element-c672887 .elementor-icon-list-items {
    margin-right: 110px !important;
}

.idc-site-motion .elementor-location-footer .elementor-element-65a52ac {
    --gap: 10px;
    gap: 10px !important;
}

@media (max-width: 767px) {
    .idc-site-motion .elementor-location-footer .elementor-element-b70e2f0 {
        --padding-top: 38px;
        --padding-bottom: 20px;
        --gap: 12px;
    }

    .idc-site-motion .elementor-location-footer .elementor-element-783c772 {
        --gap: 24px;
    }

    .idc-site-motion .elementor-location-footer .elementor-element-9370f6f .elementor-heading-title,
    .idc-site-motion .elementor-location-footer .elementor-element-9fcac55 .elementor-heading-title,
    .idc-site-motion .elementor-location-footer .elementor-element-22a92f1 .elementor-heading-title {
        font-size: 27px;
    }

    .idc-site-motion .elementor-location-footer .elementor-element-c672887 .elementor-icon-list-items {
        margin-right: 50px !important;
    }
}
:root {
    --idc-theme-green: #18A650;
}

/* Replace Hello Elementor's pink fallback controls with the IDC brand green. */
body a {
    color: var(--idc-theme-green);
}

body [type="button"],
body [type="submit"],
body button {
    border-color: var(--idc-theme-green);
    color: var(--idc-theme-green);
}

body [type="button"]:focus,
body [type="button"]:hover,
body [type="submit"]:focus,
body [type="submit"]:hover,
body button:focus,
body button:hover {
    background-color: var(--idc-theme-green);
}
/* Keep Elementor's shared Background token aligned with the site's neutral
   surface, including pages served from older generated CSS caches. */
body.elementor-kit-7 {
    --e-global-color-9029a4d: #EDEDED;
}
