/*
Theme Name:   AIC Theme
Theme URI:    https://www.investmentcouncil.org
Description:  Block theme for American Investment Council. Editable header and footer template parts. Works with AIC Page Builder plugin.
Author:       American Investment Council
Author URI:   https://www.investmentcouncil.org
Version:      1.0.1
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License:      GPL-2.0-or-later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  aic-theme
*/

/* Base styles are in theme.json. This file is for theme metadata. */

/* ==========================================================================
   Hash-anchor scroll offset
   --------------------------------------------------------------------------
   The site header is position:fixed !important on every page (see ~line 1890),
   so hash links and JS scrollIntoView() would otherwise land behind the nav.
   scroll-padding-top applies the offset globally — covers <a href="#anchor">,
   manual hash entry, programmatic scrollIntoView({block:'start'}), :target.
   Header is 81px desktop, 64px <=1100px.
   ========================================================================== */

html {
    scroll-padding-top: 81px;
}

@media (max-width: 1100px) {
    html {
        scroll-padding-top: 64px;
    }
}

/* ==========================================================================
   Global Button Styles
   ========================================================================== */

.wp-block-button__link,
.wp-element-button {
    border-radius: 7.246px !important;
}

/* ==========================================================================
   Slider Responsive — stack below 600px, slide above
   ========================================================================== */

@media (max-width: 600px) {
    .aic-column-content--slider .aic-column-content__track,
    .aic-related-content--slider .aic-related-content__track,
    .aic-featured-research--slider .aic-featured-research__track,
    .aic-video-grid--slider .aic-video-grid__track,
    .aic-research-featured--slider .aic-column-content__track,
    .aic-success-stories__track {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
    }

    .aic-column-content--slider .aic-column-content__column,
    .aic-related-content--slider .aic-related-content__item,
    .aic-featured-research--slider .aic-featured-research__item,
    .aic-video-grid--slider .aic-video-grid__card,
    .aic-research-featured--slider .aic-column-content__column,
    .aic-success-stories__card {
        flex: 0 0 100% !important;
        width: auto !important;
    }

    .aic-column-content__nav,
    .aic-related-content__nav,
    .aic-featured-research__nav,
    .aic-video-grid__nav,
    .aic-success-stories__nav {
        display: flex !important;
    }
}

/* ==========================================================================
   Brands Slider
   ========================================================================== */

section.aic-brands-slider {
    padding: 25px 0;
}


/* ==========================================================================
   Stats Section
   ========================================================================== */

.aic-stats-section__caption {
    color: #FFF;
    text-align: center;
    font-family: "Instrument Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 103%;
    width: 300px;
    /* letter-spacing: -.5px; */
}

/* ==========================================================================
   Quote
   ========================================================================== */

cite.aic-quote__caption {
    color: #FFF;
    text-align: center;
    font-family: "Instrument Sans";
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 103%;
    letter-spacing: .25px;
}

/* ==========================================================================
   Hero
   ========================================================================== */

/* ==========================================================================
   Header
   ========================================================================== */

   header.wp-block-template-part {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 81px;
    z-index: 10;
    transition: all .2s ease !important;
}

header.wp-block-template-part::before {
    content: '';
    width: 100%;
    height: 200%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.25) 40%, rgba(0, 0, 0, 0.00) 100%);
    z-index: 1;
    pointer-events: none;
}

.header-container > p {
    display: none;
}

.header-inner > p {
    display: none;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px 5%;
    box-sizing: border-box;
    /* max-width: 1440px; */
    margin: auto;
}

.header-container {
    position: relative;
    z-index: 4;
}

.header-menu-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Prevent the logo from being squeezed out of view at narrow desktop
   widths (~900–1100px) where the desktop nav is still rendered but the
   row is tight. flex-shrink: 0 on the container locks the logo at its
   intrinsic image width. */
.header-logo-container {
    flex: 0 0 auto;
}

a.header-logo {
    flex: 0 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.header-logo img {
    max-height: 50px;
}

/* Header nav — rendered by wp_nav_menu() via [aic_header_menu] shortcode */
.header-nav {
    display: flex;
    align-items: center;
}

.header-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-nav__list .menu-item {
    position: relative;
}

.header-nav__list .menu-item > a {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Geist Mono";
    font-size: 14.296px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.944px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 12px;
    display: block;
    white-space: nowrap;
    transition: opacity 0.2s ease;
}


.header-nav__list > .menu-item > a {
    padding-inline: 16px;
}

.header-nav__list > .menu-item.menu-item-has-children > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.header-nav__list > .menu-item.menu-item-has-children > a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-1px) rotate(45deg);
    transition: transform 0.2s ease;
}

.header-nav__list > .menu-item.menu-item-has-children.is-open > a::after {
    transform: translateY(2px) rotate(-135deg);
}

.header-nav__list > .menu-item > a:hover {
    opacity: 0.8;
}

.header-search-link {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Geist Mono";
    font-size: 14.296px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.944px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    transition: opacity 0.2s ease;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.header-search-link:hover {
    opacity: 0.8;
}

.header-search-link svg {
    flex-shrink: 0;
}

/* ── Search overlay ── */
.header-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}

.header-search-overlay.is-open {
    pointer-events: auto;
    opacity: 1 !important;
    visibility: visible !important;
}

.header-search-overlay__bar {
    position: relative;
    z-index: 2;
    background: white;
    padding: 0 5%;
    display: flex;
    align-items: center;
    min-height: 88px;
    transform: translateY(-100%);
    transition: transform .3s ease;
}

.header-search-overlay.is-open .header-search-overlay__bar {
    transform: translateY(0);
}

.header-search-overlay__form {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    gap: 16px;
}

.header-search-overlay__input {
    flex: 1;
    background: transparent;
    border: none;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
    color: #224F6A;
    font-family: "Geist Mono", monospace;
    font-size: 23.862px;
    font-weight: 400;
    line-height: 1.4;
    padding: 12px 0;
    outline: none;
    letter-spacing: -0.2px;
}

.header-search-overlay__input::placeholder {
    color: #224F6A;
    text-transform: uppercase;
}

.header-search-overlay__input:focus {
    border-bottom-color: #fff;
}

.header-search-overlay__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

form.header-search-overlay__form p, form.header-search-overlay__form br {
    display: none;
}

.header-search-overlay__submit,
.header-search-overlay__close {
    background: none;
    border: none;
    color: #224F6A;
    cursor: pointer;
    padding: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: opacity .2s ease;
}

.header-search-overlay__submit:hover,
.header-search-overlay__close:hover {
    opacity: 0.7;
}

.header-search-overlay__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 39, 60, 0.75);
    z-index: 1;
}

/* Dropdown sub-menus */
.header-nav__list .sub-menu {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #224F6A;
    border-radius: 0 0 6px 6px;
    /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2); */
    opacity: 0;
    visibility: hidden;
    transform: translateY(4px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    z-index: 100;
}

.header-nav__list .sub-menu {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Instrument Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.001px;
    background: #224F6A;
    border-radius: 0px;
}

.header-nav__list .menu-item.is-open > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-nav__list .sub-menu .menu-item > a {
    font-family: "Instrument Sans";
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    padding: 6px 20px;
    line-height: 1.5;
}

.header-nav__list .sub-menu .menu-item > a:hover {
    background: rgba(255, 255, 255, 0.1);
    opacity: 1;
}

/* Nested sub-sub-menus (3rd level) */
.header-nav__list .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    border-radius: 0 6px 6px 0;
}

/* ==========================================================================
   News Header Template
   ========================================================================== */

header.wp-block-template-part.header-news-template-part {
    position: relative;
    height: auto;
    z-index: 5;
}

header.wp-block-template-part.header-news-template-part::before {
    display: none;
}

body.aic-header-dark header.wp-block-template-part:not(.header-news-template-part) {
    position: relative;
    height: auto;
    z-index: 5;
}

body.aic-header-dark header.wp-block-template-part:not(.header-news-template-part)::before {
    display: none;
}

body.aic-header-dark .header-inner {
    /* border-bottom: 1px solid #E6E6E6; */
    min-height: 88px;
}

.header-inner--news {
    /* border-bottom: 1px solid #E6E6E6; */
    min-height: 88px;
}

.header-news__brand {
    color: #224F6A;
    font-family: "Oswald";
    font-size: 72px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.02em;
    text-decoration: none;
    text-transform: uppercase;
}

.header-search-link--news {
    color: #224F6A;
}

/* ==========================================================================
   News Page
   ========================================================================== */

.aic-news-page {
    max-width: 100%;
    width: 100%;
}

.aic-news-page__title {
    margin: 0 0 16px;
    color: #224F6A;
    font-family: "Oswald";
    font-size: 120px;
    font-style: normal;
    font-weight: 600;
    line-height: 0.9;
    letter-spacing: -1.8px;
    text-transform: uppercase;
}

.aic-news-archive__search-row {
    width: 100%;
    margin-bottom: 24px;
}

.aic-news-archive__search-field {
    display: flex;
    align-items: center;
    width: 100%;
    border: 2px solid #F7B7A8;
    border-radius: 8px;
    padding: 12px 16px;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

.aic-news-archive__search-field:focus-within {
    border-color: #F14E23;
}

/* Hide the native browser clear (X) button on archive search inputs (news, research, comment letters). */
.aic-news-archive__search-field input[type="search"]::-webkit-search-cancel-button,
.aic-news-archive__search-field input[type="search"]::-webkit-search-decoration,
.aic-news-archive__search-field input[type="search"]::-webkit-search-results-button,
.aic-news-archive__search-field input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}
.aic-news-archive__search-field input[type="search"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.aic-news-archive__search-field input[type="search"] {
    flex: 1;
    border: 0;
    outline: 0;
    color: #EE8F79;
    background: transparent;
    font-family: "Oswald";
    font-size: 54px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    padding: 0;
}

.aic-news-archive__search-field:focus-within input[type="search"] {
    color: #F14E23;
}

.aic-news-archive__search-field input[type="search"]::placeholder {
    color: #EE8F79;
}

.aic-news-archive__search-field button {
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 5px;
    padding-top: 5px;
}

.aic-news-archive__search-field button svg {
    width: 25px;
    height: 25px;
}

section#aic-news-archive {
    width: 100%;
    max-width: 100%;
}

.aic-news-page {
    max-width: 100%!important;
    width: 100%!important;
    }

.aic-news-archive__layout {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px;
}

.aic-news-archive__list-column {
    flex: 1 1 auto;
    min-width: 0;
}

.aic-news-archive__filters-column {
    width: 190px;
    flex: 0 0 190px;
    position: sticky;
    top: 120px;
    align-self: flex-start;
}

.aic-news-archive__filters {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.aic-news-archive__select-wrap {
    position: relative;
}

/* Hide native chevron + native select once the JS-driven custom dropdown
   has been built (data attribute set by aic_theme_archive_select_script). */
.aic-news-archive__select-wrap::after {
    content: "↓";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-55%);
    color: #FFF;
    font-family: "Geist Mono";
    font-size: 18px;
    line-height: 1;
    pointer-events: none;
}

.aic-news-archive__select-wrap[data-aic-custom-select="1"]::after,
.aic-search-results__select-wrap[data-aic-custom-select="1"]::after {
    display: none;
}

.aic-news-archive__select-wrap[data-aic-custom-select="1"] > select,
.aic-search-results__select-wrap[data-aic-custom-select="1"] > select {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    pointer-events: none;
    opacity: 0;
}

/* ── Custom archive dropdown (mirrors .aic-pe-map__state-dropdown) ── */
.aic-archive-select {
    position: relative;
    width: 100%;
}

.aic-archive-select__trigger {
    align-items: center;
    background: #224F6A;
    border: none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: "Geist Mono", monospace;
    font-size: 15px;
    font-weight: 500;
    gap: 12px;
    letter-spacing: -0.15px;
    line-height: 1;
    padding: 0 12px;
    height: 40px;
    text-transform: capitalize;
    transition: background 0.2s ease;
    white-space: nowrap;
    width: 100%;
    justify-content: space-between;
}

.aic-archive-select__trigger:hover {
    background: #1a3f55;
}

.aic-archive-select__chevron {
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.aic-archive-select.is-open .aic-archive-select__chevron {
    transform: rotate(180deg);
}

.aic-archive-select__panel {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    display: none;
    left: 0;
    max-height: min(320px, 60vh) !important;
    min-width: 100%;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    z-index: 11;
}

.aic-archive-select__panel::-webkit-scrollbar { width: 6px; }
.aic-archive-select__panel::-webkit-scrollbar-track { background: transparent; }
.aic-archive-select__panel::-webkit-scrollbar-thumb { background: rgba(34, 79, 106, 0.3); border-radius: 3px; }

.aic-archive-select.is-open .aic-archive-select__panel {
    display: block;
}

.aic-archive-select__list {
    list-style: none;
    margin: 0;
    padding: 6px 0;
}

.aic-archive-select__option {
    color: #224F6A;
    cursor: pointer;
    font-family: "Geist Mono", monospace;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 110%;
    padding: 10px 16px;
    text-transform: uppercase;
    transition: background 0.15s ease;
}

.aic-archive-select__option:hover {
    background: rgba(186, 231, 255, 0.4);
}

.aic-archive-select__option[aria-selected="true"] {
    background: rgba(186, 231, 255, 0.6);
    font-weight: 700;
}

.aic-news-archive__filters select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    border-radius: 6px;
    background-color: #224F6A;
    color: #FFF;
    font-family: "Geist Mono";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.15px;
    text-transform: capitalize;
    height: 40px;
    width: 100%;
    padding: 0 36px 0 12px;
    cursor: pointer;
    background-image: none;
}

.aic-news-archive__list {
    margin-top: 0 !important;
    width: 100% !important;
}

.aic-news-archive__item {
    padding: 30px 0 40px !important;
}

.aic-news-archive .aic-latest-news__excerpt {
    display: block;
    margin-bottom: 24px;
}

.aic-news-archive__title-link,
.aic-news-archive__read-more-link {
    text-decoration: none;
    color: inherit;
}

.aic-news-archive__pagination {
    display: flex;
    gap: 10px;
    margin-top: 38px;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 1px;
    padding-top: 30px;
}

h1.wp-block-heading.aic-news-page__title span {
    color: #F7511C;
}

.aic-news-archive__pagination .page-numbers {
    width: 62px;
    height: 62px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background: #224F6A;
    border: 1px solid #224F6A;
    text-decoration: none;
    font-family: "Geist Mono";
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    box-sizing: border-box;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.aic-news-archive__pagination a.page-numbers:hover {
    background: #224F6A;
    border-color: #224F6A;
}

.aic-news-archive__pagination .page-numbers.current {
    background: #224F6A;
    border-color: #224F6A;
}

.aic-news-archive__pagination .page-numbers.dots {
    width: 62px;
    height: 62px;
    background: #FFF;
    /* color: #224F6A; */
    border: 0px solid #BFE0F2;
    /* font-size: 20px; */
    /* line-height: 0.8; */
    pointer-events: none;
    color: #224F6A;
    font-family: "Geist Mono";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.2px !important;
    text-transform: uppercase;
    display: flex;
}

.aic-news-archive__pagination .page-numbers.prev, .aic-news-archive__pagination .page-numbers.next {
    font-size: 20px;
    font-weight: 400;
}

/* ==========================================================================
   Single Post Template
   ========================================================================== */

   .aic-single-post {
    padding: 130px 5% 80px;
    display: flow-root;
}

.aic-single-post__meta-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.aic-single-post__meta-main {
    align-items: center;
    color: #f14e23;
    display: inline-flex;
    gap: 10px;
}

.aic-single-post__meta-item,
.aic-single-post__meta-sep,
.aic-single-post__share-label,
.aic-single-post__share-link {
    color: #f14e23;
    font-family: "Geist Mono";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    text-decoration: none;
}

.aic-single-post__share {
    align-items: center;
    display: inline-flex;
    gap: 10px;
}

.aic-single-post__share-link:hover {
    opacity: 0.75;
}

.aic-single-post__share-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.aic-single-post__share-link svg {
    width: 13px;
    height: 13px;
    fill: currentColor;
    display: block;
}

h1.wp-block-post-title.aic-single-post__title {
    color: #224F6A;
    font-family: Oswald;
    font-size: clamp(40px, 4.4vw, 66px);
    font-style: normal;
    font-weight: 700;
    line-height: 72%;
    letter-spacing: -1.8px;
    margin: 0 0 34px;
    max-width: 1080px;
    text-transform: none;
}

.aic-single-post__content {
    margin-bottom: 28px;
}

.aic-single-post__content p {
    color: #312c2a;
    font-family: "Instrument Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
}

.aic-single-post .wp-block-aic-builder-related-content {
    padding-top: 40px;
    float: none;
    clear: both;
    overflow: hidden;
}

.aic-single-post__related-wrap {
    display: flow-root;
    clear: both;
}

body.single footer.wp-block-template-part {
    clear: both;
    position: relative;
}

.aic-single-related {
    clear: both;
    padding: 40px 0 0;
}

h2.aic-single-related__title {
    color: #224f6a;
    font-family: Oswald, sans-serif;
    font-size: 4vw;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -1.25px;
    line-height: 102%;
    margin: 0;
    max-width: 100%;
    text-transform: uppercase;
    width: 1050px;
}

/* ==========================================================================
   Single-post Related Content overrides
   The shortcode emits the related-content block's class names so it inherits
   that block's CSS, slider, click, and video-modal behavior. Scoped tweaks
   under .aic-related-content--single-post go here.
   ========================================================================== */
.aic-related-content--single-post .aic-related-content__viewport {
    box-sizing: border-box;
    margin: 0 0%;
    overflow: hidden;
    padding: 0;
    width: 90%;
}

.aic-related-content--single-post .aic-related-content__nav {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-top: 24px;
    padding: 0px 0% 30px;
}

.aic-single-related__viewport {
    overflow: hidden;
    width: 100%;
}

.aic-single-related__track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px 24px;
}

.aic-single-related--slider .aic-single-related__track {
    display: flex;
    gap: 24px;
    transition: transform 0.35s ease;
}

.aic-single-related--slider .aic-single-related__item {
    flex: 0 0 calc((100% - var(--aic-single-related-peek, 36px) - 48px) / 3);
}

.aic-single-related__label {
    color: #224f6a;
    font-family: "Geist Mono";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.2;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.aic-single-related__item-title {
    color: #224F6A;
    font-family: Oswald;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 0.95;
    margin: 0 0 10px;
}

.aic-single-related__excerpt {
    color: #312c2a;
    font-family: "Instrument Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
    margin: 0 0 14px;
}

.aic-single-related__link {
    color: #f14e23;
    font-family: "Geist Mono";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.1;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.aic-single-related__link::after {
    content: '→';
    display: inline-block;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.aic-single-related__link:hover {
    color: #f14e23;
}

.aic-single-related__link:hover::after {
    opacity: 1;
    transform: translateX(0);
}

.aic-single-related__nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 24px;
}

.aic-single-related__scrub {
    flex: 1;
    display: flex;
    align-items: center;
}

.aic-single-related__scrub-track {
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background: rgba(12, 39, 60, 0.15);
    position: relative;
    overflow: hidden;
}

.aic-single-related__scrub-handle {
    width: 56px;
    height: 8px;
    border-radius: 999px;
    background: #224F6A;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-50%);
}

.aic-single-related__arrows {
    display: flex;
    gap: 8px;
}

.aic-single-related__arrow {
    align-items: center;
    background: #224f6a;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: "Geist Mono";
    font-size: 20px;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.aic-single-related__arrow:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.aic-news-archive__empty {
    color: #312C2A;
    font-family: "Instrument Sans";
    font-size: 20px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
   footer.wp-block-template-part {
    background: #224F6A;
}

.footer {
	width: 100%;
}

.footer__top {
	padding: 2.5rem 5%;
	/* background: #1a1a1a; */
	/* color: #fff; */
}

.footer__bottom {
    padding: 0rem 5% 50px;
    /* background: #0d0d0d; */
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    /* border-top: 1px solid white; */
}

.footer__inner {
	max-width: 1440px;
	margin: 0 auto;
	box-sizing: border-box;
}

.footer__inner--top {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
}

.footer__column.footer__column--brand {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: flex-start;
}

.footer__legal-list a, .footer__copyright {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Instrument Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}

.footer__inner--bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 20px;
    border-top: 1px solid white;
}

.footer__column--brand {
	flex-shrink: 0;
}

.footer__logo {
	display: inline-block;
}

.footer__logo img {
	max-height: 40px;
	width: auto;
	display: block;
}

/* Footer nav — rendered by wp_nav_menu() via shortcode */
.footer__nav {
	flex: 1;
}

.footer__nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	align-items: flex-start;
}

/* Top-level items as column headings */
.footer__nav-list > .menu-item > a {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Instrument Sans";
    font-size: 19.425px;
    font-style: normal;
    font-weight: 500;
    line-height: 29.137px;
    text-decoration: none;
}

/* Only disable clicks on headings that have a sub-menu */
.footer__nav-list > .menu-item-has-children > a {
    pointer-events: none;
    cursor: default;
}

/* Nested sub-menus always visible, stacked below parent */
.footer__nav-list .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer__nav-list .sub-menu a {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Instrument Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    text-decoration: none;
}

a.footer_button {
    color: #224F6A;
    font-family: "Geist Mono";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.15px;
    text-transform: uppercase;
    border-radius: 7.246px;
    background: #BAE7FF;
    display: inline-flex;
    padding: 12px 17px;
    justify-content: center;
    align-items: center;
    gap: 7.246px;
    text-decoration: none;
}

a.footer_button:hover {
    background: #F7511D!important;
    color: #fff!important;
    border-color: #F7511D!important;
}

ul.footer__social-list li a {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
}

ul.footer__social-list li a {
    color: white;
}

.footer__nav-list .sub-menu a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Footer legal menu */
.footer__legal {
	margin: 0;
}

ul.sub-menu li {
    line-height: normal;
}

.footer__legal-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.5rem;
}

.footer__legal-list a {
	color: inherit;
	text-decoration: none;
}

.footer__legal-list a:hover {
	text-decoration: underline;
}

.footer__copyright {
	margin: 0;
}

.footer__column.footer__column--contact {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Instrument Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}


.header-news .header-nav__list .menu-item > a {
    color: #224F6A;
}

.header-news .header-nav__list .sub-menu .menu-item > a {
    color: #ffffff;
}

.header-news .header-search-link {
    color: #224F6A;
}

h1.wp-block-heading.aic-news-page__title {
    color: #224F6A;
    font-family: Oswald;
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    line-height: 72%;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: 66px;
    max-width: 100%;
    padding: 0% 5%;
    box-sizing: border-box;
    margin-top: 150px;
}

section#aic-comment-letters-archive {
    max-width: 100%;
    margin: 0px;
}

.aic-news-page {
    max-width: 100%;
    width: 100%;
}

.aic-research-page {
    padding: 0px 0% !important;
    margin: 0px;
}

.aic-news-archive__filters {
    margin-top: 37px;
}

.aic-news-archive__filters {
    gap: 20px;
}

.aic-news-archive__filters > p {
    display: none;
}

.aic-news-archive__clear-filters {
    color: #224F6A;
    font-family: "Geist Mono";
    font-size: 14px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border-radius: 7.246px;
    background: #FFFFFF;
    border: 2px solid #224F6A;
    display: block;
    padding: 12px 24px;
    transition: all 0.2s ease;
    margin-top: 4px;
}

.aic-news-archive__clear-filters:hover {
    background: #F7511D;
    border-color: #F7511C;
    color: #FFFFFF;
}

.aic-latest-news__date {
    color: #224F6A;
    font-family: "Geist Mono";
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 131%;
    letter-spacing: -0.57px;
    text-transform: uppercase;
}

li.aic-latest-news__item.aic-news-archive__item br {
    display: none;
}

a.aic-latest-news__link.aic-news-archive__link {
    text-decoration: none;
}

a.aic-latest-news__link.aic-news-archive__link p {
    margin: 0px !important;
}

.aic-latest-news__excerpt {
    color: #312C2A;
    font-family: "Instrument Sans";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
}

a.aic-latest-news__link.aic-news-archive__link {
    color: #F14E23;
    font-family: "Geist Mono";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.2px;
    text-transform: uppercase;
}

li.aic-latest-news__item.aic-news-archive__item {
    list-style: none;
    border-bottom: 2px solid #D9D9D9;
}

a.aic-latest-news__link.aic-news-archive__read-more-link {
    color: #F14E23;
    font-family: "Geist Mono";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.2px;
    text-transform: uppercase;
}

li.aic-latest-news__item.aic-news-archive__item > p {
    margin-bottom: 0px;
}

/* Research template featured section (column-content style clone) */
.aic-research-featured {
    width: 100%;
    position: relative;
    left: 0;
    transform: none;
    margin: 10px 0 52px;
    padding: 50px 0;
    background: #f9f9f9;
    float: left;
}

.aic-research-featured .aic-column-content__viewport {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: visible;
    /* padding: 0 5%; */
    box-sizing: border-box;
}

form.aic-news-archive__form {
    width: 100%;
    padding: 0% 5% 100px;
    box-sizing: border-box;
}

.aic-research-featured .aic-column-content__track {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aic-research-featured--slider .aic-column-content__track {
    display: flex;
    gap: 24px;
    transition: transform 0.35s ease;
}

.aic-research-featured--slider .aic-column-content__column {
    flex: 0 0 calc((100% - 48px) / 3);
}

.aic-research-featured .aic-column-content__column {
    box-sizing: border-box;
    min-width: 0;
}

.aic-research-featured .aic-column-content__image {
    aspect-ratio: 136 / 63;
    background: #E9E9E9;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.aic-research-featured .aic-column-content__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.aic-research-featured .aic-column-content__title {
    color: #224F6A;
    font-family: Oswald, sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -1.29px;
    line-height: 102%;
    margin: 25px 0;
    text-transform: capitalize;
    width: 98%;
}

.aic-research-featured .aic-column-content__copy {
    color: #312C2A;
    font-family: "Instrument Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
}

.aic-research-featured .aic-column-content__btn {
    color: #F14E23;
    font-family: "Geist Mono", monospace;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.2px;
    text-decoration: none;
    text-transform: uppercase;
}

.aic-research-featured__nav {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin: 24px auto 0;
    max-width: 1440px;
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
}

.aic-research-featured__scrub {
    flex: 1;
}

.aic-research-featured__scrub-track {
    background: rgba(12, 39, 60, 0.16);
    border-radius: 999px;
    height: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.aic-research-featured__scrub-handle {
    background: #224F6A;
    border-radius: 999px;
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    transition: left 0.25s ease;
    width: 64px;
}

.aic-research-featured__arrows {
    display: flex;
    gap: 8px;
}

.aic-research-featured__arrow {
    align-items: center;
    background: #224F6A;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: "Geist Mono", monospace;
    font-size: 1.25rem;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.aic-research-featured__arrow:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

.aic-header-dark header .wp-block-template-part::before {
    display: none!important;
}

.wp-block-columns {
    width: 100%;
    padding: 30px 5% 100px 5%;
    margin-bottom: 0px;
}

.wp-block-column p {
    color: var(--Global-Colors-Primary-Text, #000);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Instrument Sans";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
}

.background-blue {
    color: rgb(12, 39, 60);
    background-color: rgb(152, 201, 240);
}

h2.wp-block-heading {
    color: #224F6A;
    font-family: Oswald;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 102%;
    letter-spacing: -1.29px;
    margin: 30px 0px 10px;
}

.aic-single-post__meta-row {
    color: #F7511C;
    font-family: "Geist Mono";
    font-size: 19px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 131%;
    letter-spacing: -0.57px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    max-width: 100% !important;
    width: 90% !important;
}

.aic-single-post__share time, .aic-single-post__share span  {
    color: #F7511C !important;
    font-family: "Geist Mono" !important;
    font-size: 19px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 131% !important;
    letter-spacing: -0.57px !important;
    text-transform: uppercase !important;
}

h1.aic-single-post__title.wp-block-post-title {
    color: #224F6A;
    font-family: Oswald;
    font-size: 53px;
    font-style: normal;
    font-weight: 700;
    line-height: 102%;
    letter-spacing: -1.59px;
    text-transform: capitalize;
}

.aic-single-post__content p, .aic-single-post__content ul, .aic-single-post__content ol {
    color: #312C2A;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Instrument Sans", Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55;
    width: 80%;
    margin: 0px auto 20px;
}

h1.aic-single-post__title.wp-block-post-title {
    width: 90%;
    max-width: 100%;
}

figure.wp-block-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 30px auto 75px;
}

figure.wp-block-image img {
    max-width: 100%;
}

.aic-single-post__content a {
    color: #224F6A;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Instrument Sans", Inter;
    /* font-size: 17px; */
    font-style: normal;
    font-weight: 400;
    line-height: 1.55;
}

/* Let the template's constrained layout (contentSize="1440px" in single.html)
   center this wrap and cap its width. Previously had `margin: 0 !important`
   which broke the centering and forced edge-to-edge — making the related-
   content section visually wider than the rest of the article. */
.aic-single-post__related-wrap {
    width: 100%;
}

section.aic-single-related.aic-single-related--slider {
    width: 100%;
    margin: 0px 0px 100px !important;
    max-width: 100%;
}

h2.aic-single-related__title {
    padding: 0px 0% 40px;
    box-sizing: border-box;
    width: 100%;
}

.aic-single-related__nav {
    margin: 0px;
    padding: 0px 5%;
}

.aic-single-related__track {
    margin: 0;
    padding: 0 5%;
    box-sizing: border-box;
}

.aic-single-post__meta-main {
    align-items: center;
    color: #f14e23;
    display: inline-flex;
    gap: 10px;
    color: #F7511C;
    font-family: "Geist Mono";
    font-size: 19px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 131%;
    letter-spacing: -0.57px;
    text-transform: uppercase;
}

time.aic-single-post__meta-item.aic-single-post__meta-date br {
    display: none !important;
}

time.aic-single-post__meta-item.aic-single-post__meta-date {
    font-size: 19px !important;
}

main#wp--skip-link--target {
    padding: 0px !important;
}

/* Sticky header + scroll background state */
header.wp-block-template-part {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: background-color 0.2s ease, transform 0.6s ease !important;
}

header.wp-block-template-part::before {
    transition: opacity 0.2s;
}

/* Light/default header: dark navy on scroll */
body.aic-header-scrolled header.wp-block-template-part:not(.header-news-template-part) {
    background: #224F6A;
}

/* Dark body (non–news template): white bar on scroll */
body.aic-header-scrolled.aic-header-dark header.wp-block-template-part:not(.header-news-template-part) {
    background: #224F6A;
    transition: all .2s ease!important;
}

/* News header: same navy + light logo/text on scroll as default header */
body.aic-header-scrolled header.wp-block-template-part.header-news-template-part {
    background: #224F6A;
    transition: all .2s ease!important;
}

.header-inner--news .header-logo__mark--scrolled {
    display: none;
}

button.header-search-link svg {
    transform: translateY(-1px);
}

body.aic-header-scrolled .header-inner--news .header-logo__mark--default {
    display: none;
}

body.aic-header-scrolled .header-inner--news .header-logo__mark--scrolled {
    display: block;
}

body.aic-header-scrolled .header-news .header-nav__list > .menu-item > a {
    color: #fff;
}

body.aic-header-scrolled .header-news .header-search-link {
    color: #fff;
}

body.aic-header-scrolled .header-inner--news .header-hamburger span {
    background: #fff;
}

/* Remove gradient overlay once sticky background is active */
body.aic-header-scrolled header.wp-block-template-part::before {
    opacity: 0;
}

/* Auto-hide header after idle, slide back in on scroll */
body.aic-header-hidden header.wp-block-template-part {
    transform: translateY(-100%) !important;
}

.aic-single-post__share-link svg {
    width: 19px;
    height: 19px;
    fill: currentColor;
    display: block;
}

span.aic-single-post__meta-sep {
    height: 24px;
    display: block;
    width: 1px;
    background: #f14e23;
}

.aic-single-post-divider {
    display: none;
}

.aic-single-post-divider__progress {
    display: none;
}

.aic-single-post-divider:before {
    display: none;
}

.aic-divided-content-row__content .wp-block-columns {
    padding: 0px;
}

.aic-news-archive__pagination {
    display: flex;
    gap: 10px;
    margin-top: 38px;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 1px;
    padding-top: 30px;
}

.entry-content > p {
    color: #224F6A;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Instrument Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    width: 100%;
    padding: 0px 10%;
    box-sizing: border-box;
}

/* Embedded blocks that aren't <p>/<ul>/<ol> (e.g. a Gravity Forms block on
   Industry Perspectives) miss the 0 10% inset the body copy gets and bleed
   to the full content width. Give them the same horizontal inset so the form
   lines up with the paragraph text. */
.entry-content > .gform_wrapper,
.entry-content > .wp-block-gravityforms-form,
.entry-content > .gform-wrapper {
    width: 100%;
    padding: 0 10%;
    box-sizing: border-box;
}
.entry-content .gform_wrapper input,
.entry-content .gform_wrapper textarea,
.entry-content .gform_wrapper select,
.entry-content .gform_wrapper .gform_button {
    max-width: 100%;
    box-sizing: border-box;
}

.entry-content > ul {
    color: #224F6A;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Instrument Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    width: 100%;
    padding: 0px 10%;
    box-sizing: border-box;
    width: 100%;
    padding: 0px 10%;
    box-sizing: border-box;
}

.entry-content > ol {
    color: #224F6A;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Instrument Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    width: 100%;
    padding: 0px 10%;
    box-sizing: border-box;
    width: 100%;
    padding: 0px 10%;
    box-sizing: border-box;
}

.entry-content > h2 {
    color: #224F6A;
    font-family: Oswald;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 102%; /* 76.5px */
    letter-spacing: -2.25px;
    text-transform: uppercase;
    width: 100%;
    padding: 0px 5%;
    box-sizing: border-box;
}

.entry-content > h3 {
    color: #224F6A;
    font-family: Oswald;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 102%; /* 43.86px */
    letter-spacing: -1.29px;
    text-transform: uppercase;
    width: 100%;
    padding: 0px 5%;
    box-sizing: border-box;
}

.entry-content > h4 {
    color: #224F6A;
    font-family: Oswald;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 102%; /* 43.86px */
    letter-spacing: -1.29px;
    text-transform: uppercase;
    width: 100%;
    padding: 0px 5%;
    box-sizing: border-box;
}

.entry-content > h5 {
    color: #224F6A;
    font-family: Oswald;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 102%; /* 43.86px */
    letter-spacing: -1.29px;
    text-transform: uppercase;
    width: 100%;
    padding: 0px 5%;
    box-sizing: border-box;
}

.entry-content > h6 {
    color: #224F6A;
    font-family: Oswald;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 102%; /* 43.86px */
    letter-spacing: -1.29px;
    text-transform: uppercase;
    width: 100%;
    padding: 0px 5%;
    box-sizing: border-box;
}

.entry-content > section:last-child:not(section.aic-pe-map) {
    padding-bottom: 100px !important;
}

p > a {
    color: inherit;
}

/* ── Search results page ── */
.aic-search-page {
    padding: 125px 5% !important;
    margin: 0px;
}

h1.wp-block-heading.aic-search-page__title {
    margin: 0 0 16px;
    color: #224F6A;
    font-family: "Oswald";
    font-size: 10vw;
    font-style: normal;
    font-weight: 700;
    line-height: 72%;
    letter-spacing: -5.4px;
    text-transform: uppercase;
    margin-bottom: 66px;
}

.aic-search-results__search-row {
    width: 100%;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.aic-search-results__search-row p {
    margin: 0px 0px 0px;
}

.aic-search-results__search-field {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #224F6A;
    padding-bottom: 6px;
    gap: 8px;
    flex: 1;
    min-width: 200px;
}

.aic-search-results__search-field input[type="search"] {
    flex: 1;
    border: none;
    background: transparent;
    font-family: "Geist Mono", monospace;
    font-size: 16px;
    font-weight: 400;
    color: #224F6A;
    outline: none;
    padding: 6px 0;
    letter-spacing: -0.2px;
}

.aic-search-results__search-field input[type="search"]::placeholder {
    color: rgba(12, 39, 60, 0.4);
}

.aic-search-results__search-field button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: inline-flex;
    align-items: center;
}

.aic-search-results__count {
    font-family: "Instrument Sans", sans-serif;
    font-size: 15px;
    color: rgba(12, 39, 60, 0.6);
    white-space: nowrap;
}

.aic-search-results__sort-row {
    margin-bottom: 32px;
}

.aic-search-results__select-wrap {
    position: relative;
    display: inline-block;
}

.aic-search-results__select-wrap::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid #224F6A;
    border-bottom: 1.5px solid #224F6A;
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
}

.aic-search-results__select-wrap select {
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 1px solid rgba(12, 39, 60, 0.2);
    border-radius: 6px;
    font-family: "Geist Mono", monospace;
    font-size: 14px;
    color: #224F6A;
    padding: 8px 45px 8px 14px;
    cursor: pointer;
    outline: none;
}

.aic-search-results__list-wrap {
    width: 100%;
}

.aic-search-results__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.aic-search-results__item {
    border-bottom: 1px solid rgba(12, 39, 60, 0.1);
    padding-bottom: 28px;
    margin-bottom: 28px;
}

.aic-search-results__meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.aic-search-results__type {
    font-family: "Geist Mono", monospace;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #E8792B;
    background: rgba(232, 121, 43, 0.1);
    padding: 2px 8px;
    border-radius: 4px;
    line-height: 1.4;
}

.aic-search-results .aic-latest-news__excerpt {
    margin-top: 8px;
}

h3.aic-latest-news__heading a {
    color: inherit!important;
}

.aic-search-results__title-link,
.aic-search-results__read-more-link {
    text-decoration: none;
}

.aic-search-results__empty {
    font-family: "Instrument Sans", sans-serif;
    font-size: 18px;
    color: rgba(12, 39, 60, 0.6);
    padding: 48px 0;
}

ul.aic-latest-news__list {
    float: left;
    margin: 40px 0 0;
    padding: 0;
    width: 100%;
    width: 1000px;
    max-width: 100%;
}

section.aic-search-results div {
    overflow: auto;
    width: 100%;
}

.aic-search-results__list-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.aic-search-results__select-wrap {
    width: auto!important;
}

button.header-search-link span {
    display: block;
    padding-bottom: 4px;
}

button.header-search-link br {
    display: none;
}

.aic-research-page {
    max-width: 100%!important;
    margin: 0px!important;
    padding-top: 150px !important;
}

section.aic-news-archive.aic-research-archive {
    max-width: 100%;
    margin: 0px !important;
}

/* .aic-column-content__track {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(var(--aic-column-content-columns, 3), minmax(0, 1fr));
    margin: 0 8vw;
} */

input.gform_button {
    align-items: center!important;
    background: #224f6a!important;
    border-radius: 8.824px!important;
    color: #fff!important;
    display: inline-flex!important;
    font-family: Geist Mono!important;
    font-size: 18px!important;
    font-style: normal!important;
    font-weight: 400!important;
    gap: 8.824px!important;
    justify-content: center!important;
    letter-spacing: -.2px!important;
    line-height: 110%!important;
    padding: 14.613px 20.701px!important;
    text-transform: uppercase!important;
    transition: all .2s ease!important;
}

input.gform_button:hover     {
    background: #F7511D!important;
    color: #fff!important;
    border-color: #F7511D!important;
}

section.aic-column-content.aic-column-content--cols-3.aic-research-featured.aic-research-featured--slider {
    display: none;
}

.wp-container-core-group-is-layout-fcb0b51c > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0% !important;
    box-sizing: border-box;
    padding-right: 0% !important;
    width: 100% !important;
}


/* ==========================================================================
   Comprehensive Responsive Design System
   Breakpoints: 1200px, 900px, 768px, 450px
   ========================================================================== */

/* Universal box-sizing reset */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Global image responsiveness */
img {
    max-width: 100%;
    height: auto;
    display: block;
}


.header-menu-container p {
    margin: 0px;
    padding-bottom: 3px;
}

/* ==========================================================================
   Utility Classes for Responsive Design
   ========================================================================== */

/* Show/hide utilities */
.show-only-mobile {
    display: none;
}

/* Responsive spacing utilities */
.margin-responsive {
    margin: clamp(1rem, 3vw, 3rem);
}

.padding-responsive {
    padding: clamp(0.8rem, 2vw, 2rem);
}

.gap-responsive {
    gap: clamp(1rem, 2.5vw, 2rem);
}

/* Responsive typography */
.text-responsive-lg {
    font-size: clamp(28px, 6vw, 80px);
    line-height: 1.1;
}

.text-responsive-md {
    font-size: clamp(20px, 4.5vw, 48px);
    line-height: 1.2;
}

.text-responsive-sm {
    font-size: clamp(16px, 3.5vw, 24px);
    line-height: 1.3;
}

/* Responsive container */
.container-responsive {
    width: 100%;
    padding-left: clamp(0.5rem, 2.5vw, 5%);
    padding-right: clamp(0.5rem, 2.5vw, 5%);
    margin-left: auto;
    margin-right: auto;
}

/* Flex responsive utility */
.flex-responsive {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(1rem, 2vw, 2rem);
}

/* Grid responsive utility */
.grid-responsive {
    display: grid;
    gap: clamp(1rem, 2vw, 2rem);
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.aic_state-template-default .entry-content h2 {
    color: #224F6A;
    font-family: Oswald;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: 102%;
    letter-spacing: -3.9px;
    text-transform: uppercase;
    padding: 100px 12.5% 40px 5%;
    width: 100%;
    position: relative;
    margin-bottom: 80px;
}

.aic_state-template-default .entry-content h2::before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 70%;
    height: 40px;
    background: #BAE7FF;
}

.aic_state-template-default .entry-content > p {
    color: #224F6A;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Instrument Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    width: 100%;
    padding: 0px 5%;
    box-sizing: border-box;
}

.aic-search-page {
    margin: 0px !important;
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
}

/* ====================================================================
   Mobile Menu – Hamburger Button + Drawer
   ==================================================================== */

/* Hamburger button – hidden on desktop, shown on mobile */
.header-hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    z-index: 10;
}
.header-hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #224F6A;
    border-radius: 2px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}
/* White bars for default (white bg) header */
.header-inner:not(.header-inner--news) .header-hamburger span {
    background: #fff;
}

/* ── Mobile Drawer ── */
.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    max-width: 100%;
    height: 100%;
    z-index: 10001;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.mobile-menu.is-open {
    transform: translateX(0);
}

/* Drawer header – navy bar with logo + close */
.mobile-menu__header {
    background: #224F6A;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    flex-shrink: 0;
}
.mobile-menu__logo img {
    height: 36px;
    width: auto;
    display: block;
}
.mobile-menu__close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Drawer body */
.mobile-menu__body {
    flex: 1;
    padding: 0;
    overflow-y: auto;
}

/* Menu list */
.mobile-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobile-menu__list .menu-item {
    border-bottom: 1px solid #E0E0E0;
}
.mobile-menu__list .menu-item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 7.5% 16px 5%;
    color: #0C273C;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Geist Mono", monospace;
    font-size: 19.09px;
    font-style: normal;
    font-weight: 500;
    line-height: 34.124px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: background 0.15s ease;
}
.mobile-menu__list .menu-item > a:hover {
    background: #f5f5f5;
}

/* Chevron arrow for items with children */
.mobile-menu__list .menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #224F6A;
    border-bottom: 2px solid #224F6A;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    flex-shrink: 0;
    margin-left: 12px;
}
.mobile-menu__list .menu-item-has-children.is-open > a::after {
    transform: rotate(-135deg);
}

/* Active/expanded item highlight */
.mobile-menu__list .menu-item-has-children.is-open > a {
    background: #DCEEF6;
}

/* Sub-menu (dropdown) */
.mobile-menu__list .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    background: #fff;
}
.mobile-menu__list .menu-item-has-children.is-open > .sub-menu {
    display: block;
}
.mobile-menu__list .sub-menu .menu-item {
    border-bottom: none;
}
.mobile-menu__list .sub-menu .menu-item > a {
    padding: 10px 20px 10px 32px;
    color: #282828;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Instrument Sans";
    font-size: 16.628px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: 0;
}

/* Search row at bottom */
.mobile-menu__search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 7.5% 16px 5%;
    color: #0C273C;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Geist Mono", monospace;
    font-size: 19.09px;
    font-style: normal;
    font-weight: 500;
    line-height: 34.124px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: background 0.15s ease;
}
.mobile-menu__search:hover {
    background: #f5f5f5;
}
.mobile-menu__search svg {
    width: 24px;
    height: 24px;
    transform: translateX(8px);
}

/* Backdrop overlay */
/* .mobile-menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mobile-menu-backdrop.is-open {
    opacity: 1;
    visibility: visible;
} */
section.aic-board-directors-directory {
    float: left;
}



/* ====================================================================
   RESPONSIVE / MOBILE STYLES
   All breakpoint-specific rules consolidated below.
   ==================================================================== */

@media (max-width: 1200px) {
    /* Header adjustments at 1200px */
    .header-inner {
    padding: 15px 4%;
    max-width: 100%;
    }

    .header-nav__list > .menu-item > a {
    padding-inline: 12px;
    font-size: 13px;
    }

    .header-menu-container {
    gap: 16px;
    }

    /* Container max-width adjustments */
    .footer__inner {
    max-width: 100%;
    padding: 0 4%;
    }

    /* Reduce nav spacing */
    .header-nav__list {
    gap: 6px;
    }

    /* Slightly smaller logo */
    a.header-logo img {
    max-height: 46px;
    }
}

@media (max-width: 1100px) {
    .aic-single-related__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aic-single-related--slider .aic-single-related__item {
    flex-basis: calc((100% - 24px) / 2);
    }
}

@media (max-width: 1024px) {

    .aic-column-content__track {
        display: grid;
        gap: 1rem;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding: 0 0vw;
        flex-wrap: wrap;
    }

    .aic-news-page__title {
    font-size: 84px;
    }

    .aic-news-archive__search-field input[type="search"] {
    font-size: 40px;
    }
    .aic-research-featured .aic-column-content__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    }

    .aic-research-featured--slider .aic-column-content__column {
    flex: 0 0 calc((100% - 20px) / 2);
    }
}

@media (max-width: 1100px) {

    .header-search-overlay__bar {
        position: relative;
        z-index: 2;
        background: white;
        padding: 80px 5% 0%;
        display: flex;
        align-items: center;
        min-height: 88px;
        transform: translateY(-100%);
        transition: transform .3s ease;
    }

    .aic-search-results__list-wrap ul.aic-latest-news__list {
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .aic-news-archive__search-row {
        width: 100%;
        margin-bottom: 0px;
    }

    header.wp-block-template-part {
        height: 64px;
        padding-top: 0px;
    }

    .header-container {
        height: 64px !important;
    }

    .aic-secondary-section-title {
        box-sizing: border-box;
        float: left;
        padding: 50px 5% 0;
        width: 100%;
    }


    .header-inner {
        height: 64px !important;
        padding: 8px 5% !important;
        height: 64px !important;
        min-height: 64px !important;
    }

    .aic-stats-section__inner {
        align-items: flex-start;
        box-sizing: border-box;
        display: flex;
        gap: 4vw 0vw;
        justify-content: center;
        padding: 0 5%;
        width: 100%;
        flex-wrap: wrap;
    }

    .aic-stats-section__stat {
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: flex-start;
    }

    .aic-featured-posts__inner {
        align-items: start;
        box-sizing: border-box;
        display: grid;
        gap: 60px;
        grid-template-columns: 100% 1fr;
        margin-top: 70px;
        padding: 0 5%;
        width: 100%;
    }

    .aic-featured-posts__topics-inner {
        align-items: center;
        display: flex;
        gap: 20px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .aic-featured-posts__topics-left {
        width: 100%;
        text-align: center;
    }

    h2.aic-featured-posts__topics-title br {
        display: none;
    }

    ul.aic-featured-posts__topics-list {
        display: flex;
        gap: 15px;
        list-style: none;
        margin: 0;
        padding: 0;
        flex-wrap: wrap;
    }

    li.aic-featured-posts__topics-item a {
        border: 1.893px solid #e54f1f;
        box-sizing: border-box;
        color: #f7511c;
        display: block;
        font-family: Oswald;
        font-size: 45px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: -2.89px;
        line-height: 100%;
        list-style: none;
        padding: 8px 16px 10px 10px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        transition: background-color 0.2s ease, color 0.2s ease;
    }

    li.aic-featured-posts__topics-item a:hover {
        background-color: #f7511c;
        color: #ffffff;
    }

    h2.aic-featured-posts__topics-title {
        margin: 0px;
    }

    .aic-pe-map__container {
        height: calc(33vw + 200px);
        min-height: 400px;
    }

    .wp-block-column p {
        color: var(--Global-Colors-Primary-Text, #000);
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "Instrument Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }

    .aic-featured-posts__left {
        align-self: start;
        position: relative;
        top: unset;
        order: 2;
        padding-bottom: 40px;
    }

    .aic-stats-section__value {
        color: #fff;
        font-family: Oswald;
        font-size: 80px;
        font-weight: 700;
        letter-spacing: -3.9px;
        text-align: center;
    }

    .aic-column-content__track {
        display: grid;
        gap: 1rem;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding: 0 0vw;
        flex-wrap: wrap;
    }
    .aic-single-post__meta-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .aic-single-post__meta-row p {
        display: none;
    }

    h1.aic-single-post__title.wp-block-post-title {
        color: #224F6A;
        font-family: Oswald;
        font-size: 43px;
        font-style: normal;
        font-weight: 700;
        line-height: 102%;
        letter-spacing: -1.59px;
        text-transform: capitalize;
        margin-top: 30px;
    }

    figure.wp-block-image {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 30px auto 50px;
    }

    .aic-single-post {
        padding: 80px 5% 80px;
        display: flow-root;
    }

    .aic-single-post__content {
        margin-bottom: 28px;
        padding: 0% 5%;
    }

    .entry-content ol.wp-block-list,
    .entry-content ul.wp-block-list {
        width: 100%;
        padding: 0% 3% 0% 10% !important;
        margin-bottom: 20px;
        margin-top: 0px;
    }

    h2.aic-single-related__title {
        padding: 0px 5% 10px;
        box-sizing: border-box;
        width: 100%;
        font-size: 42px;
    }

    .aic-news-archive__layout {
    flex-direction: column;
    gap: 18px;
    }

    .aic-news-archive__filters-column {
    position: static;
    top: auto;
    width: 100%;
    flex: 1 1 auto;
    }

    .aic-news-archive__filters {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    }
    /* Header becomes compact, hamburger menu active */
    header.wp-block-template-part {
    height: auto;
    position: fixed;
    }

    .header-inner {
    padding: 12px 3%;
    flex-wrap: wrap;
    gap: 10px;
    }

    /* Hide desktop navigation */
    .header-nav {
    display: none !important;
    }

    .header-nav__list {
    display: none !important;
    }

    /* Reduce logo size for hamburger layout */
    a.header-logo img {
    max-height: 42px;
    }

    .header-menu-container {
    gap: 10px;
    }

    /* Hide desktop search link on mobile – hamburger menu has search */
    .header-search-link {
    display: none !important;
    }

    /* Footer adjustments */
    .footer__inner--top {
    flex-direction: column;
    gap: 1.5rem;
    }

    .footer__column.footer__column--brand {
        display: flex;
        flex-direction: column;
        gap: 24px;
        justify-content: flex-start;
        width: 100%;
        align-items: center;
    }

    section.aic-full-width-content.aic-full-width-content--center.wp-block-aic-builder-full-width-content {
        box-sizing: border-box;
        float: left;
        padding: 30px 5% 40px;
        width: 100%;
    }

    .entry-content > section:last-child:not(section.aic-pe-map) {
        padding-bottom: 50px !important;
    }

    section.aic-secondary-hero-no-image {
        padding-top: 70px;
        margin-bottom: 0px;
    }

    .footer__nav-list {
        flex-direction: row;
        gap: 1.5rem;
    }

    .footer__nav-list > .menu-item > a {
    font-size: 18px;
    }

    .footer__nav-list .sub-menu a {
    font-size: 14px;
    }

    /* News page responsive scaling */
    .aic-news-archive__search-field input[type="search"] {
        font-size: clamp(28px, 5vw, 54px);
    }

    .aic-latest-news__excerpt {
        font-size: 16px;
    }

    /* Reduce footer padding */
    .footer__top {
    padding: 2rem 3%;
    }

    .footer__bottom {
    padding: 0rem 3% 40px;
    }

    /* Body/container max-widths */
    body {
    font-size: 16px;
    }

    h1 {
    font-size: clamp(28px, 8vw, 80px);
    }

    h2 {
    font-size: clamp(24px, 6vw, 60px);
    }

    h3 {
    font-size: clamp(20px, 5vw, 42px);
    }

    /* WordPress block containers */
    .wp-block-columns {
        flex-direction: row;
    }

    .wp-block-column {
    flex-basis: 100% !important;
    margin-bottom: 1.5rem;
    }

    /* News archive layout */
    .aic-news-archive__layout {
    flex-direction: column;
    gap: 2rem;
    }

    .aic-news-archive__filters-column {
    width: 100%;
    position: static;
    }

    .aic-news-archive__filters {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    }
    .header-hamburger {
    display: flex;
    }
    .header-inner {
    height: 64px;
    padding: 8px 5%;
    }

    .header-logo-container:first-child {
    z-index: 1000000;
    }

    h1.aic-home-hero__title {
        color: #fff;
        font-family: Oswald;
        font-size: 60px !important;
        font-style: normal;
        font-weight: 600;
        letter-spacing: -5px !important;
        line-height: 102%;
        margin: 34px 0 !important;
        text-transform: uppercase;
        width: 98%;
    }

    .aic-full-width-content__body p {
    color: var(--Global-Colors-Secondary-Text, #312C2A);
    font-family: "Instrument Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
    }


    .aic-pe-map__map-wrapper {
        margin: 0;
        max-height: unset;
        max-width: 100%;
        overflow: hidden;
        padding: 0;
        width: 100%;
    }

    .aic-pe-map__state-detail.aic-pe-map__state-detail--visible {
        height: auto;
        padding: 30px 5% 50px;
        bottom: 0px;
    }

    .aic-pe-map__state-name {
        color: #fff;
        font-family: Oswald;
        font-size: 50px;
        font-style: normal;
        font-weight: 600;
        /* letter-spacing: -3.9px; */
        line-height: 102%;
        text-transform: uppercase;
    }

    .aic-featured-posts__inner {
        align-items: start;
        box-sizing: border-box;
        gap: 60px;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 70px;
        padding: 0 5%;
        width: 100%;
    }

    .aic-pe-map__facts-btn {
        align-items: center;
        background: #bae7ff;
        border-radius: 7.246px;
        color: #224f6a;
        display: inline-flex;
        font-family: Geist Mono;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        gap: 7.246px;
        justify-content: center;
        letter-spacing: -.2px;
        line-height: 110%;
        padding: 12px 17px;
        text-decoration: none;
        text-transform: uppercase;
        transition: background .2s ease;
    }

    span.aic-pe-map__stat-value {
        color: #fff;
        font-family: Oswald;
        font-size: 45px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: -2.25px;
        line-height: 110%;
        text-transform: uppercase;
    }

    span.aic-pe-map__stat-caption {
        color: #fff;
        font-family: Geist Mono;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: -1.05px;
        line-height: 111%;
        text-transform: uppercase;
    }

    p.aic-latest-news__excerpt {
        color: #312c2a;
        font-family: Instrument Sans;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 131%;
        margin-bottom: 24px;
    }

    time.aic-latest-news__date {
        color: #224F6A;
        font-family: Geist Mono;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: -.57px;
        line-height: 131%;
        text-transform: uppercase;
    }

    span.aic-latest-news__read-more {
        color: #f14e23;
        font-family: Geist Mono;
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: -.2px;
        line-height: 110%;
        text-transform: uppercase;
    }

    a.aic-latest-news__explore-btn {
        align-items: center;
        background: #224f6a;
        border-radius: 7.246px;
        color: #fff;
        display: inline-flex;
        font-family: Geist Mono;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        gap: 7.246px;
        justify-content: center;
        letter-spacing: -.2px;
        line-height: 110%;
        padding: 12px 17px;
        text-decoration: none;
        text-transform: uppercase;
    }

    h2.aic-full-width-cta__title {
        font-family: Oswald;
        font-size: 54px;
        font-weight: 700;
        letter-spacing: -3.5px;
        margin: 0;
        text-align: center;
        max-width: 98%;
    }

    a.aic-full-width-cta__btn.aic-full-width-cta__btn--solid {
        align-items: center;
        background: #224f6a;
        border: 2px solid #224f6a !important;
        border-radius: 7.246px;
        display: inline-flex;
        font-family: Geist Mono;
        font-size: 16px;
        font-weight: 400;
        gap: 7.246px;
        justify-content: center;
        letter-spacing: -.2px;
        padding: 12px 24px;
        text-decoration: none;
        transition: all .2s ease;
    }

    .footer__inner--bottom {
        flex-direction: column;
        align-items: center;
        gap: 1.8rem;
        padding-top: 30px;
        text-align: center;
    }

    .footer__legal-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem 1.5rem;
        align-items: center;
        justify-content: center;
    }

    .aic-secondary-hero-no-image__title {
        color: inherit;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        font-family: Oswald, sans-serif;
        font-size: 70px;
        font-style: normal;
        font-weight: 600;
        gap: -1.5vw 1.5vw;
        gap: 0 1.5vw;
        letter-spacing: -.04em;
        line-height: 100%;
        margin: 0;
        text-transform: uppercase;
    }

    .aic-board-of-directors__grid {
        display: grid;
        gap: 1.75rem 1.15rem;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        list-style: none;
        margin: 0;
        padding: 0 0 1.25rem;
    }


    .aic-board-directors-directory__members-grid {
        display: grid;
        gap: 1rem 1.15rem;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }


    h3.aic-divided-content-row__title {
        color: #224f6a;
        font-family: Oswald;
        font-feature-settings: "liga" off, "clig" off;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 33.509px;
        margin: 0;
        letter-spacing: -0.84px;
    }

    ul.wp-block-list {
        padding-left: 20px;
    }



    .aic-multi-content__right {
        order: 2;
        width: 100%;
    }

    .aic-multi-content__inner {
        align-items: start;
        box-sizing: border-box;
        display: flex;
        gap: 3rem;
        grid-template-columns: unset;
        margin: 0 auto;
        padding: 30px 5% 50px;
        flex-wrap: wrap;
    }

    .aic-multi-content__left {
        order: 1;
    }

    .aic-half-and-half__inner {
        align-items: start;
        display: grid;
        grid-auto-rows: unset;
        grid-template-columns: unset;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .aic-half-and-half__left, .aic-half-and-half__right {
        box-sizing: border-box;
        flex: unset;
        height: unset;
        min-width: 0;
        padding: 50px 5% 60px;
    }

    .aic-half-and-half__right a.aic-half-and-half__btn {
        align-items: center;
        background: #bae7ff;
        border: 2px solid #bae7ff;
        border-radius: 8.824px;
        box-sizing: border-box;
        color: #224f6a;
        display: inline-flex;
        font-family: Geist Mono;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        gap: 8.824px;
        min-height: 41px;
        justify-content: center;
        letter-spacing: -.2px;
        line-height: 110%;
        padding: 12px 24px;
        text-decoration: none;
        text-transform: uppercase;
        transition: all .2s ease;
        text-align: center;
        width: 100%;
        height: unset;
    }

    .aic-half-and-half__right a.aic-half-and-half__btn:last-child {
        align-items: center;
        background: #224f6a;
        border: 2px solid #bae7ff;
        border-radius: 8.824px;
        box-sizing: border-box;
        color: #bae7ff;
        display: inline-flex;
        font-family: Geist Mono;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        gap: 8.824px;
        min-height: 41px;
        justify-content: center;
        letter-spacing: -.2px;
        line-height: 110%;
        padding: 12px 24px;
        text-decoration: none;
        text-transform: uppercase;
        transition: all .2s ease;
        width: 100%;
        height: unset;
    }


    .aic-full-width-video-embed__play-btn {
        background: none;
        border: none;
        color: #fff;
        cursor: inherit;
        flex-shrink: 0;
        height: 75px;
        padding: 0;
        position: relative;
        width: 75px;
        z-index: 2;
    }

    .aic-secondary-hero__title {
        color: inherit;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        font-family: Oswald, sans-serif;
        font-size: 55px;
        font-style: normal;
        font-weight: 600;
        gap: -1.5vw 1.5vw;
        gap: 0 2vw;
        letter-spacing: -.04em;
        line-height: 100%;
        margin: 0;
        text-transform: uppercase;
    }

    button.aic-accordion-content-item__header {
        color: #224f6a;
        font-family: Oswald;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: normal;
        line-height: 102%;
    }

    .aic-accordion-content-item__panel-inner {
        align-items: start;
        display: grid;
        gap: 30px;
        grid-template-columns: 1fr;
        padding-bottom: 32px;
    }

    .aic-accordion-content-item__copy {
        color: #224F6A;
        font-family: Instrument Sans;
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        line-height: 131%;
        min-width: 0;
        padding-left: 0px;
        padding-top: 15px;
    }

    .aic-bar-chart__axis-tick {
        color: #002b4a;
        color: #224F6A;
        font-family: Oswald;
        font-size: clamp(1rem, 1.6vw, 2.75rem);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: -1.29px;
        line-height: 1;
        line-height: 102%;
        text-transform: uppercase;
    }

    span.aic-bar-chart__value {
        color: #fff;
        font-family: Oswald;
        font-size: 20px;
        letter-spacing: -2.25px;
        line-height: 102%;
    }

    .aic-bar-chart__label {
        color: #224F6A;
        font-family: Geist Mono;
        font-size: 16px;
        font-size: 12px;
        letter-spacing: -.57px;
        line-height: 131%;
        padding-top: 10px;
        text-align: center;
    }

    .aic-bar-chart__bars {
        align-items: flex-end;
        display: flex;
        gap: 10px;
        height: 350px;
        min-height: 350px;
    }

    .aic-bar-chart__axis {
        align-items: flex-end;
        display: flex;
        flex-direction: column;
        height: 350px;
        justify-content: space-between;
        min-height: 350px;
        padding-bottom: 59px;
    }

    .aic-bar-chart__label {
        color: #224F6A;
        font-family: Geist Mono;
        font-size: 16px;
        font-size: 12px;
        letter-spacing: -.57px;
        line-height: 131%;
        padding-top: 10px;
        text-align: center;
        min-height: 57px;
    }

    .aic-full-width-content--has-image .aic-full-width-content__inner {
        align-items: stretch;
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }


    .aic-news-archive__list-column {
        flex: 1 1 auto;
        min-width: 0;
        flex-wrap: wrap;
        display: flex;
    }

    .aic-news-archive__filters-column {
        width: 100%;
        position: static;
        order: 1;
    }

    .aic-news-archive__list-column {
        flex: 1 1 auto;
        min-width: 0;
        flex-wrap: wrap;
        display: flex;
        order: 2;
    }

    .aic-bar-chart__bars {
        align-items: flex-end;
        display: flex;
        gap: 5px;
        height: 350px;
        min-height: 350px;
    }


    .aic-news-page {
        margin-top: 130px;
        padding: 0px !important;
    }

    h1.wp-block-heading.aic-news-page__title {
        color: #224F6A;
        font-family: Oswald;
        font-size: 70px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: normal;
        text-transform: uppercase;
        margin-bottom: 66px;
        max-width: 100%;
        padding: 0% 5%;
        box-sizing: border-box;
    }


.aic-success-stories__title {
    border-bottom: 0 solid #3a9abf;
    color: #224f6a;
    display: inline-block;
    font-family: Oswald;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -2.25px;
    line-height: 102%;
    margin: 0 0 4px;
    padding: 0 0%;
    text-transform: uppercase;
}

.aic-success-stories__intro {
    color: #312c2a;
    font-family: Instrument Sans;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
    margin: 20px 0 40px;
    max-width: 1000px;
    padding: 0 0%;
}

.aic-state-hero__stats-inner {
    align-items: flex-start;
    box-sizing: border-box;
    display: flex;
    gap: 5vw;
    justify-content: center;
    padding: 0 5%;
    width: 100%;
    flex-wrap: wrap;
}

.aic-state-hero__stat-number {
    font-family: Oswald, sans-serif;
    font-size: 75px;
    letter-spacing: -3.9px;
    line-height: 110%;
}

span.aic-state-hero__stat-label {
    color: #fff;
    font-family: Instrument Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 103%;
    text-align: center;
    width: 300px;
}

.aic-state-hero__stat {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
}

.aic_state-template-default .entry-content h2 {
    color: #224F6A;
    font-family: Oswald;
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    line-height: 102%;
    letter-spacing: -3.9px;
    text-transform: uppercase;
    padding: 100px 5% 40px 5% !important;
    width: 100%;
    position: relative;
    margin-bottom: 80px;
}

.aic_state-template-default .entry-content h2::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 70%;
    height: 20px;
    background: #BAE7FF;
}

.aic_state-template-default .entry-content > p {
    color: #224F6A;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Instrument Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
    width: 100%;
    padding: 0px 5% !important;
    box-sizing: border-box;
    margin: 0px;
}

.aic_state-template-default .entry-content h2 {
    color: #224F6A;
    font-family: Oswald;
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    line-height: 102%;
    letter-spacing: -3.9px;
    text-transform: uppercase;
    padding: 100px 5% 40px 5% !important;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.aic-success-stories__intro {
    color: #312c2a;
    font-family: Instrument Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
    margin: 20px 0 40px;
    max-width: 1000px;
    padding: 0 0%;
}

}


@media (max-width: 768px) {

    .aic-pe-map__dropdown-trigger {
        justify-content: space-between;
        width: 230px;
    }

    .aic-state-hero__stat-number {
        font-family: Oswald, sans-serif;
        font-size: 60px;
        letter-spacing: -3.9px;
        line-height: 110%;
    }

    .wp-block-columns ul {
        margin: 0px;
    }

    .wp-block-columns {
        flex-direction: column;
        gap: 0rem;
    }

    .page-id-90 .wp-block-columns p {
        margin: 0px;
    }

    .aic-board-directors-directory__members-grid {
        display: grid;
        gap: 1rem 1.15rem;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .aic-board-of-directors__grid {
        display: grid;
        gap: 1.75rem 1.15rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        list-style: none;
        margin: 0;
        padding: 0 0 1.25rem;
    }

    .footer__column.footer__column--links {
        width: 100%;
    }

    .footer__column.footer__column--brand {
        display: flex;
        flex-direction: column;
        gap: 24px;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: center;
        padding: 30px;
        border-bottom: 1px solid white;
    }
    
    
    .aic-column-content__track {
        display: grid;
        gap: 1rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 0 0vw;
        flex-wrap: wrap;
    }
    header.wp-block-template-part {
    height: auto;
    }

    .header-inner {
    flex-wrap: wrap;
    padding: 12px 3%;
    gap: 12px;
    }

    a.header-logo img {
    max-height: 40px;
    }

    .header-nav__list {
    display: none;
    }

    .header-menu-container {
    gap: 12px;
    }
    .header-news__brand {
    font-size: 52px;
    }
    .aic-search-page {
    padding: 100px 5% 60px !important;
    }

    h1.wp-block-heading.aic-search-page__title {
    font-size: 52px;
    letter-spacing: -2px;
    margin-bottom: 40px;
    }

    .aic-search-results__search-field input[type="search"] {
    font-size: 14px;
    }
    /* Header: Compact with minimal padding */


    .header-inner {
    padding: 10px 3%;
    gap: 8px;
    }

    a.header-logo img {
    max-height: 38px;
    }

    .header-search-link {
    display: none !important;
    }

    .header-nav {
    display: none !important;
    }

    /* Footer: Stack columns, reduce font sizes */
    .footer__inner--top {
    flex-direction: column;
    gap: 1.5rem;
    }

    .footer__nav-list {
    flex-direction: column;
    gap: 1.2rem;
    }

    .footer__nav-list > .menu-item > a {
    font-size: 17px;
    }

    .footer__nav-list .sub-menu a {
    font-size: 13.5px;
    line-height: 1.5;
    margin-top: 0.5rem;
    }

    .footer__nav-list .sub-menu {
    padding-left: 0;
    }

    .footer__legal-list a,
    .footer__copyright {
    font-size: 13.5px;
    line-height: 1.6;
    }

    .footer__top {
    padding: 1.5rem 3%;
    }

    .footer__bottom {
    padding: 0rem 3% 30px;
    }

    .footer__inner--bottom {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        padding-top: 15px;
    }

    .footer__logo img {
    max-height: 36px;
    }

    /* General layout and typography */
    body {
    font-size: 15px;
    }

    h1 {
    font-size: clamp(24px, 7vw, 60px);
    }

    h2 {
    font-size: clamp(20px, 5.5vw, 48px);
    }

    h3 {
    font-size: clamp(18px, 5vw, 36px);
    }

    h4, h5, h6 {
    font-size: clamp(16px, 4vw, 28px);
    }

    /* Container padding adjustments */
    .aic-news-page {
    /* padding: 100px 3% 60px !important; */
    }

    .aic-search-page {
        padding: 80px 5% 50px !important;
    }

    /* Entry content padding */
    .entry-content > p,
    .entry-content > ul,
    .entry-content > ol,
    .entry-content > h2,
    .entry-content > h3,
    .entry-content > h4,
    .entry-content > h5,
    .entry-content > h6 {
    padding: 0 5%;
    }

    /* WordPress block adjustments */
    .wp-block-columns {
    flex-direction: column;
    gap: 1.2rem;
    }

    .wp-block-column {
    flex-basis: 100% !important;
    margin-bottom: 1rem;
    }

    /* News archive */
    .aic-news-archive__layout {
    flex-direction: column;
    gap: 1.5rem;
    }

    .aic-news-archive__filters-column {
    width: 100%;
    position: static;
    top: auto;
    }

    .aic-news-archive__search-field input[type="search"] {
    font-size: 32px;
    }

    .aic-news-archive__pagination {
    padding-left: 0;
    padding: 1.5rem 0 0;
    }

    /* Search page */
    h1.wp-block-heading.aic-search-page__title {
    font-size: 48px;
    letter-spacing: -1.8px;
    }

    .aic-search-results__search-field {
        flex-direction: row;
        align-items: center;
        border-bottom: none;
        justify-content: center;
        padding-bottom: 0px;
        padding-top: 5px;
    }

    .aic-search-results__search-field input[type="search"] {
    width: 100%;
    font-size: 14px;
    }

    .show-only-mobile {
    display: block;
    }

    .hide-below-768 {
    display: none !important;
    }
    .flex-responsive {
    flex-direction: column;
    }
    .grid-responsive {
    grid-template-columns: 1fr;
    }
    .aic-section-title__accent {
    height: 15px;
    /* margin-top: 10px; */
    }

}

@media (max-width: 700px) {
    .aic-search-results__select-wrap {
        width: 100% !important;
    }

    .entry-content > p,
    .entry-content > ul {
        color: #224F6A;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "Instrument Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        width: 100%;
        padding: 0px 10%;
        box-sizing: border-box;
    }

    .aic-research-featured .aic-column-content__track {
    grid-template-columns: 1fr;
    }

    .aic-research-featured {
    padding: 36px 0;
    }

    .aic-research-featured--slider .aic-column-content__column {
    flex: 0 0 100%;
    }

    ul.aic-latest-news__list {
        float: left;
        margin: 0px 0 0;
        padding: 0;
        width: 100%;
        width: 1000px;
        max-width: 100%;
    }

}

@media (max-width: 640px) {

    .aic-section-title.aic-section-title--left.wp-block-aic-builder-section-title {
        background: #fff;
        float: left;
        margin-top: 30px;
        width: 100%;
        padding-top: 20px;
    }


    h1.aic-home-hero__title {
        color: #fff;
        font-family: Oswald;
        font-size: 60px !important;
        font-style: normal;
        font-weight: 600;
        letter-spacing: -2px !important;
        line-height: 102%;
        margin: 34px 0 !important;
        text-transform: uppercase;
        width: 98%;
    }

    li.aic-featured-posts__item {
        display: none;
    }

    li.aic-featured-posts__item:first-child {
        display: block;
    }

    .aic-featured-posts__inner {
        align-items: start;
        box-sizing: border-box;
        gap: 0px;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 40px;
        padding: 0 5%;
        width: 100%;
        padding-bottom: 30px;
    }

    ul.aic-featured-posts__topics-list {
        display: flex;
        gap: 15px;
        list-style: none;
        margin: 0;
        padding: 0;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .aic-featured-posts__main-image-wrap {
        display: none;
    }

    .aic-full-width-video-embed {
        float: left;
        padding: 20px 0 15px;
        width: 100%;
    }

    .aic-news-archive__pagination .page-numbers,
    .aic-news-archive__pagination .page-numbers.dots {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
    .aic-single-related__track {
    grid-template-columns: 1fr;
    }

    .aic-single-related--slider .aic-single-related__item {
    flex-basis: 100%;
    }
    .aic-news-page {
    /* padding-top: 0;
    padding-bottom: 50px; */
    }

    .aic-news-page__title {
    font-size: 64px;
    }

    .aic-news-archive__search-field input[type="search"] {
    font-size: 30px;
    }

    .aic-news-archive__filters {
    grid-template-columns: 1fr;
    }

    .aic-column-content__track {
        display: grid;
        gap: 1rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 0 0vw;
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    h1.wp-block-heading.aic-search-page__title {
    font-size: 40px;
    letter-spacing: -1.5px;
    }

    .aic-board-directors-directory__members-grid {
        display: grid;
        gap: 2rem 1.15rem;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media (max-width: 450px) {

    .wp-block-columns {
        flex-direction: column;
        gap: 0rem !important;
    }

    .aic-board-of-directors__grid {
        display: grid;
        gap: 1.75rem 1.15rem;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        list-style: none;
        margin: 0;
        padding: 0 0 1.25rem;
    }

    /* Header: Minimal padding, smallest logo */
    header.wp-block-template-part {
    height: auto;
    padding-top: 0px;
    }

    .header-inner {
    padding: 8px 2%;
    gap: 6px;
    }

    a.header-logo img {
    max-height: 34px;
    }

    .header-menu-container {
    gap: 8px;
    }

    .header-search-link {
    display: none !important;
    }

    /* Footer: Extreme stacking and minimal font */
    .footer__inner--top {
    flex-direction: column;
    gap: 1.2rem;
    }

    .footer__column.footer__column--brand {
    gap: 16px;
    }

    .footer__nav-list {
    flex-direction: column;
    gap: 1rem;
    }

    .footer__nav-list > .menu-item > a {
    font-size: 15.5px;
    }

    .footer__nav-list .sub-menu a {
    font-size: 13px;
    margin-top: 0.4rem;
    }

    .footer__top {
    padding: 1.2rem 2%;
    }

    .footer__bottom {
    padding: 0rem 2% 25px;
    }

    .footer__inner--bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
    padding-top: 12px;
    }

    .footer__legal-list a,
    .footer__copyright {
    font-size: 12.5px;
    line-height: 1.5;
    }

    .footer__logo img {
    max-height: 32px;
    }

    a.footer_button {
    padding: 6px 12px;
    font-size: 13px;
    }

    /* General layout and typography */
    /* body {
    font-size: 14px;
    } */

    /* h1 {
    font-size: clamp(20px, 6vw, 48px);
    }

    h2 {
    font-size: clamp(18px, 5vw, 40px);
    }

    h3 {
    font-size: clamp(16px, 4.5vw, 32px);
    }

    h4, h5, h6 {
    font-size: clamp(14px, 4vw, 24px);
    } */

    /* p {
    font-size: clamp(13px, 3.5vw, 16px);
    line-height: 1.5;
    } */

    /* Container padding adjustments */
    .aic-news-page {
    /* padding: 80px 2% 50px !important; */
    }

    .aic-search-page {
        padding: 70px 5% 40px !important;
    }

    .aic-research-page {
    padding-top: 100px !important;
    }

    /* Entry content padding */
    .entry-content > p,
    .entry-content > ul,
    .entry-content > ol,
    .entry-content > h2,
    .entry-content > h3,
    .entry-content > h4,
    .entry-content > h5,
    .entry-content > h6 {
        padding: 0 0% !important;
        width: 100% !important;
    }

    .entry-content > h2 {
    font-size: 28px;
    margin: 1.5rem 0 1rem;
    }

    .entry-content > h3 {
    font-size: 24px;
    margin: 1.2rem 0 0.8rem;
    }

    /* WordPress block adjustments */
    .wp-block-columns {
    flex-direction: column;
    gap: 1rem;
    }

    .wp-block-column {
    flex-basis: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    }

    .wp-block-group {
    /* padding: 1rem !important; */
    }

    /* News archive */
    .aic-news-archive__layout {
    flex-direction: column;
    gap: 1rem;
    }

    .aic-news-archive__filters-column {
    width: 100%;
    position: static;
    }

    .aic-news-archive__filters {
    flex-direction: column;
    gap: 0.8rem;
    }

    .aic-news-archive__select-wrap {
    width: 100%;
    }

    .aic-news-archive__select-wrap select {
    width: 100%;
    }

    .aic-news-archive__search-field input[type="search"] {
    font-size: 24px;
    width: 100%;
    }

    .aic-news-archive__pagination {
    padding-left: 0;
    padding-top: 1rem;
    margin-top: 2rem;
    }

    /* Search page */
    h1.wp-block-heading.aic-search-page__title {
        font-size: 45px;
        letter-spacing: -1px;
        margin-bottom: 24px;
    }

    .aic-search-results__search-row {
    flex-direction: column;
    }

    .aic-search-results__search-field {
    width: 100%;
    border-bottom: 1px solid #224F6A;
    }

    .aic-search-results__search-field input[type="search"] {
        width: 100%;
        font-size: 20px;
        padding: 8px 0;
    }

    .aic-search-results__count {
    font-size: 13px;
    }

    .aic-search-results__select-wrap {
    width: 100%;
    }

    .aic-search-results__select-wrap select {
    width: 100%;
    }

    .aic-search-results__item {
        padding-bottom: 10px !important;
        margin-bottom: 5px;
    }

    /* Forms and buttons */
    input.gform_button {
    width: 100% !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    }

    .aic-single-post-divider {
    top: 70px;
    }

    h3.aic-board-of-directors__name {
        color: #224f6a;
        font-family: Instrument Sans;
        font-feature-settings: "liga" off, "clig" off;
        font-size: 33px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.3;
        margin: .45rem 0 .15rem;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    span.title {
        color: #224f6a;
        font-family: Instrument Sans;
        font-size: 21px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: -.57px;
        line-height: 131%;
    }

    .wp-block-quote {
    padding: 1rem 1.5rem;
    margin: 1rem 0;
    }

    /* Hide certain elements on mobile if needed */
    .hide-mobile {
    display: none !important;
    }
    .show-only-small-mobile {
    display: block;
    }

    .hide-below-450 {
    display: none !important;
    }

    .aic-column-content__track {
        display: grid;
        gap: 1rem;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        padding: 0 0vw;
        flex-wrap: wrap;
    }

    .footer__inner--bottom {
        flex-direction: column;
        align-items: center;
        gap: 1.8rem;
        padding-top: 30px;
        text-align: center;
    }
}

@media (min-width: 769px) {
    .hide-above-768 {
    display: none !important;
    }
}

@media (min-width: 1200px) {
    .container-responsive {
    max-width: 1440px;
    }
}

.entry-content > p {
    width: 100%;
    padding: 0% 5%;
    margin-bottom: 20px;
    margin-top: 0px;
}

.entry-content ol.wp-block-list, .entry-content ul.wp-block-list {
    width: 100%;
    padding: 0% 5% 0% 7.5%;
    margin-bottom: 20px;
    margin-top: 0px;
}

.entry-content > p {
    width: 100%;
    padding: 0% 5%;
    margin-bottom: 20px;
    margin-top: 0px;
}

.entry-content ol.wp-block-list li, .entry-content ul.wp-block-list li {
    width: 100%;
    margin-bottom: 10px;
}

/* footer.wp-block-template-part {
    margin-top: 50px;
} */

ul.aic-featured-posts__topics-list {
    display: flex;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
}

li.aic-featured-posts__topics-item {
    width: auto!important;
    margin-bottom: unset!important;
}

.aic-divided-content-row__content ul {
    padding: 0% 0% 0% 30px !important;
}

.aic-news-archive__clear-wrap a {
    /* appearance: none; */
    /* -webkit-appearance: none; */
    -moz-appearance: none;
    border: 0;
    border-radius: 6px;
    background-color: transparent;
    color: #224F6A;
    font-family: "Geist Mono";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.15px;
    text-transform: uppercase;
    height: 40px;
    width: 100%;
    padding: 0 36px 0 12px;
    cursor: pointer;
    background-image: none;
    display: flex;
    align-items: center;
    text-decoration: none;
    border: 2px solid #224F6A;
}

.aic-news-archive__clear-wrap a:hover {
    background-color: #F7511C;
    color: #fff!important;
    border-color: #F7511C!important;
}

main {
    z-index: 4;
    position: relative;
}

/* ==========================================================================
   404 — Page Not Found
   Giant peach "404" behind centered "PAGE NOT FOUND" + Go to Home button.
   ========================================================================== */
main.aic-404 {
    background: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    padding: 80px 5%;
    width: 100%;
}
.aic-404__inner {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin-top: 100px;
    margin-bottom: 200px;
}
.aic-404__big {
    color: #F4DCD2;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(280px, 48vw, 700px);
    font-weight: 700;
    letter-spacing: -10px;
    line-height: 0.85;
    pointer-events: none;
    text-align: center;
    user-select: none;
    width: 100%;
}
.aic-404__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 22px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.aic-404__heading {
    color: #224F6A;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(36px, 6vw, 72px);
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.aic-404__btn {
    background: #224F6A;
    border: 1px solid #224F6A;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-family: 'Geist Mono', monospace;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1;
    padding: 14px 28px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.18s ease, color 0.18s ease;
}
.aic-404__btn:hover,
.aic-404__btn:focus-visible {
    background: #fff;
    color: #224F6A;
    outline: none;
}
@media (max-width: 600px) {
    main.aic-404 {
        min-height: 70vh;
        padding: 60px 5%;
    }
    .aic-404__big {
        font-size: clamp(200px, 70vw, 400px);
        letter-spacing: -6px;
    }

    /* Footer contact (Phone / Email) was rendering in dark blue against the
       dark blue background on mobile — force it back to the desktop white. */
    .footer .footer__column.footer__column--contact,
    .footer .footer__column.footer__column--contact a {
        color: #fff;
    }
}

/* ==========================================================================
   Accessibility — WCAG 2.1 AA additions
   ========================================================================== */

/* Skip-to-main-content link. Hidden off-screen by default; appears as a
   navy chip in the top-left corner when focused via keyboard (Tab). */
.aic-skip-link {
    background: #002855;
    border-radius: 4px;
    color: #fff;
    font-family: "Geist Mono", monospace;
    font-size: 14px;
    font-weight: 700;
    left: -9999px;
    letter-spacing: 0.5px;
    padding: 12px 18px;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    top: -9999px;
    z-index: 1000001;
    opacity: 0;
}
.aic-skip-link:focus,
.aic-skip-link:focus-visible {
    left: 8px;
    top: 8px;
    outline: 2px solid #f7511c;
    outline-offset: 2px;
    opacity: 1;
}

/* Replacement focus indicators for inputs where outline was removed for
   visual cleanliness. Keyboard-only (focus-visible) so mouse clicks don't
   show the ring on the search overlay. */
.header-search-overlay__input:focus-visible,
.aic-news-archive__search-field input[type="search"]:focus-visible,
.aic-search-results__search-field input[type="search"]:focus-visible,
.aic-search-results__filter-select:focus-visible {
    outline: 2px solid #f7511c;
    outline-offset: 3px;
    border-radius: 2px;
}

/* ==========================================================================
   Heading-size reduction — 2026-06-10
   --------------------------------------------------------------------------
   Reduce four heading selectors by 25%. ONLY font-size changes — line-height,
   weight, color, letter-spacing, and family stay as-is.

   The plugin styles load AFTER the theme stylesheet (plugin block styles are
   enqueued at priority 15, theme is at 1), so theme rules need `!important`
   to win the cascade. Plugin source is left untouched so this lands via the
   working theme deploy path (no plugin rebuild required).

   Exception: .aic-section-title__heading's small (40px) variant
   (h2.aic-section-title__heading inside @media (max-width: 1100px) and
   @media (max-width: 640px)) stays at 40px — the plugin's own !important
   rule keeps that intact.
   ========================================================================== */

/* 1. Secondary hero title — was 105px → 78.75px */
.aic-secondary-hero__title {
    font-size: 78.75px !important;
}

/* 2. Section title heading — desktop was 80px → 60px. Mobile (≤1100px)
      is held at 40px by the plugin's own !important rule, unchanged. */
h2.aic-section-title__heading {
    font-size: 60px !important;
}

/* 3. Full-width content title — multiply each existing breakpoint value by
      0.75. Plugin source values: 60 / 56 / 52 / 50 plus clamp() rules.
      Reductions: 45 / 42 / 39 / 37.5 (whole-px rounded where reasonable). */
h2.aic-full-width-content__title {
    font-size: 45px !important;  /* was 60px */
}
@media (max-width: 1440px) {
    h2.aic-full-width-content__title {
        font-size: 42px !important;  /* was 56px */
    }
}
@media (max-width: 1200px) {
    h2.aic-full-width-content__title {
        font-size: 39px !important;  /* was 52px */
    }
}
@media (max-width: 1100px) {
    h2.aic-full-width-content__title {
        font-size: 37.5px !important;  /* was 50px */
    }
}
/* The two clamp()-based smaller breakpoints in the plugin (clamp(2rem,4vw,3.5rem)
   and clamp(1.5rem,3.5vw,2.5rem)) reduce the MAX only per spec. */
@media (max-width: 900px) {
    h2.aic-full-width-content__title {
        font-size: clamp(2rem, 4vw, 2.625rem) !important;  /* max was 3.5rem */
    }
}
@media (max-width: 700px) {
    h2.aic-full-width-content__title {
        font-size: clamp(1.5rem, 3.5vw, 1.875rem) !important;  /* max was 2.5rem */
    }
}

/* ==========================================================================
   Hero-less page top spacing — 2026-06-10
   --------------------------------------------------------------------------
   Pages that don't open with a full-bleed hero (e.g. Industry Perspectives,
   a legacy classic-content page) render their first element at y=0, behind
   the fixed nav. The `aic-no-hero` body class (set in functions.php) lets us
   push their content below the nav so the intro no longer overlaps. Matches
   the 81px header height + breathing room.
   ========================================================================== */
body.aic-no-hero .entry-content,
body.aic-no-hero .wp-block-post-content {
    padding-top: 120px;
}
@media (max-width: 1100px) {
    body.aic-no-hero .entry-content,
    body.aic-no-hero .wp-block-post-content {
        padding-top: 96px;
    }
}

/* ==========================================================================
   Hero height cap — 2026-06-10
   --------------------------------------------------------------------------
   Cap the main hero at 82vh on desktop so the next section is partially
   visible above the fold on smaller laptop viewports. Plugin source sets
   max-height: 100vh which makes the hero fill the entire screen on common
   laptop sizes (1366x768, 1440x900). Mobile values stay as-is — the plugin
   already scales appropriately at smaller breakpoints.
   ========================================================================== */
@media (min-width: 1101px) {
    .aic-home-hero,
    .aic-hero,
    section.aic-home-hero,
    section.aic-hero {
        max-height: 82vh !important;
        min-height: 620px !important;
    }
}