/**
 * Fluid layout overrides for theme CSS outside style.css.
 * Loaded last (wp_footer) so it wins over theme and Yellow Pencil.
 * Architecture: clamp() + CSS variables for scale; @container for components;
 * @media only for global shell (nav, dotted bg, viewport overflow).
 */

/* ===== Fluid design tokens (adjust scale site-wide here) ===== */
:root {
	--sqx-rem: 1rem;
	--sqx-fluid-vw: 0.25vw;

	/* Typography */
	--sqx-text-xs: clamp(0.6875rem, 0.65rem + var(--sqx-fluid-vw), 0.75rem);
	--sqx-text-sm: clamp(0.8125rem, 0.78rem + var(--sqx-fluid-vw), 0.875rem);
	--sqx-text-base: clamp(0.9375rem, 0.88rem + 0.35vw, 1.125rem);
	--sqx-text-md: clamp(1rem, 0.92rem + 0.45vw, 1.25rem);
	--sqx-text-lg: clamp(1.0625rem, 0.95rem + 0.55vw, 1.375rem);
	--sqx-text-xl: clamp(1.25rem, 1.05rem + 0.9vw, 1.75rem);
	--sqx-text-2xl: clamp(1.5rem, 1.2rem + 1.2vw, 2rem);
	--sqx-text-3xl: clamp(1.75rem, 1.35rem + 1.6vw, 2.5rem);

	/* Spacing */
	--sqx-space-3xs: clamp(0.125rem, 0.1rem + 0.1vw, 0.1875rem);
	--sqx-space-2xs: clamp(0.25rem, 0.2rem + 0.15vw, 0.375rem);
	--sqx-space-xs: clamp(0.375rem, 0.3rem + 0.25vw, 0.5rem);
	--sqx-space-sm: clamp(0.5rem, 0.42rem + 0.35vw, 0.75rem);
	--sqx-space-md: clamp(0.75rem, 0.62rem + 0.5vw, 1rem);
	--sqx-space-lg: clamp(1rem, 0.82rem + 0.75vw, 1.375rem);
	--sqx-space-xl: clamp(1.25rem, 1rem + 1vw, 1.75rem);
	--sqx-space-2xl: clamp(1.5rem, 1.15rem + 1.25vw, 2.25rem);
	--sqx-space-3xl: clamp(1.875rem, 1.4rem + 1.75vw, 2.75rem);

	/* Layout measure (article / company column ≈ 700px; page shell ≈ 1120px) */
	--sqx-measure-narrow: clamp(18rem, 92vw, 43.75rem);
	--sqx-measure-wide: clamp(20rem, 94vw, 70rem);
	--sqx-grid-card-min: clamp(16rem, 38vw, 20rem);
	--sqx-grid-gap: clamp(0.625rem, 0.5rem + 0.4vw, 0.875rem);
	--sqx-gutter-inline: clamp(0.875rem, 0.5rem + 2vw, 1.75rem);
	--sqx-mobile-gutter: 0.625rem; /* 10px — uniform side inset on mobile */
	--sqx-sticky-nav-inset: var(--sqx-mobile-gutter);
	--sqx-mobile-section-gap: 1.25rem; /* 20px — vertical space between page sections on mobile */

	/* Accent (brand) */
	--sqx-color-accent: #005696;
	--sqx-color-accent-hover: #004680;
	--sqx-color-accent-active: #004578;

	/* Search result categories (pastels aligned with sqx-events-planner) */
	--sqx-search-cat-company-bg: #dff3e3;
	--sqx-search-cat-company-border: rgba(34, 197, 94, 0.25);
	--sqx-search-cat-company-solid: #22c55e;
	--sqx-search-cat-company-text: #14532d;
	--sqx-search-cat-news-bg: #d8e9ff;
	--sqx-search-cat-news-border: rgba(59, 130, 246, 0.25);
	--sqx-search-cat-news-solid: #3b82f6;
	--sqx-search-cat-news-text: #1e3a8a;
	--sqx-search-cat-sec-bg: #ffe7cf;
	--sqx-search-cat-sec-border: rgba(249, 115, 22, 0.25);
	--sqx-search-cat-sec-solid: #f97316;
	--sqx-search-cat-sec-text: #9a3412;
	--sqx-search-cat-jobs-bg: #ede9fe;
	--sqx-search-cat-jobs-border: rgba(139, 92, 246, 0.25);
	--sqx-search-cat-jobs-solid: #8b5cf6;
	--sqx-search-cat-jobs-text: #5b21b6;
	--sqx-search-cat-glossary-bg: #e0f2fe;
	--sqx-search-cat-glossary-border: rgba(14, 165, 233, 0.25);
	--sqx-search-cat-glossary-solid: #0ea5e9;
	--sqx-search-cat-glossary-text: #075985;
}

/* Scroll-to-top: disabled site-wide (theme mod also forced to none in functions.php) */
html body #scroll-up {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

/* Prevent large right-side whitespace on resize: page always fills viewport */
html {
	width: 100% !important;
	overflow-x: hidden !important;
}
html body {
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}

/* Top header red strip → transparent; 8px blue accent at top of page */
html body .reviewnews-header .top-header {
	background: transparent !important;
	background-color: transparent !important;
	margin-top: 20px !important;
}
html body #page,
html body #page.af-whole-wrapper {
	border-top: 8px solid #005696 !important;
	border-top-color: #005696 !important;
}
html body #page,
html body #page.af-whole-wrapper,
html body .site.af-whole-wrapper {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	box-sizing: border-box !important;
}

/* Fix content-box on container: 100% + padding caused whitespace from ~1200px down */
html body .container-wrapper,
html body .elementor-page .container-wrapper,
html body .elementor-default .container-wrapper {
	box-sizing: border-box !important;
}

/* Page content sections: no nested scrollbars (viewport scroll only) */
html body #page #content .section-block-upper article.hentry,
html body #page #content .section-block-upper .entry-content-wrap,
html body #page #content .section-block-upper .entry-content,
html body #page #content .section-block-upper .entry-content > .wp-block-group,
html body #page #content .section-block-upper .entry-content .wp-block-group.is-layout-constrained,
html body #page #content .section-block-upper .entry-content .wp-block-group__inner-container,
html body #page #content .section-block-upper .entry-content .wp-block-uagb-advanced-heading {
	overflow: visible !important;
	overflow-x: visible !important;
	overflow-y: visible !important;
	max-height: none !important;
}

html body #page #content .section-block-upper .entry-content p,
html body #page #content .section-block-upper .entry-content li,
html body #page #content .section-block-upper .entry-content a {
	overflow-wrap: break-word !important;
	word-break: break-word !important;
}

/* 1200px and below: ensure no min-width or fixed width keeps content wider than viewport */
@media (max-width: 1200px) {
	html { overflow-x: hidden !important; }
	html body,
	html body #page,
	html body #page.af-whole-wrapper,
	html body .site.af-whole-wrapper,
	html body #content.container-wrapper,
	html body .section-block-upper {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box !important;
	}
}

/* 576px and below: header min-width was forcing overflow and whitespace */
@media (max-width: 576px) {
	html body .site-branding.uppercase-site-title {
		min-width: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}

/* Sticky nav (mobile): show ONLY the search icon on the right (opposite hamburger) */
@media (max-width: 992px) {
	html body #main-navigation-bar.aft-sticky-navigation .search-watch.bottom-bar-right,
	html body .af-bottom-header.aft-sticky-navigation .search-watch.bottom-bar-right {
		display: block !important;
		visibility: visible !important;
		pointer-events: auto !important;
		opacity: 1 !important;
		position: absolute !important;
		right: 0 !important;
		margin-right: 0 !important;
		top: 50% !important;
		transform: translateY(calc(-50% + 5px)) !important;
		z-index: 4 !important;
	}

	html body #main-navigation-bar.aft-sticky-navigation .search-watch.bottom-bar-right .header-search-login-row,
	html body .af-bottom-header.aft-sticky-navigation .search-watch.bottom-bar-right .header-search-login-row {
		display: flex !important;
		align-items: center !important;
		height: 38px !important;
		min-height: 38px !important;
		max-height: 38px !important;
		overflow: visible !important;
	}

	html body #main-navigation-bar.aft-sticky-navigation .search-watch.bottom-bar-right .nav-featured-sponsor-btn,
	html body .af-bottom-header.aft-sticky-navigation .search-watch.bottom-bar-right .nav-featured-sponsor-btn,
	html body #main-navigation-bar.aft-sticky-navigation .search-watch.bottom-bar-right .sqx-newsletter-cta-sponsor-link,
	html body .af-bottom-header.aft-sticky-navigation .search-watch.bottom-bar-right .sqx-newsletter-cta-sponsor-link {
		display: none !important;
		visibility: hidden !important;
	}

	html body #main-navigation-bar.aft-sticky-navigation .search-watch.bottom-bar-right .header-search-icon-only,
	html body .af-bottom-header.aft-sticky-navigation .search-watch.bottom-bar-right .header-search-icon-only {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		visibility: visible !important;
		pointer-events: auto !important;
		opacity: 1 !important;
		position: relative !important;
		/* Fixed height so open dropdown does not shift vertical centering of the icon */
		height: 38px !important;
		min-height: 38px !important;
		max-height: 38px !important;
		overflow: visible !important;
	}

	/* Sticky (mobile): dropdown opens below the icon (not at top of nav bar) */
	html body #main-navigation-bar.aft-sticky-navigation .search-watch.bottom-bar-right .header-search-icon-only .header-search-dropdown,
	html body .af-bottom-header.aft-sticky-navigation .search-watch.bottom-bar-right .header-search-icon-only .header-search-dropdown,
	html body #main-navigation-bar.aft-sticky-navigation .search-watch.bottom-bar-right .header-search-icon-only.is-open .header-search-dropdown,
	html body .af-bottom-header.aft-sticky-navigation .search-watch.bottom-bar-right .header-search-icon-only.is-open .header-search-dropdown {
		position: absolute !important;
		top: 100% !important;
		right: 0 !important;
		left: auto !important;
		margin-top: 8px !important;
		z-index: 100002 !important;
	}

	/* Sticky (mobile): keep icon position when panel is open */
	html body #main-navigation-bar.aft-sticky-navigation .search-watch.bottom-bar-right .header-search-icon-only.is-open,
	html body .af-bottom-header.aft-sticky-navigation .search-watch.bottom-bar-right .header-search-icon-only.is-open {
		transform: none !important;
	}

	/* Sticky (mobile): ensure the magnifier is visually dead-center */
	html body #main-navigation-bar.aft-sticky-navigation .search-watch.bottom-bar-right .header-search-icon-only .search-toggle-btn,
	html body .af-bottom-header.aft-sticky-navigation .search-watch.bottom-bar-right .header-search-icon-only .search-toggle-btn {
		width: 38px !important;
		height: 38px !important;
		padding: 0 !important;
		margin: 0 !important;
		display: grid !important;
		place-items: center !important;
		line-height: 0 !important;
		vertical-align: middle !important;
	}

	html body #main-navigation-bar.aft-sticky-navigation .search-watch.bottom-bar-right .header-search-icon-only .search-toggle-btn i,
	html body .af-bottom-header.aft-sticky-navigation .search-watch.bottom-bar-right .header-search-icon-only .search-toggle-btn i {
		display: block !important;
		line-height: 1 !important;
		margin: 0 !important;
	}
}

/* Floating main nav: fixed to viewport, always visible (fixed-header-script.js) */
html body #main-navigation-bar.aft-sticky-navigation,
html body .af-bottom-header.aft-sticky-navigation {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	min-width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
	overflow: visible !important;
	background: #005696 !important;
	background-color: #005696 !important;
	border-bottom: none !important;
	border-bottom-width: 0 !important;
	border-bottom-color: transparent !important;
	z-index: 99999 !important;
	animation: none !important;
	transition: transform 0.28s ease, opacity 0.28s ease !important;
}

html body #main-navigation-bar.aft-sticky-navigation::before,
html body .af-bottom-header.aft-sticky-navigation::before {
	content: "" !important;
	display: block !important;
	position: absolute !important;
	z-index: -1 !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 50% !important;
	width: 100vw !important;
	max-width: 100vw !important;
	transform: translateX(-50%) !important;
	background: #005696 !important;
	background-color: #005696 !important;
	pointer-events: none !important;
}

html body #main-navigation-bar.aft-sticky-navigation .container-wrapper,
html body .af-bottom-header.aft-sticky-navigation .container-wrapper,
html body #page #masthead #main-navigation-bar.aft-sticky-navigation .container-wrapper {
	width: 100% !important;
	max-width: 1120px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	background: transparent !important;
	border-bottom: none !important;
	border-bottom-width: 0 !important;
	border-bottom-color: transparent !important;
}

html body #main-navigation-bar.aft-sticky-navigation .bottom-bar-flex,
html body .af-bottom-header.aft-sticky-navigation .bottom-bar-flex {
	border-bottom: none !important;
	border-bottom-width: 0 !important;
}

/* Sticky nav: blue bar, white menu links (inverted from static nav) */
html body #main-navigation-bar.aft-sticky-navigation #menu-nav > li > a,
html body #main-navigation-bar.aft-sticky-navigation .main-navigation .menu-desktop > li > a,
html body #main-navigation-bar.aft-sticky-navigation .main-navigation .menu-desktop > ul > li > a,
html body #main-navigation-bar.aft-sticky-navigation .main-navigation .menu-desktop > .menu > li > a,
html body #main-navigation-bar.aft-sticky-navigation #primary-menu > ul:not(.menu-mobile) > li > a,
html body .af-bottom-header.aft-sticky-navigation #menu-nav > li > a {
	color: #ffffff !important;
	background-color: transparent !important;
}

html body #main-navigation-bar.aft-sticky-navigation #menu-nav > li > a:hover,
html body #main-navigation-bar.aft-sticky-navigation #menu-nav > li > a:focus-visible,
html body #main-navigation-bar.aft-sticky-navigation #menu-nav > li:hover > a,
html body #main-navigation-bar.aft-sticky-navigation #menu-nav > li.current-menu-item > a,
html body #main-navigation-bar.aft-sticky-navigation #menu-nav > li.current_page_item > a,
html body #main-navigation-bar.aft-sticky-navigation #menu-nav > li.current_page_parent > a,
html body #main-navigation-bar.aft-sticky-navigation .main-navigation .menu-desktop > ul > li > a:hover,
html body #main-navigation-bar.aft-sticky-navigation .main-navigation .menu-desktop > ul > li > a:focus-visible,
html body .af-bottom-header.aft-sticky-navigation #menu-nav > li > a:hover,
html body .af-bottom-header.aft-sticky-navigation #menu-nav > li.current-menu-item > a,
html body .af-bottom-header.aft-sticky-navigation #menu-nav > li.current_page_item > a {
	color: #005696 !important;
	background-color: #ffffff !important;
}

html body #main-navigation-bar.aft-sticky-navigation .ham,
html body #main-navigation-bar.aft-sticky-navigation .ham::before,
html body #main-navigation-bar.aft-sticky-navigation .ham::after,
html body .af-bottom-header.aft-sticky-navigation .ham,
html body .af-bottom-header.aft-sticky-navigation .ham::before,
html body .af-bottom-header.aft-sticky-navigation .ham::after {
	background-color: #ffffff !important;
}

html body #main-navigation-bar.aft-sticky-navigation .ham.exit,
html body .af-bottom-header.aft-sticky-navigation .ham.exit {
	background-color: transparent !important;
}

html body #main-navigation-bar.aft-sticky-navigation .search-toggle-btn,
html body #main-navigation-bar.aft-sticky-navigation .search-toggle-btn i,
html body .af-bottom-header.aft-sticky-navigation .search-toggle-btn,
html body .af-bottom-header.aft-sticky-navigation .search-toggle-btn i {
	color: #ffffff !important;
}

html body #main-navigation-bar.aft-sticky-navigation .search-toggle-btn:hover,
html body #main-navigation-bar.aft-sticky-navigation .search-toggle-btn:focus,
html body .af-bottom-header.aft-sticky-navigation .search-toggle-btn:hover,
html body .af-bottom-header.aft-sticky-navigation .search-toggle-btn:focus {
	background: transparent !important;
	background-color: transparent !important;
	color: #ffffff !important;
	opacity: 0.85;
}

html body #main-navigation-bar.aft-sticky-navigation .search-toggle-btn:hover i,
html body #main-navigation-bar.aft-sticky-navigation .search-toggle-btn:focus i,
html body .af-bottom-header.aft-sticky-navigation .search-toggle-btn:hover i,
html body .af-bottom-header.aft-sticky-navigation .search-toggle-btn:focus i {
	color: #ffffff !important;
}

html body > #main-navigation-bar.aft-sticky-navigation,
html body > .af-bottom-header.aft-sticky-navigation {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body #page #masthead #main-navigation-bar.aft-sticky-navigation,
body #main-navigation-bar.aft-sticky-navigation {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.af-boxed-layout html body #main-navigation-bar.aft-sticky-navigation,
.af-boxed-layout html body .af-bottom-header.aft-sticky-navigation {
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	max-width: none !important;
}
html body.admin-bar #main-navigation-bar.aft-sticky-navigation,
html body.admin-bar .af-bottom-header.aft-sticky-navigation {
	top: 32px !important;
}
@media screen and (max-width: 782px) {
	html body.admin-bar #main-navigation-bar.aft-sticky-navigation,
	html body.admin-bar .af-bottom-header.aft-sticky-navigation {
		top: 46px !important;
	}
}
html body #main-navigation-bar.aft-sticky-navigation:not(.aft-scroll-nav-hidden),
html body .af-bottom-header.aft-sticky-navigation:not(.aft-scroll-nav-hidden) {
	transform: translate3d(0, 0, 0) !important;
	opacity: 1 !important;
	pointer-events: auto !important;
	visibility: visible !important;
}
html body #main-navigation-bar.aft-sticky-navigation.aft-scroll-nav-hidden,
html body .af-bottom-header.aft-sticky-navigation.aft-scroll-nav-hidden {
	transform: translate3d(0, -100%, 0) !important;
	opacity: 0 !important;
	pointer-events: none !important;
	visibility: hidden !important;
}

/* 480px and below: all main pages — single 10px gutter (no stacked padding); content aligns across sections */
@media (max-width: 480px) {
	html body #content.container-wrapper {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	html body #content .section-block-upper,
	html body #main.site-main {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	html body .hentry .sec-filings-widget,
	html body #content .section-block-upper #primary #main .hentry .entry-content-wrap .entry-content .sec-filings-widget {
		padding-left: 0 !important;
		padding-right: 0 !important;
		box-sizing: border-box !important;
		max-width: 100% !important;
		overflow-x: auto;
	}
}

/* 400px and below: all main pages — same single 10px gutter (beat YP padding 0 / max-width 60%) */
@media (max-width: 400px) {
	html body #content.container-wrapper {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	html body #content .section-block-upper,
	html body #main.site-main {
		padding-left: 0 !important;
		padding-right: 0 !important;
		max-width: 100% !important;
		width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box !important;
	}
	html body .hentry .sec-filings-widget,
	html body #content .section-block-upper #primary #main .hentry .entry-content-wrap .entry-content .sec-filings-widget {
		padding-left: 0 !important;
		padding-right: 0 !important;
		box-sizing: border-box !important;
		max-width: 100% !important;
		overflow-x: auto;
	}
}

/* 480px and below: force fluid width and reset transform (beats YP fixed 480px on any page) */
@media (max-width: 480px) {
	html body #content.container-wrapper,
	html body #content .section-block-upper,
	html body #main.site-main,
	html body #primary.content-area,
	html body .hentry .sec-filings-widget,
	html body #sec-home-table {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box !important;
		left: auto !important;
		right: auto !important;
	}
	html body #main.site-main {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
	/* SEC home table: date cell two rows at 480px and below — year above, month.day below */
	html body #sec-home-table .sec-date-cell {
		min-width: 4em !important;
		vertical-align: middle !important;
	}
	html body #sec-home-table .sec-date-cell .sec-date-year,
	html body #sec-home-table .sec-date-cell .sec-date-md {
		display: block !important;
		line-height: 1.25 !important;
	}
	html body #sec-home-table .sec-date-cell .sec-date-year {
		font-weight: 600 !important;
	}
}

/* 480px and below: Home (page-id-23 / .home) — same horizontal edges as Featured News; override YP (use #page for specificity) */
@media (max-width: 480px) {
	/* Match Featured News: use same padding as its .container-wrapper (theme uses 10px at 576px) */
	html body.page-id-23 .aft-frontpage-feature-section-wrapper .container-wrapper,
	html body.page-id-23 .aft-frontpage-feature-section-wrapper section.af-main-banner-featured-posts .container-wrapper,
	html body.home .aft-frontpage-feature-section-wrapper .container-wrapper,
	html body.home .aft-frontpage-feature-section-wrapper section.af-main-banner-featured-posts .container-wrapper {
		padding-left: 10px !important;
		padding-right: 10px !important;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
	}
	/* SEC Filings block: same spacing as Featured News above so both sections align */
	html body.page-id-23 #page #content.container-wrapper,
	html body.page-id-23 #page #content .section-block-upper,
	html body.page-id-23 #page #main.site-main,
	html body.page-id-23 #primary.content-area,
	html body.page-id-23 .hentry .sec-filings-widget,
	html body.page-id-23 #sec-home-table,
	html body.page-id-23 #page #content .section-block-upper #primary #main article,
	html body.page-id-23 #page #content .section-block-upper #primary #main .hentry .entry-content-wrap,
	html body.page-id-23 #page #content .section-block-upper #primary #main .hentry .entry-content-wrap .entry-content,
	html body.page-id-23 #page #content .section-block-upper #primary #main .hentry .entry-content-wrap .entry-content .sec-filings-widget,
	html body.home #page #content.container-wrapper,
	html body.home #page #content .section-block-upper,
	html body.home #page #main.site-main,
	html body.home #primary.content-area,
	html body.home .hentry .sec-filings-widget,
	html body.home #sec-home-table,
	html body.home #page #content .section-block-upper #primary #main article,
	html body.home #page #content .section-block-upper #primary #main .hentry .entry-content-wrap,
	html body.home #page #content .section-block-upper #primary #main .hentry .entry-content-wrap .entry-content,
	html body.home #page #content .section-block-upper #primary #main .hentry .entry-content-wrap .entry-content .sec-filings-widget {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box !important;
		left: auto !important;
		right: auto !important;
	}
	/* Zero horizontal inset on main content wrapper (align with Featured News / Resource Partners) */
	html body.page-id-23 #page #content.container-wrapper,
	html body.home #page #content.container-wrapper {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	html body.page-id-23 #page #content .section-block-upper,
	html body.page-id-23 #page #main.site-main,
	html body.home #page #content .section-block-upper,
	html body.home #page #main.site-main {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	/* SEC widget: no extra padding so table uses same inset as #content */
	html body.page-id-23 .hentry .sec-filings-widget,
	html body.page-id-23 #page #content .section-block-upper #primary #main .hentry .entry-content-wrap .entry-content .sec-filings-widget,
	html body.home .hentry .sec-filings-widget,
	html body.home #page #content .section-block-upper #primary #main .hentry .entry-content-wrap .entry-content .sec-filings-widget {
		padding-left: 0 !important;
		padding-right: 0 !important;
		box-sizing: border-box !important;
		max-width: 100% !important;
		overflow-x: auto;
	}
	/* SEC table: fit container, column widths so Company has room and table aligns with content above */
	html body.page-id-23 #sec-home-table,
	html body.home #sec-home-table {
		table-layout: fixed !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		overflow: visible !important;
	}
	html body.page-id-23 #sec-home-table th:nth-child(1),
	html body.page-id-23 #sec-home-table td:nth-child(1),
	html body.home #sec-home-table th:nth-child(1),
	html body.home #sec-home-table td:nth-child(1) { width: 14% !important; }
	html body.page-id-23 #sec-home-table th:nth-child(2),
	html body.page-id-23 #sec-home-table td:nth-child(2),
	html body.home #sec-home-table th:nth-child(2),
	html body.home #sec-home-table td:nth-child(2) { width: 14% !important; }
	html body.page-id-23 #sec-home-table th:nth-child(3),
	html body.page-id-23 #sec-home-table td:nth-child(3),
	html body.home #sec-home-table th:nth-child(3),
	html body.home #sec-home-table td:nth-child(3) { width: 12% !important; }
	html body.page-id-23 #sec-home-table th:nth-child(4),
	html body.page-id-23 #sec-home-table td:nth-child(4),
	html body.home #sec-home-table th:nth-child(4),
	html body.home #sec-home-table td:nth-child(4) { width: 42% !important; }
	html body.page-id-23 #sec-home-table th:nth-child(5),
	html body.page-id-23 #sec-home-table td:nth-child(5),
	html body.home #sec-home-table th:nth-child(5),
	html body.home #sec-home-table td:nth-child(5) { width: 18% !important; }
	html body.page-id-23 #sec-home-table th,
	html body.page-id-23 #sec-home-table td,
	html body.home #sec-home-table th,
	html body.home #sec-home-table td {
		word-wrap: break-word !important;
		overflow-wrap: break-word !important;
		word-break: break-word !important;
		padding-left: 0.4em !important;
		padding-right: 0.4em !important;
		font-size: 0.8125rem !important;
	}
	html body.page-id-23 #page #main.site-main,
	html body.home #page #main.site-main {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
}

/* 400px and below: Home — same alignment as 480px; use #page + .home to beat YP body #content / max-width 60% */
@media (max-width: 400px) {
	html body.page-id-23 .aft-frontpage-feature-section-wrapper .container-wrapper,
	html body.page-id-23 .aft-frontpage-feature-section-wrapper section.af-main-banner-featured-posts .container-wrapper,
	html body.home .aft-frontpage-feature-section-wrapper .container-wrapper,
	html body.home .aft-frontpage-feature-section-wrapper section.af-main-banner-featured-posts .container-wrapper {
		padding-left: 10px !important;
		padding-right: 10px !important;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
	}
	html body.page-id-23 #page #content.container-wrapper,
	html body.page-id-23 #page #content .section-block-upper,
	html body.page-id-23 #page #main.site-main,
	html body.page-id-23 #primary.content-area,
	html body.page-id-23 .hentry .sec-filings-widget,
	html body.page-id-23 #sec-home-table,
	html body.page-id-23 #page #content .section-block-upper #primary #main article,
	html body.page-id-23 #page #content .section-block-upper #primary #main .hentry .entry-content-wrap,
	html body.page-id-23 #page #content .section-block-upper #primary #main .hentry .entry-content-wrap .entry-content,
	html body.page-id-23 #page #content .section-block-upper #primary #main .hentry .entry-content-wrap .entry-content .sec-filings-widget,
	html body.home #page #content.container-wrapper,
	html body.home #page #content .section-block-upper,
	html body.home #page #main.site-main,
	html body.home #primary.content-area,
	html body.home .hentry .sec-filings-widget,
	html body.home #sec-home-table,
	html body.home #page #content .section-block-upper #primary #main article,
	html body.home #page #content .section-block-upper #primary #main .hentry .entry-content-wrap,
	html body.home #page #content .section-block-upper #primary #main .hentry .entry-content-wrap .entry-content,
	html body.home #page #content .section-block-upper #primary #main .hentry .entry-content-wrap .entry-content .sec-filings-widget {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box !important;
		left: auto !important;
		right: auto !important;
	}
	html body.page-id-23 #page #content.container-wrapper,
	html body.home #page #content.container-wrapper {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	html body.page-id-23 #page #content .section-block-upper,
	html body.page-id-23 #page #main.site-main,
	html body.home #page #content .section-block-upper,
	html body.home #page #main.site-main {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	html body.page-id-23 .hentry .sec-filings-widget,
	html body.page-id-23 #page #content .section-block-upper #primary #main .hentry .entry-content-wrap .entry-content .sec-filings-widget,
	html body.home .hentry .sec-filings-widget,
	html body.home #page #content .section-block-upper #primary #main .hentry .entry-content-wrap .entry-content .sec-filings-widget {
		padding-left: 0 !important;
		padding-right: 0 !important;
		box-sizing: border-box !important;
		max-width: 100% !important;
		overflow-x: auto;
	}
	html body.page-id-23 #sec-home-table,
	html body.home #sec-home-table {
		table-layout: fixed !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		overflow: visible !important;
	}
	html body.page-id-23 #sec-home-table th:nth-child(1),
	html body.page-id-23 #sec-home-table td:nth-child(1),
	html body.home #sec-home-table th:nth-child(1),
	html body.home #sec-home-table td:nth-child(1) { width: 14% !important; }
	html body.page-id-23 #sec-home-table th:nth-child(2),
	html body.page-id-23 #sec-home-table td:nth-child(2),
	html body.home #sec-home-table th:nth-child(2),
	html body.home #sec-home-table td:nth-child(2) { width: 14% !important; }
	html body.page-id-23 #sec-home-table th:nth-child(3),
	html body.page-id-23 #sec-home-table td:nth-child(3),
	html body.home #sec-home-table th:nth-child(3),
	html body.home #sec-home-table td:nth-child(3) { width: 12% !important; }
	html body.page-id-23 #sec-home-table th:nth-child(4),
	html body.page-id-23 #sec-home-table td:nth-child(4),
	html body.home #sec-home-table th:nth-child(4),
	html body.home #sec-home-table td:nth-child(4) { width: 42% !important; }
	html body.page-id-23 #sec-home-table th:nth-child(5),
	html body.page-id-23 #sec-home-table td:nth-child(5),
	html body.home #sec-home-table th:nth-child(5),
	html body.home #sec-home-table td:nth-child(5) { width: 18% !important; }
	html body.page-id-23 #sec-home-table th,
	html body.page-id-23 #sec-home-table td,
	html body.home #sec-home-table th,
	html body.home #sec-home-table td {
		word-wrap: break-word !important;
		overflow-wrap: break-word !important;
		word-break: break-word !important;
		padding-left: 0.4em !important;
		padding-right: 0.4em !important;
		font-size: 0.8125rem !important;
	}
	html body.page-id-23 #page #main.site-main,
	html body.home #page #main.site-main {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
}

/* 480px and below, when sticky: show hamburger on left; search bar remains visible */
@media (max-width: 480px) {
	html body #main-navigation-bar.aft-sticky-navigation .offcanvas-navigaiton,
	html body .af-bottom-header.aft-sticky-navigation .offcanvas-navigaiton {
		display: flex !important;
		order: -1 !important;
	}
	/* Inner hamburger chain: force visible (beats theme/YP at any breakpoint) */
	html body #main-navigation-bar.aft-sticky-navigation .offcanvas-navigaiton .off-cancas-panel,
	html body .af-bottom-header.aft-sticky-navigation .offcanvas-navigaiton .off-cancas-panel {
		display: flex !important;
		visibility: visible !important;
	}
	html body #main-navigation-bar.aft-sticky-navigation .offcanvas-navigaiton .offcanvas,
	html body .af-bottom-header.aft-sticky-navigation .offcanvas-navigaiton .offcanvas {
		display: inline-block !important;
		visibility: visible !important;
	}
	html body #main-navigation-bar.aft-sticky-navigation .offcanvas-navigaiton .offcanvas-nav,
	html body .af-bottom-header.aft-sticky-navigation .offcanvas-navigaiton .offcanvas-nav {
		display: inline-block !important;
		visibility: visible !important;
	}
	html body #main-navigation-bar.aft-sticky-navigation .offcanvas-navigaiton .offcanvas-menu,
	html body .af-bottom-header.aft-sticky-navigation .offcanvas-navigaiton .offcanvas-menu {
		display: block !important;
		visibility: visible !important;
	}
}

/* Pagination: dead-center numbers in each box (beats theme + Yellow Pencil padding) */
/* Outer wrap + nav-links gap — live custom-style.php (0.25rem / 0.35rem ≈ 4px / 5.6px) */
html body .reviewnews-pagination,
html body #sqx-news-listing-pagination.reviewnews-pagination {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.5rem 0.75rem !important;
	margin-top: 1rem !important;
	text-align: center !important;
}
html body .reviewnews-pagination .navigation.pagination,
html body .reviewnews-pagination .pagination {
	margin-top: 0 !important;
	width: 100% !important;
}
html body .reviewnews-pagination .nav-links,
html body #sqx-news-listing-pagination .nav-links,
html body.blog .navigation .nav-links {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.25rem 0.35rem !important;
}

html body .reviewnews-pagination .navigation .nav-links a.page-numbers,
html body .reviewnews-pagination .navigation .nav-links span.page-numbers,
html body .reviewnews-pagination .nav-links a.page-numbers,
html body .reviewnews-pagination .nav-links span.page-numbers,
html body.blog .reviewnews-pagination .navigation .nav-links a.page-numbers,
html body.blog .reviewnews-pagination .navigation .nav-links span.page-numbers,
html body.blog .navigation .nav-links a.page-numbers,
html body.blog .navigation .nav-links span.page-numbers {
	box-sizing: border-box !important;
	display: grid !important;
	place-items: center !important;
	margin: 0 !important;
	padding: 0 !important;
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	line-height: 1 !important;
	min-height: 0 !important;
	vertical-align: middle !important;
	text-align: center !important;
	font-size: 14px !important;
	transform: none !important;
}
html body .reviewnews-pagination .navigation .nav-links a.page-numbers:not(.prev):not(.next),
html body .reviewnews-pagination .navigation .nav-links span.page-numbers.current,
html body .reviewnews-pagination .nav-links a.page-numbers:not(.prev):not(.next),
html body .reviewnews-pagination .nav-links span.page-numbers.current,
html body.blog .reviewnews-pagination .navigation .nav-links a.page-numbers:not(.prev):not(.next),
html body.blog .reviewnews-pagination .navigation .nav-links span.page-numbers.current,
html body.blog .navigation .nav-links a.page-numbers:not(.prev):not(.next),
html body.blog .navigation .nav-links span.page-numbers.current,
html body.blog .navigation .nav-links .current {
	width: 38px !important;
	height: 38px !important;
	min-width: 38px !important;
	min-height: 38px !important;
	max-width: 38px !important;
	max-height: 38px !important;
}
html body .reviewnews-pagination .navigation .nav-links a.prev.page-numbers,
html body .reviewnews-pagination .navigation .nav-links a.next.page-numbers,
html body .reviewnews-pagination .nav-links a.prev.page-numbers,
html body .reviewnews-pagination .nav-links a.next.page-numbers,
html body.blog .section-block-upper #primary #main .col-ten .reviewnews-pagination .navigation .nav-links a.prev.page-numbers,
html body.blog .section-block-upper #primary #main .col-ten .reviewnews-pagination .navigation .nav-links a.next.page-numbers,
html body.blog .section-block-upper #primary #main .col-ten .reviewnews-pagination .navigation .nav-links .prev,
html body.blog .section-block-upper #primary #main .col-ten .reviewnews-pagination .navigation .nav-links .next,
html body.blog .reviewnews-pagination .navigation .nav-links a.prev.page-numbers,
html body.blog .reviewnews-pagination .navigation .nav-links a.next.page-numbers,
html body.blog .navigation .nav-links .prev,
html body.blog .navigation .nav-links .next,
html body.blog .navigation .nav-links a.next.page-numbers {
	width: auto !important;
	min-width: 38px !important;
	height: 38px !important;
	min-height: 38px !important;
	max-width: none !important;
	padding: 0 14px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 14px !important;
	padding-right: 14px !important;
	line-height: 1 !important;
}
html body .reviewnews-pagination .navigation .nav-links span.page-numbers.dots,
html body .reviewnews-pagination .nav-links span.page-numbers.dots,
html body.blog .navigation .nav-links span.page-numbers.dots {
	width: auto !important;
	height: 38px !important;
	min-width: 0 !important;
	min-height: 38px !important;
	max-width: none !important;
	padding: 0 4px !important;
	border: none !important;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
}
html body.blog .navigation .nav-links .page-numbers:nth-child(2),
html body.blog .navigation .nav-links .page-numbers:nth-child(3),
html body.blog .navigation .nav-links .page-numbers:nth-child(4),
html body.blog .navigation .nav-links .page-numbers:nth-child(6) {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/* 480px and below: archive/news pagination — show only 3 page numbers (current ±1); prev label is "Prev" from theme */
@media (max-width: 480px) {
	.reviewnews-pagination .nav-links .page-numbers {
		display: none !important;
	}
	.reviewnews-pagination .nav-links a.prev.page-numbers,
	.reviewnews-pagination .nav-links a.next.page-numbers,
	.reviewnews-pagination .nav-links .page-numbers.current,
	.reviewnews-pagination .nav-links .page-numbers.current + .page-numbers,
	.reviewnews-pagination .nav-links .page-numbers.current + .page-numbers + .page-numbers {
		display: grid !important;
		place-items: center !important;
	}
}

/* Masthead (header): fluid width */
html body #masthead {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}

/*
 * Site logo + middle header: match live (custom-style.php).
 * Stock header-layout-side wants logo at 40% / left — override to full-width centered 120px.
 * Keep stock 20px vertical padding on .af-middle-header so logo band stays airy.
 */
html body #masthead .af-middle-header,
html body #page #masthead .af-middle-header,
html body [class*="header-layout-side"] .af-middle-header {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	background: transparent !important;
}

html body #masthead .af-middle-header .container-wrapper,
html body #page #masthead .af-middle-header .container-wrapper {
	width: 100% !important;
	max-width: 1120px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}

html body #masthead .af-middle-header .af-middle-container,
html body #page #masthead .af-middle-header .af-middle-container,
html body [class*="header-layout-side"] .af-middle-container {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	align-items: center !important;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}

/* Hide empty promotion / right slots so logo can center as one band */
html body #masthead .af-middle-header .header-promotion.main-bar-center,
html body #masthead .af-middle-header .main-bar-center:empty,
html body #masthead .af-middle-header .main-bar-right:empty,
html body #page #masthead .af-middle-header .header-promotion.main-bar-center,
html body #page #masthead .af-middle-header .main-bar-center:empty,
html body #page #masthead .af-middle-header .main-bar-right:empty {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}

html body #masthead .af-middle-header .main-bar-left,
html body #masthead .af-middle-header .logo.main-bar-left,
html body #page #masthead .af-middle-header .logo.main-bar-left,
html body [class*="header-layout-side"] .af-middle-container .logo,
html body [class*="header-layout-side"] .af-middle-container .logo.main-bar-left {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	width: 100% !important;
	max-width: 100% !important;
	flex: 1 1 100% !important;
	text-align: center !important;
	padding: 0 !important;
	float: none !important;
	box-sizing: border-box !important;
}

html body #masthead .site-branding,
html body #page #masthead .site-branding,
html body .site-branding {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto !important;
}

/* Logo SVG already includes tagline — hide duplicate text title */
html body #masthead .site-branding .site-title,
html body #masthead .site-branding .site-description,
html body #page #masthead .site-branding .site-title,
html body #page #masthead .site-branding .site-description,
html body .site-branding .site-title,
html body .site-branding .site-description {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

html body #masthead .site-branding .custom-logo-link,
html body #page #masthead .site-branding .custom-logo-link,
html body .site-branding .custom-logo-link {
	display: inline-flex !important;
	justify-content: center !important;
	align-items: center !important;
	margin: 30px auto !important;
}

html body #masthead .site-branding .custom-logo-link img,
html body #masthead .site-branding img.custom-logo,
html body #page #masthead .site-branding .custom-logo-link img,
html body #page #masthead .site-branding img.custom-logo,
html body .site-branding .custom-logo-link img,
html body .site-branding img.custom-logo {
	height: 120px !important;
	max-height: 120px !important;
	width: auto !important;
	max-width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	object-fit: contain !important;
}

/* Mobile: slightly smaller logo, keep centered */
@media screen and (max-width: 992px) {
	html body #masthead .site-branding .custom-logo-link,
	html body #page #masthead .site-branding .custom-logo-link,
	html body .site-branding .custom-logo-link {
		margin: 20px auto !important;
	}

	html body #masthead .site-branding .custom-logo-link img,
	html body #masthead .site-branding img.custom-logo,
	html body #page #masthead .site-branding .custom-logo-link img,
	html body #page #masthead .site-branding img.custom-logo,
	html body .site-branding .custom-logo-link img,
	html body .site-branding img.custom-logo {
		height: 84px !important;
		max-height: 84px !important;
	}
}

/* Main navigation bar (bottom header): transparent when static; blue when sticky */
html body #main-navigation-bar:not(.aft-sticky-navigation),
html body #main-navigation-bar.af-bottom-header:not(.aft-sticky-navigation) {
	background: transparent !important;
	background-color: transparent !important;
	/* Full-bleed bar; only the inner wrapper is 1120 — keeps the menu centered on page */
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

html body #main-navigation-bar:not(.aft-sticky-navigation) .container-wrapper {
	width: 100% !important;
	max-width: 1120px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
	border-bottom: 2px solid #005696 !important;
}

/* Main nav .container-wrapper: no side padding (theme .container-wrapper default 20px) */
html body #main-navigation-bar:not(.aft-sticky-navigation) .container-wrapper,
html body #page #masthead #main-navigation-bar:not(.aft-sticky-navigation) .container-wrapper,
html body .af-bottom-header:not(.aft-sticky-navigation) .container-wrapper {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

html body #main-navigation-bar .container-wrapper .bottom-bar-flex,
html body #main-navigation-bar .bottom-bar-flex {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* Only the flex row is capped — never the outer #main-navigation-bar */
html body #main-navigation-bar .bottom-bar-flex,
html body #page #masthead #main-navigation-bar .bottom-bar-flex {
	width: 100% !important;
	max-width: 1120px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}

/* Main nav bar: center the menu block in the row (wrap = live; nowrap let empty .bottom-bar-center steal width) */
html body #main-navigation-bar .bottom-bar-flex,
html body #page #masthead #main-navigation-bar .bottom-bar-flex {
	position: relative !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	background: transparent !important;
	background-color: transparent !important;
}

html body #main-navigation-bar .offcanvas-navigaiton.bottom-bar-left,
html body #main-navigation-bar .bottom-bar-center,
html body #page #masthead #main-navigation-bar .offcanvas-navigaiton.bottom-bar-left {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	flex: 1 1 auto !important;
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

html body #main-navigation-bar .navigation-container,
html body #main-navigation-bar .main-navigation,
html body #page #masthead #main-navigation-bar .navigation-container,
html body #page #masthead #main-navigation-bar .main-navigation {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	width: 100% !important;
	max-width: 1120px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	background: transparent !important;
	background-color: transparent !important;
	text-align: center !important;
}

html body #main-navigation-bar .main-navigation .menu.main-menu.menu-desktop,
html body #main-navigation-bar .main-navigation .menu-desktop,
html body #main-navigation-bar .main-navigation .menu-desktop > ul,
html body #main-navigation-bar #menu-nav.menu-desktop,
html body #main-navigation-bar #primary-menu.menu-desktop {
	display: flex !important;
	justify-content: stretch !important;
	align-items: stretch !important;
	flex-wrap: nowrap !important;
	gap: 10px !important;
	float: none !important;
	width: 100% !important;
	max-width: 1120px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
	background: transparent !important;
	background-color: transparent !important;
	font-size: 16px !important; /* beat stock font-size:0 on .menu-desktop */
}

@media screen and (min-width: 993px) {
	html body #main-navigation-bar .offcanvas-navigaiton.bottom-bar-left,
	html body #main-navigation-bar .navigation-container,
	html body #main-navigation-bar .main-navigation,
	html body #main-navigation-bar .main-navigation .menu.main-menu.menu-desktop {
		width: 100% !important;
		max-width: 1120px !important;
	}

	/*
	 * Desktop nav: live equal columns across 1120px; nowrap keeps labels on one line.
	 */
	html body #main-navigation-bar #menu-nav.menu-desktop > li,
	html body #main-navigation-bar .main-navigation .menu-desktop > ul > li,
	html body #main-navigation-bar .main-navigation .menu.main-menu.menu-desktop > ul > li {
		flex: 1 1 0 !important;
		min-width: 0 !important;
		width: auto !important;
		display: flex !important;
		justify-content: center !important;
		align-items: stretch !important;
		float: none !important;
		margin: 0 !important;
	}

	html body #main-navigation-bar #menu-nav.menu-desktop > li > a,
	html body #main-navigation-bar .main-navigation .menu-desktop > ul > li > a,
	html body #main-navigation-bar .main-navigation .menu.main-menu.menu-desktop > ul > li > a {
		flex: 1 1 auto !important;
		width: 100% !important;
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		text-align: center !important;
		white-space: nowrap !important;
		font-size: 16px !important;
		font-weight: 700 !important;
		line-height: 1.2 !important;
		padding: 10px !important;
		box-sizing: border-box !important;
	}

	/* Desktop: hide hamburger; show full menu row */
	html body #main-navigation-bar .toggle-menu,
	html body #main-navigation-bar .offcanvas-navigaiton .toggle-menu {
		display: none !important;
	}
}

html body #main-navigation-bar .offcanvas-navigaiton.bottom-bar-left,
html body #main-navigation-bar .bottom-bar-center,
html body #main-navigation-bar .navigation-container,
html body #main-navigation-bar .main-navigation {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	width: 100% !important;
	max-width: 1120px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	background: transparent !important;
}

@media screen and (min-width: 993px) {
	html body #main-navigation-bar .main-navigation .menu-desktop,
	html body #main-navigation-bar .main-navigation .menu-desktop > ul,
	html body #main-navigation-bar #menu-nav.menu-desktop,
	html body #main-navigation-bar #primary-menu.menu-desktop {
		display: flex !important;
		justify-content: stretch !important;
		align-items: stretch !important;
		flex-wrap: nowrap !important;
		gap: 10px !important;
		float: none !important;
		width: 100% !important;
		max-width: 1120px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		background: transparent !important;
	}

	html body #main-navigation-bar #menu-nav.menu-desktop > li,
	html body #main-navigation-bar .main-navigation .menu-desktop > ul > li {
		flex: 1 1 0 !important;
		min-width: 0 !important;
		display: flex !important;
		justify-content: center !important;
		align-items: stretch !important;
	}

	html body #main-navigation-bar #menu-nav.menu-desktop > li > a,
	html body #main-navigation-bar .main-navigation .menu-desktop > ul > li > a {
		flex: 1 1 auto !important;
		width: 100% !important;
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		text-align: center !important;
		white-space: nowrap !important;
		font-weight: 700 !important;
		padding: 10px !important;
	}
}

html body #main-navigation-bar .main-navigation .menu-desktop > li > a,
html body #main-navigation-bar .main-navigation .menu-desktop > ul > li > a,
html body #main-navigation-bar #menu-nav.menu-desktop > li > a,
html body #main-navigation-bar #menu-nav > li > a,
html body #main-navigation-bar #primary-menu > ul:not(.menu-mobile) > li > a,
html body #main-navigation-bar .main-navigation .menu .menu-mobile li a {
	font-size: 16px !important;
	padding: 10px !important;
	box-sizing: border-box !important;
	border-radius: 5px !important;
	transition: color 0.25s ease, background-color 0.25s ease !important;
}

@media screen and (min-width: 993px) {
	html body #main-navigation-bar .main-navigation .menu-desktop > li:first-child > a,
	html body #main-navigation-bar .main-navigation .menu-desktop > ul > li:first-child > a,
	html body #main-navigation-bar .main-navigation .menu-desktop > li:last-child > a,
	html body #main-navigation-bar .main-navigation .menu-desktop > ul > li:last-child > a,
	html body #main-navigation-bar .main-navigation .menu-desktop > li.menu-item-has-children > a,
	html body #main-navigation-bar .main-navigation .menu-desktop > ul > li.menu-item-has-children > a {
		padding: 10px !important;
	}
}

html body #main-navigation-bar .main-navigation .menu-desktop > li::after,
html body #main-navigation-bar .main-navigation .menu-desktop > ul > li::after,
html body #main-navigation-bar .main-navigation .menu-desktop > ul > li > a::before,
html body #main-navigation-bar .main-navigation .menu-desktop > li > a::before,
html body #main-navigation-bar #menu-nav > li > a::before {
	display: none !important;
	content: none !important;
}

html body #main-navigation-bar #menu-nav > li > a,
html body #main-navigation-bar .main-navigation .menu-desktop > ul > li > a {
	color: #005696 !important;
	background-color: transparent !important;
}

html body #main-navigation-bar #menu-nav > li > a:hover,
html body #main-navigation-bar #menu-nav > li > a:focus-visible,
html body #main-navigation-bar #menu-nav > li:hover > a,
html body #main-navigation-bar #menu-nav > li.current-menu-item > a,
html body #main-navigation-bar #menu-nav > li.current_page_item > a,
html body #main-navigation-bar .main-navigation .menu-desktop > ul > li > a:hover,
html body #main-navigation-bar .main-navigation .menu-desktop > ul > li > a:focus-visible {
	color: #ffffff !important;
	background-color: #005696 !important;
}

html body #main-navigation-bar .offcanvas-navigaiton .off-cancas-panel,
html body #main-navigation-bar .offcanvas-navigaiton .toggle-menu {
	position: absolute !important;
	left: 0 !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	z-index: 2 !important;
}

html body #main-navigation-bar .search-watch.bottom-bar-right {
	position: absolute !important;
	right: 0 !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	z-index: 2 !important;
	background: transparent !important;
}

/* Remove right-side search/watch block from nav bar (all screens) */
html body #main-navigation-bar .search-watch.bottom-bar-right,
html body .af-bottom-header .search-watch.bottom-bar-right,
html body #main-navigation-bar .search-watch.bottom-bar-right .header-search-login-row,
html body .af-bottom-header .search-watch.bottom-bar-right .header-search-login-row,
html body #main-navigation-bar .search-watch.bottom-bar-right .nav-featured-sponsor-btn,
html body #main-navigation-bar .search-watch.bottom-bar-right .sqx-newsletter-cta-sponsor-link,
html body #main-navigation-bar .search-watch.bottom-bar-right .header-search-icon-only,
html body .af-bottom-header .search-watch.bottom-bar-right .nav-featured-sponsor-btn,
html body .af-bottom-header .search-watch.bottom-bar-right .sqx-newsletter-cta-sponsor-link,
html body .af-bottom-header .search-watch.bottom-bar-right .header-search-icon-only {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
	opacity: 0 !important;
}

/* Sticky nav (mobile): allow search icon-only on right */
@media (max-width: 992px) {
	html body #main-navigation-bar.aft-sticky-navigation .search-watch.bottom-bar-right,
	html body .af-bottom-header.aft-sticky-navigation .search-watch.bottom-bar-right,
	html body #main-navigation-bar.aft-sticky-navigation .search-watch.bottom-bar-right .header-search-login-row,
	html body #main-navigation-bar.aft-sticky-navigation .search-watch.bottom-bar-right .header-search-icon-only,
	html body .af-bottom-header.aft-sticky-navigation .search-watch.bottom-bar-right .header-search-login-row,
	html body .af-bottom-header.aft-sticky-navigation .search-watch.bottom-bar-right .header-search-icon-only {
		display: block !important;
		visibility: visible !important;
		pointer-events: auto !important;
		opacity: 1 !important;
	}

	/*
	 * Live hardening: some layouts/plugins alter/remove `.bottom-bar-right` on `.search-watch`,
	 * or force-hide the container. Anchor the icon-only search by its own classes in sticky mode.
	 */
	html body #main-navigation-bar.aft-sticky-navigation .search-watch,
	html body .af-bottom-header.aft-sticky-navigation .search-watch {
		display: block !important;
		visibility: visible !important;
	}

	html body #main-navigation-bar.aft-sticky-navigation .header-search-login-row,
	html body .af-bottom-header.aft-sticky-navigation .header-search-login-row {
		display: block !important;
		visibility: visible !important;
		position: absolute !important;
		right: 0 !important;
		margin-right: 10px !important;
		top: 50% !important;
		transform: translateY(calc(-50% + 2px)) !important;
		z-index: 100001 !important;
	}

	html body #main-navigation-bar.aft-sticky-navigation .header-search-login-row .nav-featured-sponsor-btn,
	html body .af-bottom-header.aft-sticky-navigation .header-search-login-row .nav-featured-sponsor-btn,
	html body #main-navigation-bar.aft-sticky-navigation .header-search-login-row .sqx-newsletter-cta-sponsor-link,
	html body .af-bottom-header.aft-sticky-navigation .header-search-login-row .sqx-newsletter-cta-sponsor-link {
		display: none !important;
		visibility: hidden !important;
	}

	html body #main-navigation-bar.aft-sticky-navigation .header-search-login-row .header-search-icon-only,
	html body .af-bottom-header.aft-sticky-navigation .header-search-login-row .header-search-icon-only {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		height: 38px !important;
		min-height: 38px !important;
		max-height: 38px !important;
		overflow: visible !important;
	}
}

/* Sticky nav (mobile): remove right-side search/watch block entirely */
@media (max-width: 992px) {
	html body #main-navigation-bar.aft-sticky-navigation .search-watch.bottom-bar-right,
	html body .af-bottom-header.aft-sticky-navigation .search-watch.bottom-bar-right {
		display: none !important;
		visibility: hidden !important;
		pointer-events: none !important;
		opacity: 0 !important;
	}
}

/* Sticky nav (mobile): hide injected search slot unless navbar is sticky */
@media (max-width: 992px) {
	html body #main-navigation-bar:not(.aft-sticky-navigation) .sqx-sticky-search-slot,
	html body .af-bottom-header:not(.aft-sticky-navigation) .sqx-sticky-search-slot {
		display: none !important;
		visibility: hidden !important;
		pointer-events: none !important;
		opacity: 0 !important;
		width: 0 !important;
		height: 0 !important;
		overflow: hidden !important;
		margin: 0 !important;
		padding: 0 !important;
	}
}

/* Sticky nav (mobile): SQX injected icon-only search slot (right side) */
@media (max-width: 992px) {
	html body #main-navigation-bar.aft-sticky-navigation .container-wrapper,
	html body .af-bottom-header.aft-sticky-navigation .container-wrapper,
	html body #page #masthead #main-navigation-bar.aft-sticky-navigation .container-wrapper {
		padding-left: var(--sqx-sticky-nav-inset, var(--sqx-mobile-gutter)) !important;
		padding-right: var(--sqx-sticky-nav-inset, var(--sqx-mobile-gutter)) !important;
		box-sizing: border-box !important;
	}

	html body #main-navigation-bar.aft-sticky-navigation .bottom-bar-flex,
	html body .af-bottom-header.aft-sticky-navigation .bottom-bar-flex {
		justify-content: flex-start !important;
	}

	html body #main-navigation-bar.aft-sticky-navigation .offcanvas-navigaiton.bottom-bar-left,
	html body .af-bottom-header.aft-sticky-navigation .offcanvas-navigaiton.bottom-bar-left {
		justify-content: flex-start !important;
		align-items: center !important;
		width: 100% !important;
		max-width: 100% !important;
		flex: 1 1 auto !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		pointer-events: none !important;
	}

	html body #main-navigation-bar.aft-sticky-navigation .navigation-container,
	html body .af-bottom-header.aft-sticky-navigation .navigation-container,
	html body #main-navigation-bar.aft-sticky-navigation .main-navigation,
	html body .af-bottom-header.aft-sticky-navigation .main-navigation {
		justify-content: flex-start !important;
		align-items: center !important;
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		pointer-events: none !important;
	}

	html body #main-navigation-bar.aft-sticky-navigation .bottom-bar-flex .sqx-sticky-search-slot,
	html body .af-bottom-header.aft-sticky-navigation .bottom-bar-flex .sqx-sticky-search-slot {
		display: block !important;
		visibility: visible !important;
		position: absolute !important;
		right: 0 !important;
		margin-right: 0 !important;
		top: 50% !important;
		transform: translateY(calc(-50% + 2px)) !important;
		z-index: 100001 !important;
	}

	html body #main-navigation-bar.aft-sticky-navigation .sqx-sticky-search-slot .nav-featured-sponsor-btn,
	html body .af-bottom-header.aft-sticky-navigation .sqx-sticky-search-slot .nav-featured-sponsor-btn,
	html body #main-navigation-bar.aft-sticky-navigation .sqx-sticky-search-slot .sqx-newsletter-cta-sponsor-link,
	html body .af-bottom-header.aft-sticky-navigation .sqx-sticky-search-slot .sqx-newsletter-cta-sponsor-link {
		display: none !important;
		visibility: hidden !important;
	}

	html body #main-navigation-bar.aft-sticky-navigation .sqx-sticky-search-slot .header-search-icon-only,
	html body .af-bottom-header.aft-sticky-navigation .sqx-sticky-search-slot .header-search-icon-only {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		height: 38px !important;
		min-height: 38px !important;
		max-height: 38px !important;
	}

	html body #main-navigation-bar:not(.aft-sticky-navigation) .bottom-bar-center .sqx-sticky-nav-logo,
	html body .af-bottom-header:not(.aft-sticky-navigation) .bottom-bar-center .sqx-sticky-nav-logo {
		display: none !important;
		visibility: hidden !important;
		pointer-events: none !important;
		opacity: 0 !important;
	}

	html body #main-navigation-bar.aft-sticky-navigation .bottom-bar-center,
	html body .af-bottom-header.aft-sticky-navigation .bottom-bar-center {
		display: flex !important;
		visibility: visible !important;
		position: absolute !important;
		left: 50% !important;
		top: 50% !important;
		transform: translate(-50%, -50%) !important;
		width: auto !important;
		max-width: calc(100% - 120px) !important;
		margin: 0 !important;
		padding: 0 !important;
		justify-content: center !important;
		align-items: center !important;
		z-index: 100000 !important;
		pointer-events: none !important;
		flex: 0 0 auto !important;
	}

	html body #main-navigation-bar.aft-sticky-navigation .bottom-bar-center .sqx-sticky-nav-logo,
	html body .af-bottom-header.aft-sticky-navigation .bottom-bar-center .sqx-sticky-nav-logo {
		display: flex !important;
		visibility: visible !important;
		align-items: center !important;
		justify-content: center !important;
		pointer-events: auto !important;
		cursor: pointer !important;
		opacity: 1 !important;
		line-height: 0 !important;
		text-decoration: none !important;
	}

	html body #main-navigation-bar.aft-sticky-navigation .bottom-bar-center .sqx-sticky-nav-logo img,
	html body .af-bottom-header.aft-sticky-navigation .bottom-bar-center .sqx-sticky-nav-logo img {
		display: block !important;
		height: 32px !important;
		width: auto !important;
		max-width: min(52vw, 200px) !important;
		object-fit: contain !important;
	}

	html body #main-navigation-bar.aft-sticky-navigation .main-navigation .toggle-menu,
	html body #main-navigation-bar.aft-sticky-navigation .offcanvas-navigaiton .toggle-menu,
	html body #main-navigation-bar.aft-sticky-navigation .offcanvas-navigaiton .off-cancas-panel,
	html body .af-bottom-header.aft-sticky-navigation .main-navigation .toggle-menu,
	html body .af-bottom-header.aft-sticky-navigation .offcanvas-navigaiton .toggle-menu,
	html body .af-bottom-header.aft-sticky-navigation .offcanvas-navigaiton .off-cancas-panel {
		left: var(--sqx-sticky-nav-inset, var(--sqx-mobile-gutter)) !important;
		right: auto !important;
		margin-left: 0 !important;
		transform: translateY(-50%) !important;
		pointer-events: auto !important;
	}

	html body.sqx-mobile-nav-open #main-navigation-bar.aft-sticky-navigation #primary-menu,
	html body.sqx-mobile-nav-open #main-navigation-bar.aft-sticky-navigation #menu-nav,
	html body.sqx-mobile-nav-open #main-navigation-bar.aft-sticky-navigation .main-navigation .menu > ul,
	html body.sqx-mobile-nav-open .af-bottom-header.aft-sticky-navigation #primary-menu,
	html body.sqx-mobile-nav-open .af-bottom-header.aft-sticky-navigation #menu-nav,
	html body.sqx-mobile-nav-open .af-bottom-header.aft-sticky-navigation .main-navigation .menu > ul {
		pointer-events: auto !important;
	}
}

@media (max-width: 992px) and (min-width: 768px) {
	html body #main-navigation-bar.aft-sticky-navigation .container-wrapper,
	html body .af-bottom-header.aft-sticky-navigation .container-wrapper,
	html body #page #masthead #main-navigation-bar.aft-sticky-navigation .container-wrapper {
		padding-left: var(--sqx-sticky-nav-inset, var(--sqx-gutter-inline)) !important;
		padding-right: var(--sqx-sticky-nav-inset, var(--sqx-gutter-inline)) !important;
	}
}

html body #main-navigation-bar .offcanvas-navigaiton.bottom-bar-left,
html body #main-navigation-bar .bottom-bar-center,
html body #main-navigation-bar .search-watch.bottom-bar-right {
	box-sizing: border-box !important;
}

html body #main-navigation-bar .navigation-container,
html body #main-navigation-bar .main-navigation {
	width: 100% !important;
	max-width: 1120px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

html body #main-navigation-bar .af-search-wrap.af-search-inline .search-form .search-field,
html body #main-navigation-bar .af-search-wrap.af-search-inline .search-form input.search-field {
	max-width: 100% !important;
}

/* Main banner section (Latest News bento): fluid — layout 2 uses fixed 1120px block below */
html body section.aft-main-banner-section:not(.aft-banner-layout-2),
html body section.aft-main-banner-section .container-wrapper,
html body section.aft-main-banner-section .aft-main-banner-wrapper,
html body section.aft-main-banner-section .aft-main-banner-part,
html body section.aft-main-banner-section .reviewnews-customizer,
html body section.aft-main-banner-section .af-main-banner-bento-posts,
html body section.aft-main-banner-section .bento-grid-wrapper {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}

/* Latest News bento (layout 2): detailed 1120px + zero horizontal inset — see final block at EOF */

html body section.aft-main-banner-section .bento-left-column,
html body section.aft-main-banner-section .bento-right-column,
html body section.aft-main-banner-section .bento-large-item,
html body section.aft-main-banner-section .bento-small-item,
html body section.aft-main-banner-section .af-title-subtitle-wrap,
html body .aft-frontpage-feature-section-wrapper .bento-read-more-wrapper {
	box-sizing: border-box !important;
	max-width: 100% !important;
}

html body section.aft-main-banner-section .read-single,
html body section.aft-main-banner-section .read-img.read-bg-img,
html body section.aft-main-banner-section .read-details {
	max-width: 100% !important;
}

/* Large/hero bento only — height:auto breaks 1:1 small thumbnails when loaded last */
html body section.aft-main-banner-section .bento-large-item .read-img.read-bg-img img,
html body section.aft-main-banner-section .bento-large-item .read-img img {
	max-width: 100% !important;
	height: auto !important;
}

/* Bento hero headline (large card): 18px */
html body .af-main-banner-bento-posts .bento-large-item .read-title h3,
html body .af-main-banner-bento-posts .bento-large-item .read-title h3 a,
html body .af-main-banner-bento-posts .bento-large-item .read-title h3 a span {
	font-size: 18px !important;
	line-height: 1.4 !important;
}

html body .af-main-banner-bento-posts .bento-small-item .read-title h3,
html body .af-main-banner-bento-posts .bento-small-item .read-title h3 a,
html body .af-main-banner-bento-posts .bento-small-item .read-title h3 a span {
	font-size: 16px !important;
	line-height: 1.4 !important;
}

/* Article card titles: no CSS hyphenation (bento + listings; iOS Safari) */
html body #page .read-title,
html body #page .read-title h1,
html body #page .read-title h2,
html body #page .read-title h3,
html body #page .read-title h4,
html body #page .read-title a,
html body #page .read-title span {
	hyphens: none !important;
	-webkit-hyphens: none !important;
	-ms-hyphens: none !important;
}

/* Bento small cards: 10px top margin only; thumbnails 20% wider (30% → 36%) */
html body section.aft-main-banner-section .bento-small-item,
html body .af-main-banner-bento-posts .bento-small-item,
html body #page section.aft-main-banner-section .af-main-banner-bento-posts .bento-right-column .bento-small-item {
	margin-top: 10px !important;
	margin-bottom: 0 !important;
}

html body .af-main-banner-bento-posts .bento-small-item .read-single.grid-design-texts-over-image {
	align-items: flex-start !important;
}

html body .af-main-banner-bento-posts .bento-small-item .read-single.grid-design-texts-over-image .read-img.read-bg-img,
html body .af-main-banner-bento-posts .bento-small-item .read-single.grid-design-texts-over-image .read-img {
	flex: 0 0 36% !important;
	width: 36% !important;
	max-width: 36% !important;
	min-width: 0 !important;
	align-self: flex-start !important;
	position: relative !important;
	aspect-ratio: auto !important;
	height: 120px !important;
	min-height: 120px !important;
	max-height: 120px !important;
	overflow: hidden !important;
	display: block !important;
}

html body section.aft-main-banner-section .bento-small-item .read-img.read-bg-img img,
html body section.aft-main-banner-section .bento-small-item .read-img img,
html body section.aft-main-banner-section .bento-small-item .read-bg-img .wp-post-image,
html body .af-main-banner-bento-posts .bento-small-item .read-img.read-bg-img img,
html body .af-main-banner-bento-posts .bento-small-item .read-img img,
html body .af-main-banner-bento-posts .bento-small-item .read-bg-img .wp-post-image {
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: none !important;
	object-fit: cover !important;
	object-position: center !important;
}

html body .af-main-banner-bento-posts .bento-small-item .read-single.grid-design-texts-over-image .read-details.pad,
html body .af-main-banner-bento-posts .bento-small-item .read-single.grid-design-texts-over-image .pad.read-details {
	flex: 1 1 64% !important;
}

html body .af-main-banner-bento-posts .bento-right-column {
	gap: 0 !important;
}

/* Bento hero .read-details: no overlay background, flush margins */
html body .af-main-banner-bento-posts .bento-large-item .pad.read-details.color-tp-pad,
html body .af-main-banner-bento-posts .bento-large-item .read-single.grid-design-texts-over-image .read-details,
html body .af-main-banner-bento-posts .bento-large-item .grid-design-texts-over-image .read-details,
html body section.aft-main-banner-section .af-main-banner-bento-posts .bento-large-item .read-details {
	margin-top: 0 !important;
	margin-left: 0 !important;
	padding-top: 0 !important;
	padding-left: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
}

/* Frontpage feature section (Featured News): fluid */
html body .aft-frontpage-feature-section-wrapper,
html body .aft-frontpage-feature-section-wrapper section.af-main-banner-featured-posts,
html body .aft-frontpage-feature-section-wrapper .container-wrapper,
html body .aft-frontpage-feature-section-wrapper .af-main-banner-featured-posts.featured-posts,
html body .aft-frontpage-feature-section-wrapper .sqx-featured-news-grid,
html body .aft-frontpage-feature-section-wrapper .bento-read-more-wrapper,
html body .aft-frontpage-feature-section-wrapper .section-wrapper.af-widget-body,
html body .aft-frontpage-feature-section-wrapper .af-container-row {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}

html body #page .aft-frontpage-feature-section-wrapper,
html body .aft-frontpage-feature-section-wrapper {
	border-top: none !important;
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
}

html body .sqx-featured-news-grid .af-title-subtitle-wrap,
html body .aft-frontpage-feature-section-wrapper .sqx-featured-news-grid .af-title-subtitle-wrap {
	margin-bottom: 10px !important;
}

html body .sqx-featured-news-grid,
html body .sqx-featured-news-grid .widget-title,
html body .aft-frontpage-feature-section-wrapper .sqx-featured-news-grid,
html body .aft-frontpage-feature-section-wrapper .sqx-featured-news-grid .widget-title {
	border: none !important;
	border-top: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
}

/* Featured News header row (title + CTA): SQX blue top rule */
html body .sqx-featured-news-grid .af-title-subtitle-wrap,
html body .aft-frontpage-feature-section-wrapper .sqx-featured-news-grid .af-title-subtitle-wrap {
	border: none !important;
	border-top: 2px solid var(--sqx-color-accent, #005696) !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
	margin-top: 0 !important;
	padding-top: 6px !important;
	padding-bottom: 10px !important;
	margin-bottom: 10px !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
}

/* Featured News CTA: square top corners (theme default 4px on all sides) */
html body .sqx-featured-news-grid .sqx-featured-news-cta-btn,
html body .aft-frontpage-feature-section-wrapper .sqx-featured-news-grid .sqx-featured-news-cta-btn {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

/* Featured News CTA: tablet/desktop — title row only (not mid-grid insert) */
@media screen and (min-width: 768px) {
	html body .sqx-featured-news-grid .af-container-row > .sqx-featured-news-cta-btn--mid,
	html body .aft-frontpage-feature-section-wrapper .sqx-featured-news-grid .af-container-row > .sqx-featured-news-cta-btn--mid {
		display: none !important;
	}
}

html body .sqx-featured-news-grid .widget-title .heading-line,
html body .aft-frontpage-feature-section-wrapper .sqx-featured-news-grid .widget-title .heading-line,
html body .sqx-featured-news-grid span.heading-line,
html body .aft-frontpage-feature-section-wrapper .sqx-featured-news-grid span.heading-line {
	font-size: 20px !important;
	color: #005696 !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	text-decoration: none !important;
	border: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

html body .sqx-featured-news-grid .af-title-subtitle-wrap .widget-title,
html body .aft-frontpage-feature-section-wrapper .sqx-featured-news-grid .af-title-subtitle-wrap .widget-title {
	padding-left: 0 !important;
	margin-left: 0 !important;
}

html body .sqx-featured-news-grid .widget-title .heading-line::before,
html body .sqx-featured-news-grid .widget-title .heading-line::after,
html body .sqx-featured-news-grid .widget-title .heading-line-before,
html body .sqx-featured-news-grid .widget-title .heading-line-after,
html body .aft-frontpage-feature-section-wrapper .sqx-featured-news-grid .widget-title .heading-line::before,
html body .aft-frontpage-feature-section-wrapper .sqx-featured-news-grid .widget-title .heading-line::after,
html body .aft-frontpage-feature-section-wrapper .sqx-featured-news-grid .widget-title .heading-line-before,
html body .aft-frontpage-feature-section-wrapper .sqx-featured-news-grid .widget-title .heading-line-after {
	display: none !important;
	content: none !important;
	background: transparent !important;
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

html body .aft-frontpage-feature-section-wrapper .af-title-subtitle-wrap,
html body .aft-frontpage-feature-section-wrapper .af-sec-post.col-4 {
	box-sizing: border-box !important;
	max-width: 100% !important;
}

html body .aft-frontpage-feature-section-wrapper .read-single,
html body .aft-frontpage-feature-section-wrapper .read-img.read-bg-img,
html body .aft-frontpage-feature-section-wrapper .read-details {
	max-width: 100% !important;
}

html body .aft-frontpage-feature-section-wrapper .read-img.read-bg-img img,
html body .aft-frontpage-feature-section-wrapper .read-img img {
	max-width: 100% !important;
	height: auto !important;
}

/* Frontpage feature section: ensure card images fully cover their wrapper */
html body .aft-frontpage-feature-section-wrapper .read-img.read-bg-img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

/* Page wrapper and main content: fluid */
html body #page.af-whole-wrapper,
html body #content.container-wrapper,
html body .section-block-upper {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}

html body #primary.content-area,
html body #main.site-main {
	max-width: 100% !important;
}

/* Partner Video Spotlight: 1120px centered on homepage */
html body .af-partner-video-spotlight-section,
html body .af-partner-video-spotlight-section .container-wrapper,
html body .af-partner-video-spotlight-section .section-wrapper.af-widget-body,
html body .af-partner-video-spotlight-section .partner-video-spotlight-grid {
	width: 100% !important;
	max-width: 1120px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}

html body .af-partner-video-spotlight-section .partner-video-spotlight-card,
html body .af-partner-video-spotlight-section .partner-video-spotlight-media {
	box-sizing: border-box !important;
	max-width: 100% !important;
}

/* Beat theme global `button { height: 38px }` so cards stay 16:9 */
html body .af-partner-video-spotlight-section .partner-video-spotlight-trigger,
html body #page .af-partner-video-spotlight-section button.partner-video-spotlight-trigger {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	padding: 0 !important;
	aspect-ratio: 16 / 9 !important;
	background: #0a0a0a !important;
	border: 1px solid #e0e0e0 !important;
	border-radius: 8px !important;
	line-height: 0 !important;
	font-weight: inherit !important;
	color: inherit !important;
	box-sizing: border-box !important;
}

/* Partner Video Spotlight section title */
html body .af-partner-video-spotlight-section .widget-title,
html body #page .af-partner-video-spotlight-section .widget-title.header-after1.category-color-1 {
	border: none !important;
	border-top: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
}

/* Partner Video Spotlight header row: SQX blue top rule (match Resource Partners) */
html body .af-partner-video-spotlight-section .af-title-subtitle-wrap,
html body #page .af-partner-video-spotlight-section .af-title-subtitle-wrap {
	border: none !important;
	border-top: 2px solid var(--sqx-color-accent, #005696) !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
	margin-top: 0 !important;
	padding-top: 6px !important;
	padding-bottom: 10px !important;
	margin-bottom: 10px !important;
	box-shadow: none !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-sizing: border-box !important;
}

html body .af-partner-video-spotlight-section .widget-title .heading-line,
html body .af-partner-video-spotlight-section .widget-title.header-after1.category-color-1 .heading-line,
html body #page .af-partner-video-spotlight-section .widget-title .heading-line,
html body #page > .af-partner-video-spotlight-section.reviewnews-customizer .heading-line,
html body .af-partner-video-spotlight-section span.heading-line {
	font-size: 20px !important;
	color: #005696 !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	text-decoration: none !important;
	border: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* Resource Partners (featured sponsors): 1120px centered on homepage */
html body .af-featured-sponsors-section,
html body .af-featured-sponsors-section .container-wrapper,
html body .af-featured-sponsors-section .section-wrapper.af-widget-body,
html body .af-featured-sponsors-section .featured-sponsors-grid {
	width: 100% !important;
	max-width: 1120px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}

html body .af-featured-sponsors-section .featured-sponsor-card,
html body .af-featured-sponsors-section .sponsor-card-logo-wrapper,
html body .af-featured-sponsors-section .sponsor-card-content {
	box-sizing: border-box !important;
	max-width: 100% !important;
}

html body .af-featured-sponsors-section .sponsor-card-logo {
	max-width: 100% !important;
	height: auto !important;
	width: auto !important;
}

/* Resource Partners section title */
html body .af-featured-sponsors-section .widget-title,
html body #page .af-featured-sponsors-section .widget-title.header-after1.category-color-1 {
	border: none !important;
	border-top: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
}

/* Resource Partners header row: SQX blue top rule (match homepage) */
html body .af-featured-sponsors-section .af-title-subtitle-wrap,
html body #page .af-featured-sponsors-section .af-title-subtitle-wrap {
	border: none !important;
	border-top: 2px solid var(--sqx-color-accent, #005696) !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
	margin-top: 0 !important;
	padding-top: 6px !important;
	padding-bottom: 10px !important;
	margin-bottom: 10px !important;
	box-shadow: none !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-sizing: border-box !important;
}

html body .af-featured-sponsors-section .widget-title .heading-line,
html body .af-featured-sponsors-section .widget-title.header-after1.category-color-1 .heading-line,
html body #page .af-featured-sponsors-section .widget-title .heading-line,
html body #page > .af-featured-sponsors-section.reviewnews-customizer .heading-line,
html body .af-featured-sponsors-section span.heading-line {
	font-size: 20px !important;
	color: #005696 !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	text-decoration: none !important;
	border: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

html body .af-featured-sponsors-section .af-title-subtitle-wrap .widget-title,
html body .af-featured-sponsors-section .widget-title.header-after1.category-color-1 {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

html body .af-featured-sponsors-section .widget-title .heading-line::before,
html body .af-featured-sponsors-section .widget-title .heading-line::after,
html body .af-featured-sponsors-section .widget-title .heading-line-before,
html body .af-featured-sponsors-section .widget-title .heading-line-after {
	display: none !important;
	content: none !important;
	background: transparent !important;
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

/* Newsletter CTA section: fluid — 1120px content column (see final block at EOF) */
html body .sqx-newsletter-cta-section {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
}

html body .sqx-newsletter-cta-container,
html body .sqx-newsletter-cta-inner {
	width: 1120px !important;
	max-width: 1120px !important;
	min-width: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box !important;
}

/* Newsletter CTA title: match homepage .section-block-upper .wp-block-heading */
html body .sqx-newsletter-cta-section h2.sqx-newsletter-cta-title,
html body h2.sqx-newsletter-cta-title {
	font-size: 20px !important;
	color: #005696 !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	text-align: left !important;
	background: transparent !important;
	background-color: transparent !important;
	border: none !important;
	border-top: 2px solid var(--sqx-color-accent, #005696) !important;
	border-bottom: none !important;
	box-shadow: none !important;
	margin-top: 0 !important;
	padding-top: 6px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 10px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 10px !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	box-sizing: border-box !important;
	align-self: stretch !important;
}

/* Homepage: keep CTA title consistent with section titles */
html body.home .sqx-newsletter-cta-section h2.sqx-newsletter-cta-title,
html body.home h2.sqx-newsletter-cta-title {
	border-top: 2px solid var(--sqx-color-accent, #005696) !important;
	border-bottom: none !important;
}

/* Newsletter Subscribe button row: center (live custom-style.php) */
html body .sqx-newsletter-cta-form-row,
html body .sqx-newsletter-cta-form-row.sqx-newsletter-cta-sponsor-row,
html body #page .sqx-newsletter-cta-form-row,
html body #content .sqx-newsletter-cta-form-row {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.5rem !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
	box-sizing: border-box !important;
}

html body .sqx-newsletter-cta-form-row .sqx-newsletter-cta-submit,
html body a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link {
	flex: 0 0 auto !important;
}

/* Footer: site-wide background #011921 */
html body #page footer.site-footer,
html body footer.site-footer,
html body footer.site-footer .primary-footer,
html body footer.site-footer .secondary-footer,
html body #page .site-footer .primary-footer,
html body #page .site-footer .secondary-footer {
	background-color: #011921 !important;
	background-image: none !important;
}

html body footer.site-footer .primary-footer,
html body #page footer.site-footer .primary-footer,
html body #page .site-footer .primary-footer {
	padding-bottom: 0 !important;
}

html body footer.site-footer .secondary-footer,
html body #page footer.site-footer .secondary-footer,
html body #page .site-footer .secondary-footer,
html body footer.site-footer .site-info,
html body #page footer.site-footer .site-info {
	background-color: #011921 !important;
	background-image: none !important;
}

html body footer.site-footer .secondary-footer,
html body #page footer.site-footer .secondary-footer,
html body #page .site-footer .secondary-footer {
	padding-top: 0 !important;
}

/* Footer bottom: no light seam below dark bar (body/#page #f5f5f5 peeking through) */
html body footer.site-footer,
html body #page > footer.site-footer {
	margin-bottom: 0 !important;
	padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px)) !important;
	border-bottom: none !important;
}

/* Desktop only: extend footer bg below fold — causes dark viewport bands on iOS Safari if applied globally */
@media screen and (min-width: 768px) and (orientation: landscape),
	screen and (min-width: 1025px) {
	html body footer.site-footer,
	html body #page > footer.site-footer {
		box-shadow: 0 100vh 0 0 #011921 !important;
	}
}

html body footer.site-footer .site-info,
html body #page footer.site-footer .site-info {
	margin-bottom: 0 !important;
	border-bottom: none !important;
}

html body footer.site-footer.data-bg::before,
html body footer.site-footer.data-bg .secondary-footer::before,
html body footer.site-footer .secondary-footer::before,
html body #page footer.site-footer.data-bg::before {
	display: none !important;
	content: none !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
}

html body footer.site-footer .container-wrapper,
html body footer.site-footer .af-container-row,
html body footer.site-footer .primary-footer-area,
html body footer.site-footer .widget-area,
html body footer.site-footer .widget,
html body.aft-dark-mode footer.site-footer .primary-footer .reviewnews-widget,
html body.aft-default-mode footer.site-footer .primary-footer .reviewnews-widget,
html body.aft-dark-mode footer.site-footer.data-bg .primary-footer .reviewnews-widget,
html body.aft-default-mode footer.site-footer.data-bg .primary-footer .reviewnews-widget {
	background-color: transparent !important;
	background-image: none !important;
}

/* Footer: all text solid white (site-wide) */
html body footer.site-footer,
html body footer.site-footer p,
html body footer.site-footer h1,
html body footer.site-footer h2,
html body footer.site-footer h3,
html body footer.site-footer h4,
html body footer.site-footer h5,
html body footer.site-footer h6,
html body footer.site-footer .wp-block-heading,
html body footer.site-footer a,
html body footer.site-footer a:visited,
html body footer.site-footer a:hover,
html body footer.site-footer a:focus,
html body footer.site-footer li,
html body footer.site-footer span,
html body footer.site-footer .athfb-copyright,
html body footer.site-footer .color-pad,
html body footer.site-footer .widget,
html body footer.site-footer .widget-area,
html body footer.site-footer .read-title h3 a,
html body footer.site-footer #wp-calendar caption {
	color: #ffffff !important;
}

/* Footer: fluid layout */
html body .site-footer .primary-footer,
html body .site-footer .container-wrapper,
html body .site-footer .af-container-row {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}

/* Footer primary columns: 300px each, spread across 1120px row */
html body footer.site-footer .primary-footer > .container-wrapper {
	max-width: 1120px !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box !important;
}

html body footer.site-footer .primary-footer .af-container-row {
	display: flex !important;
	flex-wrap: nowrap !important;
	justify-content: space-between !important;
	align-items: flex-start !important;
	width: 100% !important;
	max-width: 1120px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}

html body footer.site-footer .primary-footer-area.footer-first-widgets-section,
html body footer.site-footer .primary-footer-area.footer-second-widgets-section,
html body footer.site-footer .primary-footer-area.footer-third-widgets-section,
html body #page footer.site-footer .primary-footer-area.footer-first-widgets-section.col-3,
html body #page footer.site-footer .primary-footer-area.footer-second-widgets-section.col-3,
html body #page footer.site-footer .primary-footer-area.footer-third-widgets-section.col-3 {
	width: 300px !important;
	max-width: 300px !important;
	min-width: 300px !important;
	flex: 0 0 300px !important;
	float: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box !important;
}

html body footer.site-footer .primary-footer-area.footer-third-widgets-section .widget-area {
	width: 100% !important;
	max-width: 100% !important;
}

/* Footer columns: center all elements inside each 300px container */
html body footer.site-footer .primary-footer-area.footer-first-widgets-section,
html body footer.site-footer .primary-footer-area.footer-second-widgets-section,
html body footer.site-footer .primary-footer-area.footer-third-widgets-section {
	text-align: center !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
}

html body footer.site-footer .primary-footer-area .widget-area.color-pad,
html body footer.site-footer .primary-footer-area .widget,
html body footer.site-footer .primary-footer-area .widget_block {
	width: 100% !important;
	max-width: 100% !important;
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

html body footer.site-footer .primary-footer-area p,
html body footer.site-footer .primary-footer-area h3,
html body footer.site-footer .primary-footer-area .wp-block-heading,
html body footer.site-footer .primary-footer-area .widget-title {
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100% !important;
	max-width: 100% !important;
}

html body footer.site-footer .primary-footer-area #block-83,
html body footer.site-footer .primary-footer-area #block-83 p,
html body footer.site-footer .primary-footer-area #block-83 p a {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-top: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	text-align: left !important;
	text-decoration: none !important;
	border-bottom: none !important;
	cursor: pointer !important;
}

html body footer.site-footer .footer-logo-link,
html body footer.site-footer .footer-logo-link figure,
html body footer.site-footer .primary-footer-area .wp-block-image,
html body footer.site-footer .primary-footer-area figure {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
}

/* Footer logo widget #block-90: zero padding and margin */
html body footer.site-footer #block-90,
html body footer.site-footer #block-90.widget,
html body footer.site-footer #block-90.widget_block,
html body footer.site-footer #block-90 .footer-logo-link,
html body footer.site-footer #block-90 .wp-block-image,
html body footer.site-footer #block-90 figure,
html body footer.site-footer #block-90 .wp-block-image img,
html body footer.site-footer #block-90 img {
	margin: 0 !important;
	padding: 0 !important;
}

/* Footer logo: same scale as header (120px → 84px, −30%) */
html body footer.site-footer .footer-logo-link img,
html body footer.site-footer .footer-logo-link figure img,
html body footer.site-footer #block-90 img,
html body footer.site-footer #block-90 .wp-block-image img {
	height: 84px !important;
	max-height: 84px !important;
	width: auto !important;
	max-width: 100% !important;
	object-fit: contain !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
}

html body footer.site-footer #block-90 {
	width: auto !important;
	max-width: 200px !important;
}

html body footer.site-footer .primary-footer-area .wp-block-image img,
html body footer.site-footer .primary-footer-area figure img {
	margin-left: auto !important;
	margin-right: auto !important;
}

html body footer.site-footer .primary-footer-area .sqx-social-icons,
html body footer.site-footer .primary-footer-area #block-66 .sqx-social-icons,
html body footer.site-footer .primary-footer-area #block-66 > div {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100% !important;
	max-width: 100% !important;
}

html body footer.site-footer #block-66 .sqx-social-icons a img,
html body #page footer.site-footer #block-66 .sqx-social-icons a img {
	width: 35px !important;
	height: 35px !important;
	max-width: 35px !important;
	max-height: 35px !important;
}

/* Footer Follow Us #block-66: zero top padding/inset */
html body footer.site-footer #block-66,
html body footer.site-footer #block-66.widget.reviewnews-widget,
html body footer.site-footer #block-66.widget_block,
html body footer.site-footer #block-66 h3 {
	padding-top: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

html body footer.site-footer #block-66 .sqx-social-icons,
html body footer.site-footer #block-66 > div.sqx-social-icons {
	margin-top: 10px !important;
}

/* Footer Our Partner #block-68: zero top/bottom padding; desktop gap from Follow Us icons */
html body footer.site-footer #block-68,
html body footer.site-footer #block-68.widget.reviewnews-widget,
html body footer.site-footer #block-68.widget_block {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

html body footer.site-footer #block-68 h3,
html body footer.site-footer #block-68 h3.wp-block-heading {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
	html body footer.site-footer #block-66,
	html body footer.site-footer #block-66.widget.reviewnews-widget,
	html body footer.site-footer #block-66.widget_block {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

	html body footer.site-footer #block-68,
	html body footer.site-footer #block-68.widget.reviewnews-widget,
	html body footer.site-footer #block-68.widget_block {
		margin-top: 30px !important;
	}

	/* Quick Links (middle column): match Follow Us label, spacing, center align */
	html body footer.site-footer .primary-footer-area.footer-second-widgets-section {
		text-align: center !important;
		align-items: center !important;
	}

	html body footer.site-footer #block-99,
	html body footer.site-footer #block-99.widget.reviewnews-widget,
	html body footer.site-footer #block-99.widget_block {
		margin-bottom: 0 !important;
		padding: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	html body footer.site-footer #block-99 h2,
	html body footer.site-footer #block-99 .uagb-heading-text {
		font-size: 16.38px !important;
		font-weight: 700 !important;
		line-height: 1.5 !important;
		text-align: center !important;
		margin-top: 0 !important;
		margin-bottom: 15px !important;
		padding: 0 !important;
	}

	html body footer.site-footer #nav_menu-8,
	html body footer.site-footer #nav_menu-8.widget_nav_menu,
	html body footer.site-footer #nav_menu-8.widget.reviewnews-widget,
	html body footer.site-footer #nav_menu-8 .menu-footer_nav-container {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		padding: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	html body footer.site-footer #nav_menu-8 .menu,
	html body footer.site-footer #menu-footer_nav {
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: center !important;
		align-items: center !important;
		margin: 0 !important;
		padding: 0 !important;
		list-style: none !important;
		gap: 10px !important;
	}

	html body footer.site-footer #nav_menu-8 .menu > li,
	html body footer.site-footer #menu-footer_nav > li {
		display: inline-flex !important;
		align-items: center !important;
		margin: 0 !important;
		padding: 0 !important;
		border-bottom: none !important;
		list-style: none !important;
	}

	html body footer.site-footer #nav_menu-8 .menu > li:not(:last-child)::after {
		content: "|" !important;
		margin-left: 10px !important;
		color: #ffffff !important;
		font-size: 14px !important;
		line-height: 1.5 !important;
		pointer-events: none !important;
	}

	html body footer.site-footer #nav_menu-8 .menu a,
	html body footer.site-footer #menu-footer_nav a {
		font-size: 14px !important;
		color: #ffffff !important;
		text-decoration: none !important;
		border-bottom: none !important;
		box-shadow: none !important;
		line-height: 1.5 !important;
		transition: color 0.2s ease !important;
	}

	html body footer.site-footer #nav_menu-8 .menu a:hover,
	html body footer.site-footer #nav_menu-8 .menu a:focus-visible,
	html body footer.site-footer #menu-footer_nav a:hover,
	html body footer.site-footer #menu-footer_nav a:focus-visible,
	html body #page footer.site-footer #nav_menu-8 .menu a:hover,
	html body #page footer.site-footer #nav_menu-8 .menu a:focus-visible,
	html body #page footer.site-footer #nav_menu-8 #menu-footer_nav a:hover,
	html body #page footer.site-footer #nav_menu-8 #menu-footer_nav a:focus-visible {
		color: #6eb5e8 !important;
		text-decoration: none !important;
		border-bottom: none !important;
		box-shadow: none !important;
	}

	html body footer.site-footer #nav_menu-8 .menu a:active,
	html body footer.site-footer #menu-footer_nav a:active,
	html body #page footer.site-footer #nav_menu-8 .menu a:active,
	html body #page footer.site-footer #nav_menu-8 #menu-footer_nav a:active {
		color: #4da3e0 !important;
	}

	html body footer.site-footer #nav_menu-8 .menu a:visited,
	html body footer.site-footer #menu-footer_nav a:visited {
		color: #ffffff !important;
		text-decoration: none !important;
	}
}

/* Footer partner logo #block-69: 10px top margin; zero top padding on inner */
html body footer.site-footer #block-69,
html body footer.site-footer #block-69.widget.reviewnews-widget,
html body footer.site-footer #block-69.widget_block,
html body footer.site-footer #block-69.widget_media_image {
	margin-top: 10px !important;
	padding-top: 0 !important;
}

html body footer.site-footer #block-69 .wp-block-image,
html body footer.site-footer #block-69 figure,
html body footer.site-footer #block-69 a,
html body footer.site-footer #block-69 img {
	padding-top: 0 !important;
}

/* Secondary footer: align Our Partner (#block-68/69) with Follow Us third column */
html body footer.site-footer .secondary-footer > .container-wrapper {
	max-width: 1120px !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box !important;
}

html body footer.site-footer .secondary-footer .af-flex-container {
	display: flex !important;
	flex-wrap: nowrap !important;
	justify-content: space-between !important;
	align-items: flex-start !important;
	width: 100% !important;
	max-width: 1120px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	gap: 0 !important;
}

html body footer.site-footer .footer-main-left,
html body footer.site-footer .footer-main-center {
	width: 0 !important;
	max-width: 0 !important;
	min-width: 0 !important;
	flex: 0 0 0 !important;
	overflow: hidden !important;
	box-sizing: border-box !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 0 !important;
}

html body footer.site-footer .footer-main-right {
	width: 300px !important;
	max-width: 300px !important;
	min-width: 300px !important;
	flex: 0 0 300px !important;
	box-sizing: border-box !important;
	margin-left: auto !important;
	margin-right: 0 !important;
}

html body footer.site-footer .footer-main-right {
	text-align: center !important;
	justify-content: center !important;
	align-items: center !important;
	flex-direction: column !important;
}

html body footer.site-footer .footer-main-right .footer-nav-wrapper {
	width: 100% !important;
	text-align: center !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
}

html body footer.site-footer .footer-main-right #block-68,
html body footer.site-footer .footer-main-right #block-68.widget.reviewnews-widget,
html body footer.site-footer .footer-main-right #block-68.widget_block,
html body footer.site-footer .footer-main-right #block-69,
html body footer.site-footer .footer-main-right #block-69.widget.reviewnews-widget,
html body footer.site-footer .footer-main-right #block-69.widget_media_image {
	width: 100% !important;
	max-width: 100% !important;
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

html body footer.site-footer .footer-main-right #block-68 h3,
html body footer.site-footer .footer-main-right #block-68 h3.wp-block-heading {
	text-align: center !important;
	width: 100% !important;
}

html body footer.site-footer .footer-main-right #block-69 .wp-block-image,
html body footer.site-footer .footer-main-right #block-69 figure,
html body footer.site-footer .footer-main-right #block-69 a,
html body footer.site-footer .footer-main-right #block-69 img {
	margin-left: auto !important;
	margin-right: auto !important;
}

html body footer.site-footer .secondary-footer,
html body footer.site-footer .athfb-copyright {
	text-align: center !important;
	justify-content: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

html body footer.site-footer .footer-main-center,
html body footer.site-footer .footer-main-center .footer-nav-wrapper {
	text-align: center !important;
	justify-content: center !important;
}

html body footer.site-footer .secondary-footer .af-flex-container {
	justify-content: space-between !important;
}

html body .site-footer .primary-footer-area {
	box-sizing: border-box !important;
}

html body .site-footer .footer-logo-link img,
html body .site-footer .footer-logo-link figure img,
html body .site-footer #block-90 img,
html body .site-footer #block-90 .wp-block-image img {
	height: 84px !important;
	max-height: 84px !important;
	width: auto !important;
	max-width: 100% !important;
	object-fit: contain !important;
}

html body .site-footer .wp-block-image img,
html body .site-footer figure img {
	max-width: 100% !important;
	height: auto !important;
}

/* 900px and below: footer stacks; columns stay 300px max, centered */
@media (max-width: 900px) {
	html body footer.site-footer .primary-footer .af-container-row {
		flex-wrap: wrap !important;
		justify-content: center !important;
		max-width: 100% !important;
		gap: 1.5rem !important;
	}
	html body footer.site-footer .primary-footer-area.footer-first-widgets-section,
	html body footer.site-footer .primary-footer-area.footer-second-widgets-section,
	html body footer.site-footer .primary-footer-area.footer-third-widgets-section {
		width: 100% !important;
		max-width: 300px !important;
		min-width: 0 !important;
		flex: 0 1 300px !important;
	}
	html body .site-footer .primary-footer-area {
		float: none !important;
		display: block !important;
		text-align: center !important;
		margin-bottom: 1.5rem !important;
	}
	html body .site-footer .primary-footer-area:last-child {
		margin-bottom: 0 !important;
	}
	html body .site-footer .primary-footer .af-container-row {
		text-align: center !important;
	}
	html body .site-footer .footer-logo-link {
		display: block !important;
		text-align: center !important;
	}
	html body .site-footer .footer-logo-link img,
	html body .site-footer .footer-logo-link figure img {
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	html body .site-footer .sqx-social-icons {
		justify-content: center !important;
	}
	html body .site-footer .primary-footer-area .wp-block-image,
	html body .site-footer .primary-footer-area figure {
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

/* WooCommerce: cart/widget product thumbnails — fluid within max size */
html body .woocommerce ul.cart_list li img,
html body .woocommerce ul.product_list_widget li img {
	max-width: 62px !important;
	width: 100% !important;
}

/* 768px and below: force single column bento stack (wins over customizer/YP) */
@media (max-width: 768px) {
	/* Layout-2 = bento only: let section and all wrappers grow with content so nothing shrinks. */
	html body section.aft-main-banner-section.aft-banner-layout-2,
	html body section.aft-main-banner-section.aft-banner-layout-2 .container-wrapper,
	html body section.aft-main-banner-section.aft-banner-layout-2 .aft-main-banner-wrapper,
	html body section.aft-main-banner-section .aft-main-banner-part.sqx-bento-banner-part,
	html body section.aft-main-banner-section .reviewnews-customizer.sqx-bento-banner {
		height: auto !important;
		min-height: 0 !important;
	}
	html body section.aft-main-banner-section .af-main-banner-bento-posts,
	html body section.aft-main-banner-section .af-main-banner-bento-posts .bento-grid-wrapper {
		height: auto !important;
		min-height: 0 !important;
	}
	html body section.aft-main-banner-section .af-main-banner-bento-posts .bento-grid-wrapper {
		display: flex !important;
		flex-direction: column !important;
	}
	/* Left column: do not shrink; large card paints above small cards when overlap occurs. */
	html body section.aft-main-banner-section .af-main-banner-bento-posts .bento-left-column {
		flex-shrink: 0 !important;
		min-height: min-content !important;
	}
	html body section.aft-main-banner-section .af-main-banner-bento-posts .bento-left-column .bento-large-item {
		position: relative !important;
		z-index: 2 !important;
		flex-shrink: 0 !important;
		min-height: min-content !important;
	}
	html body section.aft-main-banner-section .af-main-banner-bento-posts .bento-large-item .read-details,
	html body section.aft-main-banner-section .af-main-banner-bento-posts .bento-large-item .pad.read-details.color-tp-pad {
		position: static !important;
		margin-top: 0 !important;
		margin-left: 0 !important;
		padding-top: 0 !important;
		padding-left: 0 !important;
		background: transparent !important;
		background-color: transparent !important;
		background-image: none !important;
	}
	html body section.aft-main-banner-section .af-main-banner-bento-posts .bento-right-column {
		position: relative !important;
		z-index: 1 !important;
		display: flex !important;
		flex-direction: column !important;
		width: 100% !important;
	}
	html body section.aft-main-banner-section .af-main-banner-bento-posts .bento-right-column .bento-small-item {
		flex: 1 1 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
	}
}

/* Last-win: Yellow Pencil blog/news pagination padding (custom-2294.css) */
html body.blog .section-block-upper #primary #main .col-ten .reviewnews-pagination .navigation .nav-links a.page-numbers,
html body.blog .section-block-upper #primary #main .col-ten .reviewnews-pagination .navigation .nav-links span.page-numbers,
html body.blog .navigation .nav-links a.page-numbers,
html body.blog .navigation .nav-links span.page-numbers,
html body.blog .navigation .nav-links .current {
	display: grid !important;
	place-items: center !important;
	padding: 0 !important;
	padding-top: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	line-height: 1 !important;
	min-height: 0 !important;
	transform: none !important;
}
html body.blog .section-block-upper #primary #main .col-ten .reviewnews-pagination .navigation .nav-links a.page-numbers:not(.prev):not(.next),
html body.blog .section-block-upper #primary #main .col-ten .reviewnews-pagination .navigation .nav-links span.page-numbers.current,
html body.blog .navigation .nav-links a.page-numbers:not(.prev):not(.next),
html body.blog .navigation .nav-links span.page-numbers.current,
html body.blog .navigation .nav-links .current {
	width: 38px !important;
	height: 38px !important;
	min-width: 38px !important;
	min-height: 38px !important;
	max-width: 38px !important;
	max-height: 38px !important;
}
html body.blog .section-block-upper #primary #main .col-ten .reviewnews-pagination .navigation .nav-links a.next.page-numbers,
html body.blog .section-block-upper #primary #main .col-ten .reviewnews-pagination .navigation .nav-links a.prev.page-numbers,
html body.blog .section-block-upper #primary #main .col-ten .reviewnews-pagination .navigation .nav-links .next,
html body.blog .section-block-upper #primary #main .col-ten .reviewnews-pagination .navigation .nav-links .prev,
html body.blog .navigation .nav-links a.next.page-numbers,
html body.blog .navigation .nav-links .next {
	width: auto !important;
	min-width: 38px !important;
	height: 38px !important;
	padding: 0 14px !important;
	padding-top: 0 !important;
	padding-left: 14px !important;
	padding-right: 14px !important;
	line-height: 1 !important;
}
html body.blog .navigation .nav-links .page-numbers:nth-child(2),
html body.blog .navigation .nav-links .page-numbers:nth-child(3),
html body.blog .navigation .nav-links .page-numbers:nth-child(4),
html body.blog .navigation .nav-links .page-numbers:nth-child(6) {
	padding: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
}

/* ===== Site main content: 1120px centered (final override for theme + Yellow Pencil) ===== */
html body #content.container-wrapper,
html body #content .section-block-upper,
html body #main.site-main,
html body #primary.content-area,
html body #page #content .section-block-upper,
html body section.aft-main-banner-section:not(.aft-banner-layout-2) .container-wrapper,
html body #page .aft-main-banner-section:not(.aft-banner-layout-2) .container-wrapper,
html body .aft-main-banner-section:not(.aft-banner-layout-2) .container-wrapper,
html body .aft-frontpage-feature-section-wrapper,
html body .aft-frontpage-feature-section-wrapper .container-wrapper,
html body #page .aft-frontpage-feature-section-wrapper > .reviewnews-customizer,
html body .above-footer-widget-section .container-wrapper,
html body .above-footer-widget-section .af-main-banner-latest-posts .container-wrapper,
html body .af-main-banner-latest-posts .container-wrapper,
html body #masthead .af-middle-header .container-wrapper,
html body .sqx-events-submission-section,
html body .af-featured-sponsors-section,
html body .af-featured-sponsors-section .container-wrapper,
html body #page .af-featured-sponsors-section.reviewnews-customizer,
html body #page > .af-featured-sponsors-section.reviewnews-customizer,
body #content .section-block-upper,
body #page #content .section-block-upper,
body #page .aft-frontpage-feature-section-wrapper > .reviewnews-customizer,
body #page .aft-main-banner-section:not(.aft-banner-layout-2) .container-wrapper,
body #main-navigation-bar .container-wrapper {
	width: 100% !important;
	max-width: 1120px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}

/* Beat YP fixed 1119px / 60% / 65% widths on nav + content wrappers */
body #page #masthead #main-navigation-bar .container-wrapper,
body #main-navigation-bar .container-wrapper .bottom-bar-flex,
body #content .section-block-upper,
body #page .aft-frontpage-feature-section-wrapper > .reviewnews-customizer,
body #page > .af-featured-sponsors-section.reviewnews-customizer,
html body #page > .af-featured-sponsors-section.reviewnews-customizer {
	max-width: 1120px !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Main body: transparent page shell fill (do not use background shorthand — it clears background-image) */
html body.aft-default-mode,
html body.aft-dark-mode,
html body #page,
html body #page.af-whole-wrapper {
	background-color: transparent !important;
}

html body #page section.aft-main-banner-section,
html body #page section.aft-main-banner-section .container-wrapper,
html body #page section.aft-main-banner-section .aft-main-banner-wrapper,
html body #page section.aft-main-banner-section .sqx-latest-news-bento,
html body #page section.aft-main-banner-section .sqx-bento-banner-part,
html body #page section.aft-main-banner-section .af-main-banner-bento-posts,
html body #page section.aft-main-banner-section .bento-small-item,
html body #page section.aft-main-banner-section .bento-large-item,
html body #page section.aft-main-banner-section .read-single,
html body #page .af-featured-sponsors-section,
html body #page .af-featured-sponsors-section .container-wrapper,
html body #page .af-featured-sponsors-section .section-wrapper,
html body #page .af-featured-sponsors-section .featured-sponsor-card,
html body #page .af-featured-sponsors-section .sponsor-card-logo-wrapper,
html body #page #content.container-wrapper,
html body #page #content .section-block-upper,
html body #page #main.site-main,
html body #page #primary.content-area,
html body #page #content .hentry,
html body #page #content article,
html body #page #content .entry-header,
html body #page #content .entry-content-wrap,
html body #page #content .entry-content,
html body #page #content .read-single,
html body #page #content .read-details,
html body #page #content .af-sec-post,
html body #page #content .archive-grid-post,
html body #page #content .section-wrapper,
html body #page #content .af-widget-body,
html body #page #content .widget,
html body #page #content .reviewnews-customizer,
html body #page .aft-frontpage-feature-section-wrapper,
html body #page .aft-frontpage-feature-section-wrapper .container-wrapper,
html body #page .aft-frontpage-feature-section-wrapper .read-single,
html body #page .above-footer-widget-section,
html body #page .above-footer-widget-section .container-wrapper,
html body.aft-dark-mode #page section.aft-main-banner-section,
html body.aft-dark-mode #page .af-featured-sponsors-section,
html body.aft-dark-mode #page #content .hentry,
html body.aft-dark-mode #page #content article,
body #page #content .section-block-upper,
body #page .reviewnews-customizer {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
}

html body #page section.aft-main-banner-section .banner-exclusive-posts-wrapper .exclusive-posts,
html body #page section.aft-main-banner-section .banner-exclusive-posts-wrapper .exclusive-posts:before,
html body #page .af-featured-sponsors-section .featured-sponsor-card:hover,
html body #page #content .read-single:hover,
html body #page #content .hentry:hover,
html body #page #content article:hover {
	box-shadow: none !important;
}

/* Bento small thumbnails: 36% width, 120px height (beats flex stretch + legacy YP fixed heights) */
html body #page section.aft-main-banner-section .af-main-banner-bento-posts .bento-small-item .read-single.grid-design-texts-over-image {
	align-items: flex-start !important;
}

html body #page section.aft-main-banner-section .af-main-banner-bento-posts .bento-small-item .read-single.grid-design-texts-over-image .read-img.read-bg-img,
html body #page section.aft-main-banner-section .af-main-banner-bento-posts .bento-small-item .read-single.grid-design-texts-over-image .read-img,
html body #page section.aft-main-banner-section .af-main-banner-bento-posts .bento-right-column .bento-small-item .read-bg-img {
	flex: 0 0 36% !important;
	width: 36% !important;
	max-width: 36% !important;
	min-width: 0 !important;
	align-self: flex-start !important;
	aspect-ratio: auto !important;
	height: 120px !important;
	min-height: 120px !important;
	max-height: 120px !important;
	overflow: hidden !important;
}

html body #page section.aft-main-banner-section .af-main-banner-bento-posts .bento-small-item .read-bg-img .wp-post-image,
html body #page section.aft-main-banner-section .af-main-banner-bento-posts .bento-small-item .read-img img {
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	object-fit: cover !important;
}

/* Featured News section: no section divider line */
html body #page .aft-frontpage-feature-section-wrapper {
	border-top: none !important;
}

/* ===== Main banner layout 2: true 1120px width, zero horizontal padding/margin (final) ===== */
html body #page section.aft-blocks.aft-main-banner-section.banner-carousel-1-wrap.aft-banner-layout-2,
html body section.aft-blocks.aft-main-banner-section.banner-carousel-1-wrap.aft-banner-layout-2 {
	width: 1120px !important;
	max-width: 1120px !important;
	min-width: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box !important;
}

html body #page section.aft-main-banner-section.aft-banner-layout-2 > .container-wrapper,
html body section.aft-main-banner-section.aft-banner-layout-2 > .container-wrapper,
html body section.aft-main-banner-section.aft-banner-layout-2 .aft-main-banner-wrapper,
html body section.aft-main-banner-section.aft-banner-layout-2 .aft-main-banner-part,
html body section.aft-main-banner-section.aft-banner-layout-2 .aft-main-banner-part.af-container-row-5,
html body section.aft-main-banner-section.aft-banner-layout-2 .sqx-bento-banner-part,
html body section.aft-main-banner-section.aft-banner-layout-2 .reviewnews-customizer.sqx-bento-banner,
html body section.aft-main-banner-section.aft-banner-layout-2 .sqx-latest-news-bento,
html body section.aft-main-banner-section.aft-banner-layout-2 .af-main-banner-bento-posts,
html body section.aft-main-banner-section.aft-banner-layout-2 .bento-grid-wrapper,
html body section.aft-main-banner-section.aft-banner-layout-2 .bento-left-column,
html body section.aft-main-banner-section.aft-banner-layout-2 .bento-right-column,
html body section.aft-main-banner-section.aft-banner-layout-2 .bento-featured-sponsor-cta,
html body section.aft-main-banner-section.aft-banner-layout-2 .bento-featured-sponsor-cta--below {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	box-sizing: border-box !important;
}

html body #page section.aft-main-banner-section.aft-banner-layout-2 > .container-wrapper,
html body section.aft-main-banner-section.aft-banner-layout-2 > .container-wrapper,
html body section.aft-main-banner-section.aft-banner-layout-2 .sqx-latest-news-bento {
	width: 1120px !important;
	max-width: 1120px !important;
	min-width: 0 !important;
}

html body section.aft-main-banner-section.aft-banner-layout-2 .aft-main-banner-wrapper,
html body section.aft-main-banner-section.aft-banner-layout-2 .aft-main-banner-part,
html body section.aft-main-banner-section.aft-banner-layout-2 .reviewnews-customizer.sqx-bento-banner,
html body section.aft-main-banner-section.aft-banner-layout-2 .sqx-latest-news-bento,
html body section.aft-main-banner-section.aft-banner-layout-2 .af-main-banner-bento-posts,
html body section.aft-main-banner-section.aft-banner-layout-2 .bento-grid-wrapper {
	width: 100% !important;
	max-width: 100% !important;
}

html body section.aft-main-banner-section.aft-banner-layout-2 .sqx-latest-news-bento,
html body #page section.aft-main-banner-section.aft-banner-layout-2 .sqx-latest-news-bento {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

@media (max-width: 1120px) {
	html body #page section.aft-blocks.aft-main-banner-section.banner-carousel-1-wrap.aft-banner-layout-2,
	html body section.aft-blocks.aft-main-banner-section.banner-carousel-1-wrap.aft-banner-layout-2,
	html body section.aft-main-banner-section.aft-banner-layout-2 > .container-wrapper,
	html body section.aft-main-banner-section.aft-banner-layout-2 .sqx-latest-news-bento {
		width: 100% !important;
		max-width: 100% !important;
	}

	html body #page section.aft-blocks.aft-main-banner-section.banner-carousel-1-wrap.aft-banner-layout-2,
	html body section.aft-blocks.aft-main-banner-section.banner-carousel-1-wrap.aft-banner-layout-2 {
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

/* ===== Featured News: true 1120px .sqx-featured-news-grid, zero horizontal inset (final) ===== */
html body #page .aft-frontpage-feature-section-wrapper > section.af-main-banner-featured-posts,
html body .aft-frontpage-feature-section-wrapper > section.af-main-banner-featured-posts,
html body #page .aft-frontpage-feature-section-wrapper > .reviewnews-customizer {
	width: 1120px !important;
	max-width: 1120px !important;
	min-width: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box !important;
}

html body .aft-frontpage-feature-section-wrapper section.af-main-banner-featured-posts > .container-wrapper,
html body .aft-frontpage-feature-section-wrapper .container-wrapper:has(> .af-main-banner-featured-posts),
html body .aft-frontpage-feature-section-wrapper .af-main-banner-featured-posts.featured-posts,
html body .aft-frontpage-feature-section-wrapper .sqx-featured-news-grid,
html body .aft-frontpage-feature-section-wrapper .section-wrapper.af-widget-body,
html body .aft-frontpage-feature-section-wrapper .af-container-row,
html body .aft-frontpage-feature-section-wrapper .bento-read-more-wrapper {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	box-sizing: border-box !important;
}

html body .aft-frontpage-feature-section-wrapper section.af-main-banner-featured-posts > .container-wrapper,
html body .aft-frontpage-feature-section-wrapper .container-wrapper:has(> .af-main-banner-featured-posts),
html body .aft-frontpage-feature-section-wrapper .sqx-featured-news-grid {
	width: 1120px !important;
	max-width: 1120px !important;
	min-width: 0 !important;
}

html body .aft-frontpage-feature-section-wrapper .af-main-banner-featured-posts.featured-posts,
html body .aft-frontpage-feature-section-wrapper .section-wrapper.af-widget-body,
html body .aft-frontpage-feature-section-wrapper .af-container-row,
html body .aft-frontpage-feature-section-wrapper .sqx-featured-news-grid {
	width: 100% !important;
	max-width: 100% !important;
}

/* Featured News row: flex layout (mid-grid CTA in DOM must not break nth-child floats) */
html body .sqx-featured-news-grid .af-container-row.clearfix,
html body .aft-frontpage-feature-section-wrapper .sqx-featured-news-grid .af-container-row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

html body .sqx-featured-news-grid .af-container-row .af-sec-post.col-4.pad,
html body .aft-frontpage-feature-section-wrapper .sqx-featured-news-grid .af-container-row .af-sec-post.col-4.pad {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	box-sizing: border-box !important;
	float: none !important;
	clear: none !important;
}

/* Tablet landscape + desktop: 4 cards in one row (portrait tablet overrides below) */
@media screen and (min-width: 769px) {
	html body .sqx-featured-news-grid .af-container-row.clearfix,
	html body .aft-frontpage-feature-section-wrapper .sqx-featured-news-grid .af-container-row {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: stretch !important;
		gap: 10px !important;
	}

	html body .sqx-featured-news-grid .af-container-row .af-sec-post.col-4.pad,
	html body .aft-frontpage-feature-section-wrapper .sqx-featured-news-grid .af-container-row .af-sec-post.col-4.pad {
		flex: 1 1 0 !important;
		width: auto !important;
		min-width: 0 !important;
		max-width: none !important;
	}

	/* Theme clear:left uses nth-child — breaks when CTA is child 3 */
	html body .af-main-banner-featured-posts .af-sec-post.col-4.pad.float-l:nth-child(4n + 1),
	html body .af-main-banner-featured-posts .af-sec-post.col-4.pad.float-l:nth-child(4n + 1) {
		clear: none !important;
	}
}

@media (max-width: 1120px) {
	html body #page .aft-frontpage-feature-section-wrapper > section.af-main-banner-featured-posts,
	html body .aft-frontpage-feature-section-wrapper > section.af-main-banner-featured-posts,
	html body #page .aft-frontpage-feature-section-wrapper > .reviewnews-customizer,
	html body .aft-frontpage-feature-section-wrapper section.af-main-banner-featured-posts > .container-wrapper,
	html body .aft-frontpage-feature-section-wrapper .container-wrapper:has(> .af-main-banner-featured-posts),
	html body .aft-frontpage-feature-section-wrapper .sqx-featured-news-grid {
		width: 100% !important;
		max-width: 100% !important;
	}

	html body.page-id-23 .aft-frontpage-feature-section-wrapper section.af-main-banner-featured-posts > .container-wrapper,
	html body.page-id-23 .aft-frontpage-feature-section-wrapper .container-wrapper:has(> .af-main-banner-featured-posts),
	html body.home .aft-frontpage-feature-section-wrapper section.af-main-banner-featured-posts > .container-wrapper,
	html body.home .aft-frontpage-feature-section-wrapper .container-wrapper:has(> .af-main-banner-featured-posts) {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/* Featured News "Read More" button */
html body .bento-read-more-wrapper .aft-readmore,
html body .aft-frontpage-feature-section-wrapper .bento-read-more-wrapper .aft-readmore,
html body .aft-main-banner-section .bento-read-more-wrapper .aft-readmore {
	font-size: 16px !important;
	color: #ffffff !important;
	background-color: #005696 !important;
	border: none !important;
	border-radius: 5px !important;
	text-decoration: none !important;
}

html body .bento-read-more-wrapper .aft-readmore:hover,
html body .bento-read-more-wrapper .aft-readmore:focus,
html body .aft-frontpage-feature-section-wrapper .bento-read-more-wrapper .aft-readmore:hover,
html body .aft-frontpage-feature-section-wrapper .bento-read-more-wrapper .aft-readmore:focus {
	color: #ffffff !important;
	background-color: #005696 !important;
	border: none !important;
	opacity: 0.92 !important;
	text-decoration: none !important;
}

/* Bento "Submit an Article": lock desktop button styling (incl. mobile --below) */
html body section.aft-main-banner-section .bento-featured-sponsor-cta,
html body section.aft-main-banner-section .bento-featured-sponsor-cta--below,
html body section.aft-main-banner-section.aft-banner-layout-2 .bento-featured-sponsor-cta,
html body section.aft-main-banner-section.aft-banner-layout-2 .bento-featured-sponsor-cta--below,
html body .af-main-banner-bento-posts .bento-featured-sponsor-cta,
html body .af-main-banner-bento-posts .bento-featured-sponsor-cta--below {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}

html body section.aft-main-banner-section a.bento-featured-sponsor-btn,
html body section.aft-main-banner-section.aft-banner-layout-2 a.bento-featured-sponsor-btn,
html body .af-main-banner-bento-posts a.bento-featured-sponsor-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	max-width: 100% !important;
	padding: 10px 14px !important;
	min-height: 38px !important;
	box-sizing: border-box !important;
	background-color: #005696 !important;
	background-image: none !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	border: none !important;
	border-radius: 4px !important;
	white-space: nowrap !important;
	cursor: pointer !important;
	box-shadow: none !important;
	transition: background-color 0.2s ease, opacity 0.2s ease !important;
}

html body section.aft-main-banner-section a.bento-featured-sponsor-btn:hover,
html body section.aft-main-banner-section a.bento-featured-sponsor-btn:focus,
html body section.aft-main-banner-section.aft-banner-layout-2 a.bento-featured-sponsor-btn:hover,
html body section.aft-main-banner-section.aft-banner-layout-2 a.bento-featured-sponsor-btn:focus,
html body .af-main-banner-bento-posts a.bento-featured-sponsor-btn:hover,
html body .af-main-banner-bento-posts a.bento-featured-sponsor-btn:focus {
	background-color: #005696 !important;
	background-image: none !important;
	color: #fff !important;
	opacity: 0.92 !important;
	outline: 1px dotted #fff !important;
	outline-offset: 2px !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

@media screen and (max-width: 767px) {
	html body .af-main-banner-bento-posts .bento-featured-sponsor-cta--below {
		display: block !important;
		margin-top: 10px !important;
		padding: 0 !important;
	}

	html body .af-main-banner-bento-posts .bento-right-column .bento-featured-sponsor-cta {
		display: none !important;
	}

	html body .af-main-banner-bento-posts .bento-featured-sponsor-cta--below a.bento-featured-sponsor-btn {
		display: inline-flex !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}

/* ===== Partner Video Spotlight: true 1120px, zero horizontal inset on .container-wrapper (final) ===== */
html body #page > .af-partner-video-spotlight-section.reviewnews-customizer,
html body #page .af-partner-video-spotlight-section.reviewnews-customizer,
html body section.af-partner-video-spotlight-section.reviewnews-customizer {
	width: 1120px !important;
	max-width: 1120px !important;
	min-width: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-top: 10px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	border-top: none !important;
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
	box-sizing: border-box !important;
}

html body.home #page > .af-partner-video-spotlight-section.reviewnews-customizer,
html body.home #page .af-partner-video-spotlight-section.reviewnews-customizer,
html body.home section.af-partner-video-spotlight-section.reviewnews-customizer {
	border-top: none !important;
}

html body .af-partner-video-spotlight-section > .container-wrapper,
html body #page .af-partner-video-spotlight-section .container-wrapper,
html body .af-partner-video-spotlight-section .af-title-subtitle-wrap,
html body .af-partner-video-spotlight-section .section-wrapper.af-widget-body,
html body .af-partner-video-spotlight-section .partner-video-spotlight-grid {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	box-sizing: border-box !important;
}

html body .af-partner-video-spotlight-section > .container-wrapper,
html body #page .af-partner-video-spotlight-section .container-wrapper {
	width: 1120px !important;
	max-width: 1120px !important;
	min-width: 0 !important;
}

html body .af-partner-video-spotlight-section .section-wrapper.af-widget-body,
html body .af-partner-video-spotlight-section .partner-video-spotlight-grid {
	width: 100% !important;
	max-width: 100% !important;
}

@media (max-width: 1120px) {
	html body #page > .af-partner-video-spotlight-section.reviewnews-customizer,
	html body #page .af-partner-video-spotlight-section.reviewnews-customizer,
	html body section.af-partner-video-spotlight-section.reviewnews-customizer,
	html body .af-partner-video-spotlight-section > .container-wrapper,
	html body #page .af-partner-video-spotlight-section .container-wrapper {
		width: 100% !important;
		max-width: 100% !important;
	}

	html body .af-partner-video-spotlight-section > .container-wrapper,
	html body #page .af-partner-video-spotlight-section .container-wrapper {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/* ===== Resource Partners: true 1120px, zero horizontal inset on .container-wrapper (final) ===== */
html body #page > .af-featured-sponsors-section.reviewnews-customizer,
html body #page .af-featured-sponsors-section.reviewnews-customizer,
html body section.af-featured-sponsors-section.reviewnews-customizer {
	width: 1120px !important;
	max-width: 1120px !important;
	min-width: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-top: 10px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	border-top: none !important;
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
	box-sizing: border-box !important;
}

html body.home #page > .af-featured-sponsors-section.reviewnews-customizer,
html body.home #page .af-featured-sponsors-section.reviewnews-customizer,
html body.home section.af-featured-sponsors-section.reviewnews-customizer {
	border-top: none !important;
}

html body .af-featured-sponsors-section > .container-wrapper,
html body #page .af-featured-sponsors-section .container-wrapper,
html body .af-featured-sponsors-section .af-title-subtitle-wrap,
html body .af-featured-sponsors-section .section-wrapper.af-widget-body,
html body .af-featured-sponsors-section .featured-sponsors-grid {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	box-sizing: border-box !important;
}

html body .af-featured-sponsors-section > .container-wrapper,
html body #page .af-featured-sponsors-section .container-wrapper {
	width: 1120px !important;
	max-width: 1120px !important;
	min-width: 0 !important;
}

html body .af-featured-sponsors-section .section-wrapper.af-widget-body,
html body .af-featured-sponsors-section .featured-sponsors-grid {
	width: 100% !important;
	max-width: 100% !important;
}

@media (max-width: 1120px) {
	html body #page > .af-featured-sponsors-section.reviewnews-customizer,
	html body #page .af-featured-sponsors-section.reviewnews-customizer,
	html body section.af-featured-sponsors-section.reviewnews-customizer,
	html body .af-featured-sponsors-section > .container-wrapper,
	html body #page .af-featured-sponsors-section .container-wrapper {
		width: 100% !important;
		max-width: 100% !important;
	}

	html body .af-featured-sponsors-section > .container-wrapper,
	html body #page .af-featured-sponsors-section .container-wrapper {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/* ===== Front page SEC Filings: 1120px, preview table, section title (final) ===== */
html body #page > .sqx-sec-filings-section.reviewnews-customizer,
html body #page .sqx-sec-filings-section.reviewnews-customizer,
html body section.sqx-sec-filings-section.reviewnews-customizer {
	width: 1120px !important;
	max-width: 1120px !important;
	min-width: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-top: 10px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	border-top: 2px solid #005696 !important;
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
	box-sizing: border-box !important;
}

html body.home #page > .sqx-sec-filings-section.reviewnews-customizer,
html body.home #page .sqx-sec-filings-section.reviewnews-customizer,
html body.home section.sqx-sec-filings-section.reviewnews-customizer {
	border-top: none !important;
}

html body .sqx-sec-filings-section > .container-wrapper,
html body #page .sqx-sec-filings-section .container-wrapper,
html body .sqx-sec-filings-section .af-title-subtitle-wrap,
html body .sqx-sec-filings-section .section-wrapper.af-widget-body,
html body .sqx-sec-filings-section .sqx-sec-filings-preview,
html body .sqx-sec-filings-section .sec-filings-widget,
html body .sqx-sec-filings-section .sqx-sec-filings-read-more-wrapper {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	box-sizing: border-box !important;
}

html body .sqx-sec-filings-section > .container-wrapper,
html body #page .sqx-sec-filings-section .container-wrapper {
	width: 1120px !important;
	max-width: 1120px !important;
	min-width: 0 !important;
}

html body .sqx-sec-filings-section .section-wrapper.af-widget-body,
html body .sqx-sec-filings-section .sqx-sec-filings-preview,
html body .sqx-sec-filings-section .sec-filings-widget,
html body .sqx-sec-filings-section .sqx-sec-filings-preview-table,
html body .sqx-sec-filings-section #sqx-sec-filings-home-table {
	width: 100% !important;
	max-width: 100% !important;
}

html body #sqx-sec-filings-home-table th,
html body #sqx-sec-filings-home-table td,
html body .sqx-sec-filings-section .sqx-sec-filings-preview-table th,
html body .sqx-sec-filings-section .sqx-sec-filings-preview-table td,
html body #sec-home-table th,
html body #sec-home-table td {
	text-align: center !important;
	vertical-align: middle !important;
}

html body #sqx-sec-filings-home-table td a,
html body .sqx-sec-filings-section .sqx-sec-filings-preview-table td a,
html body #sec-home-table td a,
html body #sec-filings-table td a {
	display: inline-block !important;
	text-align: center !important;
}

/* SEC filings: "View" links — SQX blue + underline (homepage preview + full table page) */
html body a.sqx-sec-view-link,
html body #sec-filings-table td a.sqx-sec-view-link,
html body #sqx-sec-filings-home-table td a.sqx-sec-view-link,
html body .sqx-sec-filings-section .sqx-sec-filings-preview-table td a.sqx-sec-view-link,
html body #sec-home-table td a.sqx-sec-view-link {
	color: var(--sqx-color-accent, #005696) !important;
	font-weight: 400 !important;
	text-decoration: underline !important;
	text-underline-offset: 2px !important;
	text-decoration-thickness: 2px !important;
}

html body a.sqx-sec-view-link:hover,
html body a.sqx-sec-view-link:focus-visible,
html body #sec-filings-table td a.sqx-sec-view-link:hover,
html body #sec-filings-table td a.sqx-sec-view-link:focus-visible,
html body #sqx-sec-filings-home-table td a.sqx-sec-view-link:hover,
html body #sqx-sec-filings-home-table td a.sqx-sec-view-link:focus-visible,
html body .sqx-sec-filings-section .sqx-sec-filings-preview-table td a.sqx-sec-view-link:hover,
html body .sqx-sec-filings-section .sqx-sec-filings-preview-table td a.sqx-sec-view-link:focus-visible,
html body #sec-home-table td a.sqx-sec-view-link:hover,
html body #sec-home-table td a.sqx-sec-view-link:focus-visible {
	color: var(--sqx-color-accent-hover, #004680) !important;
	text-decoration: underline !important;
	text-decoration-thickness: 3px !important;
}

html body .sqx-sec-filings-section .widget-title,
html body #page .sqx-sec-filings-section .widget-title.header-after1.category-color-1 {
	border: none !important;
	border-top: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
	background: transparent !important;
	background-color: transparent !important;
}

/* SEC Filings header row: SQX blue top rule */
html body .sqx-sec-filings-section .af-title-subtitle-wrap,
html body #page .sqx-sec-filings-section .af-title-subtitle-wrap {
	border: none !important;
	border-top: 2px solid var(--sqx-color-accent, #005696) !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
	margin-top: 0 !important;
	padding-top: 6px !important;
	padding-bottom: 10px !important;
	margin-bottom: 10px !important;
	box-shadow: none !important;
	background: transparent !important;
	background-color: transparent !important;
	box-sizing: border-box !important;
}

html body .sqx-sec-filings-section .widget-title .heading-line,
html body .sqx-sec-filings-section .widget-title.header-after1.category-color-1 .heading-line,
html body #page .sqx-sec-filings-section .widget-title .heading-line,
html body #page > .sqx-sec-filings-section.reviewnews-customizer .heading-line,
html body .sqx-sec-filings-section span.heading-line {
	font-size: 20px !important;
	color: #005696 !important;
	background: transparent !important;
	background-color: transparent !important;
	text-decoration: none !important;
	border: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

html body .sqx-sec-filings-section .widget-title .heading-line::before,
html body .sqx-sec-filings-section .widget-title .heading-line::after,
html body .sqx-sec-filings-section .widget-title .heading-line-before,
html body .sqx-sec-filings-section .widget-title .heading-line-after {
	display: none !important;
	content: none !important;
}

html body .sqx-sec-filings-section .sqx-sec-filings-read-more-wrapper {
	margin-top: 20px !important;
	text-align: center !important;
	width: 100% !important;
}

@media (max-width: 1120px) {
	html body #page > .sqx-sec-filings-section.reviewnews-customizer,
	html body #page .sqx-sec-filings-section.reviewnews-customizer,
	html body section.sqx-sec-filings-section.reviewnews-customizer,
	html body .sqx-sec-filings-section > .container-wrapper,
	html body #page .sqx-sec-filings-section .container-wrapper {
		width: 100% !important;
		max-width: 100% !important;
	}

	html body .sqx-sec-filings-section > .container-wrapper,
	html body #page .sqx-sec-filings-section .container-wrapper {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/* SEC preview table: same mobile column rules as #sec-home-table */
@media (max-width: 480px) {
	html body #sqx-sec-filings-home-table thead th:nth-child(3),
	html body #sqx-sec-filings-home-table tbody td:nth-child(3),
	html body #sqx-sec-filings-home-table thead th:nth-child(5),
	html body #sqx-sec-filings-home-table tbody td:nth-child(5) {
		display: none !important;
	}
}

/* ===== #content.container-wrapper: zero horizontal inset (parent of .section-block-upper, final) ===== */
html body #page #content.container-wrapper,
html body #content.container-wrapper {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}

@media (max-width: 1120px) {
	html body #page #content.container-wrapper,
	html body #content.container-wrapper {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/* Main content: Gutenberg section headings in .section-block-upper (not article .read-details) */
html body #page #content .section-block-upper .entry-content:not(.read-details) .wp-block-heading,
html body #content .section-block-upper .entry-content:not(.read-details) .wp-block-heading,
html body #page #content .section-block-upper .entry-content:not(.read-details) h2.wp-block-heading,
html body #page #content .section-block-upper .entry-content:not(.read-details) h3.wp-block-heading {
	font-size: 20px !important;
	color: #005696 !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	background: transparent !important;
	background-color: transparent !important;
	border: none !important;
	border-top: 2px solid #005696 !important;
	border-bottom: none !important;
	box-shadow: none !important;
	margin-top: 0 !important;
	padding-top: 6px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 10px !important;
}

html body:not(.page-id-3334):not(.page-slug-contact-us) #page #content .section-block-upper .entry-content:not(.read-details) > .wp-block-heading:not(:first-child),
html body:not(.page-id-3334):not(.page-slug-contact-us) #content .section-block-upper .entry-content:not(.read-details) > .wp-block-heading:not(:first-child) {
	margin-top: 40px !important;
}

/* Homepage: SQX blue top rule on Gutenberg section headings */
html body.home #page #content .section-block-upper .entry-content:not(.read-details) .wp-block-heading,
html body.home #content .section-block-upper .entry-content:not(.read-details) .wp-block-heading,
html body.home #page #content .section-block-upper .entry-content:not(.read-details) h2.wp-block-heading,
html body.home #page #content .section-block-upper .entry-content:not(.read-details) h3.wp-block-heading,
html body.page-id-23 #page #content .section-block-upper .entry-content:not(.read-details) .wp-block-heading,
html body.page-id-23 #content .section-block-upper .entry-content:not(.read-details) .wp-block-heading,
html body.page-id-23 #page #content .section-block-upper .entry-content:not(.read-details) h2.wp-block-heading,
html body.page-id-23 #page #content .section-block-upper .entry-content:not(.read-details) h3.wp-block-heading {
	border: none !important;
	border-top: 2px solid var(--sqx-color-accent, #005696) !important;
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
	box-sizing: border-box !important;
}

/* Homepage: SQX blue top rule on widget section title rows (Featured News, Partner Video Spotlight, Resource Partners, SEC Filings) */
html body.home .sqx-featured-news-grid .af-title-subtitle-wrap,
html body.home .aft-frontpage-feature-section-wrapper .sqx-featured-news-grid .af-title-subtitle-wrap,
html body.page-id-23 .sqx-featured-news-grid .af-title-subtitle-wrap,
html body.home .af-partner-video-spotlight-section .af-title-subtitle-wrap,
html body.home #page .af-partner-video-spotlight-section .af-title-subtitle-wrap,
html body.page-id-23 .af-partner-video-spotlight-section .af-title-subtitle-wrap,
html body.home .af-featured-sponsors-section .af-title-subtitle-wrap,
html body.home #page .af-featured-sponsors-section .af-title-subtitle-wrap,
html body.page-id-23 .af-featured-sponsors-section .af-title-subtitle-wrap,
html body.home .sqx-sec-filings-section .af-title-subtitle-wrap,
html body.home #page .sqx-sec-filings-section .af-title-subtitle-wrap,
html body.page-id-23 .sqx-sec-filings-section .af-title-subtitle-wrap {
	border: none !important;
	border-top: 2px solid var(--sqx-color-accent, #005696) !important;
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
	box-sizing: border-box !important;
}

/* Section titles (.heading-line, .wp-block-heading): 0 top margin, 6px top padding */
html body .sqx-featured-news-grid .heading-line,
html body .aft-frontpage-feature-section-wrapper .sqx-featured-news-grid .heading-line,
html body .af-partner-video-spotlight-section .heading-line,
html body #page .af-partner-video-spotlight-section .heading-line,
html body .af-featured-sponsors-section .heading-line,
html body #page .af-featured-sponsors-section .heading-line,
html body .sqx-sec-filings-section .heading-line,
html body #page .sqx-sec-filings-section .heading-line,
html body.home #page #content .section-block-upper .entry-content:not(.read-details) .wp-block-heading,
html body.home #page #content .section-block-upper .entry-content:not(.read-details) h2.wp-block-heading,
html body.home #page #content .section-block-upper .entry-content:not(.read-details) h3.wp-block-heading,
html body.page-id-23 #page #content .section-block-upper .entry-content:not(.read-details) .wp-block-heading,
html body.page-id-23 #page #content .section-block-upper .entry-content:not(.read-details) h2.wp-block-heading,
html body.page-id-23 #page #content .section-block-upper .entry-content:not(.read-details) h3.wp-block-heading {
	margin-top: 0 !important;
	padding-top: 6px !important;
	box-sizing: border-box !important;
}

html body .sqx-featured-news-grid span.heading-line,
html body .af-featured-sponsors-section span.heading-line,
html body .sqx-sec-filings-section span.heading-line {
	display: inline-block !important;
}

/* Featured sponsor intro: three centered lines, 18px italic */
html body #page #content .section-block-upper .entry-content p.sqx-featured-sponsor-intro,
html body #content .section-block-upper .entry-content p.sqx-featured-sponsor-intro,
html body .sqx-newsletter-cta-body.sqx-featured-sponsor-intro,
html body #page p.sqx-featured-sponsor-intro,
html body p.sqx-featured-sponsor-intro {
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 20px !important;
	margin-bottom: 40px !important;
	max-width: 100% !important;
	width: 100% !important;
	font-size: 18px !important;
	font-style: italic !important;
	line-height: 1.45 !important;
	font-weight: 400 !important;
	color: #000000 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box !important;
}

html body .sqx-newsletter-cta-body {
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 1rem !important;
	max-width: 100% !important;
	width: 100% !important;
	line-height: 1.45 !important;
	font-weight: 400 !important;
	color: #000000 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box !important;
}

html body #page #content .section-block-upper .entry-content p:not(.sqx-featured-sponsor-intro):not(.sqx-contact-us-intro):has(+ .wp-block-uagb-buttons a[href*="be-a-partner"]),
html body #page #content .section-block-upper .entry-content p:not(.sqx-featured-sponsor-intro):not(.sqx-contact-us-intro):has(+ p + .wp-block-uagb-buttons a[href*="be-a-partner"]),
html body #page #content .section-block-upper .entry-content .wp-block-group:has(a[href*="be-a-partner"]) > p,
html body #page #content .section-block-upper .entry-content p.has-text-align-left {
	text-align: left !important;
	margin-left: 0 !important;
	margin-right: auto !important;
	margin-bottom: 10px !important;
	max-width: 100% !important;
	width: 100% !important;
	font-size: 16px !important;
	line-height: 1.45 !important;
	font-weight: 400 !important;
	color: #000000 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box !important;
}

/* UAGB "Be a Featured Sponsor" (and main-content CTAs): match .aft-readmore / View All SEC Filings */
html body #page #content .section-block-upper .entry-content .wp-block-uagb-buttons:has(a[href*="be-a-partner"]),
html body #content .section-block-upper .entry-content .wp-block-uagb-buttons:has(a[href*="be-a-partner"]) {
	width: 100% !important;
	max-width: 100% !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

html body #page #content .section-block-upper .entry-content .wp-block-uagb-buttons:has(a[href*="be-a-partner"]) .uagb-buttons__wrap,
html body #content .section-block-upper .entry-content .wp-block-uagb-buttons:has(a[href*="be-a-partner"]) .uagb-buttons__wrap {
	width: auto !important;
	max-width: 100% !important;
	justify-content: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

html body #page #content .section-block-upper .entry-content a.uagb-buttons-repeater[href*="be-a-partner"],
html body #content .section-block-upper .entry-content a.uagb-buttons-repeater[href*="be-a-partner"],
html body #page #content .section-block-upper .entry-content .wp-block-uagb-buttons-child .uagb-button__wrapper a[href*="be-a-partner"] {
	display: inline-block !important;
	margin-top: 0 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	padding: 9px 15px !important;
	color: #ffffff !important;
	background-color: #005696 !important;
	background-image: none !important;
	border: none !important;
	border-radius: 5px !important;
	box-shadow: none !important;
	text-decoration: none !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	transition: opacity 0.2s ease !important;
}

html body #page #content .section-block-upper .entry-content a.uagb-buttons-repeater[href*="be-a-partner"] .uagb-button__link,
html body #content .section-block-upper .entry-content a.uagb-buttons-repeater[href*="be-a-partner"] .uagb-button__link {
	color: #ffffff !important;
	background: transparent !important;
	background-color: transparent !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	padding: 0 !important;
	border: none !important;
	text-decoration: none !important;
}

html body #page #content .section-block-upper .entry-content a.uagb-buttons-repeater[href*="be-a-partner"]:hover,
html body #page #content .section-block-upper .entry-content a.uagb-buttons-repeater[href*="be-a-partner"]:focus,
html body #content .section-block-upper .entry-content a.uagb-buttons-repeater[href*="be-a-partner"]:hover,
html body #content .section-block-upper .entry-content a.uagb-buttons-repeater[href*="be-a-partner"]:focus,
html body #page #content .section-block-upper .entry-content .wp-block-uagb-buttons-child .uagb-button__wrapper a[href*="be-a-partner"]:hover,
html body #page #content .section-block-upper .entry-content .wp-block-uagb-buttons-child .uagb-button__wrapper a[href*="be-a-partner"]:focus {
	color: #ffffff !important;
	background-color: #005696 !important;
	border: none !important;
	opacity: 0.92 !important;
	text-decoration: none !important;
	outline: none !important;
}

html body.aft-dark-mode #page #content .section-block-upper .entry-content a.uagb-buttons-repeater[href*="be-a-partner"],
html body.aft-dark-mode #content .section-block-upper .entry-content a.uagb-buttons-repeater[href*="be-a-partner"] {
	color: #ffffff !important;
	background-color: #005696 !important;
	border: none !important;
}

/* Homepage paragraphs: final pass (beats YP + section-specific rules) */
html body.home #page p,
html body.page-id-23 #page p,
html body.home #page .hentry p,
html body.page-id-23 #page .hentry p,
html body.home #page #content .section-block-upper .entry-content p,
html body.page-id-23 #page #content .section-block-upper .entry-content p {
	color: #000000 !important;
	font-size: 14px !important;
}

html body.home #page p a,
html body.page-id-23 #page p a,
html body.home #page p a:visited,
html body.page-id-23 #page p a:visited,
html body.home #page p a:hover,
html body.page-id-23 #page p a:hover,
html body.home #page p a:focus,
html body.page-id-23 #page p a:focus {
	color: #000000 !important;
}

/* Featured sponsor intro: beats homepage 14px paragraph pass */
html body.home #page p.sqx-featured-sponsor-intro,
html body.page-id-23 #page p.sqx-featured-sponsor-intro,
html body.home #page .sqx-featured-sponsor-intro,
html body.page-id-23 #page .sqx-featured-sponsor-intro,
html body.home #page #content .section-block-upper .entry-content p.sqx-featured-sponsor-intro,
html body.page-id-23 #page #content .section-block-upper .entry-content p.sqx-featured-sponsor-intro {
	margin-top: 20px !important;
	margin-bottom: 40px !important;
	font-size: 18px !important;
	font-style: italic !important;
	color: #000000 !important;
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Be a Featured Sponsor UAGB button: no top margin, centered (final) */
html body.home #page #content .section-block-upper .entry-content a.uagb-buttons-repeater[href*="be-a-partner"],
html body.page-id-23 #page #content .section-block-upper .entry-content a.uagb-buttons-repeater[href*="be-a-partner"],
html body #page #content .section-block-upper .entry-content .wp-block-uagb-buttons-child .uagb-button__wrapper a.uagb-buttons-repeater[href*="be-a-partner"],
html body.home #page #content .section-block-upper .entry-content .wp-block-uagb-buttons:has(a[href*="be-a-partner"]),
html body.page-id-23 #page #content .section-block-upper .entry-content .wp-block-uagb-buttons:has(a[href*="be-a-partner"]) {
	margin-top: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

html body.home #page #content .section-block-upper .entry-content .wp-block-uagb-buttons:has(a[href*="be-a-partner"]),
html body.page-id-23 #page #content .section-block-upper .entry-content .wp-block-uagb-buttons:has(a[href*="be-a-partner"]),
html body.home #page #content .section-block-upper .entry-content .wp-block-uagb-buttons:has(a[href*="be-a-partner"]) .uagb-buttons__wrap,
html body.page-id-23 #page #content .section-block-upper .entry-content .wp-block-uagb-buttons:has(a[href*="be-a-partner"]) .uagb-buttons__wrap {
	text-align: center !important;
	justify-content: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Footer background #011921: final pass (beats Yellow Pencil + theme overlays) */
html body #page footer.site-footer,
html body footer.site-footer,
html body footer.site-footer .primary-footer,
html body footer.site-footer .secondary-footer,
html body #page .site-footer .primary-footer,
html body #page .site-footer .secondary-footer {
	background-color: #011921 !important;
	background-image: none !important;
}

html body footer.site-footer .primary-footer,
html body #page .site-footer .primary-footer {
	padding-bottom: 0 !important;
}

html body footer.site-footer .secondary-footer,
html body #page footer.site-footer .secondary-footer,
html body #page .site-footer .secondary-footer {
	padding-top: 0 !important;
}

/* Footer text white: final pass (beats homepage #page p black text rule) */
html body #page footer.site-footer,
html body.home #page footer.site-footer p,
html body.page-id-23 #page footer.site-footer p,
html body #page footer.site-footer p,
html body #page footer.site-footer h1,
html body #page footer.site-footer h2,
html body #page footer.site-footer h3,
html body #page footer.site-footer h4,
html body #page footer.site-footer .wp-block-heading,
html body #page footer.site-footer a,
html body #page footer.site-footer a:visited,
html body #page footer.site-footer a:hover,
html body #page footer.site-footer a:focus,
html body #page footer.site-footer .athfb-copyright,
html body #page footer.site-footer .athfb-copyright span,
html body #page footer.site-footer .color-pad,
html body #page footer.site-footer .widget,
html body #page footer.site-footer #block-83 p,
html body #page footer.site-footer #block-83 p a {
	color: #ffffff !important;
}

/* Footer Privacy Policy link: underline on hover */
html body footer.site-footer .athfb-copyright a.sqx-footer-privacy-link,
html body #page footer.site-footer .athfb-copyright a.sqx-footer-privacy-link {
	color: #ffffff !important;
	text-decoration: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
}

html body footer.site-footer .athfb-copyright a.sqx-footer-privacy-link:hover,
html body footer.site-footer .athfb-copyright a.sqx-footer-privacy-link:focus,
html body footer.site-footer .athfb-copyright a.sqx-footer-privacy-link:focus-visible,
html body #page footer.site-footer .athfb-copyright a.sqx-footer-privacy-link:hover,
html body #page footer.site-footer .athfb-copyright a.sqx-footer-privacy-link:focus,
html body #page footer.site-footer .athfb-copyright a.sqx-footer-privacy-link:focus-visible {
	color: #ffffff !important;
	text-decoration: underline !important;
	text-underline-offset: 0.15em !important;
	border-bottom: none !important;
	box-shadow: none !important;
}

/* Footer Quick Links nav: hover beats footer white final pass */
html body #page footer.site-footer #nav_menu-8 #menu-footer_nav a:hover,
html body #page footer.site-footer #nav_menu-8 .menu a:hover,
html body #page footer.site-footer #nav_menu-8 #menu-footer_nav a:focus-visible,
html body #page footer.site-footer #nav_menu-8 .menu a:focus-visible {
	color: #6eb5e8 !important;
	text-decoration: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
}

html body #page footer.site-footer #nav_menu-8 #menu-footer_nav a:active,
html body #page footer.site-footer #nav_menu-8 .menu a:active {
	color: #4da3e0 !important;
}

/* Footer columns 300px across 1120px: final pass (beats theme 33.33% + Yellow Pencil) */
html body footer.site-footer .primary-footer .container-wrapper,
html body footer.site-footer .primary-footer .af-container-row {
	max-width: 1120px !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

html body footer.site-footer .primary-footer .af-container-row {
	display: flex !important;
	flex-wrap: nowrap !important;
	justify-content: space-between !important;
	align-items: flex-start !important;
}

html body footer.site-footer .primary-footer-area.footer-first-widgets-section,
html body footer.site-footer .primary-footer-area.footer-second-widgets-section,
html body footer.site-footer .primary-footer-area.footer-third-widgets-section {
	width: 300px !important;
	max-width: 300px !important;
	min-width: 300px !important;
	flex: 0 0 300px !important;
	float: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	align-items: center !important;
	text-align: center !important;
}

/* Quick Links column: wider on desktop so nav wraps to 3 lines */
@media screen and (min-width: 901px) {
	html body footer.site-footer .primary-footer-area.footer-second-widgets-section,
	html body #page footer.site-footer .primary-footer-area.footer-second-widgets-section.col-3,
	html body #page footer.site-footer .primary-footer-area.footer-second-widgets-section.col-3.pad {
		width: 520px !important;
		max-width: 520px !important;
		min-width: 520px !important;
		flex: 0 0 520px !important;
	}

	/* Equal-height columns: copyright in Quick Links aligns with partner logo */
	html body footer.site-footer .primary-footer .af-container-row {
		align-items: stretch !important;
	}

	html body footer.site-footer .primary-footer-area.footer-second-widgets-section,
	html body footer.site-footer .primary-footer-area.footer-third-widgets-section {
		align-self: stretch !important;
	}

	html body footer.site-footer .primary-footer-area.footer-second-widgets-section .widget-area,
	html body footer.site-footer .primary-footer-area.footer-third-widgets-section .widget-area {
		display: flex !important;
		flex-direction: column !important;
		flex: 1 1 auto !important;
		height: 100% !important;
		min-height: 100% !important;
	}

	html body footer.site-footer .primary-footer-area.footer-second-widgets-section .sqx-quick-links-copyright {
		margin-top: auto !important;
		padding: 0 !important;
		width: 100% !important;
		text-align: center !important;
	}

	html body footer.site-footer .primary-footer-area.footer-second-widgets-section .sqx-quick-links-copyright .athfb-copyright {
		padding: 0 !important;
		margin: 0 !important;
		text-align: center !important;
	}

	html body footer.site-footer .primary-footer-area.footer-third-widgets-section #block-69,
	html body footer.site-footer .primary-footer-area.footer-third-widgets-section #block-69.widget.reviewnews-widget,
	html body footer.site-footer .primary-footer-area.footer-third-widgets-section #block-69.widget_media_image {
		margin-top: auto !important;
		padding-bottom: 0 !important;
	}

	/* Quick Links: no pipe after Alts Directory or Glossary */
	html body footer.site-footer #nav_menu-8 .menu > li:has(a[href*="/alts-directory"])::after,
	html body footer.site-footer #nav_menu-8 .menu > li:has(a[href*="/glossary"])::after,
	html body footer.site-footer #menu-footer_nav > li:has(a[href*="/alts-directory"])::after,
	html body footer.site-footer #menu-footer_nav > li:has(a[href*="/glossary"])::after {
		content: none !important;
		margin-left: 0 !important;
	}
}

@media screen and (max-width: 900px) {
	html body footer.site-footer .primary-footer-area.footer-second-widgets-section .sqx-quick-links-copyright {
		margin-top: 1.25rem !important;
		padding: 0 !important;
	}
}

/* Footer column content centered: final pass */
html body footer.site-footer .primary-footer-area .widget-area,
html body footer.site-footer .primary-footer-area .widget,
html body footer.site-footer .primary-footer-area .sqx-social-icons,
html body footer.site-footer .footer-logo-link,
html body footer.site-footer .primary-footer-area .wp-block-image,
html body footer.site-footer .primary-footer-area figure {
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
}

/* Footer logo #block-90: zero inset (final; beats .reviewnews-widget 20px pad + YP) */
html body footer.site-footer #block-90,
html body footer.site-footer #block-90.widget.reviewnews-widget,
html body footer.site-footer #block-90 .footer-logo-link,
html body footer.site-footer #block-90 figure,
html body footer.site-footer #block-90 .wp-block-image,
html body footer.site-footer #block-90 img {
	margin: 0 !important;
	padding: 0 !important;
}

/* Footer contact #block-83: no top padding, left-aligned text (final) */
html body footer.site-footer #block-83,
html body footer.site-footer #block-83.widget.reviewnews-widget,
html body footer.site-footer #block-83.widget_block,
html body footer.site-footer #block-83 p,
html body footer.site-footer #block-83 p a,
html body footer.site-footer #block-83 p a[href^="tel:"] {
	padding-top: 0 !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: left !important;
	text-decoration: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
	cursor: pointer !important;
	pointer-events: auto !important;
	width: 100% !important;
	max-width: 100% !important;
	align-self: flex-start !important;
}

html body footer.site-footer #block-83 p a:hover,
html body footer.site-footer #block-83 p a:focus,
html body footer.site-footer #block-83 p a:visited,
html body footer.site-footer #block-83 p a[href^="tel:"]:hover,
html body footer.site-footer #block-83 p a[href^="tel:"]:focus,
html body footer.site-footer #block-83 p a[href^="tel:"]:visited {
	text-decoration: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
	color: #ffffff !important;
}

/* Footer Follow Us #block-66: zero top padding on widget/heading (final) */
html body footer.site-footer #block-66,
html body footer.site-footer #block-66.widget.reviewnews-widget,
html body footer.site-footer #block-66.widget_block,
html body footer.site-footer #block-66 h3.wp-block-heading {
	padding-top: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

html body footer.site-footer #block-66 .sqx-social-icons,
html body footer.site-footer #block-66 > div.sqx-social-icons {
	margin-top: 10px !important;
}

html body footer.site-footer #block-66 .sqx-social-icons a img,
html body #page footer.site-footer #block-66 .sqx-social-icons a img {
	width: 35px !important;
	height: 35px !important;
	max-width: 35px !important;
	max-height: 35px !important;
}

/* Footer Our Partner #block-68: zero inset; desktop 30px below Follow Us icons (final) */
html body footer.site-footer #block-68,
html body footer.site-footer #block-68.widget.reviewnews-widget,
html body footer.site-footer #block-68.widget_block {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

html body footer.site-footer #block-68 h3.wp-block-heading {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
	html body footer.site-footer #block-66,
	html body footer.site-footer #block-66.widget.reviewnews-widget,
	html body footer.site-footer #block-66.widget_block {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

	html body footer.site-footer #block-68,
	html body footer.site-footer #block-68.widget.reviewnews-widget,
	html body footer.site-footer #block-68.widget_block {
		margin-top: 30px !important;
	}

	/* Quick Links (middle column): match Follow Us label, spacing, center align */
	html body footer.site-footer .primary-footer-area.footer-second-widgets-section {
		text-align: center !important;
		align-items: center !important;
	}

	html body footer.site-footer #block-99,
	html body footer.site-footer #block-99.widget.reviewnews-widget,
	html body footer.site-footer #block-99.widget_block {
		margin-bottom: 0 !important;
		padding: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	html body footer.site-footer #block-99 h2,
	html body footer.site-footer #block-99 .uagb-heading-text {
		font-size: 16.38px !important;
		font-weight: 700 !important;
		line-height: 1.5 !important;
		text-align: center !important;
		margin-top: 0 !important;
		margin-bottom: 15px !important;
		padding: 0 !important;
	}

	html body footer.site-footer #nav_menu-8,
	html body footer.site-footer #nav_menu-8.widget_nav_menu,
	html body footer.site-footer #nav_menu-8.widget.reviewnews-widget,
	html body footer.site-footer #nav_menu-8 .menu-footer_nav-container {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		padding: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	html body footer.site-footer #nav_menu-8 .menu,
	html body footer.site-footer #menu-footer_nav {
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: center !important;
		align-items: center !important;
		margin: 0 !important;
		padding: 0 !important;
		list-style: none !important;
		gap: 10px !important;
	}

	html body footer.site-footer #nav_menu-8 .menu > li,
	html body footer.site-footer #menu-footer_nav > li {
		display: inline-flex !important;
		align-items: center !important;
		margin: 0 !important;
		padding: 0 !important;
		border-bottom: none !important;
		list-style: none !important;
	}

	html body footer.site-footer #nav_menu-8 .menu > li:not(:last-child)::after {
		content: "|" !important;
		margin-left: 10px !important;
		color: #ffffff !important;
		font-size: 14px !important;
		line-height: 1.5 !important;
		pointer-events: none !important;
	}

	html body footer.site-footer #nav_menu-8 .menu a,
	html body footer.site-footer #menu-footer_nav a {
		font-size: 14px !important;
		color: #ffffff !important;
		text-decoration: none !important;
		border-bottom: none !important;
		box-shadow: none !important;
		line-height: 1.5 !important;
		transition: color 0.2s ease !important;
	}

	html body footer.site-footer #nav_menu-8 .menu a:hover,
	html body footer.site-footer #nav_menu-8 .menu a:focus-visible,
	html body footer.site-footer #menu-footer_nav a:hover,
	html body footer.site-footer #menu-footer_nav a:focus-visible,
	html body #page footer.site-footer #nav_menu-8 .menu a:hover,
	html body #page footer.site-footer #nav_menu-8 .menu a:focus-visible,
	html body #page footer.site-footer #nav_menu-8 #menu-footer_nav a:hover,
	html body #page footer.site-footer #nav_menu-8 #menu-footer_nav a:focus-visible {
		color: #6eb5e8 !important;
		text-decoration: none !important;
		border-bottom: none !important;
		box-shadow: none !important;
	}

	html body footer.site-footer #nav_menu-8 .menu a:active,
	html body footer.site-footer #menu-footer_nav a:active,
	html body #page footer.site-footer #nav_menu-8 .menu a:active,
	html body #page footer.site-footer #nav_menu-8 #menu-footer_nav a:active {
		color: #4da3e0 !important;
	}

	html body footer.site-footer #nav_menu-8 .menu a:visited,
	html body footer.site-footer #menu-footer_nav a:visited {
		color: #ffffff !important;
		text-decoration: none !important;
	}
}

/* Quick Links: no pipe after Alts Directory or Glossary (desktop final pass) */
@media screen and (min-width: 901px) {
	html body footer.site-footer #nav_menu-8 .menu > li:has(a[href*="/alts-directory"])::after,
	html body footer.site-footer #nav_menu-8 .menu > li:has(a[href*="/glossary"])::after,
	html body footer.site-footer #menu-footer_nav > li:has(a[href*="/alts-directory"])::after,
	html body footer.site-footer #menu-footer_nav > li:has(a[href*="/glossary"])::after {
		content: none !important;
		margin-left: 0 !important;
	}
}

/* Footer partner logo #block-69 (final) */
html body footer.site-footer #block-69,
html body footer.site-footer #block-69.widget.reviewnews-widget,
html body footer.site-footer #block-69.widget_media_image {
	margin-top: 10px !important;
	padding-top: 0 !important;
}

html body footer.site-footer #block-69 .wp-block-image,
html body footer.site-footer #block-69 figure,
html body footer.site-footer #block-69 a,
html body footer.site-footer #block-69 img {
	padding-top: 0 !important;
}

/* Secondary footer partner column: final pass (beats footer-builder.css right-align) */
html body footer.site-footer .secondary-footer .af-flex-container {
	justify-content: space-between !important;
	max-width: 1120px !important;
}

html body footer.site-footer .footer-main-left,
html body footer.site-footer .footer-main-center {
	width: 0 !important;
	max-width: 0 !important;
	min-width: 0 !important;
	flex: 0 0 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

html body footer.site-footer .footer-main-right {
	width: 300px !important;
	max-width: 300px !important;
	min-width: 300px !important;
	flex: 0 0 300px !important;
	margin-left: auto !important;
	margin-right: 0 !important;
}

html body footer.site-footer .footer-main-right .footer-nav-wrapper,
html body footer.site-footer .footer-main-right #block-68,
html body footer.site-footer .footer-main-right #block-69 {
	text-align: center !important;
	justify-content: center !important;
	align-items: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* /news/ listing: primary buttons match homepage .aft-readmore (View All SEC Filings, etc.) */
html body.sqx-news-listing .sqx-news-submission-button,
html body.sqx-news-listing .sqx-newsletter-cta-submit,
html body.sqx-news-listing a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link,
html body.sqx-news-listing .section-block-upper .aft-readmore,
html body.sqx-news-listing .bento-read-more-wrapper .aft-readmore,
html body.sqx-news-listing .sqx-sec-filings-read-more-wrapper .aft-readmore,
html body.sqx-news-listing .wp-block-button__link,
html body.sqx-news-listing .wp-block-uagb-buttons a.uagb-buttons-repeater,
html body.sqx-news-listing .wp-block-uagb-buttons-child .uagb-button__wrapper a {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	padding: 9px 15px !important;
	color: #ffffff !important;
	background-color: #005696 !important;
	border: none !important;
	border-radius: 5px !important;
	text-decoration: none !important;
	box-sizing: border-box !important;
	transition: background-color 0.2s ease, opacity 0.2s ease !important;
}

html body.sqx-news-listing .sqx-news-submission-button:hover,
html body.sqx-news-listing .sqx-news-submission-button:focus,
html body.sqx-news-listing .sqx-newsletter-cta-submit:hover,
html body.sqx-news-listing .sqx-newsletter-cta-submit:focus,
html body.sqx-news-listing a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link:hover,
html body.sqx-news-listing a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link:focus,
html body.sqx-news-listing .section-block-upper .aft-readmore:hover,
html body.sqx-news-listing .section-block-upper .aft-readmore:focus,
html body.sqx-news-listing .bento-read-more-wrapper .aft-readmore:hover,
html body.sqx-news-listing .bento-read-more-wrapper .aft-readmore:focus {
	color: #ffffff !important;
	background-color: #005696 !important;
	border: none !important;
	opacity: 0.92 !important;
	text-decoration: none !important;
}

html body.sqx-news-listing .wp-block-uagb-buttons a.uagb-buttons-repeater .uagb-button__link {
	color: #ffffff !important;
	background: transparent !important;
	padding: 0 !important;
	border: none !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}

/* Pagination on /news/: same as homepage SEC filings controls */
html body.sqx-news-listing .reviewnews-pagination .nav-links a.page-numbers,
html body.sqx-news-listing .reviewnews-pagination .nav-links span.page-numbers {
	box-sizing: border-box !important;
	display: grid !important;
	place-items: center !important;
	text-align: center !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 14px !important;
	line-height: 1 !important;
	font-weight: 700 !important;
	border-radius: 3px !important;
	border: 1px solid #005696 !important;
	text-decoration: none !important;
}

html body.sqx-news-listing .reviewnews-pagination .nav-links a.page-numbers:not(.prev):not(.next),
html body.sqx-news-listing .reviewnews-pagination .nav-links span.page-numbers.current {
	width: 38px !important;
	height: 38px !important;
	min-width: 38px !important;
	min-height: 38px !important;
	max-width: 38px !important;
	max-height: 38px !important;
}

html body.sqx-news-listing .reviewnews-pagination .nav-links a.page-numbers:not(.prev):not(.next) {
	background: #fff !important;
	color: #005696 !important;
}

html body.sqx-news-listing .reviewnews-pagination .nav-links span.page-numbers.current {
	background: #005696 !important;
	border-color: #005696 !important;
	color: #fff !important;
}

html body.sqx-news-listing .reviewnews-pagination .nav-links a.prev.page-numbers,
html body.sqx-news-listing .reviewnews-pagination .nav-links a.next.page-numbers {
	width: auto !important;
	min-width: 38px !important;
	height: 38px !important;
	padding: 0 14px !important;
	background: #fff !important;
	color: #005696 !important;
}

html body.sqx-news-listing .reviewnews-pagination .nav-links a.page-numbers:not(.prev):not(.next):hover,
html body.sqx-news-listing .reviewnews-pagination .nav-links a.prev.page-numbers:hover,
html body.sqx-news-listing .reviewnews-pagination .nav-links a.next.page-numbers:hover {
	background: #e8f2fa !important;
	border-color: #005696 !important;
	color: #005696 !important;
}

/* /news/ listing (blog index): centered 1120px column, zero inner side inset */
html body.blog.sqx-news-listing:not(.sqx-events-listing) #page #content.container-wrapper {
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	box-sizing: border-box !important;
}

/* /news/ + /events/: shared page header — title row, h1, and CTA match */
html body.sqx-news-listing #page #content .section-block-upper {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	align-items: flex-start !important;
}

html body.sqx-news-listing #page #content .section-block-upper #primary.content-area,
html body.sqx-news-listing #page #content .section-block-upper,
html body.sqx-news-listing #page #main.site-main,
html body.sqx-news-listing #page #primary.content-area,
html body.sqx-news-listing #page #main.site-main > article.page,
html body.sqx-news-listing .sqx-news-page-header,
html body.sqx-news-listing .sqx-news-title-row {
	width: 100% !important;
	max-width: min(100%, var(--sqx-measure-wide)) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	box-sizing: border-box !important;
}

html body.sqx-news-listing .sqx-news-page-header {
	display: block !important;
	margin-bottom: 0 !important;
}

html body.sqx-news-listing .sqx-news-title-row {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 1rem !important;
	flex-wrap: wrap !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

html body.sqx-news-listing .sqx-news-title-row .page-title {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 2em !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	position: static !important;
	clip: auto !important;
	clip-path: none !important;
	height: auto !important;
	width: auto !important;
	overflow: visible !important;
}

html body.sqx-news-listing .sqx-news-submission-button {
	flex-shrink: 0 !important;
	align-self: center !important;
}

@media screen and (max-width: 767px) {
	html body.blog.sqx-news-listing:not(.sqx-events-listing) .sqx-news-title-row .page-title,
	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-title-row .page-title {
		flex: 1 1 100% !important;
		width: 100% !important;
	}

	html body.blog.sqx-news-listing:not(.sqx-events-listing) .sqx-news-submission-button,
	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-submission-button {
		display: inline-flex !important;
		margin-left: auto !important;
		margin-right: auto !important;
		align-self: center !important;
	}

	html body.sqx-events-listing .sqx-news-title-row .page-title {
		flex: 1 1 100% !important;
		width: 100% !important;
	}

	html body.sqx-events-listing .sqx-news-submission-button {
		display: inline-flex !important;
		margin-left: auto !important;
		margin-right: auto !important;
		align-self: center !important;
	}

	html body.sqx-jobs-page .sqx-news-title-row .page-title,
	html body.page-slug-jobs .sqx-news-title-row .page-title {
		flex: 1 1 100% !important;
		width: 100% !important;
	}

	html body.sqx-jobs-page .sqx-news-submission-button,
	html body.page-slug-jobs .sqx-news-submission-button {
		display: inline-flex !important;
		margin-left: auto !important;
		margin-right: auto !important;
		align-self: center !important;
	}
}

html body.blog.sqx-news-listing:not(.sqx-events-listing) .sqx-news-title-row {
	margin-bottom: 50px !important;
}

html body.blog.sqx-news-listing:not(.sqx-events-listing) #page #content .section-block-upper #primary.content-area,
html body.blog.sqx-news-listing:not(.sqx-events-listing) #page #content .section-block-upper,
html body.blog.sqx-news-listing:not(.sqx-events-listing) #page #main.site-main,
html body.blog.sqx-news-listing:not(.sqx-events-listing) #page #primary.content-area,
html body.blog.sqx-news-listing:not(.sqx-events-listing) .sqx-news-page-header,
html body.blog.sqx-news-listing:not(.sqx-events-listing) .sqx-news-title-row,
html body.blog.sqx-news-listing:not(.sqx-events-listing) .aft-archive-wrapper.sqx-news-three-column,
html body.blog.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid,
html body.blog.sqx-news-listing:not(.sqx-events-listing) #main .col.col-ten,
html body.blog.sqx-news-listing:not(.sqx-events-listing) .reviewnews-pagination {
	width: 100% !important;
	max-width: min(100%, var(--sqx-measure-wide)) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	box-sizing: border-box !important;
}

html body.blog.sqx-news-listing:not(.sqx-events-listing) .reviewnews-pagination,
html body.blog.sqx-news-listing:not(.sqx-events-listing) .reviewnews-pagination .navigation.pagination,
html body.blog.sqx-news-listing:not(.sqx-events-listing) .reviewnews-pagination .nav-links {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	align-items: center !important;
	text-align: center !important;
}

/* Theme .pad on grid cards — drop outer column inset (keep gap via inner card only) */
html body.blog.sqx-news-listing:not(.sqx-events-listing) .sqx-news-three-column.aft-archive-wrapper article.pad {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media screen and (min-width: 993px) {
	html body.blog.sqx-news-listing:not(.sqx-events-listing) .sqx-news-three-column.aft-archive-wrapper article.pad {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	html body.blog.sqx-news-listing:not(.sqx-events-listing) .sqx-news-three-column.aft-archive-wrapper article.pad:nth-child(4n + 1) {
		padding-left: 0 !important;
	}

	html body.blog.sqx-news-listing:not(.sqx-events-listing) .sqx-news-three-column.aft-archive-wrapper article.pad:nth-child(4n) {
		padding-right: 0 !important;
	}
}

@media screen and (max-width: 992px) and (min-width: 768px) {
	html body.blog.sqx-news-listing:not(.sqx-events-listing) .sqx-news-three-column.aft-archive-wrapper article.pad {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	html body.blog.sqx-news-listing:not(.sqx-events-listing) .sqx-news-three-column.aft-archive-wrapper article.pad:nth-child(2n + 1) {
		padding-left: 0 !important;
	}

	html body.blog.sqx-news-listing:not(.sqx-events-listing) .sqx-news-three-column.aft-archive-wrapper article.pad:nth-child(2n) {
		padding-right: 0 !important;
	}
}

/* ===== Newsletter CTA: true 1120px, zero horizontal inset (final) ===== */
html body .sqx-newsletter-cta-section {
	width: 100% !important;
	max-width: 100% !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box !important;
}

html body .sqx-newsletter-cta-container,
html body .sqx-newsletter-cta-inner,
html body .sqx-newsletter-cta-section h2.sqx-newsletter-cta-title,
html body h2.sqx-newsletter-cta-title {
	width: 1120px !important;
	max-width: 1120px !important;
	min-width: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box !important;
}

@media (max-width: 1120px) {
	html body .sqx-newsletter-cta-container,
	html body .sqx-newsletter-cta-inner,
	html body .sqx-newsletter-cta-section h2.sqx-newsletter-cta-title,
	html body h2.sqx-newsletter-cta-title {
		width: 100% !important;
		max-width: 100% !important;
	}
}

/* ===== Single post: visit company CTA ===== */
html body.single-post .entry-content.read-details .sqx-article-company-cta {
	display: block !important;
	margin: 2rem 0 1rem !important;
	text-align: center !important;
}

html body.single-post .entry-content.read-details .sqx-article-company-cta .sqx-article-company-cta-link {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	white-space: normal !important;
	text-align: center !important;
	max-width: 100% !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	padding: 8px 14px !important;
	min-height: 38px !important;
	box-sizing: border-box !important;
}

@media screen and (max-width: 992px) {
	html body.single-post .entry-content.read-details .sqx-article-company-cta .sqx-article-company-cta-link {
		font-size: 13px !important;
		padding: 6px 8px !important;
		min-height: 44px !important;
	}
}

/* ===== Single post: related company card — transparent backgrounds (final) ===== */
html body.single-post .hentry .read-single .post-related-company-box,
html body.single .hentry .read-single .post-related-company-box,
html body #page .hentry .read-single .post-related-company-box {
	display: block !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
}

html body.single-post .post-related-company-box h3,
html body.single-post .post-related-company-box .company-card-link,
html body.single-post .post-related-company-box .card-details,
html body.single-post .post-related-company-box .card-name,
html body.single-post .post-related-company-box .card-action,
html body.single-post .post-related-company-box .card-logo,
html body.single .post-related-company-box h3,
html body.single .post-related-company-box .company-card-link,
html body.single .post-related-company-box .card-details,
html body.single .post-related-company-box .card-name,
html body.single .post-related-company-box .card-action,
html body.single .post-related-company-box .card-logo,
html body.single-post .post-related-company-box .company-card-link:hover,
html body.single-post .post-related-company-box .company-card-link:focus,
html body.single-post .post-related-company-box .company-card-link:active,
html body.single .post-related-company-box .company-card-link:hover,
html body.single .post-related-company-box .company-card-link:focus,
html body.single .post-related-company-box .company-card-link:active {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
}

/* ===== .entry-content.read-details: article h3 (heading scale, body color, no borders) ===== */
html body #page #content .section-block-upper .entry-content.read-details h3,
html body #content .section-block-upper .entry-content.read-details h3,
html body #page #content .section-block-upper .entry-content.read-details h3.wp-block-heading,
html body #content .section-block-upper .entry-content.read-details h3.wp-block-heading,
html body #page #content .entry-content.read-details h3,
html body #content .entry-content.read-details h3,
html body.single-post .read-single .entry-content.read-details h3,
html body.single .read-single .entry-content.read-details h3,
html body.single-post .read-single .entry-content.read-details h3.wp-block-heading,
html body.single .read-single .entry-content.read-details h3.wp-block-heading {
	display: block !important;
	font-style: normal !important;
	font-size: 1.25rem !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	color: inherit !important;
	-webkit-text-fill-color: inherit !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	border: none !important;
	border-width: 0 !important;
	border-color: transparent !important;
	border-top: none !important;
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	padding: 0 !important;
	margin-top: 1.25em !important;
	margin-bottom: 0.5em !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

html body #page #content .section-block-upper .entry-content.read-details h3::before,
html body #content .section-block-upper .entry-content.read-details h3::before,
html body #page #content .section-block-upper .entry-content.read-details h3::after,
html body #content .section-block-upper .entry-content.read-details h3::after,
html body #page #content .section-block-upper .entry-content.read-details h3.wp-block-heading::before,
html body #content .section-block-upper .entry-content.read-details h3.wp-block-heading::before,
html body #page #content .section-block-upper .entry-content.read-details h3.wp-block-heading::after,
html body #content .section-block-upper .entry-content.read-details h3.wp-block-heading::after {
	display: none !important;
	content: none !important;
	border: none !important;
	background: none !important;
	box-shadow: none !important;
}

html body.single-post .read-single .post-related-company-box h3,
html body.single .read-single .post-related-company-box h3 {
	display: block !important;
	font-style: normal !important;
	font-size: 1.25rem !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	color: inherit !important;
	border: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0.5em !important;
}

/* ===== Read More News (.af-reated-posts): 20px title, transparent, blue top rule (final) ===== */
html body.single-post .af-reated-posts .af-title-subtitle-wrap,
html body.single-post .enable-promotionspace .af-reated-posts .af-title-subtitle-wrap,
html body.single .af-reated-posts .af-title-subtitle-wrap {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
}

html body.single-post .af-reated-posts .widget-title.header-after1,
html body.single-post .af-reated-posts .af-title-subtitle-wrap .widget-title,
html body.single-post .enable-promotionspace .af-reated-posts .widget-title.header-after1,
html body.single .af-reated-posts .widget-title.header-after1 {
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	color: #005696 !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	border: none !important;
	border-top: 2px solid #005696 !important;
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
	box-shadow: none !important;
	padding-top: 10px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 10px !important;
}

html body.single-post .af-reated-posts .widget-title .heading-line,
html body.single-post .af-reated-posts .widget-title.header-after1 .heading-line,
html body.single-post .af-reated-posts span.heading-line,
html body.single .af-reated-posts .widget-title .heading-line,
html body.single .af-reated-posts span.heading-line {
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	color: #005696 !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	text-decoration: none !important;
	border: none !important;
	border-top: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

html body.single-post .af-reated-posts .widget-title .heading-line::before,
html body.single-post .af-reated-posts .widget-title .heading-line::after,
html body.single-post .af-reated-posts .widget-title .heading-line-before,
html body.single-post .af-reated-posts .widget-title .heading-line-after,
html body.single .af-reated-posts .widget-title .heading-line::before,
html body.single .af-reated-posts .widget-title .heading-line::after,
html body.single .af-reated-posts .widget-title .heading-line-before,
html body.single .af-reated-posts .widget-title .heading-line-after {
	display: none !important;
	content: none !important;
	border: none !important;
	background: none !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

/* ===== Read More News: .promotionspace.enable-promotionspace — 700px centered (final) ===== */
html body.single-post .promotionspace.enable-promotionspace,
html body.single-post .enable-promotionspace,
html body.single-post #content .enable-promotionspace,
html body.single-post #page .enable-promotionspace,
html body.single-post #page #content .enable-promotionspace,
html body.single .promotionspace.enable-promotionspace,
html body.single .enable-promotionspace,
html body.single-post .promotionspace.enable-promotionspace .af-reated-posts,
html body.single-post .enable-promotionspace .af-reated-posts,
html body.single-post #content .enable-promotionspace .af-reated-posts,
html body.single-post #page .enable-promotionspace .af-reated-posts,
html body.single-post .af-reated-posts.reviewnews-customizer,
html body.single .af-reated-posts.reviewnews-customizer {
	width: min(100%, var(--sqx-measure-narrow)) !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box !important;
}

/* Single post: "Read More News" cards use Split-left layout on mobile */
@media screen and (max-width: 767px) {
	html body.single-post .promotionspace.enable-promotionspace,
	html body.single-post .enable-promotionspace,
	html body.single-post .promotionspace.enable-promotionspace .af-reated-posts,
	html body.single-post .enable-promotionspace .af-reated-posts,
	html body.single-post .af-reated-posts.reviewnews-customizer,
	html body.single .promotionspace.enable-promotionspace,
	html body.single .enable-promotionspace,
	html body.single .af-reated-posts.reviewnews-customizer {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		box-sizing: border-box !important;
		overflow-x: hidden !important;
	}

	html body.single-post .af-reated-posts .af-container-row,
	html body.single-post .af-reated-posts .af-container-row.clearfix,
	html body.single .af-reated-posts .af-container-row,
	html body.single .af-reated-posts .af-container-row.clearfix {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		overflow: hidden !important;
		box-sizing: border-box !important;
	}

	html body.single-post .af-reated-posts .af-container-row > .col-4.af-sec-post,
	html body.single-post .af-reated-posts .af-container-row > .latest-posts-grid.af-sec-post,
	html body.single .af-reated-posts .af-container-row > .col-4.af-sec-post,
	html body.single .af-reated-posts .af-container-row > .latest-posts-grid.af-sec-post {
		float: none !important;
		clear: both !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		flex: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		box-sizing: border-box !important;
	}

	html body.single-post .promotionspace.enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single,
	html body.single-post .enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single,
	html body.single .promotionspace.enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single,
	html body.single .enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single {
		display: flex !important;
		flex-direction: row !important;
		align-items: flex-start !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box !important;
		margin-bottom: 16px !important;
		overflow: hidden !important;
	}

	html body.single-post .promotionspace.enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-img,
	html body.single-post .enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-img,
	html body.single .promotionspace.enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-img,
	html body.single .enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-img,
	html body.single-post .promotionspace.enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-img.read-bg-img,
	html body.single-post .enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-img.read-bg-img,
	html body.single .promotionspace.enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-img.read-bg-img,
	html body.single .enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-img.read-bg-img {
		flex: 0 0 36% !important;
		width: 36% !important;
		max-width: 36% !important;
		min-width: 0 !important;
		margin-right: 0 !important;
		align-self: flex-start !important;
		position: relative !important;
		aspect-ratio: auto !important;
		height: 120px !important;
		min-height: 120px !important;
		max-height: 120px !important;
		overflow: hidden !important;
		display: block !important;
	}

	html body.single-post .promotionspace.enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-img img,
	html body.single-post .enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-img img,
	html body.single .promotionspace.enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-img img,
	html body.single .enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-img img,
	html body.single-post .promotionspace.enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-bg-img .wp-post-image,
	html body.single-post .enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-bg-img .wp-post-image,
	html body.single .promotionspace.enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-bg-img .wp-post-image,
	html body.single .enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-bg-img .wp-post-image {
		width: 100% !important;
		height: 100% !important;
		max-width: 100% !important;
		max-height: none !important;
		object-fit: cover !important;
		object-position: center !important;
	}

	html body.single-post .promotionspace.enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-details.pad,
	html body.single-post .enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-details.pad,
	html body.single .promotionspace.enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-details.pad,
	html body.single .enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-details.pad,
	html body.single-post .promotionspace.enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .pad.read-details,
	html body.single-post .enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .pad.read-details,
	html body.single .promotionspace.enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .pad.read-details,
	html body.single .enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .pad.read-details {
		flex: 1 1 64% !important;
		min-width: 0 !important;
		position: static !important;
		width: auto !important;
		margin: 0 !important;
		padding: 6px 8px 6px 10px !important;
		background: transparent !important;
		background-color: transparent !important;
		background-image: none !important;
		color: inherit !important;
	}

	html body.single-post .promotionspace.enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-title h3,
	html body.single-post .enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-title h3,
	html body.single .promotionspace.enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-title h3,
	html body.single .enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-title h3,
	html body.single-post .promotionspace.enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-title h3 a,
	html body.single-post .enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-title h3 a,
	html body.single .promotionspace.enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-title h3 a,
	html body.single .enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-title h3 a {
		font-size: 16px !important;
		line-height: 1.4 !important;
	}

	html body.single-post .promotionspace.enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-title h3,
	html body.single-post .promotionspace.enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-title h3 span,
	html body.single-post .enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-title h3 a,
	html body.single-post .enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-title h3 a span,
	html body.single .promotionspace.enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-title h3,
	html body.single .promotionspace.enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-title h3 span,
	html body.single .enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-title h3 a,
	html body.single .enable-promotionspace .af-reated-posts .af-container-row > .af-sec-post .read-single .read-title h3 a span {
		overflow-wrap: anywhere !important;
		word-break: break-word !important;
		hyphens: none !important;
		-webkit-hyphens: none !important;
	}
}

html body.single-post .af-reated-posts .af-title-subtitle-wrap,
html body.single-post .af-reated-posts .af-container-row,
html body.single-post .af-reated-posts .af-container-row.clearfix {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* ===== Single article: .entry-content-wrap.read-single — 700px centered, no side padding (final) ===== */
html body.single-post .hentry .entry-content-wrap.read-single,
html body.single-post .entry-content-wrap.read-single,
html body.single-post .entry-content-wrap.read-single.social-after-content,
html body.single-post .entry-content-wrap.read-single.social-after-title,
html body.single-post .entry-content-wrap.read-single.social-vertical-share,
html body.single .hentry .entry-content-wrap.read-single,
html body.single .entry-content-wrap.read-single,
html body.single .entry-content-wrap.read-single.social-after-content,
html body.single-post #page #content .section-block-upper #primary #main .hentry .entry-content-wrap.read-single,
html body.single-post #page #content .section-block-upper #primary #main .hentry .read-single.entry-content-wrap {
	width: min(100%, var(--sqx-measure-narrow)) !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box !important;
}

html body.single-post .promotionspace.enable-promotionspace,
html body.single-post .enable-promotionspace,
html body.single-post .enable-promotionspace .af-reated-posts,
html body.single-post .af-reated-posts.reviewnews-customizer {
	width: min(100%, var(--sqx-measure-narrow)) !important;
	max-width: 100% !important;
}

/* ===== Single article ONLY: newsletter CTA — 700px centered ===== */
html body.single-post .sqx-newsletter-cta-container,
html body.single-post .sqx-newsletter-cta-inner,
html body.single-post .sqx-newsletter-cta-section h2.sqx-newsletter-cta-title,
html body.single-post #page .sqx-newsletter-cta-container,
html body.single-post #page .sqx-newsletter-cta-inner {
	width: min(100%, 700px) !important;
	max-width: 700px !important;
	min-width: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box !important;
}

/* Company singles: keep CTA consistent with homepage width */
html body.single-companies .sqx-newsletter-cta-container,
html body.single-companies .sqx-newsletter-cta-inner,
html body.single-companies .sqx-newsletter-cta-section h2.sqx-newsletter-cta-title,
html body.single-companies #page .sqx-newsletter-cta-container,
html body.single-companies #page .sqx-newsletter-cta-inner {
	width: min(100%, 1120px) !important;
	max-width: 1120px !important;
	min-width: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box !important;
}

html body.single-post .sqx-newsletter-cta-section h2.sqx-newsletter-cta-title,
html body.single-companies .sqx-newsletter-cta-section h2.sqx-newsletter-cta-title {
	border-bottom: none !important;
}

html body.single-post .sqx-newsletter-cta-form-row,
html body.single-companies .sqx-newsletter-cta-form-row {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}

/* ===== Company single: full-width header row + 700px body column ===== */
html body.single-companies .company-single-container {
	container-type: inline-size;
	container-name: company-single;
	display: block !important;
	width: min(100%, var(--sqx-measure-wide, 70rem)) !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin-top: 20px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-top: 0 !important;
	box-sizing: border-box !important;
}

html body.single-companies #page #content.container-wrapper {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

/* With logo: CTA top-right on row 1, title full width on row 2 (no overlap) */
html body.single-companies .company-single-container:not(.company-single--no-logo) .company-single-header {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	grid-template-rows: auto auto !important;
	gap: var(--sqx-space-sm) 0 !important;
	align-items: start !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 0 var(--sqx-space-md) !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

html body.single-companies .company-single-container:not(.company-single--no-logo) .company-single-header .company-sponsor-cta-block {
	grid-column: 1 !important;
	grid-row: 1 !important;
	justify-self: end !important;
	align-self: start !important;
	margin: 0 !important;
	padding: 0 !important;
	flex-shrink: 0 !important;
	width: auto !important;
	max-width: 100% !important;
}

html body.single-companies .company-single-container:not(.company-single--no-logo) .company-single-header .company-title-block {
	min-width: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
	grid-column: 1 !important;
	grid-row: 2 !important;
	align-self: start !important;
}

html body.single-companies .company-single-container:not(.company-single--no-logo) .company-single-header .company-title-block .company-title {
	margin: 0 !important;
	text-align: left !important;
	visibility: visible !important;
	overflow-wrap: anywhere !important;
	word-break: break-word !important;
	hyphens: none !important;
	-webkit-hyphens: none !important;
}

/* Company single: "Be a Featured Partner" CTA — ported from live custom-style.php */
html body.single-companies .company-featured-sponsor-cta,
html body .company-featured-sponsor-cta {
	display: inline-block !important;
	background: #005696 !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 4px !important;
	padding: 10px 16px !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	text-decoration: none !important;
	line-height: 1.2 !important;
	white-space: nowrap !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
}

html body.single-companies .company-featured-sponsor-cta:hover,
html body.single-companies .company-featured-sponsor-cta:focus,
html body .company-featured-sponsor-cta:hover,
html body .company-featured-sponsor-cta:focus {
	color: #fff !important;
	background: #005696 !important;
	text-decoration: none !important;
	filter: brightness(1.05);
}

/* Company single: CTA always top-right (all breakpoints) */
html body.single-companies .company-single-container .company-sponsor-cta-block {
	justify-self: end !important;
	align-self: start !important;
	text-align: right !important;
	margin-left: auto !important;
}

/* With logo: centered logo below the header row */
html body.single-companies .company-single-container:not(.company-single--no-logo) .company-logo {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 var(--sqx-space-md) !important;
	padding: 0 !important;
	text-align: center !important;
}

html body.single-companies .company-single-container:not(.company-single--no-logo) .company-logo figure,
html body.single-companies .company-single-container:not(.company-single--no-logo) .company-logo img,
html body.single-companies .company-single-container:not(.company-single--no-logo) .company-logo .company-logo-image {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
}

html body.single-companies .company-single-container:not(.company-single--no-logo) .company-logo img,
html body.single-companies .company-single-container:not(.company-single--no-logo) .company-logo figure img {
	max-width: min(100%, 18.75rem) !important;
	width: auto !important;
	height: auto !important;
}

/* Selected companies: 600px logo max, proportional height */
html body.single-companies.mick-law .company-single-container:not(.company-single--no-logo) .company-logo img,
html body.single-companies.mick-law .company-single-container:not(.company-single--no-logo) .company-logo figure,
html body.single-companies.mick-law .company-single-container:not(.company-single--no-logo) .company-logo figure img,
html body.single-companies.cnb-custody .company-single-container:not(.company-single--no-logo) .company-logo img,
html body.single-companies.cnb-custody .company-single-container:not(.company-single--no-logo) .company-logo figure,
html body.single-companies.cnb-custody .company-single-container:not(.company-single--no-logo) .company-logo figure img,
html body.single-companies.factright .company-single-container:not(.company-single--no-logo) .company-logo img,
html body.single-companies.factright .company-single-container:not(.company-single--no-logo) .company-logo figure,
html body.single-companies.factright .company-single-container:not(.company-single--no-logo) .company-logo figure img,
html body.single-companies.efogi .company-single-container:not(.company-single--no-logo) .company-logo img,
html body.single-companies.efogi .company-single-container:not(.company-single--no-logo) .company-logo figure,
html body.single-companies.efogi .company-single-container:not(.company-single--no-logo) .company-logo figure img,
html body.single-companies.medalist-diversified-inc .company-single-container:not(.company-single--no-logo) .company-logo img,
html body.single-companies.medalist-diversified-inc .company-single-container:not(.company-single--no-logo) .company-logo figure,
html body.single-companies.medalist-diversified-inc .company-single-container:not(.company-single--no-logo) .company-logo figure img,
html body.single-companies.postid-1356 .company-single-container:not(.company-single--no-logo) .company-logo img,
html body.single-companies.postid-1356 .company-single-container:not(.company-single--no-logo) .company-logo figure,
html body.single-companies.postid-1356 .company-single-container:not(.company-single--no-logo) .company-logo figure img,
html body.single-companies.postid-1363 .company-single-container:not(.company-single--no-logo) .company-logo img,
html body.single-companies.postid-1363 .company-single-container:not(.company-single--no-logo) .company-logo figure,
html body.single-companies.postid-1363 .company-single-container:not(.company-single--no-logo) .company-logo figure img,
html body.single-companies.postid-9614 .company-single-container:not(.company-single--no-logo) .company-logo img,
html body.single-companies.postid-9614 .company-single-container:not(.company-single--no-logo) .company-logo figure,
html body.single-companies.postid-9614 .company-single-container:not(.company-single--no-logo) .company-logo figure img,
html body.single-companies.postid-13402 .company-single-container:not(.company-single--no-logo) .company-logo img,
html body.single-companies.postid-13402 .company-single-container:not(.company-single--no-logo) .company-logo figure,
html body.single-companies.postid-13402 .company-single-container:not(.company-single--no-logo) .company-logo figure img {
	max-width: min(100%, 600px) !important;
	width: auto !important;
	height: auto !important;
}

/* Prospect Capital Management (postid-14294): 450px logo (50% larger than default 300px) */
html body.single-companies.postid-14294 .company-single-container:not(.company-single--no-logo) .company-logo img,
html body.single-companies.postid-14294 .company-single-container:not(.company-single--no-logo) .company-logo figure,
html body.single-companies.postid-14294 .company-single-container:not(.company-single--no-logo) .company-logo figure img,
/* ExchangeRight (postid-1361) */
html body.single-companies.postid-1361 .company-single-container:not(.company-single--no-logo) .company-logo img,
html body.single-companies.postid-1361 .company-single-container:not(.company-single--no-logo) .company-logo figure,
html body.single-companies.postid-1361 .company-single-container:not(.company-single--no-logo) .company-logo figure img {
	max-width: min(100%, 28.125rem) !important;
	width: auto !important;
	height: auto !important;
}

/* No logo: CTA top-right row 1, centered title row 2 */
html body.single-companies .company-single-container.company-single--no-logo {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	grid-template-rows: auto auto !important;
	gap: var(--sqx-space-sm) 0 !important;
	align-items: start !important;
}

html body.single-companies .company-single-container.company-single--no-logo .company-sponsor-cta-block {
	grid-column: 1 !important;
	grid-row: 1 !important;
	justify-self: end !important;
	align-self: start !important;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
	max-width: 100% !important;
}

html body.single-companies .company-single-container.company-single--no-logo .company-title-block {
	grid-column: 1 !important;
	grid-row: 2 !important;
	width: min(100%, var(--sqx-measure-narrow)) !important;
	max-width: 100% !important;
	margin: var(--sqx-space-sm) auto 0 !important;
	padding: 0 !important;
	text-align: center !important;
}

html body.single-companies .company-single-container.company-single--no-logo .company-title-block .company-title {
	margin: 0 !important;
	text-align: center !important;
	visibility: visible !important;
}

html body.single-companies .company-single-container.company-single--no-logo .company-content,
html body.single-companies .company-single-container.company-single--no-logo .company-related-content {
	grid-column: 1 / -1 !important;
}

@container company-single (max-width: 48rem) {
	html body.single-companies .company-featured-sponsor-cta {
		font-size: 14px !important;
		padding: 8px 12px !important;
		white-space: normal !important;
		text-align: center !important;
		max-width: 9.5rem !important;
	}
}

/* Body + related sections only: 700px centered column */
html body.single-companies #page #content .company-single-container .company-content,
html body.single-companies #content .company-content,
html body.single-companies .company-single-container .company-content,
html body.single-companies #page #content .company-single-container .company-related-content,
html body.single-companies #content .company-related-content,
html body.single-companies .company-single-container .company-related-content {
	width: min(100%, var(--sqx-measure-narrow)) !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}

html body.single-companies .company-related-content,
html body.single-companies #page #content .company-single-container .company-related-content,
html body.single-companies #content .company-related-content {
	border-top: 2px solid #005696 !important;
	border-top-color: #005696 !important;
}

/* No SEC Filings / Company News: hide empty related block and its blue rule */
html body.single-companies .company-single-container.company-single--no-related .company-related-content {
	display: none !important;
	border-top: none !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

html body.single-companies .company-single-container.company-single--no-related .company-content hr.wp-block-separator,
html body.single-companies .company-single-container.company-single--no-related .company-content .wp-block-separator {
	display: none !important;
	visibility: hidden !important;
	margin: 0 !important;
	border: none !important;
	height: 0 !important;
}

html body.single-companies .company-related-content .related-section:first-child h3 {
	border-top: none !important;
	padding-top: 0 !important;
}

html body.single-companies .company-related-content,
html body.single-companies .company-related-content .related-section,
html body.single-companies .company-related-content .related-list,
html body.single-companies .company-related-content .related-list li {
	text-align: left !important;
}

html body.single-companies .company-related-content .view-all-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	margin-left: 0 !important;
	margin-right: auto !important;
	background-color: #005696 !important;
	color: #ffffff !important;
	border: none !important;
}

html body.single-companies .company-related-content .view-all-btn:hover,
html body.single-companies .company-related-content .view-all-btn:focus-visible {
	background-color: #004680 !important;
	color: #ffffff !important;
}

html body.single-companies .company-related-content .related-list li,
html body.single-companies .company-related-content .related-list li a,
html body.single-companies .company-related-content .related-list li a small {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
}

html body.single-companies .company-related-content .related-list li {
	margin-bottom: var(--sqx-space-sm);
}

html body.single-companies .company-related-content .related-list li a {
	display: block;
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: 0.3125rem solid var(--sqx-color-accent) !important;
	padding: var(--sqx-space-sm) var(--sqx-space-md);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

html body.single-companies .company-related-content .related-list li a:hover,
html body.single-companies .company-related-content .related-list li a:focus-visible {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	transform: translateY(-3px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12) !important;
}

html body.single-companies .company-related-content .related-list li a .icon {
	display: none !important;
}

html body.single-companies .company-content .wp-block-post-featured-image {
	width: min(100%, var(--sqx-measure-narrow)) !important;
	max-width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

html body.single-companies .company-content .wp-block-post-featured-image img {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
}

/* Company single: contact info / body links (paragraphs + lists) — SQX blue, underline on hover */
html body.single-companies .company-content p a,
html body.single-companies #page #content .company-single-container .company-content p a,
html body.single-companies .company-content .wp-block-paragraph a,
html body.single-companies #page #content .company-single-container .company-content .wp-block-paragraph a,
html body.single-companies .company-content .wp-block-list a,
html body.single-companies #page #content .company-single-container .company-content .wp-block-list a,
html body.single-companies .company-content ul li a,
html body.single-companies #page #content .company-single-container .company-content ul li a,
html body.single-companies .company-content ol li a,
html body.single-companies #page #content .company-single-container .company-content ol li a {
	color: var(--sqx-color-accent, #005696) !important;
	font-weight: 400 !important;
	text-decoration: none !important;
	border-bottom: none !important;
}

html body.single-companies .company-content p a:hover,
html body.single-companies .company-content p a:focus-visible,
html body.single-companies #page #content .company-single-container .company-content p a:hover,
html body.single-companies #page #content .company-single-container .company-content p a:focus-visible,
html body.single-companies .company-content .wp-block-paragraph a:hover,
html body.single-companies .company-content .wp-block-paragraph a:focus-visible,
html body.single-companies #page #content .company-single-container .company-content .wp-block-paragraph a:hover,
html body.single-companies #page #content .company-single-container .company-content .wp-block-paragraph a:focus-visible,
html body.single-companies .company-content .wp-block-list a:hover,
html body.single-companies .company-content .wp-block-list a:focus-visible,
html body.single-companies #page #content .company-single-container .company-content .wp-block-list a:hover,
html body.single-companies #page #content .company-single-container .company-content .wp-block-list a:focus-visible,
html body.single-companies .company-content ul li a:hover,
html body.single-companies .company-content ul li a:focus-visible,
html body.single-companies #page #content .company-single-container .company-content ul li a:hover,
html body.single-companies #page #content .company-single-container .company-content ul li a:focus-visible,
html body.single-companies .company-content ol li a:hover,
html body.single-companies .company-content ol li a:focus-visible,
html body.single-companies #page #content .company-single-container .company-content ol li a:hover,
html body.single-companies #page #content .company-single-container .company-content ol li a:focus-visible {
	color: var(--sqx-color-accent-hover, #004680) !important;
	text-decoration: underline !important;
	text-underline-offset: 2px !important;
	text-decoration-thickness: 1px !important;
}

/* Company single: contact block (Address / Phone / Email) — match article body line rhythm */
html body.single-companies .company-content p:has(strong),
html body.single-companies #page #content .company-single-container .company-content p:has(strong),
html body.single-companies .company-content .wp-block-paragraph:has(strong) {
	line-height: 1.7 !important;
}

/* ===== Events page: page shell + brand overrides (component CSS in plugin) ===== */
html body.sqx-events-listing #page #content.container-wrapper,
html body.sqx-events-listing #page #content .section-block-upper,
html body.sqx-events-listing #content .section-block-upper,
html body.sqx-events-listing #page #main.site-main,
html body.sqx-events-listing #main,
html body.sqx-events-listing #page #primary.content-area,
html body.sqx-events-listing #primary,
html body.sqx-events-listing #page #content .section-block-upper #primary #main article,
html body.sqx-events-listing #main article,
html body.sqx-events-listing #page #content .hentry,
html body.sqx-events-listing .sqx-news-page-header,
html body.sqx-events-listing .sqx-news-title-row,
html body.sqx-events-listing #page #content .entry-content-wrap,
html body.sqx-events-listing #page #content .entry-content,
html body.sqx-events-listing .hentry .entry-content,
html body.sqx-events-listing .hentry .sqx-events-planner,
html body.sqx-events-listing #page #content .section-block-upper #primary #main .hentry .entry-content-wrap .entry-content .sqx-events-planner {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
}

html body.sqx-events-listing #page #content .section-block-upper,
html body.sqx-events-listing #page #primary.content-area,
html body.sqx-events-listing #main article,
html body.sqx-events-listing .sqx-news-page-header,
html body.sqx-events-listing #page #content .entry-content-wrap,
html body.sqx-events-listing #page #content .entry-content,
html body.sqx-events-listing .hentry .entry-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

html body.sqx-events-listing #page #content.container-wrapper {
	margin-top: 20px !important;
	padding-top: 0 !important;
}

html body.sqx-events-listing .sqx-news-title-row {
	margin-bottom: 50px !important;
}

html body.sqx-events-listing .sqx-news-submission-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-size: 16px !important;
	padding: 9px 15px !important;
	line-height: 1.2 !important;
	border: none !important;
	border-radius: 5px !important;
	font-weight: 700 !important;
	color: #fff !important;
	background-color: var(--sqx-color-accent, #005696) !important;
	text-decoration: none !important;
	box-sizing: border-box !important;
	white-space: nowrap !important;
}

html body.sqx-events-listing .sqx-news-submission-button:hover,
html body.sqx-events-listing .sqx-news-submission-button:focus {
	color: #fff !important;
	background-color: var(--sqx-color-accent, #005696) !important;
	opacity: 0.92 !important;
	text-decoration: none !important;
}

html body.sqx-events-listing #page #main.site-main {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

html body.sqx-events-listing .hentry .sqx-events-planner,
html body.sqx-events-listing #page #content .section-block-upper #primary #main .hentry .entry-content-wrap .entry-content .sqx-events-planner {
	padding-top: 0 !important;
	padding-bottom: var(--sqx-space-xl) !important;
	max-width: min(100%, var(--sqx-measure-wide)) !important;
}

html body.sqx-events-listing #main,
html body.sqx-events-listing #main article,
html body.sqx-events-listing .hentry .entry-content {
	width: 100% !important;
	max-width: var(--sqx-measure-wide) !important;
	box-sizing: border-box !important;
}

/* Events page: filters + card badges share plugin tokens; beat Yellow Pencil blue pills */
html body.sqx-events-listing .sqx-events-planner .sqx-events-planner__filters .sqx-events-planner__filter,
html body.sqx-events-listing #page #content .section-block-upper #primary #main .hentry .entry-content-wrap .entry-content .sqx-events-planner .sqx-events-planner__filters .sqx-events-planner__filter {
	font-size: 18px !important;
	color: var(--sqx-ep-filter-fg, var(--sqx-ep-accent)) !important;
	border-color: var(--sqx-ep-filter-border, var(--sqx-ep-accent)) !important;
	background-color: var(--sqx-ep-filter-bg, #ffffff) !important;
}

html body.sqx-events-listing .sqx-events-planner .sqx-events-planner__filters .sqx-events-planner__filter:hover,
html body.sqx-events-listing .sqx-events-planner .sqx-events-planner__filters .sqx-events-planner__filter:focus-visible,
html body.sqx-events-listing #page #content .section-block-upper #primary #main .hentry .entry-content-wrap .entry-content .sqx-events-planner .sqx-events-planner__filters .sqx-events-planner__filter:hover,
html body.sqx-events-listing #page #content .section-block-upper #primary #main .hentry .entry-content-wrap .entry-content .sqx-events-planner .sqx-events-planner__filters .sqx-events-planner__filter:focus-visible {
	color: #ffffff !important;
	background-color: var(--sqx-ep-accent) !important;
	border-color: var(--sqx-ep-accent) !important;
}

html body.sqx-events-listing .sqx-events-planner .sqx-events-planner__filters .sqx-events-planner__filter.is-active,
html body.sqx-events-listing #page #content .section-block-upper #primary #main .hentry .entry-content-wrap .entry-content .sqx-events-planner .sqx-events-planner__filters .sqx-events-planner__filter.is-active {
	color: #ffffff !important;
	background-color: var(--sqx-ep-accent) !important;
	border-color: var(--sqx-ep-accent) !important;
}

html body.sqx-events-listing .sqx-events-planner .sqx-events-planner__filters .sqx-events-planner__filter.is-active:hover,
html body.sqx-events-listing #page #content .section-block-upper #primary #main .hentry .entry-content-wrap .entry-content .sqx-events-planner .sqx-events-planner__filters .sqx-events-planner__filter.is-active:hover {
	color: #ffffff !important;
	background-color: var(--sqx-ep-accent-active, #004578) !important;
	border-color: var(--sqx-ep-accent-active, #004578) !important;
}

html body.sqx-events-listing .sqx-events-planner__card[data-sqx-category="webinars"] .sqx-events-planner__category,
html body.sqx-events-listing #page #content .sqx-events-planner__card[data-sqx-category="webinars"] .sqx-events-planner__category {
	background-color: var(--sqx-ep-cat-webinars-bg) !important;
	border-color: var(--sqx-ep-cat-webinars-border) !important;
	color: var(--sqx-ep-text, #111827) !important;
}

html body.sqx-events-listing .sqx-events-planner__card[data-sqx-category="industry-events"] .sqx-events-planner__category,
html body.sqx-events-listing #page #content .sqx-events-planner__card[data-sqx-category="industry-events"] .sqx-events-planner__category {
	background-color: var(--sqx-ep-cat-industry-events-bg) !important;
	border-color: var(--sqx-ep-cat-industry-events-border) !important;
	color: var(--sqx-ep-text, #111827) !important;
}

html body.sqx-events-listing .sqx-events-planner__card[data-sqx-category="conference"] .sqx-events-planner__category,
html body.sqx-events-listing #page #content .sqx-events-planner__card[data-sqx-category="conference"] .sqx-events-planner__category {
	background-color: var(--sqx-ep-cat-conference-bg) !important;
	border-color: var(--sqx-ep-cat-conference-border) !important;
	color: var(--sqx-ep-text, #111827) !important;
}

html body.sqx-events-listing .sqx-events-planner__card[data-sqx-category="due-diligence-site-visit"] .sqx-events-planner__category,
html body.sqx-events-listing #page #content .sqx-events-planner__card[data-sqx-category="due-diligence-site-visit"] .sqx-events-planner__category {
	background-color: var(--sqx-ep-cat-due-diligence-site-visit-bg) !important;
	border-color: var(--sqx-ep-cat-due-diligence-site-visit-border) !important;
	color: var(--sqx-ep-text, #111827) !important;
}

/* ===== Alts Directory (/alts-directory/): 20px top margin ===== */
html body.sqx-alts-directory-page #page #content.container-wrapper,
html body.sqx-alts-directory-page #content.container-wrapper {
	margin-top: 20px !important;
	padding-top: 0 !important;
}

/* Alts Directory + Glossary hub: floating back-to-top */
html body.sqx-alts-directory-page .sqx-directory-back-to-top,
html body.sqx-glossary-hub-page .sqx-directory-back-to-top {
	position: fixed;
	bottom: 1.5rem;
	right: 1.5rem;
	z-index: 8000;
	width: 3rem;
	height: 3rem;
	padding: 0;
	border: none;
	border-radius: 50%;
	background-color: var(--sqx-color-accent, #005696);
	color: #ffffff;
	box-shadow: 0 4px 14px rgba(0, 86, 150, 0.35);
	cursor: pointer;
	line-height: 0;
	font-size: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(0.5rem);
	transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

html body.sqx-alts-directory-page .sqx-directory-back-to-top.is-visible,
html body.sqx-glossary-hub-page .sqx-directory-back-to-top.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

html body.sqx-alts-directory-page .sqx-directory-back-to-top:hover,
html body.sqx-alts-directory-page .sqx-directory-back-to-top:focus-visible,
html body.sqx-glossary-hub-page .sqx-directory-back-to-top:hover,
html body.sqx-glossary-hub-page .sqx-directory-back-to-top:focus-visible {
	background-color: var(--sqx-color-accent-hover, #004680);
	outline: 2px solid #ffffff;
	outline-offset: 2px;
}

html body.sqx-alts-directory-page .sqx-directory-back-to-top__icon,
html body.sqx-glossary-hub-page .sqx-directory-back-to-top__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 2.7rem;
	height: 2.7rem;
	margin: 0;
	padding: 0;
	overflow: visible;
	fill: none;
	stroke: #ffffff;
	color: #ffffff;
	transform: translate(-50%, calc(-50% - 0.125rem));
}

html body.sqx-alts-directory-page #page #content .company-list-container,
html body.sqx-alts-directory-page #content .company-list-container,
html body.sqx-alts-directory-page .company-list-container {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

html body.sqx-alts-directory-page .sqx-sponsor-directory-title-row .page-title,
html body.sqx-alts-directory-page .page-intro,
html body.sqx-alts-directory-page .directory-wrapper .directory-letter-section:first-child .alpha-header {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

html body.sqx-alts-directory-page .sqx-sponsor-directory-title-row {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
	padding-top: 0 !important;
}

html body.sqx-alts-directory-page .sqx-sponsor-directory-title-row .page-title {
	margin-bottom: 0 !important;
}

html body.sqx-alts-directory-page .sqx-sponsor-directory-cta {
	font-size: 16px !important;
}

/* Directory listing: filter + grid share fluid full width */
html body.sqx-alts-directory-page .sqx-directory-listing,
html body.sqx-alts-directory-page .sqx-directory-listing .sqx-directory-letter-filter,
html body.sqx-alts-directory-page .sqx-directory-listing .directory-wrapper {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}

/* Alts Directory: controls row (letter filter + search) */
html body.sqx-alts-directory-page .sqx-directory-controls,
html body.page-slug-alts-directory .sqx-directory-controls,
html body.page-id-66 .sqx-directory-controls {
	display: flex !important;
	justify-content: flex-start !important;
	align-items: center !important;
	gap: 12px !important;
	flex-wrap: nowrap !important;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	margin-bottom: 10px !important;
}

html body.sqx-alts-directory-page .sqx-directory-controls__filter,
html body.page-slug-alts-directory .sqx-directory-controls__filter,
html body.page-id-66 .sqx-directory-controls__filter {
	flex: 0 1 auto !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
}

html body.sqx-alts-directory-page .sqx-directory-controls__search,
html body.page-slug-alts-directory .sqx-directory-controls__search,
html body.page-id-66 .sqx-directory-controls__search {
	flex: 1 1 0 !important;
	min-width: 0 !important;
	width: auto !important;
	max-width: none !important;
	margin-left: 0 !important;
}

html body.sqx-alts-directory-page #alts-directory-wrap .sqx-directory-controls__search .af-search-wrap.af-search-inline,
html body.page-slug-alts-directory #alts-directory-wrap .sqx-directory-controls__search .af-search-wrap.af-search-inline,
html body.page-id-66 #alts-directory-wrap .sqx-directory-controls__search .af-search-wrap.af-search-inline {
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
}

html body.sqx-alts-directory-page #alts-directory-wrap .af-search-wrap.af-search-inline .search-form,
html body.page-slug-alts-directory #alts-directory-wrap .af-search-wrap.af-search-inline .search-form,
html body.page-id-66 #alts-directory-wrap .af-search-wrap.af-search-inline .search-form {
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	gap: 0 !important;
}

html body.sqx-alts-directory-page .sqx-directory-controls__filter .sqx-directory-letter-filter {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	flex-wrap: nowrap !important;
	gap: clamp(0.25rem, 0.2rem + 0.15vw, 0.375rem) !important;
	margin-bottom: 0 !important;
	width: auto !important;
	max-width: 100% !important;
}

html body.sqx-alts-directory-page .sqx-directory-controls__filter .sqx-directory-letter-filter__label {
	display: block !important;
}

html body.sqx-alts-directory-page .sqx-directory-controls__filter .sqx-directory-letter-filter__select-wrap,
html body.sqx-alts-directory-page .sqx-directory-controls__filter .sqx-directory-letter-filter__buttons {
	width: 100% !important;
}

html body.sqx-alts-directory-page #alts-directory-wrap .search-form {
	border: 1px solid #005696 !important;
	border-radius: 5px !important;
	background-color: #fff !important;
	overflow: hidden;
	display: flex !important;
	align-items: stretch !important;
}

html body.sqx-alts-directory-page #alts-directory-wrap #alts-directory-search,
html body.sqx-alts-directory-page #alts-directory-wrap .af-search-wrap.af-search-inline .search-form .search-field,
html body.sqx-alts-directory-page #alts-directory-wrap .af-search-wrap.af-search-inline .search-form input.search-field {
	color: #000 !important;
	background-color: #fff !important;
	border: none !important;
	box-shadow: none !important;
	min-width: 0 !important;
	width: 100% !important;
	max-width: none !important;
	flex: 1 1 auto !important;
	display: block !important;
}

html body.sqx-alts-directory-page #alts-directory-wrap #alts-directory-search::placeholder {
	color: #000 !important;
	opacity: 1 !important;
}

html body.sqx-alts-directory-page #alts-directory-wrap #alts-directory-search:focus {
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
}

html body.sqx-alts-directory-page #alts-directory-wrap .search-submit {
	display: flex !important;
	visibility: visible !important;
	opacity: 1 !important;
	width: 36px !important;
	min-width: 36px !important;
	flex-shrink: 0 !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	background-color: transparent !important;
	color: #005696 !important;
	cursor: pointer !important;
}

html body.sqx-alts-directory-page #alts-directory-wrap .search-submit i {
	color: #005696 !important;
	font-size: 14px !important;
}

@media (max-width: 768px) {
	html body.sqx-alts-directory-page .sqx-directory-controls,
	html body.page-slug-alts-directory .sqx-directory-controls,
	html body.page-id-66 .sqx-directory-controls {
		--sqx-dir-control-h: 38px;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		justify-content: flex-start !important;
		gap: 12px !important;
	}

	html body.sqx-alts-directory-page .sqx-directory-controls__filter,
	html body.page-slug-alts-directory .sqx-directory-controls__filter,
	html body.page-id-66 .sqx-directory-controls__filter {
		flex: 0 1 auto !important;
		width: auto !important;
		max-width: 32% !important;
		min-width: 0 !important;
		margin-left: 0 !important;
	}

	html body.sqx-alts-directory-page .sqx-directory-controls__search,
	html body.page-slug-alts-directory .sqx-directory-controls__search,
	html body.page-id-66 .sqx-directory-controls__search {
		flex: 1 1 0 !important;
		min-width: 0 !important;
		width: auto !important;
		max-width: none !important;
		margin-left: 0 !important;
	}

	html body.sqx-alts-directory-page .sqx-directory-controls__filter .sqx-directory-letter-filter__label,
	html body.page-slug-alts-directory .sqx-directory-controls__filter .sqx-directory-letter-filter__label,
	html body.page-id-66 .sqx-directory-controls__filter .sqx-directory-letter-filter__label {
		display: none !important;
	}

	html body.sqx-alts-directory-page .sqx-directory-controls__filter .sqx-directory-letter-filter,
	html body.page-slug-alts-directory .sqx-directory-controls__filter .sqx-directory-letter-filter,
	html body.page-id-66 .sqx-directory-controls__filter .sqx-directory-letter-filter {
		width: auto !important;
		max-width: 100% !important;
	}

	html body.sqx-alts-directory-page .sqx-directory-controls__filter .sqx-directory-letter-filter__select-wrap,
	html body.page-slug-alts-directory .sqx-directory-controls__filter .sqx-directory-letter-filter__select-wrap,
	html body.page-id-66 .sqx-directory-controls__filter .sqx-directory-letter-filter__select-wrap {
		width: auto !important;
		max-width: 100% !important;
	}

	html body.sqx-alts-directory-page .sqx-directory-controls__filter .sqx-directory-letter-filter__select,
	html body.page-slug-alts-directory .sqx-directory-controls__filter .sqx-directory-letter-filter__select,
	html body.page-id-66 .sqx-directory-controls__filter .sqx-directory-letter-filter__select {
		width: auto !important;
		min-width: 4.5rem !important;
		max-width: 100% !important;
		height: var(--sqx-dir-control-h) !important;
		min-height: var(--sqx-dir-control-h) !important;
		padding: 0 1.35rem 0 0.5rem !important;
		font-size: 13px !important;
		line-height: var(--sqx-dir-control-h) !important;
		border-radius: 5px !important;
		border: 1px solid #005696 !important;
		background-position: right 0.45rem center !important;
		background-size: 0.6rem auto !important;
	}

	html body.sqx-alts-directory-page .sqx-directory-controls__search .af-search-wrap.af-search-inline,
	html body.page-slug-alts-directory .sqx-directory-controls__search .af-search-wrap.af-search-inline,
	html body.page-id-66 .sqx-directory-controls__search .af-search-wrap.af-search-inline {
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
	}

	html body.sqx-alts-directory-page #alts-directory-wrap .search-form,
	html body.page-slug-alts-directory #alts-directory-wrap .search-form,
	html body.page-id-66 #alts-directory-wrap .search-form {
		width: 100% !important;
		max-width: 100% !important;
		height: var(--sqx-dir-control-h) !important;
		min-height: var(--sqx-dir-control-h) !important;
		box-sizing: border-box !important;
	}

	html body.sqx-alts-directory-page #alts-directory-wrap #alts-directory-search,
	html body.page-slug-alts-directory #alts-directory-wrap #alts-directory-search,
	html body.page-id-66 #alts-directory-wrap #alts-directory-search,
	html body.sqx-alts-directory-page #alts-directory-wrap .af-search-wrap.af-search-inline .search-form .search-field,
	html body.page-slug-alts-directory #alts-directory-wrap .af-search-wrap.af-search-inline .search-form .search-field,
	html body.page-id-66 #alts-directory-wrap .af-search-wrap.af-search-inline .search-form .search-field {
		min-width: 0 !important;
		width: 100% !important;
		max-width: none !important;
		height: 100% !important;
		flex: 1 1 auto !important;
		display: block !important;
		padding: 0 0.35rem 0 0.5rem !important;
		font-size: 16px !important;
		line-height: 1.2 !important;
	}

	html body.sqx-alts-directory-page #alts-directory-wrap #alts-directory-search::placeholder,
	html body.page-slug-alts-directory #alts-directory-wrap #alts-directory-search::placeholder,
	html body.page-id-66 #alts-directory-wrap #alts-directory-search::placeholder {
		color: #000 !important;
		opacity: 1 !important;
		font-size: 15px !important;
	}

	html body.sqx-alts-directory-page #alts-directory-wrap .search-submit,
	html body.page-slug-alts-directory #alts-directory-wrap .search-submit,
	html body.page-id-66 #alts-directory-wrap .search-submit {
		width: 28px !important;
		min-width: 28px !important;
		height: 100% !important;
	}
}

/* Alts Directory: desktop — search aligns with letter-filter button row */
@media (min-width: 769px) {
	html body.sqx-alts-directory-page .sqx-directory-controls,
	html body.page-slug-alts-directory .sqx-directory-controls,
	html body.page-id-66 .sqx-directory-controls {
		--sqx-dir-control-h-desktop: 38px;
		align-items: flex-end !important;
		gap: 16px !important;
	}

	html body.sqx-alts-directory-page .sqx-directory-controls__filter,
	html body.page-slug-alts-directory .sqx-directory-controls__filter,
	html body.page-id-66 .sqx-directory-controls__filter {
		flex: 1 1 0 !important;
		min-width: 0 !important;
		width: auto !important;
		max-width: none !important;
	}

	html body.sqx-alts-directory-page .sqx-directory-controls__search,
	html body.page-slug-alts-directory .sqx-directory-controls__search,
	html body.page-id-66 .sqx-directory-controls__search {
		flex: 0 0 280px !important;
		width: 280px !important;
		min-width: 220px !important;
		max-width: 280px !important;
		align-self: flex-end !important;
	}

	html body.sqx-alts-directory-page .sqx-directory-controls__filter .sqx-directory-letter-filter,
	html body.page-slug-alts-directory .sqx-directory-controls__filter .sqx-directory-letter-filter,
	html body.page-id-66 .sqx-directory-controls__filter .sqx-directory-letter-filter {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		flex-wrap: nowrap !important;
		gap: 6px !important;
		margin-bottom: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	html body.sqx-alts-directory-page .sqx-directory-controls__filter .sqx-directory-letter-filter__label,
	html body.page-slug-alts-directory .sqx-directory-controls__filter .sqx-directory-letter-filter__label,
	html body.page-id-66 .sqx-directory-controls__filter .sqx-directory-letter-filter__label {
		display: block !important;
		width: auto !important;
	}

	html body.sqx-alts-directory-page .sqx-directory-controls__filter .sqx-directory-letter-filter__buttons,
	html body.page-slug-alts-directory .sqx-directory-controls__filter .sqx-directory-letter-filter__buttons,
	html body.page-id-66 .sqx-directory-controls__filter .sqx-directory-letter-filter__buttons {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: stretch !important;
		width: 100% !important;
		min-width: 0 !important;
	}

	html body.sqx-alts-directory-page .sqx-directory-controls__filter .sqx-directory-letter-filter__btn,
	html body.page-slug-alts-directory .sqx-directory-controls__filter .sqx-directory-letter-filter__btn,
	html body.page-id-66 .sqx-directory-controls__filter .sqx-directory-letter-filter__btn {
		min-height: var(--sqx-dir-control-h-desktop) !important;
		box-sizing: border-box !important;
	}

	html body.sqx-alts-directory-page #alts-directory-wrap .search-form,
	html body.page-slug-alts-directory #alts-directory-wrap .search-form,
	html body.page-id-66 #alts-directory-wrap .search-form {
		height: var(--sqx-dir-control-h-desktop) !important;
		min-height: var(--sqx-dir-control-h-desktop) !important;
		max-height: var(--sqx-dir-control-h-desktop) !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	html body.sqx-alts-directory-page #alts-directory-wrap #alts-directory-search,
	html body.page-slug-alts-directory #alts-directory-wrap #alts-directory-search,
	html body.page-id-66 #alts-directory-wrap #alts-directory-search,
	html body.sqx-alts-directory-page #alts-directory-wrap .af-search-wrap.af-search-inline .search-form .search-field,
	html body.page-slug-alts-directory #alts-directory-wrap .af-search-wrap.af-search-inline .search-form .search-field,
	html body.page-id-66 #alts-directory-wrap .af-search-wrap.af-search-inline .search-form .search-field {
		height: 100% !important;
		min-height: 0 !important;
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
		font-size: 14px !important;
		padding: 0 0.5rem !important;
	}

	html body.sqx-alts-directory-page #alts-directory-wrap #alts-directory-search::placeholder,
	html body.page-slug-alts-directory #alts-directory-wrap #alts-directory-search::placeholder,
	html body.page-id-66 #alts-directory-wrap #alts-directory-search::placeholder {
		font-size: 14px !important;
	}

	html body.sqx-alts-directory-page #alts-directory-wrap .search-submit,
	html body.page-slug-alts-directory #alts-directory-wrap .search-submit,
	html body.page-id-66 #alts-directory-wrap .search-submit {
		width: 36px !important;
		min-width: 36px !important;
		height: 100% !important;
	}
}

/* Letter-range filter: single row, full width of directory listing */
html body.sqx-alts-directory-page .sqx-directory-letter-filter {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: stretch !important;
	gap: var(--sqx-space-sm, clamp(0.5rem, 0.42rem + 0.35vw, 0.75rem)) !important;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	margin-bottom: 10px !important;
}

html body.sqx-alts-directory-page .sqx-directory-letter-filter__label {
	display: flex !important;
	align-items: center !important;
	flex: 0 0 auto !important;
	font-weight: 700 !important;
	font-size: var(--sqx-text-base, clamp(0.9375rem, 0.88rem + 0.35vw, 1.125rem)) !important;
	line-height: 1.2 !important;
	white-space: nowrap !important;
	color: var(--sqx-color-accent, #005696) !important;
}

html body.sqx-alts-directory-page .sqx-directory-letter-filter__buttons {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: stretch !important;
	gap: var(--sqx-space-xs, clamp(0.375rem, 0.3rem + 0.25vw, 0.5rem)) !important;
	min-width: 0 !important;
	width: 100% !important;
}

html body.sqx-alts-directory-page .sqx-directory-letter-filter__btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 1 1 0 !important;
	min-width: 0 !important;
	text-align: center !important;
	line-height: 1 !important;
	white-space: nowrap !important;
	background: #fff !important;
	color: var(--sqx-color-accent, #005696) !important;
	border: 1px solid var(--sqx-color-accent, #005696) !important;
	font-size: var(--sqx-text-sm, clamp(0.8125rem, 0.78rem + 0.25vw, 0.875rem)) !important;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
}

html body.sqx-alts-directory-page .sqx-directory-letter-filter__btn:hover,
html body.sqx-alts-directory-page .sqx-directory-letter-filter__btn:focus-visible {
	background: var(--sqx-color-accent, #005696) !important;
	color: #fff !important;
	border-color: var(--sqx-color-accent, #005696) !important;
}

html body.sqx-alts-directory-page .sqx-directory-letter-filter__btn.is-active {
	background: var(--sqx-color-accent, #005696) !important;
	color: #fff !important;
	border-color: var(--sqx-color-accent, #005696) !important;
}

html body.sqx-alts-directory-page .sqx-directory-letter-filter__select-wrap {
	display: none !important;
	flex: 1 1 auto !important;
	min-width: 0 !important;
	width: 100% !important;
}

html body.sqx-alts-directory-page .sqx-directory-letter-filter__select {
	display: block !important;
	width: 100% !important;
	box-sizing: border-box !important;
	background: #fff !important;
	color: var(--sqx-color-accent, #005696) !important;
	border: 1px solid var(--sqx-color-accent, #005696) !important;
	border-radius: 4px !important;
	padding: var(--sqx-space-sm, clamp(0.5rem, 0.42rem + 0.35vw, 0.625rem)) var(--sqx-space-md, clamp(0.75rem, 0.62rem + 0.5vw, 1rem)) !important;
	font-size: var(--sqx-text-base, clamp(0.9375rem, 0.88rem + 0.35vw, 1.125rem)) !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	cursor: pointer !important;
}

@media screen and (max-width: 768px) {
	html body.sqx-alts-directory-page .sqx-directory-controls__filter .sqx-directory-letter-filter,
	html body.page-slug-alts-directory .sqx-directory-controls__filter .sqx-directory-letter-filter,
	html body.page-id-66 .sqx-directory-controls__filter .sqx-directory-letter-filter {
		flex-direction: column !important;
		align-items: flex-start !important;
		flex-wrap: nowrap !important;
		gap: clamp(0.25rem, 0.2rem + 0.15vw, 0.375rem) !important;
		margin-bottom: 0 !important;
		width: auto !important;
		max-width: 100% !important;
	}

	html body.sqx-alts-directory-page .sqx-directory-letter-filter__buttons,
	html body.page-slug-alts-directory .sqx-directory-letter-filter__buttons,
	html body.page-id-66 .sqx-directory-letter-filter__buttons {
		display: none !important;
	}

	html body.sqx-alts-directory-page .sqx-directory-controls__filter .sqx-directory-letter-filter__select-wrap,
	html body.page-slug-alts-directory .sqx-directory-controls__filter .sqx-directory-letter-filter__select-wrap,
	html body.page-id-66 .sqx-directory-controls__filter .sqx-directory-letter-filter__select-wrap {
		display: block !important;
		flex: 0 0 auto !important;
		min-width: 0 !important;
		width: auto !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
		position: relative !important;
	}

	html body.sqx-alts-directory-page .sqx-directory-letter-filter__select-wrap .screen-reader-text,
	html body.page-slug-alts-directory .sqx-directory-letter-filter__select-wrap .screen-reader-text,
	html body.page-id-66 .sqx-directory-letter-filter__select-wrap .screen-reader-text {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		padding: 0 !important;
		margin: -1px !important;
		overflow: hidden !important;
		clip: rect(0, 0, 0, 0) !important;
		white-space: nowrap !important;
		border: 0 !important;
	}

	html body.sqx-alts-directory-page .sqx-directory-controls__filter .sqx-directory-letter-filter__select,
	html body.page-slug-alts-directory .sqx-directory-controls__filter .sqx-directory-letter-filter__select,
	html body.page-id-66 .sqx-directory-controls__filter .sqx-directory-letter-filter__select {
		display: block !important;
		width: auto !important;
		min-width: 4.5rem !important;
		max-width: 100% !important;
		height: var(--sqx-dir-control-h, 38px) !important;
		min-height: var(--sqx-dir-control-h, 38px) !important;
		margin: 0 !important;
		padding: 0 1.35rem 0 0.5rem !important;
		line-height: var(--sqx-dir-control-h, 38px) !important;
		font-size: 13px !important;
		border-radius: 5px !important;
		-webkit-appearance: none !important;
		-moz-appearance: none !important;
		appearance: none !important;
		background-color: #fff !important;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%23005696' d='M1.4 0 6 4.6 10.6 0 12 1.4l-6 6-6-6z'/%3E%3C/svg%3E") !important;
		background-repeat: no-repeat !important;
		background-position: right 0.45rem center !important;
		background-size: 0.6rem auto !important;
	}
}

@media screen and (max-width: 767px) {
	html body.sqx-alts-directory-page .sqx-sponsor-directory-title-row,
	html body.page-slug-alts-directory .sqx-sponsor-directory-title-row,
	html body.page-slug-sponsor-directory .sqx-sponsor-directory-title-row {
		flex-direction: column !important;
		align-items: stretch !important;
	}

	html body.sqx-alts-directory-page .sqx-sponsor-directory-cta,
	html body.page-slug-alts-directory .sqx-sponsor-directory-cta,
	html body.page-slug-sponsor-directory .sqx-sponsor-directory-cta {
		display: inline-block !important;
		align-self: center !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

/* Alts Directory: sponsor name labels on directory cards */
html body.sqx-alts-directory-page .directory-wrapper .mobile-list-group .company-name,
html body.page-slug-alts-directory .directory-wrapper .mobile-list-group .company-name,
html body.page-id-66 .directory-wrapper .mobile-list-group .company-name {
	font-size: 20px !important;
	line-height: 1.3 !important;
}

/* Alts Directory: letter bars (A, B, …) — extra inset for the label */
html body.sqx-alts-directory-page .directory-wrapper .alpha-header,
html body.page-slug-alts-directory .directory-wrapper .alpha-header,
html body.page-id-66 .directory-wrapper .alpha-header {
	padding-left: 20px !important;
}

/* Alts Directory: mobile 2-up masonry columns (natural stack, no row gaps) */
@media (max-width: 768px) {
	html body.sqx-alts-directory-page .directory-wrapper .mobile-list-group,
	html body.page-slug-alts-directory .directory-wrapper .mobile-list-group,
	html body.page-slug-sponsor-directory .directory-wrapper .mobile-list-group,
	html body.page-id-66 .directory-wrapper .mobile-list-group {
		display: block !important;
		grid-template-columns: none !important;
		column-count: 2 !important;
		column-gap: 12px !important;
	}

	html body.sqx-alts-directory-page .directory-wrapper .mobile-list-group .list-item:not([hidden]),
	html body.page-slug-alts-directory .directory-wrapper .mobile-list-group .list-item:not([hidden]),
	html body.page-slug-sponsor-directory .directory-wrapper .mobile-list-group .list-item:not([hidden]),
	html body.page-id-66 .directory-wrapper .mobile-list-group .list-item:not([hidden]) {
		display: inline-block !important;
		width: 100% !important;
		vertical-align: top !important;
		break-inside: avoid !important;
		-webkit-column-break-inside: avoid !important;
		page-break-inside: avoid !important;
		margin-bottom: 12px !important;
		box-sizing: border-box !important;
	}

	/* Tighter padding in 2-up cards; logo layout handled in final mobile pass below */
	html body.sqx-alts-directory-page .directory-wrapper .mobile-list-group .list-item > a,
	html body.page-slug-alts-directory .directory-wrapper .mobile-list-group .list-item > a,
	html body.page-id-66 .directory-wrapper .mobile-list-group .list-item > a {
		padding: 10px !important;
		gap: 6px !important;
		min-width: 0 !important;
	}

	html body.sqx-alts-directory-page .directory-wrapper .mobile-list-group .company-name,
	html body.page-slug-alts-directory .directory-wrapper .mobile-list-group .company-name,
	html body.page-id-66 .directory-wrapper .mobile-list-group .company-name {
		font-size: 16px !important;
		line-height: 1.25 !important;
		max-width: 100% !important;
		min-width: 0 !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		display: -webkit-box !important;
		line-clamp: 2 !important;
		-webkit-line-clamp: 2 !important;
		-webkit-box-orient: vertical !important;
	}

	html body.sqx-alts-directory-page .directory-wrapper .directory-letter-section[hidden],
	html body.page-slug-alts-directory .directory-wrapper .directory-letter-section[hidden],
	html body.page-id-66 .directory-wrapper .directory-letter-section[hidden] {
		display: none !important;
	}

	html body.sqx-alts-directory-page .directory-wrapper .mobile-list-group .list-item[hidden],
	html body.page-slug-alts-directory .directory-wrapper .mobile-list-group .list-item[hidden],
	html body.page-slug-sponsor-directory .directory-wrapper .mobile-list-group .list-item[hidden],
	html body.page-id-66 .directory-wrapper .mobile-list-group .list-item[hidden] {
		display: none !important;
	}
}

/* Alts Directory: uniform 6:4 cards (override Yellow Pencil per-logo heights) */
html body.sqx-alts-directory-page .directory-wrapper .mobile-list-group .list-item,
html body.page-slug-alts-directory .directory-wrapper .mobile-list-group .list-item,
html body.page-id-66 .directory-wrapper .mobile-list-group .list-item {
	aspect-ratio: 6 / 4 !important;
	min-width: 0 !important;
	overflow: hidden !important;
}

html body.sqx-alts-directory-page .directory-wrapper .directory-letter-section[hidden],
html body.page-slug-alts-directory .directory-wrapper .directory-letter-section[hidden],
html body.page-id-66 .directory-wrapper .directory-letter-section[hidden],
html body.sqx-alts-directory-page .directory-wrapper .mobile-list-group .list-item[hidden],
html body.page-slug-alts-directory .directory-wrapper .mobile-list-group .list-item[hidden],
html body.page-id-66 .directory-wrapper .mobile-list-group .list-item[hidden] {
	display: none !important;
}

html body.sqx-alts-directory-page .directory-wrapper .mobile-list-group .list-item > a,
html body.page-slug-alts-directory .directory-wrapper .mobile-list-group .list-item > a,
html body.page-id-66 .directory-wrapper .mobile-list-group .list-item > a {
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 12px !important;
	box-sizing: border-box !important;
	text-align: center !important;
}

html body.sqx-alts-directory-page .directory-wrapper .mobile-list-group .list-item:not(.list-item--no-logo) > a,
html body.page-slug-alts-directory .directory-wrapper .mobile-list-group .list-item:not(.list-item--no-logo) > a,
html body.page-id-66 .directory-wrapper .mobile-list-group .list-item:not(.list-item--no-logo) > a {
	display: grid !important;
	grid-template-rows: auto minmax(0, 1fr) !important;
	justify-items: center !important;
	align-content: stretch !important;
	min-height: 0 !important;
}

html body.sqx-alts-directory-page #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item a img,
html body.sqx-alts-directory-page #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item a .wp-post-image,
html body.sqx-alts-directory-page #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item a .company-logo,
html body.page-slug-alts-directory #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item a img,
html body.page-slug-alts-directory #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item a .wp-post-image,
html body.page-slug-alts-directory #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item a .company-logo,
html body.page-id-66 #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item a img,
html body.page-id-66 #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item a .wp-post-image,
html body.page-id-66 #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item a .company-logo,
html body.sqx-alts-directory-page .directory-wrapper .mobile-list-group .list-item a img,
html body.sqx-alts-directory-page .directory-wrapper .mobile-list-group .list-item a .wp-post-image,
html body.page-slug-alts-directory .directory-wrapper .mobile-list-group .list-item a img,
html body.page-slug-alts-directory .directory-wrapper .mobile-list-group .list-item a .wp-post-image,
html body.page-id-66 .directory-wrapper .mobile-list-group .list-item a img,
html body.page-id-66 .directory-wrapper .mobile-list-group .list-item a .wp-post-image,
html body.page-id-66 #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item a .wp-post-image,
html body.page-id-66 .directory-wrapper a .wp-post-image {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: 100% !important;
	min-height: 0 !important;
	object-fit: contain !important;
	object-position: center center !important;
	align-self: center !important;
	justify-self: center !important;
}

@media (min-width: 769px) {
	html body.sqx-alts-directory-page .directory-wrapper .mobile-list-group .list-item a img,
	html body.sqx-alts-directory-page .directory-wrapper .mobile-list-group .list-item a .wp-post-image,
	html body.page-slug-alts-directory .directory-wrapper .mobile-list-group .list-item a img,
	html body.page-slug-alts-directory .directory-wrapper .mobile-list-group .list-item a .wp-post-image,
	html body.page-id-66 .directory-wrapper .mobile-list-group .list-item a img,
	html body.page-id-66 .directory-wrapper .mobile-list-group .list-item a .wp-post-image,
	html body.page-id-66 #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item a .wp-post-image,
	html body.page-id-66 .directory-wrapper a .wp-post-image {
		width: 100% !important;
		height: 100% !important;
		min-height: 72px !important;
	}
}

/* Wide/short logos (e.g. EDI SVG): fill card logo area */
html body.sqx-alts-directory-page .directory-wrapper .list-item:not(.list-item--no-logo) a[href*="/companies/edi/"] img,
html body.page-id-66 .directory-wrapper .list-item:not(.list-item--no-logo) a[href*="/companies/edi/"] img,
html body.sqx-alts-directory-page .directory-wrapper .list-item:not(.list-item--no-logo) a img[src*="EDI-logo"],
html body.page-id-66 .directory-wrapper .list-item:not(.list-item--no-logo) a img[src*="EDI-logo"] {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: 100% !important;
	min-height: 0 !important;
}

@media (min-width: 769px) {
	html body.sqx-alts-directory-page .directory-wrapper .list-item:not(.list-item--no-logo) a[href*="/companies/edi/"] img,
	html body.page-id-66 .directory-wrapper .list-item:not(.list-item--no-logo) a[href*="/companies/edi/"] img,
	html body.sqx-alts-directory-page .directory-wrapper .list-item:not(.list-item--no-logo) a img[src*="EDI-logo"],
	html body.page-id-66 .directory-wrapper .list-item:not(.list-item--no-logo) a img[src*="EDI-logo"] {
		min-height: 80px !important;
		width: 100% !important;
		height: 100% !important;
	}
}

/* Alts Directory mobile: logo-driven card height (beat Yellow Pencil fixed heights) */
@media (max-width: 768px) {
	html body.sqx-alts-directory-page #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item:not([hidden]),
	html body.page-slug-alts-directory #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item:not([hidden]),
	html body.page-id-66 #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item:not([hidden]) {
		display: inline-block !important;
		width: 100% !important;
		vertical-align: top !important;
		break-inside: avoid !important;
		-webkit-column-break-inside: avoid !important;
		page-break-inside: avoid !important;
		margin-bottom: 12px !important;
		aspect-ratio: auto !important;
		height: auto !important;
		min-height: 0 !important;
		overflow: hidden !important;
		box-sizing: border-box !important;
	}

	html body.sqx-alts-directory-page #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item > a,
	html body.page-slug-alts-directory #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item > a,
	html body.page-id-66 #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item > a {
		height: auto !important;
		min-height: 0 !important;
	}

	html body.sqx-alts-directory-page #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item:not(.list-item--no-logo) > a,
	html body.page-slug-alts-directory #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item:not(.list-item--no-logo) > a,
	html body.page-id-66 #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item:not(.list-item--no-logo) > a {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: flex-start !important;
		grid-template-rows: unset !important;
		height: auto !important;
		min-height: 0 !important;
		overflow: hidden !important;
	}

	html body.sqx-alts-directory-page #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item:not(.list-item--no-logo) .company-name,
	html body.page-slug-alts-directory #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item:not(.list-item--no-logo) .company-name,
	html body.page-id-66 #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item:not(.list-item--no-logo) .company-name {
		flex: 0 0 auto !important;
		align-self: stretch !important;
		width: 100% !important;
	}

	html body.sqx-alts-directory-page #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item a img,
	html body.sqx-alts-directory-page #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item a .wp-post-image,
	html body.sqx-alts-directory-page #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item a .company-logo,
	html body.page-slug-alts-directory #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item a img,
	html body.page-slug-alts-directory #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item a .wp-post-image,
	html body.page-slug-alts-directory #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item a .company-logo,
	html body.page-id-66 #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item a img,
	html body.page-id-66 #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item a .wp-post-image,
	html body.page-id-66 #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item a .company-logo {
		flex: 0 0 auto !important;
		display: block !important;
		width: auto !important;
		height: auto !important;
		max-width: 100% !important;
		max-height: none !important;
		min-height: 0 !important;
		min-width: 0 !important;
		object-fit: contain !important;
		object-position: center center !important;
		align-self: center !important;
		margin: 0 auto !important;
	}

	html body.sqx-alts-directory-page #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item[hidden],
	html body.page-slug-alts-directory #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item[hidden],
	html body.page-id-66 #page #content .company-list-container .directory-wrapper .mobile-list-group .list-item[hidden] {
		display: none !important;
	}
}

html body.sqx-events-listing .sqx-events-planner .sqx-events-planner__grid .sqx-events-planner__card,
html body.sqx-events-listing .sqx-events-planner .sqx-events-planner__grid a.sqx-events-planner__card {
	max-width: none !important;
}

/* ===== SEC Filings page (/sec-filings/, page 32): remove top + side padding ===== */
html body.page-id-32 #page #content.container-wrapper,
html body.page-slug-sec-filings #page #content.container-wrapper,
html body.page-id-32 #page #content .section-block-upper,
html body.page-slug-sec-filings #page #content .section-block-upper,
html body.page-id-32 #content .section-block-upper,
html body.page-slug-sec-filings #content .section-block-upper,
html body.page-id-32 #page #main.site-main,
html body.page-slug-sec-filings #page #main.site-main,
html body.page-id-32 #main.site-main,
html body.page-slug-sec-filings #main.site-main,
html body.page-id-32 #page #primary.content-area,
html body.page-slug-sec-filings #page #primary.content-area,
html body.page-id-32 #primary.content-area,
html body.page-slug-sec-filings #primary.content-area,
html body.page-id-32 #main article,
html body.page-slug-sec-filings #main article,
html body.page-id-32 #page #content .section-block-upper #primary #main article,
html body.page-slug-sec-filings #page #content .section-block-upper #primary #main article,
html body.page-id-32 .hentry .entry-content-wrap,
html body.page-slug-sec-filings .hentry .entry-content-wrap,
html body.page-id-32 #page #content .entry-content-wrap,
html body.page-slug-sec-filings #page #content .entry-content-wrap,
html body.page-id-32 .hentry .entry-content,
html body.page-slug-sec-filings .hentry .entry-content,
html body.page-id-32 #page #content .entry-content,
html body.page-slug-sec-filings #page #content .entry-content,
html body.page-id-32 #sec-filings-wrap,
html body.page-slug-sec-filings #sec-filings-wrap,
html body.page-id-32 .sqx-sec-hub,
html body.page-slug-sec-filings .sqx-sec-hub,
html body.page-id-32 #content,
html body.page-slug-sec-filings #content {
	padding-top: 0 !important;
}

html body.page-id-32 #page #content.container-wrapper,
html body.page-slug-sec-filings #page #content.container-wrapper,
html body.page-id-32 #page #content .section-block-upper,
html body.page-slug-sec-filings #page #content .section-block-upper,
html body.page-id-32 #content .section-block-upper,
html body.page-slug-sec-filings #content .section-block-upper,
html body.page-id-32 #page #main.site-main,
html body.page-slug-sec-filings #page #main.site-main,
html body.page-id-32 #main.site-main,
html body.page-slug-sec-filings #main.site-main,
html body.page-id-32 #page #primary.content-area,
html body.page-slug-sec-filings #page #primary.content-area,
html body.page-id-32 #primary.content-area,
html body.page-slug-sec-filings #primary.content-area,
html body.page-id-32 #main article,
html body.page-slug-sec-filings #main article,
html body.page-id-32 .hentry .entry-content-wrap,
html body.page-slug-sec-filings .hentry .entry-content-wrap,
html body.page-id-32 .hentry .entry-content,
html body.page-slug-sec-filings .hentry .entry-content,
html body.page-id-32 #sec-filings-wrap,
html body.page-slug-sec-filings #sec-filings-wrap,
html body.page-id-32 .sqx-sec-hub,
html body.page-slug-sec-filings .sqx-sec-hub,
html body.page-id-32 #content,
html body.page-slug-sec-filings #content {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

html body.page-id-32 #page #content .section-block-upper,
html body.page-slug-sec-filings #page #content .section-block-upper,
html body.page-id-32 #content .section-block-upper,
html body.page-slug-sec-filings #content .section-block-upper {
	margin-top: 0 !important;
}

/* SEC Filings page table: center all cell content (override TablePress text-align:left) */
html body #sec-filings-table.tablepress,
html body .sqx-sec-ann-table.tablepress {
	width: 100% !important;
	max-width: 100% !important;
	table-layout: fixed !important;
}
html body #sec-filings-table.tablepress th,
html body #sec-filings-table.tablepress td,
html body .sqx-sec-ann-table.tablepress th,
html body .sqx-sec-ann-table.tablepress td {
	text-align: center !important;
	vertical-align: middle !important;
	white-space: nowrap !important;
}
html body .sqx-sec-ann-table.tablepress tbody tr {
	cursor: pointer;
}
html body .sqx-sec-ann-table.tablepress tbody tr.is-expanded,
html body .sqx-sec-ann-table.tablepress tbody tr.is-expanded > td {
	height: auto !important;
	max-height: none !important;
	vertical-align: top !important;
}
html body .sqx-sec-ann-table.tablepress td.sqx-sec-ann-reason {
	text-align: left !important;
	overflow: hidden;
}
html body .sqx-sec-ann-table.tablepress td.sqx-sec-ann-reason.is-expanded {
	overflow: hidden !important;
	vertical-align: top !important;
	white-space: normal !important;
	height: auto !important;
	max-height: none !important;
}
html body .sqx-sec-ann-reason-btn {
	display: block !important;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-align: left;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	cursor: pointer;
	box-sizing: border-box;
	height: auto !important;
}
html body .sqx-sec-ann-reason-btn.is-expanded {
	white-space: normal !important;
	overflow: visible !important;
	text-overflow: clip !important;
	overflow-wrap: break-word;
	height: auto !important;
	max-height: none !important;
}
html body .sqx-sec-ann-table.tablepress td:nth-child(4),
html body #sec-filings-table.tablepress td:nth-child(4) {
	white-space: normal !important;
	overflow: visible !important;
	overflow-wrap: break-word;
}

/* SEC Filings tables: SQX blue header row */
html body #sec-filings-table.sec-filings-table thead th,
html body #sec-filings-table.tablepress thead th,
html body .sqx-sec-ann-table.sec-filings-table thead th,
html body .sqx-sec-ann-table.tablepress thead th,
html body #sec-home-table thead th,
html body #sqx-sec-filings-home-table thead th,
html body .sqx-sec-filings-preview-table thead th,
html body .sec-home-table thead th {
	background-color: var(--sqx-color-accent, #005696) !important;
	background: var(--sqx-color-accent, #005696) !important;
	color: #ffffff !important;
	border-color: var(--sqx-color-accent-hover, #004680) !important;
	font-weight: 600 !important;
}

/* SEC Filings pagination: match live custom-style.php (beat stock `button` fill) */
html body .sec-filings-pagination {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.5rem 0.75rem !important;
	margin-top: 1rem !important;
	white-space: nowrap !important;
	width: 100% !important;
	box-sizing: border-box !important;
}
html body .sec-filings-page-numbers,
html body #sec-filings-pages.sec-filings-page-numbers,
html body .sqx-sec-ann-pages {
	display: inline-flex !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	gap: 0.25rem !important;
	white-space: nowrap !important;
}
html body .sec-filings-page-num,
html body button.sec-filings-page-num {
	appearance: none !important;
	-webkit-appearance: none !important;
	min-width: 2.25em !important;
	padding: 0.35em 0.5em !important;
	font-size: 0.95rem !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	border: 1px solid #005696 !important;
	background: #fff !important;
	background-color: #fff !important;
	background-image: none !important;
	color: #005696 !important;
	cursor: pointer !important;
	border-radius: 3px !important;
	box-shadow: none !important;
}
html body .sec-filings-page-num:hover:not(:disabled),
html body button.sec-filings-page-num:hover:not(:disabled) {
	background: #e8f2fa !important;
	background-color: #e8f2fa !important;
	border-color: #005696 !important;
	color: #005696 !important;
}
html body .sec-filings-page-num.current,
html body button.sec-filings-page-num.current {
	font-weight: bold !important;
	background: #005696 !important;
	background-color: #005696 !important;
	border-color: #005696 !important;
	color: #fff !important;
	cursor: default !important;
}
html body .sec-filings-page-num:focus,
html body .sec-filings-page-num:focus-visible {
	outline: 2px solid #005696 !important;
	outline-offset: 2px !important;
}
html body .sec-filings-ellipsis {
	padding: 0 0.25rem !important;
	color: #666 !important;
	user-select: none !important;
	border: none !important;
	background: transparent !important;
}

/* SEC Filings pagination: Prev / Next */
html body #sec-filings-prev,
html body #sec-filings-next,
html body .sec-filings-pagination #sec-filings-prev,
html body .sec-filings-pagination #sec-filings-next,
html body .sqx-sec-ann-wrap .sqx-sec-ann-prev,
html body .sqx-sec-ann-wrap .sqx-sec-ann-next {
	background-color: var(--sqx-color-accent, #005696) !important;
	background: var(--sqx-color-accent, #005696) !important;
	color: #ffffff !important;
	border: 1px solid var(--sqx-color-accent, #005696) !important;
	border-radius: 3px;
	padding: 0.35em 0.85em;
	font-size: 0.95rem;
	line-height: 1.2;
	cursor: pointer;
}

html body .sec-filings-pagination button:disabled,
html body #sec-filings-prev:disabled,
html body #sec-filings-next:disabled {
	opacity: 0.5 !important;
	cursor: not-allowed !important;
}

html body #sec-filings-prev:hover:not(:disabled),
html body #sec-filings-next:hover:not(:disabled),
html body .sec-filings-pagination #sec-filings-prev:hover:not(:disabled),
html body .sec-filings-pagination #sec-filings-next:hover:not(:disabled),
html body .sqx-sec-ann-wrap .sqx-sec-ann-prev:hover:not(:disabled),
html body .sqx-sec-ann-wrap .sqx-sec-ann-next:hover:not(:disabled) {
	background-color: var(--sqx-color-accent-hover, #004680) !important;
	background: var(--sqx-color-accent-hover, #004680) !important;
	border-color: var(--sqx-color-accent-hover, #004680) !important;
	color: #ffffff !important;
}

html body #sec-filings-prev:focus-visible,
html body #sec-filings-next:focus-visible,
html body .sqx-sec-ann-wrap .sqx-sec-ann-prev:focus-visible,
html body .sqx-sec-ann-wrap .sqx-sec-ann-next:focus-visible {
	outline: 2px solid var(--sqx-color-accent, #005696);
	outline-offset: 2px;
}

html body #sec-filings-prev:disabled,
html body #sec-filings-next:disabled,
html body .sqx-sec-ann-wrap .sqx-sec-ann-prev:disabled,
html body .sqx-sec-ann-wrap .sqx-sec-ann-next:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

/* SEC Filings page: remove focus ring on entries-length picker after selection */
html body.page-id-32 .sec-filings-length-trigger:focus,
html body.page-id-32 .sec-filings-length-trigger:focus-visible,
html body.page-id-32 .sec-filings-length-trigger:active,
html body .sec-filings-length-trigger:focus,
html body .sec-filings-length-trigger:focus-visible,
html body .sec-filings-length-trigger:active {
	outline: none !important;
	outline-width: 0 !important;
	box-shadow: none !important;
	border: 1px solid var(--sqx-sec-length-border, rgba(200, 200, 200, 0.35)) !important;
}

html body .sec-filings-length-picker {
	--sqx-sec-length-border: rgba(200, 200, 200, 0.35);
	--sqx-sec-length-arrow-col: 1.35rem;
	position: relative !important;
	display: inline-block !important;
	width: 4rem !important;
	vertical-align: middle !important;
}

html body .sqx-jobs-length-picker {
	width: 4.5rem !important;
}

html body .sec-filings-length-native {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

html body .sec-filings-length-trigger {
	display: flex !important;
	align-items: stretch !important;
	width: 100% !important;
	height: 37px !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
	font: inherit !important;
	font-variant-numeric: tabular-nums !important;
	color: #1f1f1f !important;
	background-color: #fff !important;
	border: 1px solid var(--sqx-sec-length-border) !important;
	cursor: pointer !important;
}

html body .sec-filings-length-value {
	flex: 1 1 auto !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 0 !important;
	text-align: center !important;
}

html body .sec-filings-length-arrow {
	flex: 0 0 var(--sqx-sec-length-arrow-col) !important;
	border-left: 1px solid var(--sqx-sec-length-border) !important;
	background-color: #fff !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='%231f1f1f' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 8px 5px !important;
}

html body .sec-filings-length-menu {
	position: absolute !important;
	top: 100% !important;
	left: 0 !important;
	z-index: 20 !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	box-sizing: border-box !important;
	background-color: #fff !important;
	border: 1px solid var(--sqx-sec-length-border) !important;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15) !important;
}

html body .sec-filings-length-menu [role="option"] {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 8px 4px !important;
	box-sizing: border-box !important;
	text-align: center !important;
	font-variant-numeric: tabular-nums !important;
	color: #1f1f1f !important;
	cursor: pointer !important;
}

html body .sec-filings-length-menu [role="option"].is-selected,
html body .sec-filings-length-menu [role="option"][aria-selected="true"],
html body .sec-filings-length-menu [role="option"]:hover,
html body .sec-filings-length-menu [role="option"]:focus-visible {
	color: #ffffff !important;
	background-color: #005696 !important;
	outline: none !important;
}

/* SEC Filings hub tabs: live text tabs (beat stock `button { background:#0047AB }` ) */
html body .sqx-sec-tabs {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: stretch !important;
	justify-content: space-between !important;
	width: 100% !important;
	gap: 0 !important;
	margin: 0 0 1.25rem !important;
	padding: 0 !important;
	border-bottom: 1px solid rgba(0, 86, 150, 0.25) !important;
	box-sizing: border-box !important;
	background: transparent !important;
}
html body .sqx-sec-tab,
html body button.sqx-sec-tab {
	appearance: none !important;
	-webkit-appearance: none !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 1 1 0 !important;
	min-width: 0 !important;
	min-height: 3.75rem !important;
	margin: 0 !important;
	padding: 0.45rem 0.35rem !important;
	border: 0 !important;
	border-bottom: 2px solid transparent !important;
	margin-bottom: -1px !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	color: #005696 !important;
	font: inherit !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	cursor: pointer !important;
	line-height: 1.2 !important;
	text-align: center !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}
html body .sqx-sec-tab:first-child,
html body button.sqx-sec-tab:first-child,
html body .sqx-sec-tab:last-child,
html body button.sqx-sec-tab:last-child {
	justify-content: center !important;
	text-align: center !important;
	padding-left: 0.35rem !important;
	padding-right: 0.35rem !important;
}
html body .sqx-sec-tab-label {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.1rem !important;
	width: 100% !important;
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
	color: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	text-align: center !important;
	line-height: 1.2 !important;
}
html body .sqx-sec-tab-line {
	display: block !important;
	width: 100% !important;
	line-height: 1.2 !important;
	white-space: nowrap !important;
}
html body .sqx-sec-tab:hover,
html body .sqx-sec-tab:focus-visible,
html body button.sqx-sec-tab:hover,
html body button.sqx-sec-tab:focus-visible {
	color: #005696 !important;
	background: transparent !important;
	background-color: transparent !important;
	outline: none !important;
}
html body .sqx-sec-tab.is-active,
html body .sqx-sec-tab[aria-selected="true"],
html body button.sqx-sec-tab.is-active,
html body button.sqx-sec-tab[aria-selected="true"] {
	color: #005696 !important;
	background: transparent !important;
	background-color: transparent !important;
	border-bottom-color: #005696 !important;
}
html body .sqx-sec-tab.is-active .sqx-sec-tab-label,
html body .sqx-sec-tab[aria-selected="true"] .sqx-sec-tab-label {
	border-bottom-color: transparent !important;
}
@media only screen and (max-width: 767px) {
	html body .sqx-sec-tabs {
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
		column-gap: 0.75rem !important;
		row-gap: 0.35rem !important;
		flex-wrap: unset !important;
		align-items: stretch !important;
	}
	html body .sqx-sec-tab,
	html body .sqx-sec-tab:first-child,
	html body .sqx-sec-tab:last-child,
	html body button.sqx-sec-tab,
	html body button.sqx-sec-tab:first-child,
	html body button.sqx-sec-tab:last-child {
		flex: none !important;
		width: 100% !important;
		min-height: 3.25rem !important;
		align-items: center !important;
		justify-content: center !important;
		text-align: center !important;
		padding: 0.4rem 0.25rem !important;
		font-size: 0.88rem !important;
		background: transparent !important;
		color: #005696 !important;
	}
	html body .sqx-sec-tab-label {
		text-align: center !important;
	}
	html body .sqx-sec-tab-line {
		white-space: normal !important;
	}
}

/* SEC Filings page: search form — shared width for all 3 tabs (beat theme .af-search-inline 180/250px) */
html body #sec-filings-wrap .sec-filings-right,
html body .sqx-sec-ann-wrap .sec-filings-right {
	flex: 0 0 auto;
}
html body #sec-filings-wrap .sec-filings-right .af-search-wrap.af-search-inline,
html body .sqx-sec-ann-wrap .sec-filings-right .af-search-wrap.af-search-inline {
	width: 280px !important;
	min-width: 280px !important;
	max-width: 100% !important;
}
html body #sec-filings-wrap .sec-filings-right .af-search-wrap.af-search-inline .search-form,
html body .sqx-sec-ann-wrap .sec-filings-right .af-search-wrap.af-search-inline .search-form {
	display: flex !important;
	flex-direction: row !important;
	align-items: stretch !important;
	gap: 0 !important;
	width: 280px !important;
	min-width: 280px !important;
	max-width: 100% !important;
	box-sizing: border-box;
	border: 1px solid #005696 !important;
	border-radius: 5px !important;
	background-color: #fff !important;
	overflow: hidden;
}

html body #sec-filings-wrap .sec-filings-right .af-search-wrap.af-search-inline .search-form .search-field,
html body #sec-filings-wrap .sec-filings-right .af-search-wrap.af-search-inline .search-form input.search-field,
html body #sec-filings-wrap .sec-filings-right .af-search-wrap.af-search-inline .search-form input[type="search"],
html body #sec-filings-wrap .sec-filings-right .af-search-wrap.af-search-inline .search-form #sec-filings-search,
html body .sqx-sec-ann-wrap .sec-filings-right .af-search-wrap.af-search-inline .search-form .search-field,
html body .sqx-sec-ann-wrap .sec-filings-right .af-search-wrap.af-search-inline .search-form input.search-field,
html body .sqx-sec-ann-wrap .sec-filings-right .af-search-wrap.af-search-inline .search-form input[type="search"],
html body .sqx-sec-ann-wrap .sec-filings-right .af-search-wrap.af-search-inline .search-form .sqx-sec-ann-search {
	flex: 1 1 auto !important;
	display: block !important;
	width: 244px !important;
	min-width: 244px !important;
	max-width: none !important;
	box-sizing: border-box !important;
	color: #000 !important;
	background-color: #fff !important;
	border: none !important;
	box-shadow: none !important;
}

@media only screen and (max-width: 768px) {
	html body #sec-filings-wrap .sec-filings-right .af-search-wrap.af-search-inline,
	html body .sqx-sec-ann-wrap .sec-filings-right .af-search-wrap.af-search-inline,
	html body #sec-filings-wrap .sec-filings-right .af-search-wrap.af-search-inline .search-form,
	html body .sqx-sec-ann-wrap .sec-filings-right .af-search-wrap.af-search-inline .search-form {
		width: 280px !important;
		min-width: 280px !important;
	}
	html body #sec-filings-wrap .sec-filings-right .af-search-wrap.af-search-inline .search-form .search-field,
	html body #sec-filings-wrap .sec-filings-right .af-search-wrap.af-search-inline .search-form input.search-field,
	html body .sqx-sec-ann-wrap .sec-filings-right .af-search-wrap.af-search-inline .search-form .search-field,
	html body .sqx-sec-ann-wrap .sec-filings-right .af-search-wrap.af-search-inline .search-form input.search-field,
	html body .sqx-sec-ann-wrap .sec-filings-right .af-search-wrap.af-search-inline .search-form .sqx-sec-ann-search {
		width: 244px !important;
		min-width: 244px !important;
	}
}

html body #sec-filings-wrap .sec-filings-right #sec-filings-search::placeholder,
html body .sqx-sec-ann-wrap .sec-filings-right .sqx-sec-ann-search::placeholder {
	color: #000 !important;
	opacity: 1 !important;
}

html body #sec-filings-wrap .sec-filings-right #sec-filings-search:focus,
html body .sqx-sec-ann-wrap .sec-filings-right .sqx-sec-ann-search:focus {
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
}

html body #sec-filings-wrap .sec-filings-right .search-submit,
html body .sqx-sec-ann-wrap .sec-filings-right .search-submit {
	display: flex !important;
	visibility: visible !important;
	opacity: 1 !important;
	width: 36px !important;
	min-width: 36px !important;
	flex-shrink: 0 !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	background-color: transparent !important;
	color: #005696 !important;
	cursor: pointer !important;
}

html body #sec-filings-wrap .sec-filings-right .search-submit i,
html body .sqx-sec-ann-wrap .sec-filings-right .search-submit i {
	color: #005696 !important;
	font-size: 14px !important;
}

html body #sec-filings-wrap .sec-filings-controls,
html body .sqx-sec-ann-wrap .sec-filings-controls {
	margin-bottom: 20px !important;
}

html body #sec-filings-wrap .sec-filings-left,
html body .sqx-sec-ann-wrap .sec-filings-left {
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 0.25rem 0.5rem !important;
}

html body #sec-filings-wrap .sec-filings-loading,
html body .sqx-sec-ann-wrap .sec-filings-loading {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--sqx-color-accent, #005696) !important;
	font-size: 0.95rem !important;
	white-space: nowrap !important;
}

html body #sec-filings-wrap .sec-filings-loading[aria-hidden="false"],
html body .sqx-sec-ann-wrap .sec-filings-loading[aria-hidden="false"] {
	display: inline !important;
}

/* ===== Jobs listing page ===== */
html body.sqx-jobs-page #sqx-jobs-wrap,
html body.page-slug-jobs #sqx-jobs-wrap,
html body.sqx-jobs-page #content,
html body.page-slug-jobs #content {
	background-color: transparent !important;
	background: transparent !important;
}

html body.sqx-jobs-page #page #content.container-wrapper,
html body.page-slug-jobs #page #content.container-wrapper,
html body.sqx-jobs-page #page #content .section-block-upper,
html body.page-slug-jobs #page #content .section-block-upper,
html body.sqx-jobs-page #content .section-block-upper,
html body.page-slug-jobs #content .section-block-upper,
html body.sqx-jobs-page #page #main.site-main,
html body.page-slug-jobs #page #main.site-main,
html body.sqx-jobs-page #main.site-main,
html body.page-slug-jobs #main.site-main,
html body.sqx-jobs-page #page #primary.content-area,
html body.page-slug-jobs #page #primary.content-area,
html body.sqx-jobs-page #primary.content-area,
html body.page-slug-jobs #primary.content-area,
html body.sqx-jobs-page #main article,
html body.page-slug-jobs #main article,
html body.sqx-jobs-page .sqx-news-page-header,
html body.page-slug-jobs .sqx-news-page-header,
html body.sqx-jobs-page .sqx-news-title-row,
html body.page-slug-jobs .sqx-news-title-row,
html body.sqx-jobs-page .hentry .entry-content-wrap,
html body.sqx-jobs-page .hentry .entry-content,
html body.page-slug-jobs .hentry .entry-content-wrap,
html body.page-slug-jobs .hentry .entry-content,
html body.sqx-jobs-page #sqx-jobs-wrap,
html body.page-slug-jobs #sqx-jobs-wrap {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

html body.sqx-jobs-page #page #content .section-block-upper,
html body.page-slug-jobs #page #content .section-block-upper,
html body.sqx-jobs-page #content .section-block-upper,
html body.page-slug-jobs #content .section-block-upper,
html body.sqx-jobs-page #page #main.site-main,
html body.page-slug-jobs #page #main.site-main,
html body.sqx-jobs-page #main.site-main,
html body.page-slug-jobs #main.site-main {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

html body.sqx-jobs-page #page #content.container-wrapper,
html body.page-slug-jobs #page #content.container-wrapper {
	margin-top: 20px !important;
	padding-top: 0 !important;
}

html body.sqx-jobs-page .sqx-news-page-header,
html body.page-slug-jobs .sqx-news-page-header,
html body.sqx-jobs-page .sqx-news-title-row,
html body.page-slug-jobs .sqx-news-title-row {
	width: 100% !important;
	max-width: min(100%, var(--sqx-measure-wide)) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	box-sizing: border-box !important;
}

html body.sqx-jobs-page .sqx-news-page-header,
html body.page-slug-jobs .sqx-news-page-header {
	display: block !important;
	margin-bottom: 0 !important;
}

html body.sqx-jobs-page .sqx-news-title-row,
html body.page-slug-jobs .sqx-news-title-row {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 1rem !important;
	flex-wrap: wrap !important;
	margin-bottom: 50px !important;
	padding-bottom: 0 !important;
}

html body.sqx-jobs-page .sqx-news-title-row .page-title,
html body.page-slug-jobs .sqx-news-title-row .page-title {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 2em !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}

html body.sqx-jobs-page .sqx-news-submission-button,
html body.page-slug-jobs .sqx-news-submission-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-shrink: 0 !important;
	align-self: center !important;
	font-size: 16px !important;
	padding: 9px 15px !important;
	line-height: 1.2 !important;
	border: none !important;
	border-radius: 5px !important;
	font-weight: 700 !important;
	color: #fff !important;
	background-color: var(--sqx-color-accent, #005696) !important;
	text-decoration: none !important;
	box-sizing: border-box !important;
	white-space: nowrap !important;
	transition: background-color 0.2s ease, opacity 0.2s ease !important;
}

html body.sqx-jobs-page .sqx-news-submission-button:hover,
html body.sqx-jobs-page .sqx-news-submission-button:focus,
html body.page-slug-jobs .sqx-news-submission-button:hover,
html body.page-slug-jobs .sqx-news-submission-button:focus {
	color: #fff !important;
	background-color: var(--sqx-color-accent, #005696) !important;
	opacity: 0.92 !important;
	text-decoration: none !important;
}

html body #sqx-jobs-grid.sqx-jobs-grid {
	display: flex !important;
	flex-direction: column !important;
	gap: 10px !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	box-sizing: border-box !important;
}

html body .sqx-jobs-featured {
	width: 100% !important;
	margin: 0 0 1rem 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

html body .sqx-jobs-featured[hidden] {
	display: none !important;
}

html body .sqx-jobs-listing {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

html body .sqx-jobs-section-label,
html body .sqx-jobs-featured-label,
html body .sqx-jobs-listing-label {
	margin: 0 0 0.55rem 0 !important;
	padding: 0 !important;
	font-family: inherit !important;
	font-size: 0.8125rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.02em !important;
	line-height: 1.3 !important;
	text-transform: none !important;
	color: var(--sqx-color-accent, #005696) !important;
}

html body #sqx-jobs-featured-grid.sqx-jobs-grid,
html body .sqx-jobs-grid--featured {
	display: flex !important;
	flex-direction: column !important;
	gap: 10px !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	box-sizing: border-box !important;
}

/* ===== Jobs listing cards — modern single-row accordion ===== */

/* Card wrapper */
html body .sqx-jobs-card {
	box-sizing: border-box !important;
	width: 100% !important;
	padding: 0 !important;
	background: rgba(255, 255, 255, 0.8) !important;
	backdrop-filter: blur(12px) !important;
	-webkit-backdrop-filter: blur(12px) !important;
	border: 1px solid rgba(232, 237, 242, 0.6) !important;
	border-left: 3px solid var(--sqx-color-accent, #005696) !important;
	border-radius: 6px !important;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) !important;
	overflow: hidden !important;
	transition: box-shadow 0.2s ease !important;
}

html body .sqx-jobs-card:hover {
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.09) !important;
}

html body .sqx-jobs-card.is-open {
	box-shadow: 0 4px 18px rgba(0, 86, 150, 0.1) !important;
	border-left-color: var(--sqx-color-accent, #005696) !important;
}

html body .sqx-jobs-back {
	margin: 0 0 0.75rem !important;
}

html body .sqx-jobs-back__link {
	font-weight: 600 !important;
	text-decoration: none !important;
	color: var(--sqx-color-accent, #005696) !important;
}

html body .sqx-jobs-back__link:hover,
html body .sqx-jobs-back__link:focus-visible {
	text-decoration: underline !important;
}

html body .sqx-jobs-overflow {
	margin: 1.25rem 0 0.5rem !important;
	padding: 0 !important;
}

html body .sqx-jobs-overflow__heading {
	margin: 0 0 0.5rem !important;
	padding: 0 !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	color: #1a1a1a !important;
}

html body .sqx-jobs-overflow__list {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

html body .sqx-jobs-overflow__item {
	margin: 0 0 0.35rem !important;
	padding: 0 !important;
}

html body .sqx-jobs-overflow__link {
	font-size: 0.95rem !important;
	font-weight: 600 !important;
	color: var(--sqx-color-accent, #005696) !important;
	text-decoration: none !important;
}

html body .sqx-jobs-overflow__link:hover,
html body .sqx-jobs-overflow__link:focus-visible {
	text-decoration: underline !important;
}

html body .sqx-jobs-overflow__count {
	font-weight: 600 !important;
	color: var(--sqx-color-accent, #005696) !important;
}

/* Legacy per-card view-all (unused; kept harmless if cached HTML) */
html body .sqx-jobs-view-all {
	margin: -0.35rem 0 0.85rem !important;
	padding: 0 0.25rem 0.15rem 1.25rem !important;
}

html body .sqx-jobs-view-all__link {
	font-size: 0.95rem !important;
	font-weight: 600 !important;
	color: var(--sqx-color-accent, #005696) !important;
	text-decoration: none !important;
}

html body .sqx-jobs-view-all__link:hover,
html body .sqx-jobs-view-all__link:focus-visible {
	text-decoration: underline !important;
}

/* Toggle button — flexbox row: [content flex:1] [chevron] */
html body .sqx-jobs-card__toggle {
	display: flex !important;
	align-items: center !important;
	gap: 0.75rem !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	padding: 0.9rem 1.25rem !important;
	background: none !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	overflow: visible !important;
	line-height: normal !important;
	text-align: left !important;
	cursor: pointer !important;
	color: inherit !important;
	transition: background 0.15s ease !important;
}

html body .sqx-jobs-card__toggle:hover,
html body .sqx-jobs-card__toggle:focus-visible {
	background: rgba(0, 86, 150, 0.03) !important;
	outline: none !important;
}

/* Content wrapper: stacks title above meta */
html body .sqx-jobs-card__content {
	display: flex !important;
	flex-direction: column !important;
	gap: 0.2rem !important;
	flex: 1 1 0 !important;
	min-width: 0 !important;
	overflow: hidden !important;
}

/* Job title */
html body .sqx-jobs-card__title {
	display: block !important;
	font-size: 1.4rem !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	color: var(--sqx-color-accent, #005696) !important;
}

/* Meta row: Company | Location | Post Date */
html body .sqx-jobs-card__meta {
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	min-width: 0 !important;
	font-size: 0.875rem !important;
	line-height: 1.4 !important;
}

html body .sqx-jobs-card__meta-item {
	display: inline !important;
	font-size: inherit !important;
	font-weight: 400 !important;
	color: #4b5563 !important;
	white-space: nowrap !important;
}

html body .sqx-jobs-card__meta-label {
	font-weight: 600 !important;
	color: #374151 !important;
	margin-right: 0.2em !important;
}

html body .sqx-jobs-card__meta-sep {
	flex-shrink: 0 !important;
	display: inline-block !important;
	width: 1px !important;
	height: 0.7em !important;
	background: #d1d5db !important;
	margin: 0 0.55rem !important;
	vertical-align: middle !important;
}

/* Chevron */
html body .sqx-jobs-card__chevron {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-shrink: 0 !important;
	color: #9ca3af !important;
	transition: transform 0.25s ease, color 0.15s ease !important;
}

html body .sqx-jobs-card__toggle:hover .sqx-jobs-card__chevron {
	color: var(--sqx-color-accent, #005696) !important;
}

html body .sqx-jobs-card.is-open .sqx-jobs-card__chevron {
	transform: rotate(180deg) !important;
	color: var(--sqx-color-accent, #005696) !important;
}

/* Expandable body */
html body .sqx-jobs-card__body {
	max-height: 0 !important;
	overflow: hidden !important;
	transition: max-height 0.3s ease !important;
}

html body .sqx-jobs-card.is-open .sqx-jobs-card__body {
	max-height: 900px !important;
}

html body .sqx-jobs-card__body-inner {
	padding: 1rem 1.25rem 1.25rem !important;
	border-top: 1px solid #f0f3f7 !important;
	background: #f8fafc !important;
}

/* Expanded: description */
html body .sqx-jobs-card__body-desc {
	padding-top: 0 !important;
	border-top: none !important;
}

html body .sqx-jobs-card__body-desc p {
	margin: 0 0 0.4rem !important;
	font-size: 0.875rem !important;
	color: #374151 !important;
	line-height: 1.65 !important;
}

html body .sqx-jobs-card__body-desc p:last-child {
	margin-bottom: 0 !important;
}

html body .sqx-jobs-card__body-label {
	font-weight: 700 !important;
	color: #111827 !important;
}

/* Apply button */
html body .sqx-jobs-card__body-apply {
	margin-top: 1.25rem !important;
}

html body .sqx-jobs-apply-btn {
	display: inline-block !important;
	padding: 0.55rem 1.5rem !important;
	background-color: var(--sqx-color-accent, #005696) !important;
	color: #fff !important;
	font-size: 0.9rem !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	border-radius: 5px !important;
	transition: background-color 0.2s ease !important;
}

html body .sqx-jobs-apply-btn:hover,
html body .sqx-jobs-apply-btn:focus {
	background-color: var(--sqx-color-accent-hover, #004680) !important;
	color: #fff !important;
	text-decoration: none !important;
}

html body button.sqx-jobs-apply-btn {
	border: none !important;
	cursor: pointer !important;
	font-family: inherit !important;
}

/* Job apply details modal */
html body .sqx-job-apply-overlay[hidden] {
	display: none !important;
}

html body .sqx-job-apply-overlay {
	position: fixed !important;
	inset: 0 !important;
	z-index: 100001 !important;
	background: rgba(0, 0, 0, 0.55) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 20px !important;
	box-sizing: border-box !important;
	opacity: 0 !important;
	transition: opacity 0.22s ease !important;
}

html body .sqx-job-apply-overlay.sqx-job-apply--visible {
	opacity: 1 !important;
}

html body .sqx-job-apply-box {
	background: #fff !important;
	border-radius: 10px !important;
	width: 100% !important;
	max-width: 720px !important;
	max-height: min(90vh, calc(100dvh - 40px)) !important;
	display: flex !important;
	flex-direction: column !important;
	overflow: hidden !important;
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18) !important;
}

html body .sqx-job-apply-header {
	display: flex !important;
	justify-content: flex-end !important;
	padding: 12px 12px 0 !important;
	flex-shrink: 0 !important;
}

html body .sqx-job-apply-close {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 32px !important;
	height: 32px !important;
	background: #f0f0f0 !important;
	border: none !important;
	border-radius: 50% !important;
	font-size: 20px !important;
	line-height: 1 !important;
	color: #005696 !important;
	cursor: pointer !important;
}

html body .sqx-job-apply-close:hover {
	background: #005696 !important;
	color: #fff !important;
}

html body .sqx-job-apply-content {
	flex: 1 1 auto !important;
	min-height: 0 !important;
	overflow-y: auto !important;
	padding: 4px 28px 32px !important;
}

html body .sqx-job-apply-heading {
	margin: 0 0 1rem !important;
	font-size: 1.5rem !important;
	font-weight: 700 !important;
	color: #005696 !important;
	line-height: 1.35 !important;
}

html body .sqx-job-apply-meta {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 0.75rem 1rem !important;
	margin: 0 0 1.25rem !important;
	padding: 0.9rem 1rem !important;
	background: #f8fafc !important;
	border-radius: 6px !important;
	border: 1px solid #e5e7eb !important;
}

html body .sqx-job-apply-meta-row dt {
	margin: 0 0 0.15rem !important;
	font-size: 0.75rem !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.04em !important;
	color: #6b7280 !important;
}

html body .sqx-job-apply-meta-row dd {
	margin: 0 !important;
	font-size: 0.95rem !important;
	color: #111827 !important;
}

html body .sqx-job-apply-section {
	margin-bottom: 1.25rem !important;
}

html body .sqx-job-apply-section-title {
	margin: 0 0 0.5rem !important;
	font-size: 0.95rem !important;
	font-weight: 700 !important;
	color: #111827 !important;
}

html body .sqx-job-apply-section-body p,
html body .sqx-job-apply-section-body li {
	font-size: 0.9rem !important;
	line-height: 1.65 !important;
	color: #374151 !important;
}

html body .sqx-job-apply-section-body p {
	margin: 0 0 0.65rem !important;
}

html body .sqx-job-apply-section-body p.sqx-job-apply-notice,
html body .sqx-job-apply-section-body p.sqx-job-apply-notice strong {
	color: #b91c1c !important;
	font-weight: 700 !important;
}

html body .sqx-job-apply-section-body ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

html body .sqx-job-apply-section-body li {
	position: relative !important;
	margin: 0 !important;
	padding-left: 1.15em !important;
	list-style: none !important;
}

html body .sqx-job-apply-section-body li::before {
	content: "•" !important;
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	color: #374151 !important;
	font-weight: 700 !important;
	line-height: inherit !important;
}

html body .sqx-job-apply-section-body li + li {
	margin-top: 0.5rem !important;
}

html body .sqx-job-apply-email-wrap {
	margin-top: 0.5rem !important;
}

@media (max-width: 640px) {
	html body .sqx-job-apply-meta {
		grid-template-columns: 1fr !important;
	}
}

/* Mobile: hide separators, stack meta items */
@media (max-width: 480px) {
	html body .sqx-jobs-card__toggle {
		padding: 0.75rem 1rem !important;
	}
	html body .sqx-jobs-card__meta-sep {
		display: none !important;
	}
	html body .sqx-jobs-card__meta-item {
		white-space: normal !important;
	}
	html body .sqx-jobs-card__meta {
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 0.1rem !important;
	}
}

html body #sqx-jobs-wrap .sqx-jobs-controls {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	gap: 12px !important;
	flex-wrap: nowrap !important;
	margin-bottom: 20px !important;
}

html body #sqx-jobs-wrap .sqx-jobs-left {
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 0.25rem 0.5rem !important;
	flex: 0 1 auto !important;
	min-width: 0 !important;
}

html body #sqx-jobs-wrap .sqx-jobs-left label {
	margin: 0 !important;
	line-height: 1.2 !important;
}

html body #sqx-jobs-wrap .sqx-jobs-right {
	flex: 0 0 auto !important;
	margin-left: auto !important;
}

html body #sqx-jobs-wrap .sqx-jobs-right .search-form {
	display: flex !important;
	align-items: stretch !important;
	border: 1px solid #005696 !important;
	border-radius: 5px !important;
	background-color: #fff !important;
	overflow: hidden;
	gap: 0 !important;
	min-height: 37px !important;
	height: 37px !important;
	margin: 0 !important;
	box-sizing: border-box !important;
}

html body #sqx-jobs-wrap .sqx-jobs-right .af-search-wrap.af-search-inline {
	display: inline-flex !important;
	align-items: center !important;
	width: auto !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	position: relative !important;
	text-align: center !important;
	box-sizing: border-box !important;
}

/* Stock .search-form label { width:75%; float:left } squeezes the field — hide like live custom-style */
html body #sqx-jobs-wrap .sqx-jobs-right .search-form label.search-label {
	display: none !important;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

html body #sqx-jobs-wrap .sqx-jobs-right .af-search-wrap.af-search-inline .search-form {
	gap: 0 !important;
	min-height: 37px !important;
	height: 37px !important;
	align-items: stretch !important;
	flex-direction: row !important;
	width: 274px !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}

html body #sqx-jobs-wrap .sqx-jobs-right #sqx-jobs-search {
	color: #000 !important;
	background-color: #fff !important;
	border: none !important;
	box-shadow: none !important;
	height: 37px !important;
	min-height: 37px !important;
	max-height: 37px !important;
	padding: 0 10px !important;
	margin: 0 !important;
	line-height: 37px !important;
	font-size: 16px !important;
	flex: 1 1 auto !important;
	min-width: 0 !important;
	width: auto !important;
	max-width: none !important;
	box-sizing: border-box !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	border-radius: 0 !important;
	float: none !important;
	text-align: left !important;
	vertical-align: middle !important;
}

html body #sqx-jobs-wrap .sqx-jobs-right #sqx-jobs-search::placeholder {
	color: #000 !important;
	opacity: 1 !important;
	line-height: 37px !important;
	text-align: left !important;
}

html body #sqx-jobs-wrap .sqx-jobs-right #sqx-jobs-search:focus {
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
}

html body #sqx-jobs-wrap .sqx-jobs-right .search-submit {
	display: flex !important;
	visibility: visible !important;
	opacity: 1 !important;
	width: 36px !important;
	min-width: 36px !important;
	height: 37px !important;
	min-height: 37px !important;
	max-height: 37px !important;
	flex-shrink: 0 !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	background-color: transparent !important;
	color: #005696 !important;
	cursor: pointer !important;
	box-sizing: border-box !important;
}

html body #sqx-jobs-wrap .sqx-jobs-right .search-submit i {
	color: #005696 !important;
	font-size: 14px !important;
}

/* Jobs page: entries-length picker (reuses SEC filings picker styles) */
html body .sqx-jobs-length-picker .sec-filings-length-value {
	font-variant-numeric: normal !important;
}

/* Jobs pagination — mirrors .reviewnews-pagination .nav-links exactly */
html body .sqx-jobs-pagination {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-wrap: wrap !important;
	gap: 4px !important;
	margin-top: 1.25rem !important;
}

html body .sqx-jobs-pagination #sqx-jobs-pages {
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 4px !important;
}

/* Base style: all page-num buttons + prev/next */
html body .sqx-jobs-pagination .sqx-jobs-page-num,
html body .sqx-jobs-pagination #sqx-jobs-prev,
html body .sqx-jobs-pagination #sqx-jobs-next {
	box-sizing: border-box !important;
	display: grid !important;
	place-items: center !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	text-align: center !important;
	vertical-align: middle !important;
	border-width: 1px !important;
	border-style: solid !important;
	border-color: var(--sqx-color-accent, #005696) !important;
	background: transparent !important;
	color: var(--sqx-color-accent, #005696) !important;
	text-decoration: none !important;
	cursor: pointer !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	transition: background 0.15s, color 0.15s, border-color 0.15s !important;
}

/* Number buttons: 38×38px squares */
html body .sqx-jobs-pagination .sqx-jobs-page-num {
	width: 38px !important;
	height: 38px !important;
	min-width: 38px !important;
	min-height: 38px !important;
	max-width: 38px !important;
	max-height: 38px !important;
}

/* Prev / Next: auto-width with horizontal padding */
html body .sqx-jobs-pagination #sqx-jobs-prev,
html body .sqx-jobs-pagination #sqx-jobs-next {
	width: auto !important;
	min-width: 38px !important;
	height: 38px !important;
	min-height: 38px !important;
	max-width: none !important;
	padding: 0 14px !important;
}

/* Current page */
html body .sqx-jobs-pagination .sqx-jobs-page-num.current {
	color: #fff !important;
	background: var(--sqx-color-accent, #005696) !important;
	border-color: var(--sqx-color-accent, #005696) !important;
}

/* Hover states */
html body .sqx-jobs-pagination .sqx-jobs-page-num:not(.current):hover,
html body .sqx-jobs-pagination #sqx-jobs-prev:not(:disabled):hover,
html body .sqx-jobs-pagination #sqx-jobs-next:not(:disabled):hover {
	color: #fff !important;
	background: var(--sqx-color-accent, #005696) !important;
	border-color: var(--sqx-color-accent, #005696) !important;
}

/* Hide prev/next when the hidden attribute is set */
html body .sqx-jobs-pagination #sqx-jobs-prev[hidden],
html body .sqx-jobs-pagination #sqx-jobs-next[hidden] {
	display: none !important;
}

/* Disabled prev/next */
html body .sqx-jobs-pagination #sqx-jobs-prev:disabled,
html body .sqx-jobs-pagination #sqx-jobs-next:disabled {
	opacity: 0.4 !important;
	cursor: default !important;
}

/* Ellipsis */
html body .sqx-jobs-pagination .sqx-jobs-ellipsis {
	display: grid !important;
	place-items: center !important;
	height: 38px !important;
	min-height: 38px !important;
	width: auto !important;
	padding: 0 4px !important;
	border: none !important;
	background: transparent !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	color: #4c4c4c !important;
	border-radius: 0 !important;
}

@media screen and (max-width: 767px) {
	/* 10px side inset for page content; footer stays full-bleed */
	html body.sqx-jobs-page #page > #content.container-wrapper,
	html body.page-slug-jobs #page > #content.container-wrapper {
		margin-left: var(--sqx-mobile-gutter) !important;
		margin-right: var(--sqx-mobile-gutter) !important;
		width: auto !important;
		max-width: calc(100% - (2 * var(--sqx-mobile-gutter))) !important;
		box-sizing: border-box !important;
	}

	html body.sqx-jobs-page #page #content .section-block-upper,
	html body.page-slug-jobs #page #content .section-block-upper,
	html body.sqx-jobs-page #page #main.site-main,
	html body.page-slug-jobs #page #main.site-main,
	html body.sqx-jobs-page #page #primary.content-area,
	html body.page-slug-jobs #page #primary.content-area,
	html body.sqx-jobs-page #main article,
	html body.page-slug-jobs #main article,
	html body.sqx-jobs-page .sqx-news-page-header,
	html body.page-slug-jobs .sqx-news-page-header,
	html body.sqx-jobs-page .sqx-news-title-row,
	html body.page-slug-jobs .sqx-news-title-row,
	html body.sqx-jobs-page .hentry .entry-content-wrap,
	html body.page-slug-jobs .hentry .entry-content-wrap,
	html body.sqx-jobs-page .hentry .entry-content,
	html body.page-slug-jobs .hentry .entry-content,
	html body.sqx-jobs-page #sqx-jobs-wrap,
	html body.page-slug-jobs #sqx-jobs-wrap {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	html body #sqx-jobs-wrap .sqx-jobs-controls {
		align-items: center !important;
		flex-wrap: nowrap !important;
		gap: 8px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	html body #sqx-jobs-wrap .sqx-jobs-left {
		flex-wrap: nowrap !important;
		align-items: center !important;
		flex: 0 1 auto !important;
		min-width: 0 !important;
		gap: 0.25rem 0.35rem !important;
		white-space: nowrap !important;
	}

	html body #sqx-jobs-wrap .sqx-jobs-right {
		flex: 1 1 0 !important;
		min-width: 0 !important;
		margin-left: 0 !important;
	}

	html body #sqx-jobs-wrap .sqx-jobs-right .af-search-wrap.af-search-inline {
		width: 100% !important;
		max-width: 100% !important;
	}

	html body #sqx-jobs-wrap .sqx-jobs-right .search-form {
		width: 100% !important;
		max-width: 100% !important;
	}

	html body #sqx-jobs-wrap .sqx-jobs-length-picker,
	html body #sqx-jobs-wrap .sqx-jobs-length-picker .sec-filings-length-trigger {
		height: 37px !important;
		min-height: 37px !important;
		max-height: 37px !important;
	}
}

/* In the News listing: AJAX pagination loading state */
html body .sqx-news-listing-wrap {
	position: relative;
}

html body .sqx-news-listing-wrap .sqx-news-listing-loading {
	display: none !important;
	margin: 0 0 0.75rem !important;
	padding: 0 !important;
	color: var(--sqx-color-accent, #005696) !important;
	font-size: 0.95rem !important;
}

html body .sqx-news-listing-wrap .sqx-news-listing-loading[aria-hidden="false"] {
	display: block !important;
}

html body .sqx-news-listing-wrap.is-loading .sqx-news-listing-grid {
	opacity: 0.55;
	transition: opacity 0.2s ease;
	pointer-events: none;
}

/* In the News: 4 cards per row (grid lives in #sqx-news-listing-grid for AJAX) */
html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid {
	display: flex !important;
	flex-wrap: wrap !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article {
	float: none !important;
}

@media screen and (min-width: 993px) {
	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.col-3,
	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article {
		width: 25% !important;
		max-width: 25% !important;
		flex: 0 0 25% !important;
		box-sizing: border-box !important;
	}
}

@media screen and (max-width: 992px) and (min-width: 768px) {
	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.col-3,
	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article {
		width: 50% !important;
		max-width: 50% !important;
		flex: 0 0 50% !important;
		box-sizing: border-box !important;
	}
}

@media screen and (max-width: 767px) {
	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.col-3,
	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100% !important;
		box-sizing: border-box !important;
	}
}

html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.pad {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media screen and (min-width: 993px) {
	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.pad {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.pad:nth-child(4n + 1) {
		padding-left: 0 !important;
	}

	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.pad:nth-child(4n) {
		padding-right: 0 !important;
	}
}

@media screen and (max-width: 992px) and (min-width: 768px) {
	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.pad {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.pad:nth-child(2n + 1) {
		padding-left: 0 !important;
	}

	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.pad:nth-child(2n) {
		padding-right: 0 !important;
	}
}

html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-wrap {
	width: 100% !important;
	max-width: 100% !important;
}

/* /news/ listing: mobile card layout variety (PHP shuffles standard / split-left / split-right per page) */
@media screen and (max-width: 767px) {
	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article[class*="sqx-news-listing-card--"] {
		margin-bottom: 18px !important;
	}

	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.sqx-news-listing-card--split-left .read-single,
	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.sqx-news-listing-card--split-right .read-single {
		display: flex !important;
		flex-direction: row !important;
		align-items: flex-start !important;
		min-width: 0 !important;
	}

	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.sqx-news-listing-card--split-right .read-single {
		flex-direction: row-reverse !important;
	}

	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.sqx-news-listing-card--split-left .read-single .read-img,
	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.sqx-news-listing-card--split-right .read-single .read-img,
	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.sqx-news-listing-card--split-left .read-single .read-img.read-bg-img,
	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.sqx-news-listing-card--split-right .read-single .read-img.read-bg-img {
		flex: 0 0 36% !important;
		width: 36% !important;
		max-width: 36% !important;
		min-width: 0 !important;
		align-self: flex-start !important;
		position: relative !important;
		aspect-ratio: auto !important;
		height: 120px !important;
		min-height: 120px !important;
		max-height: 120px !important;
		overflow: hidden !important;
		display: block !important;
	}

	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.sqx-news-listing-card--split-left .read-single .read-img img,
	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.sqx-news-listing-card--split-right .read-single .read-img img,
	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.sqx-news-listing-card--split-left .read-single .read-bg-img .wp-post-image,
	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.sqx-news-listing-card--split-right .read-single .read-bg-img .wp-post-image {
		width: 100% !important;
		height: 100% !important;
		max-width: 100% !important;
		max-height: none !important;
		object-fit: cover !important;
		object-position: center !important;
	}

	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.sqx-news-listing-card--split-left .read-single .read-details.pad,
	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.sqx-news-listing-card--split-right .read-single .read-details.pad,
	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.sqx-news-listing-card--split-left .read-single .pad.read-details,
	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.sqx-news-listing-card--split-right .read-single .pad.read-details {
		flex: 1 1 64% !important;
		min-width: 0 !important;
		position: static !important;
		width: auto !important;
		margin: 0 !important;
		padding: 6px 8px 6px 10px !important;
		background: transparent !important;
		background-color: transparent !important;
		background-image: none !important;
		color: inherit !important;
	}

	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.sqx-news-listing-card--split-right .read-single .read-details.pad,
	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.sqx-news-listing-card--split-right .read-single .pad.read-details {
		padding-left: 8px !important;
		padding-right: 10px !important;
	}

	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.sqx-news-listing-card--split-left .read-single .read-title h3 a,
	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.sqx-news-listing-card--split-right .read-single .read-title h3 a,
	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.sqx-news-listing-card--split-left .read-single .read-details .entry-meta span,
	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.sqx-news-listing-card--split-right .read-single .read-details .entry-meta span,
	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.sqx-news-listing-card--split-left .read-single .read-details .entry-meta span a,
	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.sqx-news-listing-card--split-right .read-single .read-details .entry-meta span a {
		color: inherit !important;
	}

	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.sqx-news-listing-card--split-left .read-single .read-title h3,
	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.sqx-news-listing-card--split-right .read-single .read-title h3,
	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.sqx-news-listing-card--split-left .read-single .read-title h3 a,
	html body.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid > article.sqx-news-listing-card--split-right .read-single .read-title h3 a {
		font-size: 16px !important;
		line-height: 1.4 !important;
	}
}

/* ===== Contact Us: zero top padding on page shell ===== */
html body.page-slug-contact-us #page #content.container-wrapper,
html body.page-id-3334 #page #content.container-wrapper,
html body.page-slug-contact-us #page #content .section-block-upper.contact-us-two-col,
html body.page-id-3334 #page #content .section-block-upper.contact-us-two-col,
html body.page-slug-contact-us #page #content .contact-us-two-col #primary.content-area,
html body.page-id-3334 #page #content .contact-us-two-col #primary.content-area,
html body.page-slug-contact-us #page #main.site-main,
html body.page-id-3334 #page #main.site-main,
html body.page-id-3334 #main.site-main,
html body.page-id-3334 #main article,
html body.page-id-3334 #post-3334,
html body.page-slug-contact-us .contact-us-grid,
html body.page-id-3334 .contact-us-grid,
html body.page-id-3334 .contact-us-left,
html body.page-id-3334 .contact-us-right,
html body.page-id-3334 .hentry .contact-us-grid .contact-us-left,
html body.page-id-3334 .hentry .contact-us-grid .contact-us-right,
html body.page-id-3334 .contact-us-left .entry-header,
html body.page-id-3334 .contact-us-left .entry-content-wrap,
html body.page-id-3334 .contact-us-left .entry-content {
	padding-top: 0 !important;
}

/* Contact Us: two-column layout — ported from live custom-style.php */
html body.page-id-3334 .contact-us-two-col .contact-us-grid,
html body.page-slug-contact-us .contact-us-two-col .contact-us-grid,
html body .contact-us-two-col .contact-us-grid {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 2rem !important;
	align-items: start !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

html body.page-id-3334 .contact-us-two-col .contact-us-left,
html body.page-slug-contact-us .contact-us-two-col .contact-us-left,
html body.page-id-3334 .contact-us-two-col .contact-us-right,
html body.page-slug-contact-us .contact-us-two-col .contact-us-right {
	min-width: 0 !important;
	width: auto !important;
	max-width: 100% !important;
}

html body.page-id-3334 .contact-us-two-col .contact-us-left .entry-header,
html body.page-slug-contact-us .contact-us-two-col .contact-us-left .entry-header {
	margin: 0 !important;
}

html body.page-id-3334 .contact-us-two-col .contact-us-left .entry-header .entry-title,
html body.page-slug-contact-us .contact-us-two-col .contact-us-left .entry-header .entry-title {
	margin: 0 0 20px !important;
}

html body.page-id-3334 .contact-us-two-col .contact-us-left .entry-content-wrap,
html body.page-slug-contact-us .contact-us-two-col .contact-us-left .entry-content-wrap,
html body .contact-us-two-col .contact-us-left .entry-content-wrap {
	margin-bottom: 0 !important;
}

/* Intro paragraph under title (no sqx-contact-us-intro class on current content) */
html body.page-id-3334 .contact-us-two-col .contact-us-left .entry-content > p.wp-block-paragraph:first-child,
html body.page-slug-contact-us .contact-us-two-col .contact-us-left .entry-content > p.wp-block-paragraph:first-child {
	margin-top: 0 !important;
	margin-bottom: 24px !important;
	font-size: 16px !important;
	line-height: 1.7 !important;
	color: #000000 !important;
}

html body.page-id-3334 .contact-us-two-col .contact-us-right .sqx-contact-form-wrap,
html body.page-slug-contact-us .contact-us-two-col .contact-us-right .sqx-contact-form-wrap,
html body .contact-us-two-col .contact-us-right .sqx-contact-form-wrap {
	max-width: none !important;
	width: 100% !important;
	margin: 0 !important;
	box-sizing: border-box !important;
}

@media only screen and (max-width: 768px) {
	html body.page-id-3334 .contact-us-two-col .contact-us-grid,
	html body.page-slug-contact-us .contact-us-two-col .contact-us-grid,
	html body .contact-us-two-col .contact-us-grid {
		grid-template-columns: 1fr !important;
	}
}

/* Contact Us: zero side padding on main / grid / columns */
html body.page-slug-contact-us #page #main.site-main,
html body.page-id-3334 #page #main.site-main,
html body.page-id-3334 #main.site-main,
html body.page-id-3334 #main article,
html body.page-id-3334 #post-3334,
html body.page-slug-contact-us .contact-us-grid,
html body.page-id-3334 .contact-us-grid,
html body.page-id-3334 .contact-us-left,
html body.page-id-3334 .contact-us-right,
html body.page-id-3334 .hentry .contact-us-grid .contact-us-left,
html body.page-id-3334 .hentry .contact-us-grid .contact-us-right,
html body.page-id-3334 .contact-us-left .entry-header,
html body.page-id-3334 .contact-us-left .entry-content-wrap,
html body.page-id-3334 .contact-us-left .entry-content,
html body.page-id-3334 .contact-us-right .sqx-contact-leadconnector-wrap {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* Contact Us: native form (replaces GHL embed) */
html body .sqx-contact-form-wrap {
	max-width: 800px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: var(--sqx-color-accent, #005696);
	border-radius: 5px !important;
	padding: 30px;
	box-sizing: border-box;
	overflow: hidden;
}

html body .sqx-contact-form {
	margin: 0;
	position: relative;
}

html body .sqx-contact-form__hp {
	position: absolute !important;
	left: -9999px !important;
	top: 0 !important;
	width: 1px !important;
	height: 1px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

html body .sqx-contact-form__hp input,
html body .sqx-contact-form__hp label {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

html body .sqx-contact-form__fields {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

html body .sqx-contact-form__row--split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

/* Match live custom-style: field paragraphs keep 1rem bottom margin inside the blue card */
html body.page-id-3334 .contact-us-two-col .sqx-contact-form p,
html body.page-slug-contact-us .contact-us-two-col .sqx-contact-form p,
html body .contact-us-two-col .sqx-contact-form p,
html body .sqx-contact-form__field {
	margin: 0 0 1rem !important;
}

html body .sqx-contact-form-wrap .sqx-contact-form__label,
html body .sqx-contact-form-wrap label.sqx-contact-form__label,
html body.page-id-3334 .sqx-contact-form p label,
html body.page-id-3334 .sqx-contact-form-wrap .sqx-contact-form label {
	display: block;
	margin-bottom: 0.35em;
	color: #ffffff !important;
	font-size: 15px;
	font-weight: 700 !important;
	line-height: 1.3;
}

html body .sqx-contact-form__required {
	color: #ffffff !important;
	font-weight: 700 !important;
}

html body .sqx-contact-form__control,
html body .sqx-contact-form input[type="text"].sqx-contact-form__control,
html body .sqx-contact-form input[type="tel"].sqx-contact-form__control,
html body .sqx-contact-form input[type="email"].sqx-contact-form__control,
html body .sqx-contact-form select.sqx-contact-form__control,
html body .sqx-contact-form textarea.sqx-contact-form__control,
html body.aft-default-mode .sqx-contact-form input[type="tel"],
html body.aft-default-mode .sqx-contact-form .sqx-contact-form__control {
	width: 100%;
	box-sizing: border-box;
	padding: 0.5rem 0.75rem;
	border: 0;
	border-radius: 4px;
	background: #ffffff !important;
	background-color: #ffffff !important;
	color: #1f1f1f !important;
	font-size: 15px;
	line-height: 1.4;
}

html body .sqx-contact-form__control:focus,
html body .sqx-contact-form input[type="tel"].sqx-contact-form__control:focus {
	outline: 2px solid #ffffff;
	outline-offset: 1px;
	background: #ffffff !important;
	background-color: #ffffff !important;
}

html body .sqx-contact-form__select {
	appearance: auto;
	cursor: pointer;
}

html body .sqx-contact-form__textarea {
	min-height: 120px;
	resize: vertical;
}

html body .sqx-contact-form__submit,
html body .contact-us-two-col .sqx-contact-form .sqx-contact-form__submit,
html body.page-id-3334 .contact-us-two-col .sqx-contact-form .sqx-contact-form__submit,
html body.page-slug-contact-us .contact-us-two-col .sqx-contact-form .sqx-contact-form__submit,
html body .contact-us-two-col .sqx-contact-form p.sqx-contact-form__submit {
	margin: 15px 0 1rem !important;
	text-align: center;
}

html body .sqx-contact-form .sqx-contact-submit-btn,
html body .sqx-contact-submit-btn,
html body button.sqx-contact-submit-btn {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	padding: 9px 50px;
	border: 0;
	border-radius: 5px;
	background: #ffffff !important;
	background-color: #ffffff !important;
	color: var(--sqx-color-accent, #005696) !important;
	font-size: 15px;
	font-weight: 700 !important;
	line-height: 1.4;
	cursor: pointer;
	box-shadow: none !important;
	transition: background-color 0.15s ease, color 0.15s ease;
}

html body .sqx-contact-form .sqx-contact-submit-btn:hover,
html body .sqx-contact-form .sqx-contact-submit-btn:focus-visible,
html body .sqx-contact-submit-btn:hover,
html body .sqx-contact-submit-btn:focus-visible {
	background: #f0f7fc !important;
	background-color: #f0f7fc !important;
	color: var(--sqx-color-accent-hover, #004680) !important;
}

html body .contact-us-two-col .sqx-contact-message {
	margin-bottom: 1rem;
	padding: 0.65rem 0.85rem;
	border-radius: 4px;
	font-size: 15px;
}

html body .contact-us-two-col .sqx-contact-success {
	background: #d4edda;
	color: #155724;
}

html body .contact-us-two-col .sqx-contact-error {
	background: #f8d7da;
	color: #721c24;
}

@media only screen and (max-width: 600px) {
	html body .sqx-contact-form-wrap {
		padding: 30px;
	}

	html body .sqx-contact-form__row--split {
		grid-template-columns: 1fr;
	}
}

html body.page-id-3334 #main.site-main,
html body.page-id-3334 #page #main.site-main {
	margin-top: 0 !important;
}

/* Contact Us: Email / Phone / Mail h3 — beats global .section-block-upper > :not(:first-child) 40px rule */
html body.page-id-3334 #page #content .section-block-upper.contact-us-two-col .contact-us-left .entry-content:not(.read-details) > h3.wp-block-heading,
html body.page-id-3334 #page #content .section-block-upper.contact-us-two-col .contact-us-left .entry-content:not(.read-details) > h3.wp-block-heading:not(:first-child),
html body.page-slug-contact-us #page #content .section-block-upper.contact-us-two-col .contact-us-left .entry-content:not(.read-details) > h3.wp-block-heading,
html body.page-slug-contact-us #page #content .section-block-upper.contact-us-two-col .contact-us-left .entry-content:not(.read-details) > h3.wp-block-heading:not(:first-child),
html body #page #content .section-block-upper.contact-us-two-col .contact-us-left .entry-content h3.wp-block-heading {
	color: #000000 !important;
	font-weight: 700 !important;
	border: none !important;
	border-top: none !important;
	box-shadow: none !important;
	padding-top: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-top: 25px !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	text-align: left !important;
}

/* Contact Us: ensure the content under Email/Phone/Mail aligns with the h3 edge */
html body.page-slug-contact-us #page #content .section-block-upper.contact-us-two-col .contact-us-left .entry-content > h3.wp-block-heading + p,
html body.page-slug-contact-us #page #content .section-block-upper.contact-us-two-col .contact-us-left .entry-content > h3.wp-block-heading + p + p,
html body.page-id-3334 #page #content .section-block-upper.contact-us-two-col .contact-us-left .entry-content > h3.wp-block-heading + p,
html body.page-id-3334 #page #content .section-block-upper.contact-us-two-col .contact-us-left .entry-content > h3.wp-block-heading + p + p {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	text-align: left !important;
}

/* Contact Us: left-column links / UAGB buttons — no top margin (except CTA stack sponsor) */
html body #page #content .contact-us-two-col .contact-us-left .entry-content a:not(.nav-featured-sponsor-btn),
html body #page #content .contact-us-two-col .contact-us-left .entry-content .wp-block-uagb-buttons-child .uagb-button__wrapper a,
html body #page #content .contact-us-two-col .contact-us-left .entry-content a.uagb-buttons-repeater,
html body.page-id-3334 #post-3334 .contact-us-left .entry-content a:not(.nav-featured-sponsor-btn) {
	margin-top: 0 !important;
}

/* Contact Us: intro copy left-aligned (not the H1 intro paragraph) */
html body #page #content .contact-us-two-col .contact-us-left .entry-content p.has-text-align-left,
html body.page-id-3334 .contact-us-left .entry-content p.has-text-align-left {
	text-align: left !important;
	margin-left: 0 !important;
	margin-right: auto !important;
	margin-bottom: 10px !important;
	font-size: 16px !important;
}

/* Contact Us: intro paragraph — 30px below copy before CTA stack */
html body.page-id-3334 #page #content .section-block-upper.contact-us-two-col .contact-us-left .entry-content > p.sqx-contact-us-intro,
html body.page-slug-contact-us #page #content .section-block-upper.contact-us-two-col .contact-us-left .entry-content > p.sqx-contact-us-intro {
	text-align: left !important;
	margin-left: 0 !important;
	margin-right: auto !important;
	margin-top: 0 !important;
	margin-bottom: 30px !important;
	margin-block-end: 30px !important;
	font-size: 16px !important;
	line-height: 1.7 !important;
	font-weight: 400 !important;
	color: #000000 !important;
}

html body.page-id-3334 #page #content .section-block-upper.contact-us-two-col .contact-us-left .entry-content > p.sqx-contact-us-intro + .sqx-contact-us-cta-stack,
html body.page-slug-contact-us #page #content .section-block-upper.contact-us-two-col .contact-us-left .entry-content > p.sqx-contact-us-intro + .sqx-contact-us-cta-stack {
	margin-top: 0 !important;
}

/* Contact Us: "Be a Featured Sponsor" UAGB button — left-aligned (not homepage-centered) */
html body #page #content .contact-us-two-col .contact-us-left .entry-content .wp-block-uagb-buttons:has(a[href*="be-a-partner"]),
html body.page-slug-contact-us #page #content .contact-us-two-col .contact-us-left .entry-content .wp-block-uagb-buttons:has(a[href*="be-a-partner"]),
html body.page-id-3334 .contact-us-left .entry-content .wp-block-uagb-buttons:has(a[href*="be-a-partner"]) {
	text-align: left !important;
	margin-left: 0 !important;
	margin-right: auto !important;
	margin-bottom: 0 !important;
}

html body #page #content .contact-us-two-col .contact-us-left .entry-content .wp-block-uagb-buttons:has(a[href*="be-a-partner"]) .uagb-buttons__wrap,
html body.page-slug-contact-us #page #content .contact-us-two-col .contact-us-left .entry-content .wp-block-uagb-buttons:has(a[href*="be-a-partner"]) .uagb-buttons__wrap,
html body.page-id-3334 .contact-us-left .entry-content .wp-block-uagb-buttons:has(a[href*="be-a-partner"]) .uagb-buttons__wrap {
	display: flex !important;
	justify-content: flex-start !important;
	text-align: left !important;
	margin-left: 0 !important;
	margin-right: auto !important;
	margin-bottom: 0 !important;
}

html body #page #content .contact-us-two-col .contact-us-left .entry-content a.uagb-buttons-repeater[href*="be-a-partner"],
html body.page-slug-contact-us #page #content .contact-us-two-col .contact-us-left .entry-content a.uagb-buttons-repeater[href*="be-a-partner"],
html body.page-id-3334 .contact-us-left .entry-content a.uagb-buttons-repeater[href*="be-a-partner"] {
	margin-left: 0 !important;
	margin-right: auto !important;
}

/* Contact Us: Be a Featured Sponsor UAGB child block — no bottom margin */
html body.page-slug-contact-us .contact-us-left .entry-content .uagb-block-05651661,
html body.page-id-3334 .contact-us-left .entry-content .uagb-block-05651661,
html body.page-slug-contact-us .contact-us-left .entry-content .wp-block-uagb-buttons-child.uagb-block-05651661,
html body.page-id-3334 .contact-us-left .entry-content .wp-block-uagb-buttons-child.uagb-block-05651661,
html body.page-slug-contact-us .contact-us-left .entry-content .uagb-block-05651661 .uagb-buttons__outer-wrap,
html body.page-id-3334 .contact-us-left .entry-content .uagb-block-05651661 .uagb-buttons__outer-wrap,
html body.page-slug-contact-us .contact-us-left .entry-content .uagb-block-05651661 .uagb-button__wrapper,
html body.page-id-3334 .contact-us-left .entry-content .uagb-block-05651661 .uagb-button__wrapper,
html body.page-slug-contact-us .contact-us-left .entry-content .uagb-block-05651661 a.uagb-buttons-repeater[href*="be-a-partner"],
html body.page-id-3334 .contact-us-left .entry-content .uagb-block-05651661 a.uagb-buttons-repeater[href*="be-a-partner"] {
	margin-bottom: 0 !important;
	margin-block-end: 0 !important;
}

/* Be a Sponsor (/be-a-sponsor/) + Thank You (/thank-you/): 10px side gutter on page shells */
html body.page-slug-be-a-partner #page > #content.container-wrapper,
html body.page-id-9579 #page > #content.container-wrapper,
html body.page-slug-thank-you #page > #content.container-wrapper,
html body.page-id-11024 #page > #content.container-wrapper,
html body.page-slug-be-a-partner #page > .af-featured-sponsors-section.reviewnews-customizer,
html body.page-id-9579 #page > .af-featured-sponsors-section.reviewnews-customizer,
html body.page-slug-thank-you #page > .af-featured-sponsors-section.reviewnews-customizer,
html body.page-id-11024 #page > .af-featured-sponsors-section.reviewnews-customizer {
	padding-left: var(--sqx-mobile-gutter) !important;
	padding-right: var(--sqx-mobile-gutter) !important;
	box-sizing: border-box !important;
}

/* Inner wrappers: no stacked horizontal padding */
html body.page-slug-be-a-partner #page #content .section-block-upper,
html body.page-id-9579 #page #content .section-block-upper,
html body.page-slug-thank-you #page #content .section-block-upper,
html body.page-id-11024 #page #content .section-block-upper,
html body.page-slug-be-a-partner #content .section-block-upper,
html body.page-id-9579 #content .section-block-upper,
html body.page-slug-thank-you #content .section-block-upper,
html body.page-id-11024 #content .section-block-upper,
html body.page-slug-be-a-partner #page #main.site-main,
html body.page-id-9579 #page #main.site-main,
html body.page-slug-thank-you #page #main.site-main,
html body.page-id-11024 #page #main.site-main,
html body.page-slug-be-a-partner #main,
html body.page-id-9579 #main,
html body.page-slug-thank-you #main,
html body.page-id-11024 #main,
html body.page-slug-be-a-partner #page #primary.content-area,
html body.page-id-9579 #page #primary.content-area,
html body.page-slug-thank-you #page #primary.content-area,
html body.page-id-11024 #page #primary.content-area,
html body.page-slug-be-a-partner #primary,
html body.page-id-9579 #primary,
html body.page-slug-thank-you #primary,
html body.page-id-11024 #primary,
html body.page-slug-be-a-partner #page #content .section-block-upper #primary #main article,
html body.page-id-9579 #page #content .section-block-upper #primary #main article,
html body.page-slug-thank-you #page #content .section-block-upper #primary #main article,
html body.page-id-11024 #page #content .section-block-upper #primary #main article,
html body.page-slug-be-a-partner #main article,
html body.page-id-9579 #main article,
html body.page-slug-thank-you #main article,
html body.page-id-11024 #main article,
html body.page-slug-be-a-partner #page #content .hentry,
html body.page-id-9579 #page #content .hentry,
html body.page-slug-thank-you #page #content .hentry,
html body.page-id-11024 #page #content .hentry,
html body.page-slug-be-a-partner #page #content .entry-header,
html body.page-id-9579 #page #content .entry-header,
html body.page-slug-thank-you #page #content .entry-header,
html body.page-id-11024 #page #content .entry-header,
html body.page-slug-be-a-partner #page #content .entry-content-wrap,
html body.page-id-9579 #page #content .entry-content-wrap,
html body.page-slug-thank-you #page #content .entry-content-wrap,
html body.page-id-11024 #page #content .entry-content-wrap,
html body.page-slug-be-a-partner #page #content .entry-content,
html body.page-id-9579 #page #content .entry-content,
html body.page-slug-thank-you #page #content .entry-content,
html body.page-id-11024 #page #content .entry-content,
html body.page-slug-be-a-partner .hentry .entry-content,
html body.page-id-9579 .hentry .entry-content,
html body.page-slug-thank-you .hentry .entry-content,
html body.page-id-11024 .hentry .entry-content {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* Be a Sponsor: 700px centered content column */
html body.page-slug-be-a-partner #page #content.container-wrapper,
html body.page-id-9579 #page #content.container-wrapper,
html body.page-slug-be-a-partner #page #content .section-block-upper,
html body.page-id-9579 #page #content .section-block-upper,
html body.page-slug-be-a-partner #page #primary.content-area,
html body.page-id-9579 #page #primary.content-area,
html body.page-slug-be-a-partner #page #main.site-main,
html body.page-id-9579 #page #main.site-main,
html body.page-slug-be-a-partner #main,
html body.page-id-9579 #main,
html body.page-slug-be-a-partner #main article,
html body.page-id-9579 #main article,
html body.page-slug-be-a-partner .hentry .entry-content,
html body.page-id-9579 .hentry .entry-content,
html body.page-slug-be-a-partner #page .reviewnews-customizer,
html body.page-id-9579 #page .reviewnews-customizer {
	width: 100% !important;
	max-width: 700px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}

/* Be a Sponsor: Resource Partners — 700px to match page content */
html body.page-slug-be-a-partner #page > .af-featured-sponsors-section.reviewnews-customizer,
html body.page-id-9579 #page > .af-featured-sponsors-section.reviewnews-customizer,
html body.page-slug-be-a-partner #page .af-featured-sponsors-section.reviewnews-customizer,
html body.page-id-9579 #page .af-featured-sponsors-section.reviewnews-customizer,
html body.page-slug-be-a-partner section.af-featured-sponsors-section.reviewnews-customizer,
html body.page-id-9579 section.af-featured-sponsors-section.reviewnews-customizer,
html body.page-slug-be-a-partner .af-featured-sponsors-section > .container-wrapper,
html body.page-id-9579 .af-featured-sponsors-section > .container-wrapper,
html body.page-slug-be-a-partner #page .af-featured-sponsors-section .container-wrapper,
html body.page-id-9579 #page .af-featured-sponsors-section .container-wrapper,
html body.page-slug-be-a-partner .af-featured-sponsors-section .af-title-subtitle-wrap,
html body.page-id-9579 .af-featured-sponsors-section .af-title-subtitle-wrap,
html body.page-slug-be-a-partner .af-featured-sponsors-section .section-wrapper.af-widget-body,
html body.page-id-9579 .af-featured-sponsors-section .section-wrapper.af-widget-body,
html body.page-slug-be-a-partner .af-featured-sponsors-section .featured-sponsors-grid,
html body.page-id-9579 .af-featured-sponsors-section .featured-sponsors-grid {
	width: 100% !important;
	max-width: 1120px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}

/* Be a Sponsor (/be-a-sponsor/): hide duplicate "Join our Alts Directory" footer CTA */
html body.page-slug-be-a-partner .sqx-newsletter-cta-section,
html body.page-id-9579 .sqx-newsletter-cta-section,
html body.page-slug-be-a-partner #page .sqx-newsletter-cta-section,
html body.page-id-9579 #page .sqx-newsletter-cta-section {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

/* Be a Sponsor (/be-a-sponsor/): centered blue page title */
html body.page-slug-be-a-partner #page #content .entry-header,
html body.page-id-9579 #page #content .entry-header {
	text-align: center !important;
	height: auto !important;
	width: 100% !important;
	margin-bottom: 0 !important;
}

html body.page-slug-be-a-partner #page #content .entry-header h1.entry-title,
html body.page-id-9579 #page #content .entry-header h1.entry-title {
	display: block !important;
	width: 100% !important;
	text-align: center !important;
	font-size: 35px !important;
	color: #005696 !important;
	margin: 0 auto !important;
	margin-bottom: 0 !important;
}

/* About Us (/about-us/): match Be a Sponsor page shell */
html body.page-slug-about-us #page > #content.container-wrapper,
html body.page-id-16256 #page > #content.container-wrapper {
	padding-left: var(--sqx-mobile-gutter) !important;
	padding-right: var(--sqx-mobile-gutter) !important;
	box-sizing: border-box !important;
}

html body.page-slug-about-us #page #content .section-block-upper,
html body.page-id-16256 #page #content .section-block-upper,
html body.page-slug-about-us #page #main.site-main,
html body.page-id-16256 #page #main.site-main,
html body.page-slug-about-us #main,
html body.page-id-16256 #main,
html body.page-slug-about-us #page #primary.content-area,
html body.page-id-16256 #page #primary.content-area,
html body.page-slug-about-us #page #content .hentry,
html body.page-id-16256 #page #content .hentry,
html body.page-slug-about-us #page #content .entry-header,
html body.page-id-16256 #page #content .entry-header,
html body.page-slug-about-us #page #content .entry-content-wrap,
html body.page-id-16256 #page #content .entry-content-wrap,
html body.page-slug-about-us #page #content .entry-content,
html body.page-id-16256 #page #content .entry-content,
html body.page-slug-about-us .hentry .entry-content,
html body.page-id-16256 .hentry .entry-content {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

html body.page-slug-about-us #page #content.container-wrapper,
html body.page-id-16256 #page #content.container-wrapper,
html body.page-slug-about-us #page #content .section-block-upper,
html body.page-id-16256 #page #content .section-block-upper,
html body.page-slug-about-us #page #primary.content-area,
html body.page-id-16256 #page #primary.content-area,
html body.page-slug-about-us #page #main.site-main,
html body.page-id-16256 #page #main.site-main,
html body.page-slug-about-us #main,
html body.page-id-16256 #main,
html body.page-slug-about-us #main article,
html body.page-id-16256 #main article,
html body.page-slug-about-us .hentry .entry-content,
html body.page-id-16256 .hentry .entry-content {
	width: min(100%, var(--sqx-measure-narrow)) !important;
	max-width: 700px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}

html body.page-slug-about-us #page #content .entry-header,
html body.page-id-16256 #page #content .entry-header {
	text-align: center !important;
	width: 100% !important;
	margin-bottom: 0 !important;
}

html body.page-slug-about-us #page #content .entry-header h1.entry-title,
html body.page-id-16256 #page #content .entry-header h1.entry-title,
html body.page-id-16548 #page #content .entry-header h1.entry-title {
	display: block !important;
	width: 100% !important;
	text-align: center !important;
	font-size: 35px !important;
	font-weight: 700 !important;
	color: var(--sqx-color-accent, #005696) !important;
	margin: 0 auto !important;
	margin-bottom: 0 !important;
}

/* Privacy Policy (/privacy-policy/): match About Us page shell */
html body.page-slug-privacy-policy #page > #content.container-wrapper,
html body.privacy-policy #page > #content.container-wrapper {
	padding-left: var(--sqx-mobile-gutter) !important;
	padding-right: var(--sqx-mobile-gutter) !important;
	box-sizing: border-box !important;
}

html body.page-slug-privacy-policy #page #content .section-block-upper,
html body.privacy-policy #page #content .section-block-upper,
html body.page-slug-privacy-policy #page #main.site-main,
html body.privacy-policy #page #main.site-main,
html body.page-slug-privacy-policy #main,
html body.privacy-policy #main,
html body.page-slug-privacy-policy #page #primary.content-area,
html body.privacy-policy #page #primary.content-area,
html body.page-slug-privacy-policy #page #content .hentry,
html body.privacy-policy #page #content .hentry,
html body.page-slug-privacy-policy #page #content .entry-header,
html body.privacy-policy #page #content .entry-header,
html body.page-slug-privacy-policy #page #content .entry-content-wrap,
html body.privacy-policy #page #content .entry-content-wrap,
html body.page-slug-privacy-policy #page #content .entry-content,
html body.privacy-policy #page #content .entry-content,
html body.page-slug-privacy-policy .hentry .entry-content,
html body.privacy-policy .hentry .entry-content {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

html body.page-slug-privacy-policy #page #content.container-wrapper,
html body.privacy-policy #page #content.container-wrapper,
html body.page-slug-privacy-policy #page #content .section-block-upper,
html body.privacy-policy #page #content .section-block-upper,
html body.page-slug-privacy-policy #page #primary.content-area,
html body.privacy-policy #page #primary.content-area,
html body.page-slug-privacy-policy #page #main.site-main,
html body.privacy-policy #page #main.site-main,
html body.page-slug-privacy-policy #main,
html body.privacy-policy #main,
html body.page-slug-privacy-policy #main article,
html body.privacy-policy #main article,
html body.page-slug-privacy-policy .hentry .entry-content,
html body.privacy-policy .hentry .entry-content {
	width: min(100%, var(--sqx-measure-narrow)) !important;
	max-width: 700px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}

html body.page-slug-privacy-policy #page #content .entry-header,
html body.privacy-policy #page #content .entry-header {
	text-align: center !important;
	width: 100% !important;
	margin-bottom: 0 !important;
}

html body.page-slug-privacy-policy #page #content .entry-header h1.entry-title,
html body.privacy-policy #page #content .entry-header h1.entry-title {
	display: block !important;
	width: 100% !important;
	text-align: center !important;
	font-size: 35px !important;
	font-weight: 700 !important;
	color: var(--sqx-color-accent, #005696) !important;
	margin: 0 auto !important;
	margin-bottom: 0 !important;
}

/* Privacy Policy links: match news article body links (border-bottom, not text-decoration) */
html body.page-slug-privacy-policy #page #content .section-block-upper .entry-content .sqx-privacy-page a,
html body.privacy-policy #page #content .section-block-upper .entry-content .sqx-privacy-page a,
html body.page-slug-privacy-policy .entry-content .sqx-privacy-page p a,
html body.privacy-policy .entry-content .sqx-privacy-page p a,
html body.page-slug-privacy-policy .entry-content .sqx-privacy-page li a,
html body.privacy-policy .entry-content .sqx-privacy-page li a {
	border-bottom: 2px solid !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

html body.page-slug-privacy-policy #page #content .section-block-upper .entry-content .sqx-privacy-page a:hover,
html body.page-slug-privacy-policy #page #content .section-block-upper .entry-content .sqx-privacy-page a:focus,
html body.privacy-policy #page #content .section-block-upper .entry-content .sqx-privacy-page a:hover,
html body.privacy-policy #page #content .section-block-upper .entry-content .sqx-privacy-page a:focus,
html body.page-slug-privacy-policy .entry-content .sqx-privacy-page p a:hover,
html body.privacy-policy .entry-content .sqx-privacy-page p a:hover,
html body.page-slug-privacy-policy .entry-content .sqx-privacy-page li a:hover,
html body.privacy-policy .entry-content .sqx-privacy-page li a:hover {
	border-bottom-width: 0 !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

/* About page: leadership team name/title — no paragraph bottom margin */
html body.page-slug-about-us #page #content .section-block-upper .entry-content p.sqx-about-team-name,
html body.page-id-16256 #page #content .section-block-upper .entry-content p.sqx-about-team-name,
html body.page-id-16548 #page #content .section-block-upper .entry-content p.sqx-about-team-name,
html body.page-slug-about-us #page #content .section-block-upper .entry-content p.sqx-about-team-title,
html body.page-id-16256 #page #content .section-block-upper .entry-content p.sqx-about-team-title,
html body.page-id-16548 #page #content .section-block-upper .entry-content p.sqx-about-team-title {
	margin-bottom: 0 !important;
}

/* About page: inline text links — underline by default; no underline on hover */
html body.page-slug-about-us #page #content .section-block-upper .entry-content .sqx-about-page a:not(.sqx-about-btn),
html body.page-id-16256 #page #content .section-block-upper .entry-content .sqx-about-page a:not(.sqx-about-btn),
html body.page-id-16548 #page #content .section-block-upper .entry-content .sqx-about-page a:not(.sqx-about-btn) {
	text-decoration: underline !important;
	text-underline-offset: 0.15em !important;
	text-decoration-thickness: 1px !important;
	border-bottom: none !important;
	box-shadow: none !important;
}

html body.page-slug-about-us #page #content .section-block-upper .entry-content .sqx-about-page a:not(.sqx-about-btn):hover,
html body.page-slug-about-us #page #content .section-block-upper .entry-content .sqx-about-page a:not(.sqx-about-btn):focus,
html body.page-id-16256 #page #content .section-block-upper .entry-content .sqx-about-page a:not(.sqx-about-btn):hover,
html body.page-id-16256 #page #content .section-block-upper .entry-content .sqx-about-page a:not(.sqx-about-btn):focus,
html body.page-id-16548 #page #content .section-block-upper .entry-content .sqx-about-page a:not(.sqx-about-btn):hover,
html body.page-id-16548 #page #content .section-block-upper .entry-content .sqx-about-page a:not(.sqx-about-btn):focus {
	font-style: normal !important;
	text-decoration: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
}

/* About page: CTA card paragraph — left-align */
html body.page-slug-about-us #page #content .section-block-upper .entry-content .sqx-about-cta-card p,
html body.page-id-16256 #page #content .section-block-upper .entry-content .sqx-about-cta-card p,
html body.page-id-16548 #page #content .section-block-upper .entry-content .sqx-about-cta-card p {
	text-align: left !important;
	padding-top: 10px !important;
}

/* Be a Sponsor page: Sign Up / checkout CTAs — match homepage "Be a Featured Sponsor" UAGB buttons */
html body.page-slug-be-a-partner #page #content .section-block-upper .entry-content .wp-block-uagb-buttons:has(a[href*="sqx-alts-featured-partner"]),
html body.page-id-9579 #page #content .section-block-upper .entry-content .wp-block-uagb-buttons:has(a[href*="sqx-alts-featured-partner"]) {
	width: 100% !important;
	max-width: 100% !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

html body.page-slug-be-a-partner #page #content .section-block-upper .entry-content .wp-block-uagb-buttons:has(a[href*="sqx-alts-featured-partner"]) .uagb-buttons__wrap,
html body.page-id-9579 #page #content .section-block-upper .entry-content .wp-block-uagb-buttons:has(a[href*="sqx-alts-featured-partner"]) .uagb-buttons__wrap {
	width: 100% !important;
	max-width: 100% !important;
	justify-content: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-top: 0 !important;
}

html body.page-slug-be-a-partner #page #content .section-block-upper .entry-content .wp-block-uagb-buttons:has(a[href*="sqx-alts-featured-partner"]) .wp-block-uagb-buttons-child,
html body.page-id-9579 #page #content .section-block-upper .entry-content .wp-block-uagb-buttons:has(a[href*="sqx-alts-featured-partner"]) .wp-block-uagb-buttons-child,
html body.page-slug-be-a-partner #page #content .section-block-upper .entry-content .wp-block-uagb-buttons:has(a[href*="sqx-alts-featured-partner"]) .uagb-button__wrapper,
html body.page-id-9579 #page #content .section-block-upper .entry-content .wp-block-uagb-buttons:has(a[href*="sqx-alts-featured-partner"]) .uagb-button__wrapper {
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

html body.page-slug-be-a-partner #page #content .section-block-upper .entry-content a.uagb-buttons-repeater[href*="sqx-alts-featured-partner"],
html body.page-id-9579 #page #content .section-block-upper .entry-content a.uagb-buttons-repeater[href*="sqx-alts-featured-partner"],
html body.page-slug-be-a-partner #page #content .section-block-upper .entry-content .wp-block-uagb-buttons-child .uagb-button__wrapper a[href*="sqx-alts-featured-partner"],
html body.page-id-9579 #page #content .section-block-upper .entry-content .wp-block-uagb-buttons-child .uagb-button__wrapper a[href*="sqx-alts-featured-partner"] {
	display: inline-block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 0 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	padding: 9px 15px !important;
	color: #ffffff !important;
	background-color: #005696 !important;
	background-image: none !important;
	border: none !important;
	border-radius: 5px !important;
	box-shadow: none !important;
	text-decoration: none !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	transition: opacity 0.2s ease !important;
}

html body.page-slug-be-a-partner #page #content .section-block-upper .entry-content a.uagb-buttons-repeater[href*="sqx-alts-featured-partner"] .uagb-button__link,
html body.page-id-9579 #page #content .section-block-upper .entry-content a.uagb-buttons-repeater[href*="sqx-alts-featured-partner"] .uagb-button__link,
html body.page-slug-be-a-partner #page #content .section-block-upper .entry-content .wp-block-uagb-buttons-child .uagb-button__wrapper a[href*="sqx-alts-featured-partner"] .uagb-button__link,
html body.page-id-9579 #page #content .section-block-upper .entry-content .wp-block-uagb-buttons-child .uagb-button__wrapper a[href*="sqx-alts-featured-partner"] .uagb-button__link {
	color: #ffffff !important;
	background: transparent !important;
	background-color: transparent !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	padding: 0 !important;
	border: none !important;
	text-decoration: none !important;
	text-align: center !important;
}

html body.page-slug-be-a-partner #page #content .section-block-upper .entry-content a.uagb-buttons-repeater[href*="sqx-alts-featured-partner"]:hover,
html body.page-slug-be-a-partner #page #content .section-block-upper .entry-content a.uagb-buttons-repeater[href*="sqx-alts-featured-partner"]:focus,
html body.page-id-9579 #page #content .section-block-upper .entry-content a.uagb-buttons-repeater[href*="sqx-alts-featured-partner"]:hover,
html body.page-id-9579 #page #content .section-block-upper .entry-content a.uagb-buttons-repeater[href*="sqx-alts-featured-partner"]:focus,
html body.page-slug-be-a-partner #page #content .section-block-upper .entry-content .wp-block-uagb-buttons-child .uagb-button__wrapper a[href*="sqx-alts-featured-partner"]:hover,
html body.page-slug-be-a-partner #page #content .section-block-upper .entry-content .wp-block-uagb-buttons-child .uagb-button__wrapper a[href*="sqx-alts-featured-partner"]:focus,
html body.page-id-9579 #page #content .section-block-upper .entry-content .wp-block-uagb-buttons-child .uagb-button__wrapper a[href*="sqx-alts-featured-partner"]:hover,
html body.page-id-9579 #page #content .section-block-upper .entry-content .wp-block-uagb-buttons-child .uagb-button__wrapper a[href*="sqx-alts-featured-partner"]:focus {
	color: #ffffff !important;
	background-color: #005696 !important;
	border: none !important;
	opacity: 0.92 !important;
	text-decoration: none !important;
	outline: none !important;
}

html body.aft-dark-mode.page-slug-be-a-partner #page #content .section-block-upper .entry-content a.uagb-buttons-repeater[href*="sqx-alts-featured-partner"],
html body.aft-dark-mode.page-id-9579 #page #content .section-block-upper .entry-content a.uagb-buttons-repeater[href*="sqx-alts-featured-partner"] {
	color: #ffffff !important;
	background-color: #005696 !important;
	border: none !important;
}

/* SQX Alts Featured Sponsor (/sqx-alts-featured-sponsor/): centered blue page title */
html body.page-slug-sqx-alts-featured-partner #page #content .entry-header,
html body.page-id-11343 #page #content .entry-header {
	text-align: center !important;
	height: auto !important;
	width: 100% !important;
	margin-bottom: 0 !important;
}

html body.page-slug-sqx-alts-featured-partner #page #content .entry-header h1.entry-title,
html body.page-id-11343 #page #content .entry-header h1.entry-title {
	display: block !important;
	width: 100% !important;
	text-align: center !important;
	font-size: 35px !important;
	color: #005696 !important;
	margin: 0 auto !important;
	margin-bottom: 0 !important;
}

/* Success! page (/thank-you/): 700px centered column */
html body.page-slug-thank-you #page #content .section-block-upper,
html body.page-id-11024 #page #content .section-block-upper,
html body.page-slug-thank-you #page #main.site-main,
html body.page-id-11024 #page #main.site-main,
html body.page-slug-thank-you #page #primary.content-area,
html body.page-id-11024 #page #primary.content-area,
html body.page-slug-thank-you #page #content .section-block-upper #primary #main article.hentry,
html body.page-id-11024 #page #content .section-block-upper #primary #main article.hentry,
html body.page-slug-thank-you #post-11024,
html body.page-id-11024 #post-11024,
html body.page-slug-thank-you #page #content .entry-header,
html body.page-id-11024 #page #content .entry-header,
html body.page-slug-thank-you #page #content .entry-content-wrap,
html body.page-id-11024 #page #content .entry-content-wrap,
html body.page-slug-thank-you #page #content .entry-content,
html body.page-id-11024 #page #content .entry-content,
html body.page-slug-thank-you .hentry .entry-header,
html body.page-id-11024 .hentry .entry-header,
html body.page-slug-thank-you .hentry .entry-content-wrap,
html body.page-id-11024 .hentry .entry-content-wrap,
html body.page-slug-thank-you .hentry .entry-content,
html body.page-id-11024 .hentry .entry-content {
	width: min(100%, var(--sqx-measure-narrow)) !important;
	max-width: 700px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}

html body.page-slug-thank-you #page #content .section-block-upper #primary #main .hentry header.entry-header,
html body.page-id-11024 #page #content .section-block-upper #primary #main .hentry header.entry-header,
html body.page-slug-thank-you #main .hentry header.entry-header,
html body.page-id-11024 #main .hentry header.entry-header {
	width: 100% !important;
	max-width: 700px !important;
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 0 !important;
}

html body.page-slug-thank-you #page #content .entry-header h1.entry-title,
html body.page-id-11024 #page #content .entry-header h1.entry-title,
html body.page-slug-thank-you .hentry .entry-header h1.entry-title,
html body.page-id-11024 .hentry .entry-header h1.entry-title {
	display: block !important;
	width: 100% !important;
	text-align: center !important;
	font-size: 35px !important;
	font-weight: 700 !important;
	color: var(--sqx-color-accent, #005696) !important;
	margin: 0 auto !important;
	margin-bottom: 0 !important;
}

/* Success! page: UAGB section h2 — match /be-a-sponsor/ spacing and style */
html body.page-slug-thank-you #page #content .section-block-upper .entry-content .wp-block-uagb-advanced-heading h2.uagb-heading-text,
html body.page-id-11024 #page #content .section-block-upper .entry-content .wp-block-uagb-advanced-heading h2.uagb-heading-text,
html body.page-slug-thank-you .hentry .entry-content .wp-block-uagb-advanced-heading h2.uagb-heading-text,
html body.page-id-11024 .hentry .entry-content .wp-block-uagb-advanced-heading h2.uagb-heading-text {
	text-align: left !important;
	color: #000000 !important;
	font-weight: 700 !important;
	border: none !important;
	border-top: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
	background: transparent !important;
	background-color: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
}

/* Success! page: remove Gutenberg spacer blocks */
html body.page-slug-thank-you .entry-content .wp-block-spacer,
html body.page-id-11024 .entry-content .wp-block-spacer {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Success! page: closing UAGB h3 — centered */
html body.page-slug-thank-you .entry-content .wp-block-uagb-advanced-heading h3.uagb-heading-text,
html body.page-id-11024 .entry-content .wp-block-uagb-advanced-heading h3.uagb-heading-text,
html body.page-slug-thank-you .hentry .wp-block-uagb-advanced-heading h3.uagb-heading-text,
html body.page-id-11024 .hentry .wp-block-uagb-advanced-heading h3.uagb-heading-text {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important;
	color: #000000 !important;
	border: none !important;
	border-top: none !important;
}

/* Success! page: no per-section scrollbars; long links wrap inside 700px column */
html body.page-slug-thank-you #post-11024,
html body.page-id-11024 #post-11024,
html body.page-slug-thank-you #main article.hentry,
html body.page-id-11024 #main article.hentry,
html body.page-slug-thank-you .entry-content .wp-block-group,
html body.page-id-11024 .entry-content .wp-block-group,
html body.page-slug-thank-you .entry-content .wp-block-group.is-layout-constrained,
html body.page-id-11024 .entry-content .wp-block-group.is-layout-constrained {
	overflow: visible !important;
	overflow-x: visible !important;
	overflow-y: visible !important;
	max-height: none !important;
	min-height: 0 !important;
}

/* Success! paragraphs: beat YP width:100% + 20px padding (was causing inner scroll) */
html body.page-slug-thank-you .hentry .entry-content p,
html body.page-id-11024 .hentry .entry-content p,
html body.page-slug-thank-you .hentry .wp-block-group p,
html body.page-id-11024 .hentry .wp-block-group p,
html body.page-slug-thank-you .entry-content p.has-text-align-left,
html body.page-id-11024 .entry-content p.has-text-align-left,
html body.page-slug-thank-you .entry-content p.has-text-align-center,
html body.page-id-11024 .entry-content p.has-text-align-center {
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	overflow: visible !important;
	overflow-x: visible !important;
	overflow-y: visible !important;
}

html body.page-slug-thank-you .entry-content p a,
html body.page-id-11024 .entry-content p a,
html body.page-slug-thank-you .hentry .wp-block-group p a,
html body.page-id-11024 .hentry .wp-block-group p a,
html body.page-slug-thank-you .entry-content a[href*="forms.gle"],
html body.page-id-11024 .entry-content a[href*="forms.gle"] {
	display: inline !important;
	max-width: 100% !important;
	white-space: normal !important;
	overflow-wrap: anywhere !important;
	word-break: break-all !important;
	hyphens: auto !important;
}

html body.page-slug-thank-you .entry-content .wp-block-group,
html body.page-id-11024 .entry-content .wp-block-group,
html body.page-slug-thank-you .entry-content .wp-block-group.is-layout-constrained,
html body.page-id-11024 .entry-content .wp-block-group.is-layout-constrained,
html body.page-slug-thank-you .entry-content .wp-block-group__inner-container,
html body.page-id-11024 .entry-content .wp-block-group__inner-container {
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	overflow: visible !important;
	overflow-x: visible !important;
}

/* SQX Alts Featured Sponsor (/sqx-alts-featured-sponsor/): zero horizontal inset on main content */
html body.page-slug-sqx-alts-featured-partner #page #content.container-wrapper,
html body.page-id-11343 #page #content.container-wrapper,
html body.page-slug-sqx-alts-featured-partner #page #content .section-block-upper,
html body.page-id-11343 #page #content .section-block-upper,
html body.page-slug-sqx-alts-featured-partner #content .section-block-upper,
html body.page-id-11343 #content .section-block-upper,
html body.page-slug-sqx-alts-featured-partner #page #main.site-main,
html body.page-id-11343 #page #main.site-main,
html body.page-slug-sqx-alts-featured-partner #main,
html body.page-id-11343 #main,
html body.page-slug-sqx-alts-featured-partner #page #primary.content-area,
html body.page-id-11343 #page #primary.content-area,
html body.page-slug-sqx-alts-featured-partner #primary,
html body.page-id-11343 #primary,
html body.page-slug-sqx-alts-featured-partner #page #content .section-block-upper #primary #main article,
html body.page-id-11343 #page #content .section-block-upper #primary #main article,
html body.page-slug-sqx-alts-featured-partner #main article,
html body.page-id-11343 #main article,
html body.page-slug-sqx-alts-featured-partner #page #content .hentry,
html body.page-id-11343 #page #content .hentry,
html body.page-slug-sqx-alts-featured-partner #page #content .entry-header,
html body.page-id-11343 #page #content .entry-header,
html body.page-slug-sqx-alts-featured-partner #page #content .entry-content-wrap,
html body.page-id-11343 #page #content .entry-content-wrap,
html body.page-slug-sqx-alts-featured-partner #page #content .entry-content,
html body.page-id-11343 #page #content .entry-content,
html body.page-slug-sqx-alts-featured-partner .hentry .entry-content,
html body.page-id-11343 .hentry .entry-content {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* SQX Alts Featured Sponsor (/sqx-alts-featured-sponsor/): 700px centered content column */
html body.page-slug-sqx-alts-featured-partner #page #content.container-wrapper,
html body.page-id-11343 #page #content.container-wrapper,
html body.page-slug-sqx-alts-featured-partner #page #content .section-block-upper,
html body.page-id-11343 #page #content .section-block-upper,
html body.page-slug-sqx-alts-featured-partner #page #primary.content-area,
html body.page-id-11343 #page #primary.content-area,
html body.page-slug-sqx-alts-featured-partner #page #main.site-main,
html body.page-id-11343 #page #main.site-main,
html body.page-slug-sqx-alts-featured-partner #main,
html body.page-id-11343 #main,
html body.page-slug-sqx-alts-featured-partner #main article,
html body.page-id-11343 #main article,
html body.page-slug-sqx-alts-featured-partner #page #content .hentry,
html body.page-id-11343 #page #content .hentry,
html body.page-slug-sqx-alts-featured-partner #page #content .entry-content-wrap,
html body.page-id-11343 #page #content .entry-content-wrap,
html body.page-slug-sqx-alts-featured-partner .hentry .entry-content,
html body.page-id-11343 .hentry .entry-content,
html body.page-slug-sqx-alts-featured-partner #page .reviewnews-customizer,
html body.page-id-11343 #page .reviewnews-customizer {
	width: 100% !important;
	max-width: 700px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}

/* Checkout form: use full width of the 700px column */
html body.page-slug-sqx-alts-featured-partner .ssc-checkout,
html body.page-id-11343 .ssc-checkout {
	max-width: 100% !important;
	width: 100% !important;
}

/* Custom payment (/custom-payment/): mirror Featured Sponsor signup layout */
html body.page-slug-custom-payment #page #content .entry-header,
html body.page-id-18272 #page #content .entry-header,
html body.page-id-18342 #page #content .entry-header {
	text-align: center !important;
	height: auto !important;
	width: 100% !important;
	margin-bottom: 0 !important;
}

html body.page-slug-custom-payment #page #content .entry-header h1.entry-title,
html body.page-id-18272 #page #content .entry-header h1.entry-title,
html body.page-id-18342 #page #content .entry-header h1.entry-title {
	display: block !important;
	width: 100% !important;
	text-align: center !important;
	font-size: 35px !important;
	color: #005696 !important;
	margin: 0 auto !important;
	margin-bottom: 0 !important;
}

html body.page-slug-custom-payment #page #content.container-wrapper,
html body.page-id-18272 #page #content.container-wrapper,
html body.page-id-18342 #page #content.container-wrapper,
html body.page-slug-custom-payment #page #content .section-block-upper,
html body.page-id-18272 #page #content .section-block-upper,
html body.page-id-18342 #page #content .section-block-upper,
html body.page-slug-custom-payment #page #primary.content-area,
html body.page-id-18272 #page #primary.content-area,
html body.page-id-18342 #page #primary.content-area,
html body.page-slug-custom-payment #page #main.site-main,
html body.page-id-18272 #page #main.site-main,
html body.page-id-18342 #page #main.site-main,
html body.page-slug-custom-payment #main,
html body.page-id-18272 #main,
html body.page-id-18342 #main,
html body.page-slug-custom-payment #main article,
html body.page-id-18272 #main article,
html body.page-id-18342 #main article,
html body.page-slug-custom-payment #page #content .hentry,
html body.page-id-18272 #page #content .hentry,
html body.page-id-18342 #page #content .hentry,
html body.page-slug-custom-payment #page #content .entry-content-wrap,
html body.page-id-18272 #page #content .entry-content-wrap,
html body.page-id-18342 #page #content .entry-content-wrap,
html body.page-slug-custom-payment .hentry .entry-content,
html body.page-id-18272 .hentry .entry-content,
html body.page-id-18342 .hentry .entry-content,
html body.page-slug-custom-payment #page .reviewnews-customizer,
html body.page-id-18272 #page .reviewnews-customizer,
html body.page-id-18342 #page .reviewnews-customizer {
	width: 100% !important;
	max-width: 700px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}

html body.page-slug-custom-payment .ssc-checkout,
html body.page-id-18272 .ssc-checkout,
html body.page-id-18342 .ssc-checkout {
	max-width: 100% !important;
	width: 100% !important;
}

/* SQX Alts Featured Sponsor: Resource Partners — 700px to match page content */
html body.page-slug-sqx-alts-featured-partner #page > .af-featured-sponsors-section.reviewnews-customizer,
html body.page-id-11343 #page > .af-featured-sponsors-section.reviewnews-customizer,
html body.page-slug-sqx-alts-featured-partner #page .af-featured-sponsors-section.reviewnews-customizer,
html body.page-id-11343 #page .af-featured-sponsors-section.reviewnews-customizer,
html body.page-slug-sqx-alts-featured-partner section.af-featured-sponsors-section.reviewnews-customizer,
html body.page-id-11343 section.af-featured-sponsors-section.reviewnews-customizer,
html body.page-slug-sqx-alts-featured-partner .af-featured-sponsors-section > .container-wrapper,
html body.page-id-11343 .af-featured-sponsors-section > .container-wrapper,
html body.page-slug-sqx-alts-featured-partner #page .af-featured-sponsors-section .container-wrapper,
html body.page-id-11343 #page .af-featured-sponsors-section .container-wrapper,
html body.page-slug-sqx-alts-featured-partner .af-featured-sponsors-section .af-title-subtitle-wrap,
html body.page-id-11343 .af-featured-sponsors-section .af-title-subtitle-wrap,
html body.page-slug-sqx-alts-featured-partner .af-featured-sponsors-section .section-wrapper.af-widget-body,
html body.page-id-11343 .af-featured-sponsors-section .section-wrapper.af-widget-body,
html body.page-slug-sqx-alts-featured-partner .af-featured-sponsors-section .featured-sponsors-grid,
html body.page-id-11343 .af-featured-sponsors-section .featured-sponsors-grid {
	width: 100% !important;
	max-width: 1120px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}

/* ===== SQX: Transparent content shell (keep #page shell clear; dotted bg applied below) ===== */
html body #page #content.container-wrapper,
html body #content.container-wrapper,
html body #page #content .section-block-upper,
html body #page #main.site-main,
html body #page #primary.content-area,
html body #page section.aft-main-banner-section,
html body #page section.aft-main-banner-section .container-wrapper,
html body #page section.aft-main-banner-section .aft-main-banner-wrapper,
html body #page section.aft-main-banner-section .sqx-latest-news-bento,
html body #page section.aft-main-banner-section .sqx-bento-banner-part,
html body #page section.aft-main-banner-section .af-main-banner-bento-posts,
html body #page section.aft-main-banner-section .bento-small-item,
html body #page section.aft-main-banner-section .bento-large-item,
html body #page section.aft-main-banner-section .read-single,
html body #page .af-featured-sponsors-section,
html body #page .af-featured-sponsors-section .container-wrapper,
html body #page .af-featured-sponsors-section .section-wrapper,
html body #page .af-featured-sponsors-section .featured-sponsor-card,
html body #page .af-featured-sponsors-section .sponsor-card-logo-wrapper,
html body #page #content .hentry,
html body #page #content article,
html body #page #content .entry-header,
html body #page #content .entry-content-wrap,
html body #page #content .entry-content,
html body #page #content .read-single,
html body #page #content .read-details,
html body #page #content .af-sec-post,
html body #page #content .archive-grid-post,
html body #page #content .section-wrapper,
html body #page #content .af-widget-body,
html body #page #content .widget,
html body #page #content .reviewnews-customizer,
html body #page .aft-frontpage-feature-section-wrapper,
html body #page .aft-frontpage-feature-section-wrapper .container-wrapper,
html body #page .aft-frontpage-feature-section-wrapper .read-single,
html body #page .above-footer-widget-section,
html body #page .above-footer-widget-section .container-wrapper,
html body #page .sqx-newsletter-cta-section,
html body #page .sqx-newsletter-cta-section .container-wrapper,
html body #page .elementor-section,
html body #page .elementor-section .elementor-container,
html body #page .elementor-column,
html body #page .elementor-widget-wrap,
html body #page .e-con,
html body #page .e-con-inner,
html body.aft-dark-mode #page section,
html body.aft-dark-mode #page .container-wrapper,
html body.aft-dark-mode #page #content .hentry,
html body.aft-dark-mode #page #content article {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
}

/* #page shell: transparent fill only (do not clear background-image — dotted bg lives here) */
html body #page,
html body #page.af-whole-wrapper,
html body .site.af-whole-wrapper {
	background-color: transparent !important;
}

/* White section panels under #page → transparent (forms/pagination/nav hover unchanged) */
html body #page section,
html body #page .section-wrapper,
html body #page .container-wrapper,
html body #page .af-widget-body,
html body #page .widget-area,
html body #page .widget,
html body #page .posts-wrapper,
html body #page .af-container-row,
html body #page .archive-list-post,
html body #page .list-style,
html body #page .grid-design-default,
html body #page .af-main-banner-latest-posts,
html body #page .exclusive-posts,
html body #page .banner-exclusive-posts-wrapper,
html body #page #sec-filings-wrap,
html body #page .data-bg {
	background-color: transparent !important;
	background: transparent !important;
}

html body footer.site-footer.data-bg,
html body #page footer.site-footer,
html body #page footer.site-footer.data-bg {
	background-color: #011921 !important;
	background-image: none !important;
}

html body #page section.aft-main-banner-section .banner-exclusive-posts-wrapper .exclusive-posts,
html body #page section.aft-main-banner-section .banner-exclusive-posts-wrapper .exclusive-posts:before,
html body #page .af-featured-sponsors-section .featured-sponsor-card:hover,
html body #page #content .read-single:hover,
html body #page #content .hentry:hover,
html body #page #content article:hover {
	box-shadow: none !important;
}

/* Dark mode disabled: hide toggle; keep light shell if class lingers from cache */
html body #aft-dark-light-mode-wrap,
html body #aft-dark-light-mode-wrap #aft-dark-light-mode-btn {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

html body.aft-dark-mode {
	color: inherit !important;
}

/* Masthead / logo band: transparent so page background shows through */
html body #masthead,
html body #masthead .af-middle-header,
html body #masthead .af-middle-header .container-wrapper,
html body #masthead .af-middle-container,
html body #masthead .site-branding {
	background-color: transparent !important;
	background: transparent !important;
}

/* White theme panels under #page → transparent so dotted bg shows through */
html body #page .read-single,
html body #page .read-details,
html body #page .reviewnews-customizer,
html body #page .aft-archive-wrapper .hentry,
html body #page .archive-grid-post,
html body #page .grid-design-default,
html body #page .grid-design-texts-over-image,
html body #page .af-express-grid-wrap .read-single,
html body #page .wp-block-group,
html body #page .wp-block-group__inner-container,
html body #page .wp-block-columns,
html body #page .uagb-layout-grid,
html body #page .uagb-ifb-content,
html body #page .featured-sponsor-card .sponsor-card-content,
html body #page .aft-frontpage-feature-section-wrapper section {
	background-color: transparent !important;
	background: transparent !important;
}

/* ===== Tablet portrait (768×1024, 810×1080): stacked bento, 2-col featured, gutters ===== */
@media screen and (max-width: 1024px) and (orientation: portrait) {
	/* Comfortable side gutters (sections use 0 inset at 1120px desktop) */
	html body #content.container-wrapper,
	html body #page section.aft-main-banner-section.aft-banner-layout-2 > .container-wrapper,
	html body section.aft-main-banner-section.aft-banner-layout-2 .sqx-latest-news-bento,
	html body .aft-frontpage-feature-section-wrapper > section.af-main-banner-featured-posts,
	html body .aft-frontpage-feature-section-wrapper > .reviewnews-customizer,
	html body .af-featured-sponsors-section > .container-wrapper,
	html body #page > .sqx-sec-filings-section.reviewnews-customizer,
	html body #page > .sqx-sec-filings-section.reviewnews-customizer .container-wrapper {
		padding-left: clamp(14px, 2.8vw, 28px) !important;
		padding-right: clamp(14px, 2.8vw, 28px) !important;
		box-sizing: border-box !important;
	}

	/* Latest News bento: single column (beats customizer 768–992px 50/50 grid) */
	html body section.aft-main-banner-section.aft-banner-layout-2,
	html body section.aft-main-banner-section.aft-banner-layout-2 .container-wrapper,
	html body section.aft-main-banner-section.aft-banner-layout-2 .aft-main-banner-wrapper,
	html body section.aft-main-banner-section .aft-main-banner-part.sqx-bento-banner-part,
	html body section.aft-main-banner-section .reviewnews-customizer.sqx-bento-banner {
		height: auto !important;
		min-height: 0 !important;
	}

	html body section.aft-main-banner-section .af-main-banner-bento-posts,
	html body section.aft-main-banner-section .af-main-banner-bento-posts .bento-grid-wrapper {
		height: auto !important;
		min-height: 0 !important;
		margin-bottom: 30px !important;
	}

	html body section.aft-main-banner-section .af-main-banner-bento-posts .bento-grid-wrapper {
		display: flex !important;
		flex-direction: column !important;
		grid-template-columns: none !important;
		gap: 10px !important;
	}

	html body section.aft-main-banner-section .af-main-banner-bento-posts .bento-left-column,
	html body section.aft-main-banner-section .af-main-banner-bento-posts .bento-right-column {
		width: 100% !important;
		max-width: 100% !important;
		grid-column: auto !important;
	}

	html body section.aft-main-banner-section .af-main-banner-bento-posts .bento-left-column {
		flex-shrink: 0 !important;
		min-height: min-content !important;
	}

	html body section.aft-main-banner-section .af-main-banner-bento-posts .bento-left-column .bento-large-item {
		position: relative !important;
		z-index: 2 !important;
		flex-shrink: 0 !important;
		min-height: min-content !important;
	}

	html body section.aft-main-banner-section .af-main-banner-bento-posts .bento-large-item .read-details,
	html body section.aft-main-banner-section .af-main-banner-bento-posts .bento-large-item .pad.read-details.color-tp-pad {
		position: static !important;
		margin-top: 0 !important;
		margin-left: 0 !important;
		padding-top: 0 !important;
		padding-left: 0 !important;
		background: transparent !important;
		background-color: transparent !important;
		background-image: none !important;
	}

	html body section.aft-main-banner-section .af-main-banner-bento-posts .bento-right-column {
		position: relative !important;
		z-index: 1 !important;
		display: flex !important;
		flex-direction: column !important;
		width: 100% !important;
	}

	html body section.aft-main-banner-section .af-main-banner-bento-posts .bento-right-column .bento-small-item {
		flex: 1 1 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
	}

	html body .af-main-banner-bento-posts .bento-small-item .read-single.grid-design-texts-over-image {
		display: flex !important;
		flex-direction: row !important;
		align-items: flex-start !important;
		min-width: 0 !important;
	}

	html body .aft-frontpage-feature-section-wrapper {
		clear: both !important;
		position: relative !important;
	}

	/* Featured News: 2 columns on portrait tablets (768–1024px) */
	@media screen and (min-width: 768px) {
		html body .sqx-featured-news-grid .af-container-row.clearfix,
		html body .aft-frontpage-feature-section-wrapper .sqx-featured-news-grid .af-container-row {
			display: flex !important;
			flex-wrap: wrap !important;
			gap: 10px !important;
		}

		html body .sqx-featured-news-grid .af-container-row .af-sec-post.col-4.pad,
		html body .aft-frontpage-feature-section-wrapper .sqx-featured-news-grid .af-container-row .af-sec-post.col-4.pad {
			flex: 0 0 calc((100% - 10px) / 2) !important;
			width: calc((100% - 10px) / 2) !important;
			max-width: calc((100% - 10px) / 2) !important;
			float: none !important;
			clear: none !important;
		}

		html body .af-main-banner-featured-posts .af-sec-post.col-4.pad.float-l:nth-child(4n + 1),
		html body .af-main-banner-featured-posts .af-sec-post.col-4.pad.float-l:nth-child(2n + 1) {
			clear: none !important;
		}
	}

	/* SEC Filings preview: horizontal scroll inside gutter */
	html body .sqx-sec-filings-section .sec-filings-widget,
	html body #sec-home-table {
		max-width: 100% !important;
		overflow-x: auto !important;
		-webkit-overflow-scrolling: touch;
	}
}

/* ===== SQX: Global dotted background (last — html, body, #page) ===== */
/* Full-width tiles, repeat; gentle scroll parallax via sqx-dotted-bg-parallax.js */
html,
html body,
html body #page,
html body #page.af-whole-wrapper {
	min-height: 100% !important;
}

/* Mobile phones + portrait tablets */
@media screen and (max-width: 767px),
	screen and (max-width: 1024px) and (orientation: portrait) {
	html,
	html body,
	html body.custom-background,
	html body #page,
	html body #page.af-whole-wrapper {
		background-color: #f5f5f5 !important;
		background-image: none !important;
		background-size: 100% auto !important;
		background-position: center top !important;
		background-attachment: scroll !important;
		background-repeat: repeat !important;
	}

	/* Mirror dotted background horizontally (mobile only) */
	html body #page,
	html body #page.af-whole-wrapper {
		position: relative !important;
		z-index: 0 !important;
	}

	html body #page::before,
	html body #page.af-whole-wrapper::before {
		content: "" !important;
		position: absolute !important;
		inset: 0 !important;
		pointer-events: none !important;
		background-image: url(/wp-content/uploads/2026/02/dotted_mobile.svg) !important;
		background-size: 100% auto !important;
		background-position: center top !important;
		background-repeat: repeat !important;
		transform: scaleX(-1) !important;
		transform-origin: center top !important;
		z-index: -1 !important;
	}
}

/* Desktop + landscape tablets */
@media screen and (min-width: 768px) and (orientation: landscape),
	screen and (min-width: 1025px) {
	html,
	html body,
	html body.custom-background,
	html body #page,
	html body #page.af-whole-wrapper {
		background-color: #f5f5f5 !important;
		background-image: url(/wp-content/uploads/2026/02/dotted_desktop.svg) !important;
		background-size: 100% auto !important;
		background-position: center top !important;
		background-attachment: scroll !important;
		background-repeat: repeat !important;
	}
}

/* Html canvas matches footer — desktop only (mobile/iOS uses light #f5f5f5 to avoid viewport shade bands) */
@media screen and (min-width: 768px) and (orientation: landscape),
	screen and (min-width: 1025px) {
	html {
		background-color: #011921 !important;
	}
}

/* iOS Safari / mobile portrait: match html canvas to page bg — prevents dark top/bottom shade on load */
@media screen and (max-width: 767px),
	screen and (max-width: 1024px) and (orientation: portrait) {
	html {
		background-color: #f5f5f5 !important;
		color-scheme: light;
		min-height: 100dvh;
		min-height: -webkit-fill-available;
	}

	html body,
	html body.custom-background,
	html body #page,
	html body #page.af-whole-wrapper {
		background-color: #f5f5f5 !important;
		color-scheme: light;
		min-height: 100dvh;
		min-height: -webkit-fill-available;
	}

	html body footer.site-footer,
	html body #page > footer.site-footer {
		box-shadow: none !important;
	}
}

/* ===== Mobile (≤767px): uniform 10px side gutter site-wide (final) ===== */
@media screen and (max-width: 767px) {
	/* Gutter on #page children — footer stays full-bleed (no side seam lines) */
	html body #page,
	html body #page.af-whole-wrapper {
		padding-left: 0 !important;
		padding-right: 0 !important;
		box-sizing: border-box !important;
	}

	html body #page > *:not(footer.site-footer):not(#masthead) {
		padding-left: var(--sqx-mobile-gutter) !important;
		padding-right: var(--sqx-mobile-gutter) !important;
		box-sizing: border-box !important;
	}

	html body #page > #masthead {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	html body #page #masthead .top-header,
	html body #page #masthead .af-middle-header .container-wrapper {
		padding-left: var(--sqx-mobile-gutter) !important;
		padding-right: var(--sqx-mobile-gutter) !important;
		box-sizing: border-box !important;
	}

	/* Mobile: logo band — remove bottom padding */
	html body #masthead .af-middle-header,
	html body #page #masthead .af-middle-header,
	html body #page #masthead .af-middle-header .container-wrapper {
		padding-bottom: 0 !important;
	}

	/* Fixed sticky nav: match article side gutter on the menu row */
	html body #main-navigation-bar.aft-sticky-navigation .container-wrapper,
	html body .af-bottom-header.aft-sticky-navigation .container-wrapper,
	html body #page #masthead #main-navigation-bar.aft-sticky-navigation .container-wrapper {
		padding-left: var(--sqx-sticky-nav-inset, var(--sqx-mobile-gutter)) !important;
		padding-right: var(--sqx-sticky-nav-inset, var(--sqx-mobile-gutter)) !important;
		box-sizing: border-box !important;
	}

	/* Prevent stacked gutters from theme / YP / section-level rules */
	html body #page #content.container-wrapper,
	html body #page #content .section-block-upper,
	html body #page #main.site-main,
	html body #page #primary.content-area,
	html body #page .container-wrapper,
	html body #masthead .af-middle-header .container-wrapper,
	html body #page .aft-frontpage-feature-section-wrapper,
	html body #page .aft-frontpage-feature-section-wrapper .container-wrapper,
	html body #page .aft-frontpage-feature-section-wrapper > section.af-main-banner-featured-posts,
	html body #page .aft-frontpage-feature-section-wrapper > .reviewnews-customizer,
	html body #page .af-featured-sponsors-section,
	html body #page .af-featured-sponsors-section .container-wrapper,
	html body #page section.aft-main-banner-section.aft-banner-layout-2,
	html body #page section.aft-main-banner-section.aft-banner-layout-2 > .container-wrapper,
	html body #page section.aft-main-banner-section.aft-banner-layout-2 .sqx-latest-news-bento,
	html body #page > .sqx-sec-filings-section.reviewnews-customizer,
	html body #page > .sqx-sec-filings-section.reviewnews-customizer .container-wrapper,
	html body #page footer.site-footer .primary-footer > .container-wrapper,
	html body.sqx-events-listing #page #content.container-wrapper,
	html body.sqx-events-listing #page #content .section-block-upper,
	html body.sqx-events-listing #page #content .entry-content-wrap,
	html body.sqx-events-listing #page #content .entry-content,
	html body.sqx-events-listing .sqx-news-page-header,
	html body.sqx-events-listing .sqx-news-title-row,
	html body.sqx-events-listing .hentry .sqx-events-planner,
	html body.sqx-events-listing #page #main.site-main,
	html body.blog.sqx-news-listing:not(.sqx-events-listing) #page > #content.container-wrapper,
	html body.blog.sqx-news-listing:not(.sqx-events-listing) #page #content.container-wrapper,
	html body.blog.sqx-news-listing:not(.sqx-events-listing) #page #content .section-block-upper,
	html body.blog.sqx-news-listing:not(.sqx-events-listing) #page #main.site-main,
	html body.blog.sqx-news-listing:not(.sqx-events-listing) #page #primary.content-area,
	html body.blog.sqx-news-listing:not(.sqx-events-listing) .sqx-news-page-header,
	html body.blog.sqx-news-listing:not(.sqx-events-listing) .sqx-news-title-row,
	html body.blog.sqx-news-listing:not(.sqx-events-listing) .aft-archive-wrapper.sqx-news-three-column,
	html body.blog.sqx-news-listing:not(.sqx-events-listing) .sqx-news-listing-grid,
	html body.blog.sqx-news-listing:not(.sqx-events-listing) #main .col.col-ten,
	html body.blog.sqx-news-listing:not(.sqx-events-listing) .reviewnews-pagination,
	html body.sqx-jobs-page #page #content .section-block-upper,
	html body.page-slug-jobs #page #content .section-block-upper,
	html body.sqx-jobs-page #page #main.site-main,
	html body.page-slug-jobs #page #main.site-main,
	html body.sqx-jobs-page #page #primary.content-area,
	html body.page-slug-jobs #page #primary.content-area,
	html body.sqx-jobs-page #main article,
	html body.page-slug-jobs #main article,
	html body.sqx-jobs-page .sqx-news-page-header,
	html body.page-slug-jobs .sqx-news-page-header,
	html body.sqx-jobs-page .sqx-news-title-row,
	html body.page-slug-jobs .sqx-news-title-row,
	html body.sqx-jobs-page .hentry .entry-content-wrap,
	html body.page-slug-jobs .hentry .entry-content-wrap,
	html body.sqx-jobs-page .hentry .entry-content,
	html body.page-slug-jobs .hentry .entry-content,
	html body.sqx-jobs-page #sqx-jobs-wrap,
	html body.page-slug-jobs #sqx-jobs-wrap {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	html body.sqx-events-listing #page #content .section-block-upper,
	html body.sqx-events-listing #page #content .entry-content-wrap,
	html body.sqx-events-listing #page #content .entry-content,
	html body.sqx-events-listing .sqx-news-page-header,
	html body.sqx-events-listing .hentry .sqx-events-planner {
		padding-top: 0 !important;
		margin-top: 0 !important;
	}

	html body.sqx-events-listing #page #content.container-wrapper {
		margin-top: 20px !important;
		padding-top: 0 !important;
	}

	html body.sqx-events-listing .sqx-news-title-row {
		margin-bottom: 50px !important;
	}

	html body.sqx-events-listing #page #main.site-main {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}

	/* Bento / featured / sponsors: fluid width inside guttered #page */
	html body #page section.aft-blocks.aft-main-banner-section.banner-carousel-1-wrap.aft-banner-layout-2,
	html body #page section.aft-main-banner-section.aft-banner-layout-2 > .container-wrapper,
	html body #page .aft-frontpage-feature-section-wrapper > section.af-main-banner-featured-posts,
	html body #page .aft-frontpage-feature-section-wrapper > .reviewnews-customizer,
	html body #page .af-featured-sponsors-section.reviewnews-customizer,
	html body #page > .sqx-sec-filings-section.reviewnews-customizer {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		box-sizing: border-box !important;
	}

	/* Featured News: single-column card stack on mobile */
	html body .sqx-featured-news-grid .af-container-row,
	html body .aft-frontpage-feature-section-wrapper .sqx-featured-news-grid .af-container-row {
		display: flex !important;
		flex-direction: column !important;
		flex-wrap: nowrap !important;
		gap: var(--sqx-space-md) !important;
	}

	html body .sqx-featured-news-grid .af-container-row .af-sec-post.col-4.pad,
	html body .aft-frontpage-feature-section-wrapper .sqx-featured-news-grid .af-container-row .af-sec-post.col-4.pad,
	html body .aft-frontpage-feature-section-wrapper .af-container-row .af-sec-post.col-4.pad {
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		float: none !important;
		clear: both !important;
	}

	/* Grid cards: remove theme .read-single margin-bottom (row gap handles spacing) */
	html body .read-single.af-cat-widget-carousel.grid-design-texts-over-image,
	html body .sqx-featured-news-grid .read-single.af-cat-widget-carousel,
	html body .aft-frontpage-feature-section-wrapper .read-single.af-cat-widget-carousel,
	html body .sqx-featured-news-grid .af-sec-post .read-single,
	html body .aft-frontpage-feature-section-wrapper .af-sec-post .read-single {
		margin-bottom: 0 !important;
	}

	html body .sqx-featured-news-grid article.latest-posts-grid,
	html body .aft-frontpage-feature-section-wrapper article.latest-posts-grid {
		margin-bottom: 0 !important;
	}

	/* Grid cards: remove bottom padding on text overlay block */
	html body .read-single.af-cat-widget-carousel.grid-design-texts-over-image .pad.read-details.color-tp-pad,
	html body .sqx-featured-news-grid .read-single .pad.read-details.color-tp-pad,
	html body .aft-frontpage-feature-section-wrapper .read-single .pad.read-details.color-tp-pad {
		padding-bottom: 0 !important;
	}

	/* Featured News CTA: after 2nd article (--mid); hide title-row CTA on mobile */
	html body .sqx-featured-news-grid .af-title-subtitle-wrap > .sqx-featured-news-cta-btn,
	html body .aft-frontpage-feature-section-wrapper .sqx-featured-news-grid .af-title-subtitle-wrap > .sqx-featured-news-cta-btn {
		display: none !important;
	}

	html body .sqx-featured-news-grid .af-container-row > .sqx-featured-news-cta-btn--mid,
	html body .aft-frontpage-feature-section-wrapper .sqx-featured-news-grid .af-container-row > .sqx-featured-news-cta-btn--mid {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: fit-content !important;
		max-width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 10px !important;
		float: none !important;
		clear: both !important;
	}

	/* Top header: sponsor + search flush right on mobile */
	html body #page #masthead .top-header .top-bar-flex {
		justify-content: flex-end !important;
	}

	html body #page #masthead .top-header .top-bar-flex .top-bar-right,
	html body #masthead .top-header .top-bar-flex .top-bar-right {
		flex: 1 1 100% !important;
		max-width: 100% !important;
		justify-content: flex-end !important;
		margin-left: 0 !important;
	}

	/* Footer: full width of #page; extend bg below for body dotted gap */
	html body #page > footer.site-footer {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 0 !important;
		position: relative !important;
		left: auto !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px)) !important;
		border: none !important;
		border-left: none !important;
		border-right: none !important;
		border-bottom: none !important;
		outline: none !important;
		box-sizing: border-box !important;
		overflow: visible !important;
		background-color: #011921 !important;
		background-image: none !important;
	}

	/* Theme/YP pseudo overlays and mismatched footer band colors → visible lines */
	html body #page footer.site-footer::before,
	html body #page footer.site-footer::after,
	html body #page footer.site-footer.data-bg::before,
	html body #page footer.site-footer .secondary-footer::before,
	html body #page footer.site-footer .secondary-footer:before {
		display: none !important;
		content: none !important;
		opacity: 0 !important;
		width: 0 !important;
		height: 0 !important;
		border: none !important;
		background: none !important;
		background-color: transparent !important;
		box-shadow: none !important;
	}

	html body #page footer.site-footer .primary-footer,
	html body #page footer.site-footer .secondary-footer,
	html body #page footer.site-footer .site-info,
	html body #page footer.site-footer .site-info .container-wrapper,
	html body #page footer.site-footer .site-info .color-pad {
		background-color: #011921 !important;
		background-image: none !important;
		border: none !important;
		margin-bottom: 0 !important;
		padding-bottom: 10px !important;
	}

	html body #page footer.site-footer .primary-footer,
	html body #page footer.site-footer .secondary-footer,
	html body #page footer.site-footer .primary-footer > .container-wrapper,
	html body #page footer.site-footer .primary-footer .af-container-row,
	html body #page footer.site-footer .primary-footer-area,
	html body #page footer.site-footer .primary-footer-area.pad,
	html body #page footer.site-footer .primary-footer-area.col-3,
	html body #page footer.site-footer .primary-footer-area .widget-area,
	html body #page footer.site-footer .primary-footer-area .widget,
	html body #page footer.site-footer .primary-footer-area .widget_block,
	html body #page footer.site-footer .secondary-footer .af-flex-container,
	html body #page footer.site-footer .footer-main-center,
	html body #page footer.site-footer .footer-nav-wrapper,
	html body #page footer.site-footer .athfb-copyright,
	html body #page footer.site-footer p,
	html body #page footer.site-footer h1,
	html body #page footer.site-footer h2,
	html body #page footer.site-footer h3,
	html body #page footer.site-footer h4,
	html body #page footer.site-footer .wp-block-heading,
	html body #page footer.site-footer a,
	html body #page footer.site-footer #block-83,
	html body #page footer.site-footer #block-83 p,
	html body #page footer.site-footer #block-83 p a,
	html body #page footer.site-footer #block-66,
	html body #page footer.site-footer #block-68,
	html body #page footer.site-footer #block-69,
	html body #page footer.site-footer #block-90,
	html body #page footer.site-footer .footer-logo-link,
	html body #page footer.site-footer .sqx-social-icons {
		text-align: center !important;
		margin-left: auto !important;
		margin-right: auto !important;
		border: none !important;
		border-left: none !important;
		border-right: none !important;
		border-top: none !important;
		border-bottom: none !important;
		box-shadow: none !important;
		outline: none !important;
	}

	html body #page footer.site-footer .primary-footer,
	html body #page footer.site-footer .secondary-footer,
	html body #page footer.site-footer .primary-footer > .container-wrapper,
	html body #page footer.site-footer .primary-footer .container-wrapper {
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	html body #page footer.site-footer .secondary-footer {
		padding-bottom: 0 !important;
	}

	html body #page footer.site-footer .primary-footer .af-container-row {
		display: flex !important;
		flex-direction: column !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		justify-content: center !important;
		gap: var(--sqx-mobile-section-gap) !important;
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	html body #page footer.site-footer .primary-footer-area.footer-first-widgets-section,
	html body #page footer.site-footer .primary-footer-area.footer-second-widgets-section,
	html body #page footer.site-footer .primary-footer-area.footer-third-widgets-section,
	html body #page footer.site-footer .primary-footer-area.footer-first-widgets-section.col-3,
	html body #page footer.site-footer .primary-footer-area.footer-second-widgets-section.col-3,
	html body #page footer.site-footer .primary-footer-area.footer-third-widgets-section.col-3,
	html body #page footer.site-footer .primary-footer-area.footer-first-widgets-section.col-3.pad,
	html body #page footer.site-footer .primary-footer-area.footer-second-widgets-section.col-3.pad,
	html body #page footer.site-footer .primary-footer-area.footer-third-widgets-section.col-3.pad,
	html body #page footer.site-footer .primary-footer .footer-second-widgets-section,
	html body #page footer.site-footer .secondary-footer .pad,
	html body #page footer.site-footer .secondary-footer .pad.color-pad {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		min-height: 0 !important;
		height: auto !important;
		flex: 0 0 auto !important;
		float: none !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-bottom: 0 !important;
	}

	html body #page footer.site-footer .primary-footer-area .widget-area,
	html body #page footer.site-footer .primary-footer-area .widget-area.color-pad {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		min-height: 0 !important;
		height: auto !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	html body #page footer.site-footer #block-90,
	html body #page footer.site-footer #block-83,
	html body #page footer.site-footer #block-66,
	html body #page footer.site-footer #block-68,
	html body #page footer.site-footer #block-69 {
		width: 100% !important;
		max-width: 100% !important;
		min-height: 0 !important;
		height: auto !important;
		margin-top: 0 !important;
		margin-bottom: var(--sqx-space-sm) !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	html body #page footer.site-footer #block-83 p,
	html body #page footer.site-footer #block-83 p a {
		text-align: center !important;
	}

	html body #page footer.site-footer #block-66 .sqx-social-icons,
	html body #page footer.site-footer #block-66 > div.sqx-social-icons {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		gap: 4px !important;
		column-gap: 4px !important;
		row-gap: 4px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	html body #page footer.site-footer #block-66 .sqx-social-icons a,
	html body #page footer.site-footer #block-66 > div.sqx-social-icons a {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	html body #page footer.site-footer #block-66 .sqx-social-icons a img,
	html body #page footer.site-footer #block-66 > div.sqx-social-icons a img,
	html body #page footer.site-footer #block-66 .sqx-social-icons img {
		width: calc(48px * 0.7) !important;
		height: calc(48px * 0.7) !important;
		max-width: calc(48px * 0.7) !important;
		max-height: calc(48px * 0.7) !important;
	}

	html body #page footer.site-footer #block-68,
	html body #page footer.site-footer #block-68 h3,
	html body #page footer.site-footer #block-69 {
		margin-top: 0 !important;
		text-align: center !important;
	}

	html body #page footer.site-footer .secondary-footer .af-flex-container {
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
	}

	html body #page footer.site-footer .footer-main-left,
	html body #page footer.site-footer .footer-main-center,
	html body #page footer.site-footer .footer-main-right {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		flex: 0 0 auto !important;
		text-align: center !important;
		justify-content: center !important;
		align-items: center !important;
	}

	html body #page footer.site-footer .primary-footer-area .wp-block-image,
	html body #page footer.site-footer .primary-footer-area figure,
	html body #page footer.site-footer .footer-logo-link img,
	html body #page footer.site-footer #block-90 img,
	html body #page footer.site-footer #block-69 img {
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	/* Mobile: 20px vertical rhythm between page sections (footer: top gap only — no bottom strip) */
	html body #page > #masthead,
	html body #page > section.aft-main-banner-section,
	html body #page > .aft-frontpage-feature-section-wrapper,
	html body #page > .af-featured-sponsors-section,
	html body #page > .sqx-sec-filings-section,
	html body #page > .sqx-newsletter-cta-section,
	html body #page > .above-footer-widget-section,
	html body #page > #content {
		margin-top: var(--sqx-mobile-section-gap) !important;
		margin-bottom: var(--sqx-mobile-section-gap) !important;
	}

	html body #page > footer.site-footer {
		margin-top: var(--sqx-mobile-section-gap) !important;
		margin-bottom: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	html body #page > section.aft-main-banner-section .sqx-latest-news-bento,
	html body #page section.aft-main-banner-section.aft-banner-layout-2 .sqx-latest-news-bento,
	html body section.aft-main-banner-section .af-main-banner-bento-posts .bento-grid-wrapper {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	html body #page .site-branding .custom-logo-link {
		margin-top: var(--sqx-mobile-section-gap) !important;
		margin-bottom: var(--sqx-mobile-section-gap) !important;
	}

	html body section.aft-main-banner-section .af-main-banner-bento-posts .bento-grid-wrapper {
		margin-bottom: 0 !important;
	}

	/* Be a Sponsor: keep 10px gutter on content (beats nested zero-padding reset above) */
	html body.page-slug-be-a-partner #page > #content.container-wrapper,
	html body.page-id-9579 #page > #content.container-wrapper,
	html body.page-slug-be-a-partner #page > .af-featured-sponsors-section.reviewnews-customizer,
	html body.page-id-9579 #page > .af-featured-sponsors-section.reviewnews-customizer {
		padding-left: var(--sqx-mobile-gutter) !important;
		padding-right: var(--sqx-mobile-gutter) !important;
		box-sizing: border-box !important;
	}

	/* Blue rules: inset 10px on mobile (borders on padded shells span full viewport otherwise) */
	html body #page > .aft-frontpage-feature-section-wrapper,
	html body #page .aft-frontpage-feature-section-wrapper,
	html body #page > .af-featured-sponsors-section.reviewnews-customizer,
	html body #page > section.af-featured-sponsors-section.reviewnews-customizer,
	html body #page > .sqx-sec-filings-section.reviewnews-customizer,
	html body #page > section.sqx-sec-filings-section.reviewnews-customizer,
	html body #page > .sqx-newsletter-cta-section,
	html body #page > .above-footer-widget-section,
	html body #page > #content.container-wrapper {
		border-top: none !important;
		border-bottom: none !important;
	}

	html body #page > .aft-frontpage-feature-section-wrapper > section.af-main-banner-featured-posts:first-of-type > .container-wrapper,
	html body #page .aft-frontpage-feature-section-wrapper > section.af-main-banner-featured-posts:first-of-type > .container-wrapper,
	html body #page > .af-featured-sponsors-section.reviewnews-customizer > .container-wrapper,
	html body #page > section.af-featured-sponsors-section.reviewnews-customizer > .container-wrapper,
	html body #page > .sqx-sec-filings-section.reviewnews-customizer > .container-wrapper,
	html body #page > section.sqx-sec-filings-section.reviewnews-customizer > .container-wrapper {
		border-top: none !important;
		border-bottom: none !important;
		border-left: none !important;
		border-right: none !important;
		box-sizing: border-box !important;
	}

	html body #page #content .section-block-upper .entry-content:not(.read-details) > .wp-block-heading,
	html body #page #content .section-block-upper .entry-content:not(.read-details) .wp-block-heading,
	html body #page #content .section-block-upper .entry-content:not(.read-details) h2.wp-block-heading,
	html body #page #content .section-block-upper .entry-content:not(.read-details) h3.wp-block-heading,
	html body.single-post #page .af-reated-posts .widget-title.header-after1,
	html body.single #page .af-reated-posts .widget-title.header-after1,
	html body.single-companies #page .company-single-container:not(.company-single--no-related) .company-related-content {
		margin-left: var(--sqx-mobile-gutter) !important;
		margin-right: var(--sqx-mobile-gutter) !important;
		width: auto !important;
		max-width: calc(100% - (2 * var(--sqx-mobile-gutter))) !important;
		box-sizing: border-box !important;
	}

	html body #page #masthead #main-navigation-bar:not(.aft-sticky-navigation) .container-wrapper {
		margin-left: auto !important;
		margin-right: auto !important;
		width: 100% !important;
		max-width: 1120px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		box-sizing: border-box !important;
	}

	/* "Join our Alts Directory" block in #content: apply same 10px mobile gutter as #page sections */
	html body #page #content .section-block-upper .entry-content:has(p.sqx-featured-sponsor-intro) {
		padding-left: var(--sqx-mobile-gutter) !important;
		padding-right: var(--sqx-mobile-gutter) !important;
		box-sizing: border-box !important;
	}
}

/* Header search dropdown: no white panel behind the form */
html body #masthead .header-search-login-row .header-search-dropdown,
html body #page #masthead .header-search-login-row .header-search-dropdown,
html body #header-search-dropdown.header-search-dropdown {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

/* Open dropdown: hide duplicate magnifier submit (submit via Enter in field) */
html body .header-search-icon-only.is-open .header-search-dropdown .search-submit {
	display: none !important;
	visibility: hidden !important;
	width: 0 !important;
	min-width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	pointer-events: none !important;
	opacity: 0 !important;
	position: absolute !important;
	clip: rect(0, 0, 0, 0) !important;
}

html body .header-search-icon-only.is-open .header-search-dropdown .search-form {
	gap: 0 !important;
}

html body .header-search-icon-only.is-open .header-search-dropdown .search-form .search-field {
	flex: 1 1 100% !important;
	width: 100% !important;
	max-width: 100% !important;
}

/* Header search input: white field, no theme dotted outline or translucent inline-search bg */
html body .header-search-icon-only .header-search-dropdown .search-field,
html body .header-search-icon-only .header-search-dropdown input.search-field,
html body .header-search-icon-only .header-search-dropdown input[type="search"],
html body .header-search-icon-only.af-search-inline .search-form .search-field,
html body .header-search-icon-only.af-search-inline .search-form #header-search-input,
html body #header-search-input,
html body #header-search-input-sticky {
	background: #ffffff !important;
	background-color: #ffffff !important;
	color: #222222 !important;
	border: 1px solid #cccccc !important;
	outline: none !important;
	outline-width: 0 !important;
	outline-style: none !important;
	transform: translateY(-2px) !important;
}

html body .header-search-icon-only .header-search-dropdown .search-field::placeholder,
html body .header-search-icon-only .header-search-dropdown input.search-field::placeholder,
html body #header-search-input::placeholder,
html body #header-search-input-sticky::placeholder {
	color: #666666 !important;
	opacity: 1 !important;
}

html body .header-search-icon-only .header-search-dropdown .search-field:focus,
html body .header-search-icon-only .header-search-dropdown .search-field:focus-visible,
html body .header-search-icon-only .header-search-dropdown input.search-field:focus,
html body .header-search-icon-only .header-search-dropdown input.search-field:focus-visible,
html body #header-search-input:focus,
html body #header-search-input:focus-visible,
html body #header-search-input-sticky:focus,
html body #header-search-input-sticky:focus-visible {
	background: #ffffff !important;
	background-color: #ffffff !important;
	color: #222222 !important;
	outline: none !important;
	outline-width: 0 !important;
	outline-style: none !important;
	border-color: #005696 !important;
	box-shadow: 0 0 0 1px #005696 !important;
}

/*
 * Header search (icon-only): port from live custom-style.php.
 * Stock 2.0.2 no longer prints these rules; without them the magnifier is
 * invisible (no size/color) and spacing between CTAs collapses.
 */
html body #masthead .header-search-login-row .af-search-wrap.af-search-inline.header-search-icon-only,
html body #page #masthead .header-search-login-row .af-search-wrap.af-search-inline.header-search-icon-only,
html body #main-navigation-bar .header-search-login-row .af-search-wrap.af-search-inline.header-search-icon-only,
html body #masthead .top-bar-right .header-search-login-row .header-search-icon-only,
html body #page #masthead .top-bar-right .header-search-login-row .header-search-icon-only {
	display: inline-flex !important;
	visibility: visible !important;
	opacity: 1 !important;
	position: relative !important;
	width: auto !important;
	max-width: none !important;
	min-width: 38px !important;
	height: 38px !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 0 0 auto !important;
	margin: 0 !important;
	box-sizing: border-box !important;
	pointer-events: auto !important;
}

html body #masthead .header-search-login-row .header-search-icon-only .search-toggle-btn,
html body #page #masthead .header-search-login-row .header-search-icon-only .search-toggle-btn,
html body #main-navigation-bar .header-search-login-row .header-search-icon-only .search-toggle-btn,
html body #masthead .header-search-icon-only .search-toggle-btn,
html body #page #masthead .header-search-icon-only .search-toggle-btn,
html body #main-navigation-bar .header-search-icon-only .search-toggle-btn,
html body .af-bottom-header .header-search-icon-only .search-toggle-btn,
html body #main-navigation-bar.aft-sticky-navigation .search-toggle-btn,
html body .af-bottom-header.aft-sticky-navigation .search-toggle-btn,
html body #main-navigation-bar.aft-sticky-navigation .sqx-sticky-search-slot .search-toggle-btn,
html body .af-bottom-header.aft-sticky-navigation .sqx-sticky-search-slot .search-toggle-btn,
html body #header-search-toggle {
	display: inline-flex !important;
	visibility: visible !important;
	opacity: 1 !important;
	align-items: center !important;
	justify-content: center !important;
	width: 38px !important;
	min-width: 38px !important;
	height: 38px !important;
	min-height: 38px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	border-width: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	color: #005696 !important;
	border-radius: 4px !important;
	cursor: pointer !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	transition: background-color 0.2s ease, color 0.2s ease !important;
	pointer-events: auto !important;
}

html body #masthead .header-search-login-row .header-search-icon-only .search-toggle-btn:hover,
html body #masthead .header-search-login-row .header-search-icon-only .search-toggle-btn:focus,
html body #page #masthead .header-search-login-row .header-search-icon-only .search-toggle-btn:hover,
html body #page #masthead .header-search-login-row .header-search-icon-only .search-toggle-btn:focus,
html body #masthead .header-search-icon-only .search-toggle-btn:hover,
html body #masthead .header-search-icon-only .search-toggle-btn:focus,
html body #page #masthead .header-search-icon-only .search-toggle-btn:hover,
html body #page #masthead .header-search-icon-only .search-toggle-btn:focus,
html body #header-search-toggle:hover,
html body #header-search-toggle:focus {
	background-color: #005696 !important;
	background: #005696 !important;
	color: #fff !important;
	opacity: 1 !important;
	outline: none !important;
	box-shadow: none !important;
}

html body #masthead .header-search-login-row .header-search-icon-only .search-toggle-btn:hover i,
html body #masthead .header-search-login-row .header-search-icon-only .search-toggle-btn:focus i,
html body #page #masthead .header-search-login-row .header-search-icon-only .search-toggle-btn:hover i,
html body #page #masthead .header-search-login-row .header-search-icon-only .search-toggle-btn:focus i,
html body #masthead .header-search-icon-only .search-toggle-btn:hover i,
html body #masthead .header-search-icon-only .search-toggle-btn:focus i,
html body #page #masthead .header-search-icon-only .search-toggle-btn:hover i,
html body #page #masthead .header-search-icon-only .search-toggle-btn:focus i,
html body #header-search-toggle:hover i,
html body #header-search-toggle:focus i {
	color: #fff !important;
}

html body #main-navigation-bar.aft-sticky-navigation .search-toggle-btn:focus,
html body .af-bottom-header.aft-sticky-navigation .search-toggle-btn:focus,
html body #main-navigation-bar.aft-sticky-navigation .sqx-sticky-search-slot .search-toggle-btn:focus,
html body .af-bottom-header.aft-sticky-navigation .sqx-sticky-search-slot .search-toggle-btn:focus {
	outline: none !important;
}

/* Magnifier glyph: force aft-icons + brand blue (stock FA classes alone are invisible) */
html body #masthead .header-search-icon-only .search-toggle-btn i,
html body #page #masthead .header-search-icon-only .search-toggle-btn i,
html body #main-navigation-bar .header-search-icon-only .search-toggle-btn i,
html body .af-bottom-header .header-search-icon-only .search-toggle-btn i,
html body #main-navigation-bar.aft-sticky-navigation .search-toggle-btn i,
html body .af-bottom-header.aft-sticky-navigation .search-toggle-btn i,
html body #main-navigation-bar.aft-sticky-navigation .sqx-sticky-search-slot .search-toggle-btn i,
html body .af-bottom-header.aft-sticky-navigation .sqx-sticky-search-slot .search-toggle-btn i,
html body #header-search-toggle i,
html body #masthead .header-search-icon-only .search-toggle-btn i.fa-search,
html body #page #masthead .header-search-icon-only .search-toggle-btn i.fa-search,
html body #header-search-toggle i.fa-search {
	display: inline-block !important;
	visibility: visible !important;
	opacity: 1 !important;
	font-family: 'aft-icons' !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	font-size: 18px !important;
	line-height: 1 !important;
	color: #005696 !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	transform: none !important;
}

html body #masthead .header-search-icon-only .search-toggle-btn i.fa-search::before,
html body #page #masthead .header-search-icon-only .search-toggle-btn i.fa-search::before,
html body #header-search-toggle i.fa-search::before,
html body #masthead .af-search-wrap.header-search-icon-only .fa-search::before,
html body #page #masthead .af-search-wrap.header-search-icon-only .fa-search::before {
	content: "\f002" !important;
	font-family: 'aft-icons' !important;
	color: inherit !important;
}

/* ===== Header top bar: sponsor + search row aligned right (beat YP margin-left hacks) ===== */
html body #page #masthead .top-header .top-bar-flex .top-bar-right,
html body #masthead .top-header .top-bar-flex .top-bar-right {
	display: flex !important;
	justify-content: flex-end !important;
	align-items: center !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: auto !important;
	flex: 1 1 auto !important;
	min-width: 0 !important;
	box-sizing: border-box !important;
}

html body #page #masthead .top-bar-right .athfb-column.athfb-column-left,
html body #masthead .top-bar-right .athfb-column.athfb-column-left,
html body #page #masthead .top-bar-right .athfb-column-left,
html body #masthead .top-bar-right .athfb-column-left {
	display: flex !important;
	justify-content: flex-end !important;
	align-items: center !important;
	width: 100% !important;
	max-width: 100% !important;
	margin-left: auto !important;
	margin-right: 0 !important;
	box-sizing: border-box !important;
}

/* Header: newsletter subscribe CTA (left of Featured Sponsor) */
html body #masthead .header-search-login-row a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link,
html body #page #masthead .header-search-login-row a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link,
html body #main-navigation-bar .header-search-login-row a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 8px 14px !important;
	min-height: 38px !important;
	box-sizing: border-box !important;
	background-color: #FF5A5F !important;
	background-image: none !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	border: none !important;
	border-radius: 4px !important;
	white-space: nowrap !important;
	cursor: pointer !important;
	box-shadow: none !important;
	transition: background-color 0.2s ease, opacity 0.2s ease !important;
}

html body #masthead .header-search-login-row a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link:hover,
html body #masthead .header-search-login-row a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link:focus,
html body #page #masthead .header-search-login-row a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link:hover,
html body #page #masthead .header-search-login-row a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link:focus,
html body #main-navigation-bar .header-search-login-row a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link:hover,
html body #main-navigation-bar .header-search-login-row a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link:focus {
	background-color: #FF5A5F !important;
	background-image: none !important;
	color: #fff !important;
	opacity: 0.92 !important;
	text-decoration: none !important;
	outline: 1px dotted #fff !important;
	outline-offset: 2px !important;
	box-shadow: none !important;
}

/* Header CTA row spacing (matches live custom-style.php: gap 10px) */
html body #masthead .header-search-login-row,
html body #page #masthead .header-search-login-row,
html body #main-navigation-bar .header-search-login-row,
html body #masthead .top-bar-right .athfb-column-left .header-search-login-row,
html body #page #masthead .top-bar-right .athfb-column-left .header-search-login-row {
	display: inline-flex !important;
	visibility: visible !important;
	align-items: center !important;
	flex-wrap: nowrap !important;
	gap: 10px !important;
	column-gap: 10px !important;
	row-gap: 10px !important;
	margin: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 0 !important;
	transform: none !important;
	-webkit-transform: none !important;
	box-sizing: border-box !important;
}

/* Beat Yellow Pencil / builder hacks that hide or shove header CTAs */
html body #masthead .top-bar-right .athfb-column-left a,
html body #page #masthead .top-bar-right .athfb-column-left a,
html body #masthead .top-bar-right .athfb-column-left .header-search-login-row > a,
html body #page #masthead .top-bar-right .athfb-column-left .header-search-login-row > a {
	visibility: visible !important;
	opacity: 1 !important;
}

/* Header: Be a Featured Partner CTA (right of Subscribe) — blue, matches live custom-style.php */
html body #masthead .header-search-login-row a.nav-login-btn.nav-featured-sponsor-btn,
html body #page #masthead .header-search-login-row a.nav-login-btn.nav-featured-sponsor-btn,
html body #main-navigation-bar .header-search-login-row a.nav-login-btn.nav-featured-sponsor-btn,
html body #masthead .top-bar-right .header-search-login-row a.nav-featured-sponsor-btn,
html body #page #masthead .top-bar-right .header-search-login-row a.nav-featured-sponsor-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 8px 14px !important;
	min-height: 38px !important;
	box-sizing: border-box !important;
	background-color: #005696 !important;
	background-image: none !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	border: none !important;
	border-radius: 4px !important;
	white-space: nowrap !important;
	cursor: pointer !important;
	box-shadow: none !important;
	transition: background-color 0.2s ease, opacity 0.2s ease !important;
}

html body #masthead .header-search-login-row a.nav-login-btn.nav-featured-sponsor-btn:hover,
html body #masthead .header-search-login-row a.nav-login-btn.nav-featured-sponsor-btn:focus,
html body #page #masthead .header-search-login-row a.nav-login-btn.nav-featured-sponsor-btn:hover,
html body #page #masthead .header-search-login-row a.nav-login-btn.nav-featured-sponsor-btn:focus,
html body #main-navigation-bar .header-search-login-row a.nav-login-btn.nav-featured-sponsor-btn:hover,
html body #main-navigation-bar .header-search-login-row a.nav-login-btn.nav-featured-sponsor-btn:focus,
html body #masthead .top-bar-right .header-search-login-row a.nav-featured-sponsor-btn:hover,
html body #page #masthead .top-bar-right .header-search-login-row a.nav-featured-sponsor-btn:hover,
html body #masthead .top-bar-right .header-search-login-row a.nav-featured-sponsor-btn:focus,
html body #page #masthead .top-bar-right .header-search-login-row a.nav-featured-sponsor-btn:focus {
	background-color: #005696 !important;
	background-image: none !important;
	color: #fff !important;
	opacity: 0.92 !important;
	text-decoration: none !important;
	outline: 1px dotted #fff !important;
	outline-offset: 2px !important;
	box-shadow: none !important;
}

/* Header: hide Log-in link; keep newsletter + Be a Featured Sponsor + search */
html body #masthead .header-search-login-row .nav-login-btn:not(.nav-featured-sponsor-btn),
html body #page #masthead .header-search-login-row .nav-login-btn:not(.nav-featured-sponsor-btn),
html body #main-navigation-bar .header-search-login-row .nav-login-btn:not(.nav-featured-sponsor-btn),
html body #main-navigation-bar .header-search-login-row a[href*="wp-login"],
html body #main-navigation-bar .header-search-login-row a[href*="wp-login.php"] {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

html body #page #masthead .top-bar-right .header-search-login-row,
html body #masthead .top-bar-right .header-search-login-row,
html body #page #masthead .top-bar-right .athfb-column-left .header-search-login-row,
html body #masthead .top-bar-right .athfb-column-left .header-search-login-row {
	display: inline-flex !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	justify-content: flex-end !important;
	gap: 10px !important;
	margin-left: auto !important;
	margin-right: 0 !important;
	transform: none !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	box-sizing: border-box !important;
}

/* Keep header CTAs flush to the flex gap (no extra theme margins) */
html body #masthead .header-search-login-row > a,
html body #page #masthead .header-search-login-row > a,
html body #masthead .header-search-login-row > .af-search-wrap,
html body #page #masthead .header-search-login-row > .af-search-wrap {
	margin: 0 !important;
}

/* Mobile (≤992px): sponsor then newsletter in one row; matched button size */
@media screen and (max-width: 992px) {
	html body #page #masthead .top-bar-right .header-search-login-row,
	html body #masthead .top-bar-right .header-search-login-row,
	html body #page #masthead .top-bar-right .athfb-column-left .header-search-login-row,
	html body #masthead .top-bar-right .athfb-column-left .header-search-login-row {
		display: inline-flex !important;
		flex-wrap: nowrap !important;
		flex-direction: row !important;
		align-items: stretch !important;
		justify-content: flex-end !important;
		gap: 8px !important;
		width: 100%;
		max-width: 100%;
	}

	html body #masthead .top-bar-right .header-search-login-row .nav-featured-sponsor-btn,
	html body #page #masthead .top-bar-right .header-search-login-row .nav-featured-sponsor-btn,
	html body #masthead .top-bar-right .athfb-column-left .header-search-login-row .nav-featured-sponsor-btn,
	html body #page #masthead .top-bar-right .athfb-column-left .header-search-login-row .nav-featured-sponsor-btn,
	html body #masthead .top-bar-right .header-search-login-row .sqx-newsletter-cta-sponsor-link,
	html body #page #masthead .top-bar-right .header-search-login-row .sqx-newsletter-cta-sponsor-link,
	html body #masthead .top-bar-right .athfb-column-left .header-search-login-row .sqx-newsletter-cta-sponsor-link,
	html body #page #masthead .top-bar-right .athfb-column-left .header-search-login-row .sqx-newsletter-cta-sponsor-link {
		flex: 1 1 0 !important;
		min-width: 0 !important;
		max-width: none !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		min-height: 44px !important;
		height: auto !important;
		padding: 6px 8px !important;
		font-size: 13px !important;
		font-weight: 600 !important;
		line-height: 1.2 !important;
		white-space: normal !important;
		text-align: center !important;
		border-radius: 4px !important;
		box-sizing: border-box !important;
	}

	html body #masthead .top-bar-right .header-search-login-row .nav-featured-sponsor-btn,
	html body #page #masthead .top-bar-right .header-search-login-row .nav-featured-sponsor-btn,
	html body #masthead .top-bar-right .athfb-column-left .header-search-login-row .nav-featured-sponsor-btn,
	html body #page #masthead .top-bar-right .athfb-column-left .header-search-login-row .nav-featured-sponsor-btn {
		order: 2;
	}

	html body #masthead .top-bar-right .header-search-login-row .sqx-newsletter-cta-sponsor-link,
	html body #page #masthead .top-bar-right .header-search-login-row .sqx-newsletter-cta-sponsor-link,
	html body #masthead .top-bar-right .athfb-column-left .header-search-login-row .sqx-newsletter-cta-sponsor-link,
	html body #page #masthead .top-bar-right .athfb-column-left .header-search-login-row .sqx-newsletter-cta-sponsor-link {
		order: 1;
	}

	html body #masthead .top-bar-right .header-search-login-row .header-search-icon-only,
	html body #page #masthead .top-bar-right .header-search-login-row .header-search-icon-only,
	html body #masthead .top-bar-right .athfb-column-left .header-search-login-row .header-search-icon-only,
	html body #page #masthead .top-bar-right .athfb-column-left .header-search-login-row .header-search-icon-only {
		order: 3;
		flex: 0 0 38px !important;
		align-self: center !important;
		width: 38px !important;
		min-width: 38px !important;
		height: 38px !important;
		min-height: 38px !important;
	}
}

/* ===== Mobile nav (≤992px): hamburger left, vertical menu on toggle ===== */
@media screen and (max-width: 992px) {
	/* Hide horizontal nav list only — not div.menu-desktop wrapper (contains #primary-menu) */
	html body:not(.sqx-mobile-nav-open) #main-navigation-bar #primary-menu,
	html body:not(.sqx-mobile-nav-open) #main-navigation-bar #menu-nav,
	html body:not(.sqx-mobile-nav-open) #main-navigation-bar .main-navigation .menu > ul {
		display: none !important;
		visibility: hidden !important;
	}

	html body #main-navigation-bar .offcanvas-navigaiton.bottom-bar-left,
	html body #main-navigation-bar .offcanvas-navigaiton {
		display: flex !important;
		visibility: visible !important;
	}

	html body #main-navigation-bar .offcanvas-navigaiton .off-cancas-panel,
	html body #main-navigation-bar .offcanvas-navigaiton .offcanvas,
	html body #main-navigation-bar .offcanvas-navigaiton .offcanvas-nav,
	html body #main-navigation-bar .offcanvas-navigaiton .offcanvas-menu {
		display: block !important;
		visibility: visible !important;
	}

	html body #main-navigation-bar .bottom-bar-flex {
		position: static !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
	}

	html body #main-navigation-bar:not(.aft-sticky-navigation) {
		position: relative !important;
	}

	html body #main-navigation-bar .container-wrapper {
		padding-bottom: 0 !important;
	}

	html body #main-navigation-bar .offcanvas-navigaiton.bottom-bar-left,
	html body #main-navigation-bar .offcanvas-navigaiton,
	html body #main-navigation-bar .navigation-container,
	html body #main-navigation-bar .main-navigation,
	html body #main-navigation-bar .main-navigation > div.menu {
		position: static !important;
	}

	html body #main-navigation-bar .offcanvas-navigaiton.bottom-bar-left {
		display: flex !important;
		flex: 0 0 auto !important;
		order: -1 !important;
		width: auto !important;
		max-width: none !important;
	}

	html body #main-navigation-bar .bottom-bar-center {
		flex: 1 1 auto !important;
		min-width: 0 !important;
		width: auto !important;
		max-width: 100% !important;
		justify-content: flex-start !important;
	}

	html body #main-navigation-bar .main-navigation {
		position: static !important;
		justify-content: flex-start !important;
		align-items: center !important;
		width: 100% !important;
		min-height: 44px !important;
	}

	html body #main-navigation-bar .main-navigation .toggle-menu,
	html body #main-navigation-bar .offcanvas-navigaiton .toggle-menu,
	html body #main-navigation-bar .offcanvas-navigaiton .off-cancas-panel {
		display: block !important;
		visibility: visible !important;
		position: absolute !important;
		left: var(--sqx-mobile-gutter) !important;
		top: 50% !important;
		transform: translateY(-50%) !important;
		z-index: 3 !important;
		margin: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: auto !important;
	}

	html body #main-navigation-bar .main-navigation .toggle-menu a.aft-void-menu,
	html body #main-navigation-bar .main-navigation .toggle-menu a[role="button"] {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		margin: 0 !important;
		padding: 10px 0 !important;
		box-sizing: border-box !important;
	}

	/* Dropdown panel: anchor to #main-navigation-bar bottom (not inner .main-navigation) */
	html body #main-navigation-bar #primary-menu,
	html body #main-navigation-bar #menu-nav,
	html body #main-navigation-bar .main-navigation .menu > ul {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
		align-items: stretch !important;
		width: min(60vw, calc(100vw - 20px)) !important;
		max-width: min(60vw, calc(100vw - 20px)) !important;
		position: absolute !important;
		top: 100% !important;
		left: var(--sqx-mobile-gutter) !important;
		right: auto !important;
		margin: 0 !important;
		margin-top: 0 !important;
		padding: 0 !important;
		list-style: none !important;
		z-index: 9999 !important;
		background-color: #fff !important;
		box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15) !important;
		box-sizing: border-box !important;
	}

	html body #main-navigation-bar.aft-sticky-navigation #primary-menu,
	html body #main-navigation-bar.aft-sticky-navigation #menu-nav,
	html body #main-navigation-bar.aft-sticky-navigation .main-navigation .menu > ul {
		left: var(--sqx-sticky-nav-inset, var(--sqx-mobile-gutter)) !important;
	}

	html body.sqx-mobile-nav-open #main-navigation-bar #primary-menu,
	html body.sqx-mobile-nav-open #main-navigation-bar #menu-nav,
	html body.sqx-mobile-nav-open #main-navigation-bar .main-navigation .menu > ul {
		display: flex !important;
		visibility: visible !important;
	}

	html body.sqx-mobile-nav-open #main-navigation-bar .main-navigation div.menu {
		display: block !important;
		visibility: visible !important;
	}

	html body #main-navigation-bar #primary-menu > li,
	html body #main-navigation-bar #menu-nav > li,
	html body #main-navigation-bar .main-navigation .menu > ul > li,
	html body #main-navigation-bar .main-navigation .menu-mobile > li {
		display: block !important;
		width: 100% !important;
		float: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	html body #main-navigation-bar #primary-menu > li > a,
	html body #main-navigation-bar #menu-nav > li > a,
	html body #main-navigation-bar .main-navigation .menu > ul > li > a,
	html body #main-navigation-bar .main-navigation .menu .menu-mobile > li > a {
		display: block !important;
		width: 100% !important;
		box-sizing: border-box !important;
		text-align: left !important;
		justify-content: flex-start !important;
	}

	/* Mobile dropdown: left-align list and all link labels */
	html body #main-navigation-bar #menu-nav.menu-mobile,
	html body #main-navigation-bar #menu-nav,
	html body #main-navigation-bar #primary-menu,
	html body #main-navigation-bar .main-navigation .menu .menu-mobile,
	html body #main-navigation-bar .main-navigation .menu > ul.menu-mobile {
		align-items: flex-start !important;
		text-align: left !important;
	}

	html body.sqx-mobile-nav-open #main-navigation-bar .main-navigation,
	html body.sqx-mobile-nav-open #main-navigation-bar .offcanvas-navigaiton.bottom-bar-left {
		justify-content: flex-start !important;
		align-items: flex-start !important;
	}

	html body #main-navigation-bar #menu-nav.menu-mobile > li,
	html body #main-navigation-bar #menu-nav > li,
	html body #main-navigation-bar #primary-menu > li,
	html body #main-navigation-bar .main-navigation .menu-mobile > li,
	html body #main-navigation-bar .main-navigation .menu .menu-mobile > li {
		text-align: left !important;
		align-self: stretch !important;
	}

	html body #main-navigation-bar #menu-nav.menu-mobile > li > a,
	html body #main-navigation-bar .main-navigation .menu .menu-mobile li a {
		text-align: left !important;
	}

	html body.sqx-mobile-nav-open #main-navigation-bar #primary-menu,
	html body.sqx-mobile-nav-open #main-navigation-bar #menu-nav,
	html body.sqx-mobile-nav-open #main-navigation-bar .main-navigation .menu > ul {
		pointer-events: auto !important;
	}

	html body.sqx-mobile-nav-open #main-navigation-bar #primary-menu > li > a,
	html body.sqx-mobile-nav-open #main-navigation-bar #menu-nav > li > a,
	html body.sqx-mobile-nav-open #main-navigation-bar .main-navigation .menu > ul > li > a,
	html body.sqx-mobile-nav-open #main-navigation-bar .main-navigation .menu-mobile > li > a {
		pointer-events: auto !important;
		position: relative !important;
		z-index: 1 !important;
		cursor: pointer !important;
	}

	/* Don't let the left off-canvas column steal taps from the open menu panel */
	html body.sqx-mobile-nav-open #main-navigation-bar .offcanvas-navigaiton.bottom-bar-left {
		pointer-events: none !important;
	}

	html body.sqx-mobile-nav-open #main-navigation-bar .offcanvas-navigaiton.bottom-bar-left .toggle-menu,
	html body.sqx-mobile-nav-open #main-navigation-bar .offcanvas-navigaiton.bottom-bar-left .off-cancas-panel,
	html body.sqx-mobile-nav-open #main-navigation-bar .offcanvas-navigaiton.bottom-bar-left a {
		pointer-events: auto !important;
	}
}

/* ===== Search results: category filters + text-only grid ===== */
/* Match sqx-events-planner plugin tokens (same pill size/spacing as /events/) */
html body.sqx-search-results-page .sqx-search-results.sqx-events-planner {
	--sqx-ep-accent: var(--sqx-color-accent, #005696);
	--sqx-ep-gap: clamp(0.625rem, 0.5rem + 0.4vw, 0.875rem);
	--sqx-ep-filter-pad-y: clamp(0.5rem, 0.42rem + 0.25vw, 0.625rem);
	--sqx-ep-filter-pad-x: clamp(0.875rem, 0.7rem + 0.6vw, 1.125rem);
	--sqx-ep-text-filter: clamp(0.9375rem, 0.88rem + 0.35vw, 1.125rem);
	--sqx-ep-space-lg: clamp(1rem, 0.82rem + 0.75vw, 1.375rem);
	--sqx-ep-pad-block: clamp(1rem, 0.75rem + 1vw, 1.375rem);
	--sqx-ep-pad-inline: clamp(0.75rem, 0.5rem + 0.75vw, 0.875rem);
	--sqx-ep-text: #111827;
	container-type: inline-size;
	container-name: sqx-events;
	max-width: min(100%, var(--sqx-measure-wide, 70rem));
	margin: 0 auto;
	padding: 0;
}

/* Search results: filter pill row */
html body.sqx-search-results-page .sqx-search-results__filters {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}

html body.sqx-search-results-page.sqx-events-listing #page #content.container-wrapper,
html body.sqx-search-results-page #page #content.container-wrapper,
html body.sqx-search-results-page #content.container-wrapper,
html body.search.sqx-search-results-page #page #content.container-wrapper {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

html body.sqx-search-results-page #page #content .section-block-upper,
html body.sqx-search-results-page #page #main.site-main,
html body.sqx-search-results-page .sqx-search-results.sqx-events-planner {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

html body.sqx-search-results-page .header-title-wrapper {
	margin-bottom: 10px !important;
	margin-top: 0 !important;
}

html body.sqx-search-results-page .header-title-wrapper .page-title,
html body.sqx-search-results-page h1.page-title {
	margin-bottom: 0 !important;
}

/* Search results: desktop top inset on main content */
@media screen and (min-width: 768px) {
	html body.sqx-search-results-page #page #main.site-main,
	html body.sqx-search-results-page #main.site-main {
		margin-top: 20px !important;
	}
}

/* Search filters: pastel category colors (inactive = badge-style fill) */
html body.sqx-search-results-page .sqx-search-results .sqx-events-planner__filter[data-sqx-search-filter="all"] {
	--sqx-ep-accent: var(--sqx-color-accent, #005696);
	--sqx-ep-accent-active: var(--sqx-color-accent-active, #004578);
	--sqx-ep-filter-bg: #ffffff;
	--sqx-ep-filter-border: var(--sqx-color-accent, #005696);
	--sqx-ep-filter-fg: var(--sqx-color-accent, #005696);
}

html body.sqx-search-results-page .sqx-search-results .sqx-events-planner__filter[data-sqx-search-filter="company-sponsor"] {
	--sqx-ep-accent: var(--sqx-search-cat-company-solid);
	--sqx-ep-accent-active: #16a34a;
	--sqx-ep-filter-bg: var(--sqx-search-cat-company-bg);
	--sqx-ep-filter-border: var(--sqx-search-cat-company-border);
	--sqx-ep-filter-fg: var(--sqx-ep-text, #111827);
}

html body.sqx-search-results-page .sqx-search-results .sqx-events-planner__filter[data-sqx-search-filter="news"] {
	--sqx-ep-accent: var(--sqx-search-cat-news-solid);
	--sqx-ep-accent-active: #2563eb;
	--sqx-ep-filter-bg: var(--sqx-search-cat-news-bg);
	--sqx-ep-filter-border: var(--sqx-search-cat-news-border);
	--sqx-ep-filter-fg: var(--sqx-ep-text, #111827);
}

html body.sqx-search-results-page .sqx-search-results .sqx-events-planner__filter[data-sqx-search-filter="glossary"] {
	--sqx-ep-accent: var(--sqx-search-cat-glossary-solid);
	--sqx-ep-accent-active: #0284c7;
	--sqx-ep-filter-bg: var(--sqx-search-cat-glossary-bg);
	--sqx-ep-filter-border: var(--sqx-search-cat-glossary-border);
	--sqx-ep-filter-fg: var(--sqx-ep-text, #111827);
}

html body.sqx-search-results-page .sqx-search-results .sqx-events-planner__filter[data-sqx-search-filter="sec-filings"] {
	--sqx-ep-accent: var(--sqx-search-cat-sec-solid);
	--sqx-ep-accent-active: #ea580c;
	--sqx-ep-filter-bg: var(--sqx-search-cat-sec-bg);
	--sqx-ep-filter-border: var(--sqx-search-cat-sec-border);
	--sqx-ep-filter-fg: var(--sqx-ep-text, #111827);
}

html body.sqx-search-results-page .sqx-search-results .sqx-events-planner__filter[data-sqx-search-filter="jobs"] {
	--sqx-ep-accent: var(--sqx-search-cat-jobs-solid);
	--sqx-ep-accent-active: #7c3aed;
	--sqx-ep-filter-bg: var(--sqx-search-cat-jobs-bg);
	--sqx-ep-filter-border: var(--sqx-search-cat-jobs-border);
	--sqx-ep-filter-fg: var(--sqx-ep-text, #111827);
}

html body.sqx-search-results-page .sqx-search-results .sqx-events-planner__filter[data-sqx-search-filter] {
	background: var(--sqx-ep-filter-bg, #ffffff);
	border-color: var(--sqx-ep-filter-border, var(--sqx-ep-accent));
	color: var(--sqx-ep-filter-fg, var(--sqx-ep-accent));
}

/* Filter row + pills (plugin CSS is not loaded on search unless enqueued in functions.php) */
html body.sqx-search-results-page .sqx-search-results .sqx-events-planner__filters {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	align-items: center !important;
	gap: var(--sqx-ep-gap) !important;
	width: 100% !important;
	margin: 0 0 var(--sqx-ep-space-lg) 0 !important;
}

html body.sqx-search-results-page .sqx-search-results .sqx-events-planner__filter,
html body.sqx-search-results-page .sqx-search-results a.sqx-events-planner__filter {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	box-sizing: border-box !important;
	appearance: none !important;
	border: 1px solid var(--sqx-ep-filter-border, var(--sqx-ep-accent)) !important;
	border-radius: 999px !important;
	padding: var(--sqx-ep-filter-pad-y) var(--sqx-ep-filter-pad-x) !important;
	margin: 0 !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 1.2 !important;
	white-space: nowrap !important;
	text-decoration: none !important;
	cursor: pointer !important;
	color: var(--sqx-ep-filter-fg, var(--sqx-ep-accent)) !important;
	background-color: var(--sqx-ep-filter-bg, #ffffff) !important;
	transition:
		color 0.2s ease,
		background-color 0.2s ease,
		border-color 0.2s ease,
		transform 0.15s ease;
}

html body.sqx-search-results-page.sqx-events-listing .sqx-search-results .sqx-events-planner__filters .sqx-events-planner__filter,
html body.sqx-search-results-page.sqx-events-listing .sqx-search-results a.sqx-events-planner__filter {
	font-size: 16px !important;
}

html body.sqx-search-results-page .sqx-search-results .sqx-events-planner__filter:hover,
html body.sqx-search-results-page .sqx-search-results .sqx-events-planner__filter:focus-visible,
html body.sqx-search-results-page .sqx-search-results a.sqx-events-planner__filter:hover,
html body.sqx-search-results-page .sqx-search-results a.sqx-events-planner__filter:focus-visible {
	color: #ffffff !important;
	background-color: var(--sqx-ep-accent) !important;
	border-color: var(--sqx-ep-accent) !important;
	transform: translateY(-1px);
}

html body.sqx-search-results-page .sqx-search-results .sqx-events-planner__filter.is-active,
html body.sqx-search-results-page .sqx-search-results a.sqx-events-planner__filter.is-active,
html body.sqx-search-results-page .sqx-search-results .sqx-events-planner__filter.is-active:hover,
html body.sqx-search-results-page .sqx-search-results a.sqx-events-planner__filter.is-active:hover {
	color: #ffffff !important;
	background-color: var(--sqx-ep-accent) !important;
	border-color: var(--sqx-ep-accent) !important;
}

html body.sqx-search-results-page .sqx-search-results .sqx-events-planner__filter.is-active:hover,
html body.sqx-search-results-page .sqx-search-results a.sqx-events-planner__filter.is-active:hover {
	background-color: var(--sqx-ep-accent-active, #004578) !important;
	border-color: var(--sqx-ep-accent-active, #004578) !important;
}

/* Mobile: compact centered pills; SEC Filings on its own row below */
@media (max-width: 767px) {
	html body.sqx-search-results-page .sqx-search-results .sqx-events-planner__filters {
		flex-wrap: wrap !important;
		justify-content: center !important;
		align-items: center !important;
		gap: 6px !important;
		margin: 0 0 16px 0 !important;
		overflow: visible !important;
	}

	html body.sqx-search-results-page .sqx-search-results .sqx-events-planner__filter[data-sqx-search-filter="sec-filings"],
	html body.sqx-search-results-page .sqx-search-results a.sqx-events-planner__filter[data-sqx-search-filter="sec-filings"] {
		flex: 0 0 100% !important;
		width: auto !important;
		max-width: max-content !important;
		margin-left: auto !important;
		margin-right: auto !important;
		align-self: center !important;
	}

	html body.sqx-search-results-page .sqx-search-results .sqx-events-planner__filter,
	html body.sqx-search-results-page .sqx-search-results a.sqx-events-planner__filter {
		flex: 0 0 auto !important;
		font-size: 16px !important;
		font-weight: 600 !important;
		letter-spacing: 0.5px !important;
		line-height: 1.4 !important;
		padding: 4px 10px !important;
		border-radius: 3px !important;
		text-transform: none !important;
	}

	html body.sqx-search-results-page.sqx-events-listing #page #content.container-wrapper {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}
}

/* Search / 404 empty-state: search form submit — SQX blue */
html body.search .no-results.not-found .search-form input.search-submit,
html body.search .entry-header-details.not-found .search-form input.search-submit,
html body.search .entry-header-details .search-form input.search-submit,
html body.search.sqx-search-results-page .no-results .search-form input.search-submit,
html body.sqx-search-results-page .entry-header-details .search-form input.search-submit,
html body.error404 .error-404 .search-form input.search-submit,
html body.error404 .error-wrap .search-form input.search-submit {
	background-color: var(--sqx-color-accent, #005696) !important;
	background: var(--sqx-color-accent, #005696) !important;
	border-color: var(--sqx-color-accent, #005696) !important;
	color: #ffffff !important;
}

html body.search .no-results.not-found .search-form input.search-submit:hover,
html body.search .no-results.not-found .search-form input.search-submit:focus-visible,
html body.search .entry-header-details .search-form input.search-submit:hover,
html body.search .entry-header-details .search-form input.search-submit:focus-visible,
html body.sqx-search-results-page .no-results .search-form input.search-submit:hover,
html body.sqx-search-results-page .no-results .search-form input.search-submit:focus-visible,
html body.error404 .error-404 .search-form input.search-submit:hover,
html body.error404 .error-404 .search-form input.search-submit:focus-visible,
html body.error404 .error-wrap .search-form input.search-submit:hover,
html body.error404 .error-wrap .search-form input.search-submit:focus-visible {
	background-color: var(--sqx-color-accent-hover, #004680) !important;
	background: var(--sqx-color-accent-hover, #004680) !important;
	border-color: var(--sqx-color-accent-hover, #004680) !important;
	color: #ffffff !important;
}

html body.sqx-search-results-page .sqx-search-result-item.is-hidden {
	display: none !important;
}

html body.search.sqx-search-results-page .sqx-search-results .aft-archive-wrapper.sqx-search-three-column,
html body.sqx-search-results-page .sqx-search-results .aft-archive-wrapper.sqx-search-three-column,
html body.sqx-search-results-page #page #content .section-block-upper #primary #main .sqx-search-results .aft-archive-wrapper.sqx-search-three-column {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: var(--sqx-space-md, 1rem) clamp(0.5rem, 0.35rem + 0.5vw, 0.625rem) !important;
	width: 100% !important;
	max-width: min(100%, var(--sqx-measure-wide)) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
	float: none !important;
}

html body.search.sqx-search-results-page .sqx-search-results .aft-archive-wrapper.sqx-search-three-column > article,
html body.sqx-search-results-page .sqx-search-results .aft-archive-wrapper.sqx-search-three-column > article.sqx-search-result-item,
html body.sqx-search-results-page .sqx-search-results .aft-archive-wrapper.sqx-search-three-column > article.latest-posts-grid {
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	flex: unset !important;
	margin: 0 0 var(--sqx-space-md, 1rem) 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box !important;
}

html body.search.sqx-search-results-page .sqx-search-results .archive-grid-post .read-single,
html body.sqx-search-results-page .sqx-search-results .archive-grid-post .read-single {
	height: 100%;
	margin-bottom: 0 !important;
}

@media screen and (max-width: 992px) and (min-width: 600px) {
	html body.search.sqx-search-results-page .sqx-search-results .aft-archive-wrapper.sqx-search-three-column,
	html body.sqx-search-results-page .sqx-search-results .aft-archive-wrapper.sqx-search-three-column {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media screen and (max-width: 599px) {
	html body.search.sqx-search-results-page .sqx-search-results .aft-archive-wrapper.sqx-search-three-column,
	html body.sqx-search-results-page .sqx-search-results .aft-archive-wrapper.sqx-search-three-column {
		grid-template-columns: minmax(0, 1fr) !important;
	}
}

html body.sqx-search-results-page .read-img,
html body.sqx-search-results-page .read-bg-img,
html body.sqx-search-results-page .post-thumbnail,
html body.sqx-search-results-page .archive-grid-post .read-img {
	display: none !important;
}

html body.sqx-search-results-page .archive-grid-post .read-single.no-post-image .read-details,
html body.sqx-search-results-page .archive-layout-grid .read-details {
	width: 100% !important;
	max-width: 100% !important;
}

html body.sqx-search-results-page .read-title h3,
html body.sqx-search-results-page .read-title h3 span,
html body.sqx-search-results-page .archive-grid-post .read-title h3,
html body.sqx-search-results-page .archive-grid-post .read-title h3 span {
	font-size: 18px !important;
	line-height: 1.35 !important;
}

/* Search result source badges: pastel fills per category */
html body.sqx-search-results-page .search-result-label,
html body.search .search-result-label {
	display: flex;
	justify-content: center;
}

html body.sqx-search-results-page .source-type-badge,
html body.search .source-type-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 4px 10px;
	border-radius: 3px;
	border: 1px solid transparent;
	line-height: 1.4;
	box-sizing: border-box;
}

html body.sqx-search-results-page .source-type-badge--company-sponsor,
html body.search .source-type-badge--company-sponsor {
	background-color: var(--sqx-search-cat-company-bg) !important;
	border-color: var(--sqx-search-cat-company-border) !important;
	color: var(--sqx-search-cat-company-text) !important;
}

html body.sqx-search-results-page .source-type-badge--news,
html body.search .source-type-badge--news {
	background-color: var(--sqx-search-cat-news-bg) !important;
	border-color: var(--sqx-search-cat-news-border) !important;
	color: var(--sqx-search-cat-news-text) !important;
}

html body.sqx-search-results-page .source-type-badge--sec-filings,
html body.search .source-type-badge--sec-filings {
	background-color: var(--sqx-search-cat-sec-bg) !important;
	border-color: var(--sqx-search-cat-sec-border) !important;
	color: var(--sqx-search-cat-sec-text) !important;
}

html body.sqx-search-results-page .source-type-badge--jobs,
html body.search .source-type-badge--jobs {
	background-color: var(--sqx-search-cat-jobs-bg) !important;
	border-color: var(--sqx-search-cat-jobs-border) !important;
	color: var(--sqx-search-cat-jobs-text) !important;
}

html body.sqx-search-results-page .source-type-badge--glossary,
html body.search .source-type-badge--glossary {
	background-color: var(--sqx-search-cat-glossary-bg) !important;
	border-color: var(--sqx-search-cat-glossary-border) !important;
	color: var(--sqx-search-cat-glossary-text) !important;
}

html body.aft-dark-mode.sqx-search-results-page .source-type-badge--company-sponsor,
html body.aft-dark-mode.search .source-type-badge--company-sponsor {
	background-color: rgba(34, 197, 94, 0.22) !important;
	border-color: rgba(34, 197, 94, 0.45) !important;
	color: #bbf7d0 !important;
}

html body.aft-dark-mode.sqx-search-results-page .source-type-badge--news,
html body.aft-dark-mode.search .source-type-badge--news {
	background-color: rgba(59, 130, 246, 0.22) !important;
	border-color: rgba(59, 130, 246, 0.45) !important;
	color: #bfdbfe !important;
}

html body.aft-dark-mode.sqx-search-results-page .source-type-badge--sec-filings,
html body.aft-dark-mode.search .source-type-badge--sec-filings {
	background-color: rgba(249, 115, 22, 0.22) !important;
	border-color: rgba(249, 115, 22, 0.45) !important;
	color: #fed7aa !important;
}

html body.aft-dark-mode.sqx-search-results-page .source-type-badge--jobs,
html body.aft-dark-mode.search .source-type-badge--jobs {
	background-color: rgba(139, 92, 246, 0.22) !important;
	border-color: rgba(139, 92, 246, 0.45) !important;
	color: #ddd6fe !important;
}

html body.aft-dark-mode.sqx-search-results-page .source-type-badge--glossary,
html body.aft-dark-mode.search .source-type-badge--glossary {
	background-color: rgba(14, 165, 233, 0.22) !important;
	border-color: rgba(14, 165, 233, 0.45) !important;
	color: #bae6fd !important;
}

/* ===== Read More News (single post): mobile fit — final override ===== */
@media screen and (max-width: 992px) {
	html body.single-post #page .sqx-read-more-news,
	html body.single-post .sqx-read-more-news,
	html body.single-post .sqx-read-more-news .af-reated-posts.reviewnews-customizer,
	html body.single .sqx-read-more-news,
	html body.single .sqx-read-more-news .af-reated-posts.reviewnews-customizer {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		box-sizing: border-box !important;
		overflow-x: hidden !important;
	}

	html body.single-post .sqx-read-more-news .af-container-row,
	html body.single-post .sqx-read-more-news .af-container-row.clearfix,
	html body.single .sqx-read-more-news .af-container-row,
	html body.single .sqx-read-more-news .af-container-row.clearfix {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden !important;
		box-sizing: border-box !important;
	}

	html body.single-post .sqx-read-more-news .af-container-row > .col-4.pad.latest-posts-grid.af-sec-post,
	html body.single-post.full-width-content .sqx-read-more-news .af-reated-posts .latest-posts-grid.af-sec-post,
	html body.single-post .sqx-read-more-news .af-reated-posts .latest-posts-grid.af-sec-post,
	html body.single-post .sqx-read-more-news .af-reated-posts .col-4,
	html body.single .sqx-read-more-news .af-container-row > .col-4.pad.latest-posts-grid.af-sec-post,
	html body.single.full-width-content .sqx-read-more-news .af-reated-posts .latest-posts-grid.af-sec-post {
		float: none !important;
		clear: both !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		box-sizing: border-box !important;
	}

	html body.single-post .sqx-read-more-news .af-container-row > .af-sec-post .read-single,
	html body.single .sqx-read-more-news .af-container-row > .af-sec-post .read-single {
		display: flex !important;
		flex-direction: row !important;
		align-items: flex-start !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box !important;
		margin-bottom: 16px !important;
		overflow: hidden !important;
	}

	html body.single-post .sqx-read-more-news .af-container-row > .af-sec-post .read-single .read-img,
	html body.single-post .sqx-read-more-news .af-container-row > .af-sec-post .read-single .read-img.read-bg-img,
	html body.single .sqx-read-more-news .af-container-row > .af-sec-post .read-single .read-img,
	html body.single .sqx-read-more-news .af-container-row > .af-sec-post .read-single .read-img.read-bg-img {
		flex: 0 0 110px !important;
		width: 110px !important;
		max-width: 110px !important;
		min-width: 110px !important;
		height: 110px !important;
		min-height: 110px !important;
		max-height: 110px !important;
		margin-right: 0 !important;
		overflow: hidden !important;
		display: block !important;
		position: relative !important;
		aspect-ratio: auto !important;
	}

	html body.single-post .sqx-read-more-news .af-container-row > .af-sec-post .read-single .read-img img,
	html body.single-post .sqx-read-more-news .af-container-row > .af-sec-post .read-single .read-bg-img .wp-post-image,
	html body.single .sqx-read-more-news .af-container-row > .af-sec-post .read-single .read-img img,
	html body.single .sqx-read-more-news .af-container-row > .af-sec-post .read-single .read-bg-img .wp-post-image {
		width: 100% !important;
		height: 100% !important;
		max-width: 100% !important;
		object-fit: cover !important;
	}

	html body.single-post .sqx-read-more-news .af-container-row > .af-sec-post .read-single .read-details.pad,
	html body.single-post .sqx-read-more-news .af-container-row > .af-sec-post .read-single .pad.read-details,
	html body.single .sqx-read-more-news .af-container-row > .af-sec-post .read-single .read-details.pad,
	html body.single .sqx-read-more-news .af-container-row > .af-sec-post .read-single .pad.read-details {
		flex: 1 1 auto !important;
		min-width: 0 !important;
		width: auto !important;
		max-width: calc(100% - 110px) !important;
		position: static !important;
		margin: 0 !important;
		padding: 6px 0 6px 10px !important;
		background: transparent !important;
		box-sizing: border-box !important;
	}

	html body.single-post .sqx-read-more-news .af-container-row > .af-sec-post .read-single .read-title h3,
	html body.single-post .sqx-read-more-news .af-container-row > .af-sec-post .read-single .read-title h3 span,
	html body.single-post .sqx-read-more-news .af-container-row > .af-sec-post .read-single .read-title h3 a,
	html body.single-post .sqx-read-more-news .af-container-row > .af-sec-post .read-single .read-title h3 a span,
	html body.single .sqx-read-more-news .af-container-row > .af-sec-post .read-single .read-title h3,
	html body.single .sqx-read-more-news .af-container-row > .af-sec-post .read-single .read-title h3 span {
		overflow-wrap: anywhere !important;
		word-break: break-word !important;
		font-size: 16px !important;
		line-height: 1.4 !important;
	}
}


/* Newsletter sponsor CTA link — homepage block, footer section, and legacy UAGB (fb115769) */
html body a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link,
html body a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link:visited,
html body #page #content .section-block-upper .entry-content a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link,
html body #page #content .section-block-upper .entry-content a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link:visited,
html body.home .uagb-block-fb115769 a.uagb-buttons-repeater,
html body.home .uagb-block-fb115769 a.uagb-buttons-repeater:visited {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	padding: 9px 15px !important;
	line-height: 1.2 !important;
	border: none !important;
	border-bottom: none !important;
	border-radius: 5px !important;
	background-color: #005696 !important;
	background-image: none !important;
	color: #ffffff !important;
	text-decoration: none !important;
	cursor: pointer !important;
	box-sizing: border-box !important;
	box-shadow: none !important;
	transition: background-color 0.2s ease, opacity 0.2s ease !important;
}

html body a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link:hover,
html body a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link:focus,
html body #page #content .section-block-upper .entry-content a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link:hover,
html body #page #content .section-block-upper .entry-content a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link:focus,
html body.home .uagb-block-fb115769 a.uagb-buttons-repeater:hover,
html body.home .uagb-block-fb115769 a.uagb-buttons-repeater:focus {
	background-color: #005696 !important;
	background-image: none !important;
	border: none !important;
	border-bottom: none !important;
	color: #ffffff !important;
	opacity: 0.92 !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

html body.home .uagb-block-fb115769 .uagb-button__link {
	font-size: inherit !important;
	font-weight: inherit !important;
	color: inherit !important;
}

/* Contact Us: stacked Featured Sponsor + newsletter CTA — matching button size */
html body.page-slug-contact-us .sqx-contact-us-cta-stack,
html body.page-id-3334 .sqx-contact-us-cta-stack,
html body.page-slug-contact-us .contact-us-left .entry-content .sqx-contact-us-cta-stack,
html body.page-id-3334 .contact-us-left .entry-content .sqx-contact-us-cta-stack {
	flex-direction: column !important;
	align-items: stretch !important;
	justify-content: flex-start !important;
	gap: 12px !important;
	width: 100% !important;
	max-width: 340px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

html body.page-slug-contact-us .sqx-contact-us-cta-stack a.nav-featured-sponsor-btn,
html body.page-slug-contact-us .sqx-contact-us-cta-stack a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link,
html body.page-id-3334 .sqx-contact-us-cta-stack a.nav-featured-sponsor-btn,
html body.page-id-3334 .sqx-contact-us-cta-stack a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link,
html body.page-slug-contact-us .contact-us-left .entry-content .sqx-contact-us-cta-stack a.nav-featured-sponsor-btn,
html body.page-slug-contact-us .contact-us-left .entry-content .sqx-contact-us-cta-stack a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link,
html body.page-id-3334 .contact-us-left .entry-content .sqx-contact-us-cta-stack a.nav-featured-sponsor-btn,
html body.page-id-3334 .contact-us-left .entry-content .sqx-contact-us-cta-stack a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 38px !important;
	padding: 9px 15px !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	border: none !important;
	border-bottom: none !important;
	border-radius: 5px !important;
	background-color: #005696 !important;
	background-image: none !important;
	color: #ffffff !important;
	text-decoration: none !important;
	cursor: pointer !important;
	box-sizing: border-box !important;
	box-shadow: none !important;
	transition: background-color 0.2s ease, opacity 0.2s ease !important;
}

html body.page-slug-contact-us .sqx-contact-us-cta-stack a.nav-featured-sponsor-btn:hover,
html body.page-slug-contact-us .sqx-contact-us-cta-stack a.nav-featured-sponsor-btn:focus,
html body.page-slug-contact-us .sqx-contact-us-cta-stack a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link:hover,
html body.page-slug-contact-us .sqx-contact-us-cta-stack a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link:focus,
html body.page-id-3334 .sqx-contact-us-cta-stack a.nav-featured-sponsor-btn:hover,
html body.page-id-3334 .sqx-contact-us-cta-stack a.nav-featured-sponsor-btn:focus,
html body.page-id-3334 .sqx-contact-us-cta-stack a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link:hover,
html body.page-id-3334 .sqx-contact-us-cta-stack a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link:focus,
html body.page-slug-contact-us .contact-us-left .entry-content .sqx-contact-us-cta-stack a.nav-featured-sponsor-btn:hover,
html body.page-slug-contact-us .contact-us-left .entry-content .sqx-contact-us-cta-stack a.nav-featured-sponsor-btn:focus,
html body.page-slug-contact-us .contact-us-left .entry-content .sqx-contact-us-cta-stack a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link:hover,
html body.page-slug-contact-us .contact-us-left .entry-content .sqx-contact-us-cta-stack a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link:focus,
html body.page-id-3334 .contact-us-left .entry-content .sqx-contact-us-cta-stack a.nav-featured-sponsor-btn:hover,
html body.page-id-3334 .contact-us-left .entry-content .sqx-contact-us-cta-stack a.nav-featured-sponsor-btn:focus,
html body.page-id-3334 .contact-us-left .entry-content .sqx-contact-us-cta-stack a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link:hover,
html body.page-id-3334 .contact-us-left .entry-content .sqx-contact-us-cta-stack a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link:focus {
	background-color: #005696 !important;
	background-image: none !important;
	border: none !important;
	border-bottom: none !important;
	color: #ffffff !important;
	opacity: 0.92 !important;
	text-decoration: none !important;
	box-shadow: none !important;
	outline: none !important;
}

/* Contact Us: newsletter "Subscribe" button in page content — red (#FF5A5F) */
html body.page-slug-contact-us #page #content .entry-content a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link,
html body.page-id-3334 #page #content .entry-content a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link {
	background-color: #FF5A5F !important;
	background-image: none !important;
}

html body.page-slug-contact-us #page #content .entry-content a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link:hover,
html body.page-slug-contact-us #page #content .entry-content a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link:focus,
html body.page-id-3334 #page #content .entry-content a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link:hover,
html body.page-id-3334 #page #content .entry-content a.sqx-newsletter-cta-submit.sqx-newsletter-cta-sponsor-link:focus {
	background-color: #e04a4e !important;
	background-image: none !important;
	opacity: 1 !important;
}

/* Sticky mobile nav: align hamburger with measured content inset (--sqx-sticky-nav-inset on nav) */
@media (max-width: 992px) {
	html body #main-navigation-bar.aft-sticky-navigation .main-navigation .toggle-menu,
	html body #main-navigation-bar.aft-sticky-navigation .offcanvas-navigaiton .toggle-menu,
	html body .af-bottom-header.aft-sticky-navigation .main-navigation .toggle-menu,
	html body .af-bottom-header.aft-sticky-navigation .offcanvas-navigaiton .toggle-menu {
		left: var(--sqx-sticky-nav-inset, var(--sqx-mobile-gutter)) !important;
		margin-left: 0 !important;
	}
}

/* Article card titles: no hyphenation on mobile (final pass — iOS Safari) */
@media screen and (max-width: 991px) {
	html body #page .read-title,
	html body #page .read-title h1,
	html body #page .read-title h2,
	html body #page .read-title h3,
	html body #page .read-title h4,
	html body #page .read-title a,
	html body #page .read-title span {
		hyphens: none !important;
		-webkit-hyphens: none !important;
		-ms-hyphens: none !important;
	}
}

/* iOS Safari: eliminate top/bottom viewport shade on load (final pass) */
@supports (-webkit-touch-callout: none) {
	@media screen and (max-width: 767px),
		screen and (max-width: 1024px) and (orientation: portrait) {
		html,
		html body,
		html body.custom-background,
		html body #page,
		html body #page.af-whole-wrapper {
			background-color: #f5f5f5 !important;
			min-height: 100dvh !important;
			min-height: -webkit-fill-available !important;
		}

		html body footer.site-footer,
		html body #page > footer.site-footer,
		html body #page footer.site-footer {
			box-shadow: none !important;
		}
	}
}

/* Contact Us: intro above CTA stack — final pass */
html body.page-id-3334 #page #content .section-block-upper.contact-us-two-col .contact-us-left .entry-content > p.sqx-contact-us-intro,
html body.page-slug-contact-us #page #content .section-block-upper.contact-us-two-col .contact-us-left .entry-content > p.sqx-contact-us-intro {
	margin-bottom: 30px !important;
	margin-block-end: 30px !important;
}

/* ===== Alternative Investments Glossary page ===== */
html body.sqx-glossary-page #content,
html body.page-slug-alternative-investments-glossary #content {
	background-color: transparent !important;
	background: transparent !important;
}

html body.sqx-glossary-page #page #content .section-block-upper,
html body.page-slug-alternative-investments-glossary #page #content .section-block-upper,
html body.page-id-16279 #page #content .section-block-upper,
html body.sqx-glossary-page #page #main.site-main,
html body.page-slug-alternative-investments-glossary #page #main.site-main,
html body.page-id-16279 #page #main.site-main,
html body.sqx-glossary-page #main.site-main,
html body.page-slug-alternative-investments-glossary #main.site-main,
html body.page-id-16279 #main.site-main {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

html body.sqx-glossary-page #page #content.container-wrapper,
html body.page-slug-alternative-investments-glossary #page #content.container-wrapper,
html body.page-id-16279 #page #content.container-wrapper {
	margin-top: 20px !important;
	padding-top: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

html body.sqx-glossary-page #page #primary.content-area,
html body.page-slug-alternative-investments-glossary #page #primary.content-area,
html body.page-id-16279 #page #primary.content-area,
html body.sqx-glossary-page #main article,
html body.page-slug-alternative-investments-glossary #main article,
html body.page-id-16279 #main article,
html body.sqx-glossary-page .sqx-news-page-header,
html body.page-slug-alternative-investments-glossary .sqx-news-page-header,
html body.page-id-16279 .sqx-news-page-header,
html body.sqx-glossary-page .sqx-news-title-row,
html body.page-slug-alternative-investments-glossary .sqx-news-title-row,
html body.page-id-16279 .sqx-news-title-row,
html body.sqx-glossary-page .hentry .entry-content-wrap,
html body.sqx-glossary-page .hentry .entry-content,
html body.page-slug-alternative-investments-glossary .hentry .entry-content-wrap,
html body.page-slug-alternative-investments-glossary .hentry .entry-content,
html body.page-id-16279 .hentry .entry-content-wrap,
html body.page-id-16279 .hentry .entry-content {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

html body.sqx-glossary-page .sqx-news-page-header,
html body.page-slug-alternative-investments-glossary .sqx-news-page-header,
html body.page-id-16279 .sqx-news-page-header,
html body.sqx-glossary-page .sqx-news-title-row,
html body.page-slug-alternative-investments-glossary .sqx-news-title-row,
html body.page-id-16279 .sqx-news-title-row {
	width: 100% !important;
	max-width: min(100%, var(--sqx-measure-narrow)) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	box-sizing: border-box !important;
	text-align: center !important;
}

html body.sqx-glossary-page .sqx-news-page-header,
html body.page-slug-alternative-investments-glossary .sqx-news-page-header,
html body.page-id-16279 .sqx-news-page-header {
	display: block !important;
	margin-bottom: 1rem !important;
}

html body.sqx-glossary-page .sqx-news-title-row .page-title,
html body.page-slug-alternative-investments-glossary .sqx-news-title-row .page-title,
html body.page-id-16279 .sqx-news-title-row .page-title {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 2em !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-align: center !important;
	width: 100% !important;
}

html body.sqx-glossary-page .sqx-glossary-subheading,
html body.page-slug-alternative-investments-glossary .sqx-glossary-subheading,
html body.page-id-16279 .sqx-glossary-subheading {
	margin: 0.5rem 0 0 !important;
	padding: 0 !important;
	font-size: 1.125rem !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	color: #333 !important;
	max-width: min(100%, var(--sqx-measure-narrow)) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
}

html body.sqx-glossary-page .entry-content,
html body.page-slug-alternative-investments-glossary .entry-content,
html body.page-id-16279 .entry-content {
	width: 100% !important;
	max-width: min(100%, var(--sqx-measure-narrow)) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 30px !important;
	box-sizing: border-box !important;
}

html body.sqx-glossary-page .sqx-glossary-about-heading,
html body.page-slug-alternative-investments-glossary .sqx-glossary-about-heading {
	margin-top: 0 !important;
	margin-bottom: 0.75rem !important;
	font-size: 1.5rem !important;
	font-weight: 700 !important;
	color: var(--sqx-color-accent, #005696) !important;
}

html body.sqx-glossary-page .sqx-glossary-about-intro,
html body.page-slug-alternative-investments-glossary .sqx-glossary-about-intro {
	margin-bottom: 30px !important;
	line-height: 1.6 !important;
}

html body.sqx-glossary-page .sqx-glossary-listing,
html body.page-slug-alternative-investments-glossary .sqx-glossary-listing,
html body.sqx-glossary-page .sqx-glossary-wrapper,
html body.page-slug-alternative-investments-glossary .sqx-glossary-wrapper {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}

html body.sqx-glossary-page .hentry .entry-content-wrap,
html body.page-slug-alternative-investments-glossary .hentry .entry-content-wrap,
html body.page-id-16279 .hentry .entry-content-wrap {
	width: 100% !important;
	max-width: min(100%, var(--sqx-measure-narrow)) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}

html body.sqx-glossary-page .entry-content .wp-block-group,
html body.page-slug-alternative-investments-glossary .entry-content .wp-block-group,
html body.page-id-16279 .entry-content .wp-block-group,
html body.sqx-glossary-page .entry-content .wp-block-group.is-layout-constrained,
html body.page-slug-alternative-investments-glossary .entry-content .wp-block-group.is-layout-constrained,
html body.page-id-16279 .entry-content .wp-block-group.is-layout-constrained,
html body.sqx-glossary-page .entry-content .wp-block-group__inner-container,
html body.page-slug-alternative-investments-glossary .entry-content .wp-block-group__inner-container,
html body.page-id-16279 .entry-content .wp-block-group__inner-container,
html body.sqx-glossary-page .sqx-glossary-listing,
html body.page-slug-alternative-investments-glossary .sqx-glossary-listing,
html body.page-id-16279 .sqx-glossary-listing,
html body.sqx-glossary-page .sqx-glossary-wrapper,
html body.page-slug-alternative-investments-glossary .sqx-glossary-wrapper,
html body.page-id-16279 .sqx-glossary-wrapper,
html body.sqx-glossary-page .sqx-glossary-wrapper .directory-letter-section,
html body.page-slug-alternative-investments-glossary .sqx-glossary-wrapper .directory-letter-section,
html body.page-id-16279 .sqx-glossary-wrapper .directory-letter-section,
html body.sqx-glossary-page .sqx-glossary-wrapper .sqx-glossary-letter-section,
html body.page-slug-alternative-investments-glossary .sqx-glossary-wrapper .sqx-glossary-letter-section,
html body.page-id-16279 .sqx-glossary-wrapper .sqx-glossary-letter-section,
html body.sqx-glossary-page .sqx-glossary-wrapper .sqx-glossary-term,
html body.page-slug-alternative-investments-glossary .sqx-glossary-wrapper .sqx-glossary-term,
html body.page-id-16279 .sqx-glossary-wrapper .sqx-glossary-term {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box !important;
}

html body.sqx-glossary-page .sqx-directory-controls,
html body.page-slug-alternative-investments-glossary .sqx-directory-controls {
	display: flex !important;
	justify-content: flex-start !important;
	align-items: flex-start !important;
	gap: 12px !important;
	flex-wrap: wrap !important;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	margin-bottom: 10px !important;
}

html body.sqx-glossary-page .sqx-directory-controls__filter,
html body.page-slug-alternative-investments-glossary .sqx-directory-controls__filter {
	flex: 0 1 auto !important;
	min-width: 0 !important;
}

html body.sqx-glossary-page .sqx-directory-controls__category,
html body.page-slug-alternative-investments-glossary .sqx-directory-controls__category {
	flex: 0 1 auto !important;
	min-width: 0 !important;
}

html body.sqx-glossary-page .sqx-glossary-category-filter,
html body.page-slug-alternative-investments-glossary .sqx-glossary-category-filter {
	display: flex !important;
	flex-direction: column !important;
	flex-wrap: nowrap !important;
	align-items: flex-start !important;
	gap: 6px !important;
	width: auto !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	margin-bottom: 0 !important;
}

html body.sqx-glossary-page #glossary-wrap .sqx-directory-controls__filter .sqx-directory-letter-filter,
html body.page-slug-alternative-investments-glossary #glossary-wrap .sqx-directory-controls__filter .sqx-directory-letter-filter {
	display: flex !important;
	flex-direction: column !important;
	flex-wrap: nowrap !important;
	align-items: flex-start !important;
	gap: 6px !important;
	width: auto !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	margin-bottom: 0 !important;
}

html body.sqx-glossary-page .sqx-glossary-category-filter__label,
html body.page-slug-alternative-investments-glossary .sqx-glossary-category-filter__label,
html body.sqx-glossary-page #glossary-wrap .sqx-directory-controls__filter .sqx-directory-letter-filter__label,
html body.page-slug-alternative-investments-glossary #glossary-wrap .sqx-directory-controls__filter .sqx-directory-letter-filter__label {
	display: block !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	font-weight: 700 !important;
	font-size: var(--sqx-text-base, clamp(0.9375rem, 0.88rem + 0.35vw, 1.125rem)) !important;
	line-height: 1.2 !important;
	white-space: nowrap !important;
	color: var(--sqx-color-accent, #005696) !important;
}

html body.sqx-glossary-page .sqx-glossary-category-filter__select,
html body.page-slug-alternative-investments-glossary .sqx-glossary-category-filter__select {
	flex: 0 0 auto !important;
	min-width: 10rem !important;
	width: auto !important;
	max-width: 100% !important;
	height: var(--sqx-dir-control-h, 36px) !important;
	min-height: var(--sqx-dir-control-h, 36px) !important;
	border-radius: 5px !important;
	border: 1px solid var(--sqx-color-accent, #005696) !important;
	font-size: var(--sqx-text-sm, clamp(0.8125rem, 0.78rem + 0.25vw, 0.875rem)) !important;
	font-weight: 600 !important;
	padding: 0 1.35rem 0 0.5rem !important;
	line-height: 1.2 !important;
	background-color: #fff !important;
	color: var(--sqx-color-accent, #005696) !important;
	box-sizing: border-box !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%23005696' d='M1.4 0 6 4.6 10.6 0 12 1.4l-6 6-6-6z'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 0.45rem center !important;
	background-size: 0.6rem auto !important;
}

html body.sqx-glossary-page .sqx-glossary-category-filter__select.is-category-active,
html body.page-slug-alternative-investments-glossary .sqx-glossary-category-filter__select.is-category-active,
html body.sqx-glossary-page .sqx-glossary-category-filter__select:focus,
html body.page-slug-alternative-investments-glossary .sqx-glossary-category-filter__select:focus,
html body.sqx-glossary-page .sqx-glossary-category-filter__select:focus-visible,
html body.page-slug-alternative-investments-glossary .sqx-glossary-category-filter__select:focus-visible {
	color: var(--sqx-color-accent, #005696) !important;
	border-color: var(--sqx-color-accent, #005696) !important;
	outline: none !important;
	box-shadow: none !important;
}

html body.sqx-glossary-page .sqx-glossary-category-filter__select option,
html body.page-slug-alternative-investments-glossary .sqx-glossary-category-filter__select option {
	color: var(--sqx-color-accent, #005696) !important;
}

/* Glossary: desktop — category filter left, letter filter beside it */
@media (min-width: 769px) {
	html body.sqx-glossary-page .sqx-directory-controls,
	html body.page-slug-alternative-investments-glossary .sqx-directory-controls {
		flex-wrap: nowrap !important;
		align-items: flex-start !important;
		gap: 16px !important;
	}

	html body.sqx-glossary-page .sqx-directory-controls__category,
	html body.page-slug-alternative-investments-glossary .sqx-directory-controls__category {
		flex: 0 0 auto !important;
		width: auto !important;
		min-width: 0 !important;
		max-width: none !important;
		align-self: flex-start !important;
		order: 1 !important;
	}

	html body.sqx-glossary-page .sqx-directory-controls__filter,
	html body.page-slug-alternative-investments-glossary .sqx-directory-controls__filter {
		flex: 0 0 auto !important;
		width: auto !important;
		min-width: 0 !important;
		max-width: none !important;
		order: 2 !important;
	}

	html body.sqx-glossary-page .sqx-glossary-category-filter,
	html body.page-slug-alternative-investments-glossary .sqx-glossary-category-filter {
		width: auto !important;
		max-width: 100% !important;
	}
}

html body.sqx-glossary-page .entry-content .sqx-glossary-wrapper .directory-letter-section,
html body.sqx-glossary-page .entry-content .sqx-glossary-wrapper .sqx-glossary-letter-section,
html body.page-slug-alternative-investments-glossary .entry-content .sqx-glossary-wrapper .directory-letter-section,
html body.page-slug-alternative-investments-glossary .entry-content .sqx-glossary-wrapper .sqx-glossary-letter-section,
html body.page-id-16279 .entry-content .sqx-glossary-wrapper .directory-letter-section,
html body.page-id-16279 .entry-content .sqx-glossary-wrapper .sqx-glossary-letter-section {
	overflow: visible !important;
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box !important;
}

html body.sqx-glossary-page .entry-content .sqx-glossary-wrapper .directory-letter-section.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
html body.sqx-glossary-page .entry-content .sqx-glossary-wrapper .sqx-glossary-letter-section.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
html body.page-slug-alternative-investments-glossary .entry-content .sqx-glossary-wrapper .directory-letter-section.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
html body.page-slug-alternative-investments-glossary .entry-content .sqx-glossary-wrapper .sqx-glossary-letter-section.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
html body.page-id-16279 .entry-content .sqx-glossary-wrapper .directory-letter-section.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
html body.page-id-16279 .entry-content .sqx-glossary-wrapper .sqx-glossary-letter-section.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

html body.sqx-glossary-page #page #content .section-block-upper .entry-content .sqx-glossary-wrapper h2.wp-block-heading.alpha-header,
html body.page-slug-alternative-investments-glossary #page #content .section-block-upper .entry-content .sqx-glossary-wrapper h2.wp-block-heading.alpha-header,
html body.page-id-16279 #page #content .section-block-upper .entry-content .sqx-glossary-wrapper h2.wp-block-heading.alpha-header,
html body.sqx-glossary-page .sqx-glossary-wrapper .alpha-header,
html body.page-slug-alternative-investments-glossary .sqx-glossary-wrapper .alpha-header,
html body.page-id-16279 .sqx-glossary-wrapper .alpha-header {
	display: block !important;
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 1.25rem !important;
	margin-bottom: 0.75rem !important;
	padding: 0.35rem 0 0.35rem 20px !important;
	background: #005696 !important;
	background-color: #005696 !important;
	color: #fff !important;
	font-size: 1.25rem !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	border: none !important;
	border-top: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
}

html body.sqx-glossary-page #page #content .section-block-upper .entry-content .sqx-glossary-wrapper h2.wp-block-heading.alpha-header::before,
html body.sqx-glossary-page #page #content .section-block-upper .entry-content .sqx-glossary-wrapper h2.wp-block-heading.alpha-header::after,
html body.page-slug-alternative-investments-glossary #page #content .section-block-upper .entry-content .sqx-glossary-wrapper h2.wp-block-heading.alpha-header::before,
html body.page-slug-alternative-investments-glossary #page #content .section-block-upper .entry-content .sqx-glossary-wrapper h2.wp-block-heading.alpha-header::after,
html body.page-id-16279 #page #content .section-block-upper .entry-content .sqx-glossary-wrapper h2.wp-block-heading.alpha-header::before,
html body.page-id-16279 #page #content .section-block-upper .entry-content .sqx-glossary-wrapper h2.wp-block-heading.alpha-header::after {
	content: none !important;
	display: none !important;
	border: none !important;
	background: none !important;
}

html body.sqx-glossary-page .sqx-glossary-wrapper .directory-letter-section:first-child .alpha-header,
html body.page-slug-alternative-investments-glossary .sqx-glossary-wrapper .directory-letter-section:first-child .alpha-header,
html body.page-id-16279 .sqx-glossary-wrapper .directory-letter-section:first-child .alpha-header {
	margin-top: 0 !important;
}

html body.sqx-glossary-page .sqx-glossary-term,
html body.page-slug-alternative-investments-glossary .sqx-glossary-term,
html body.page-id-16279 .sqx-glossary-term {
	margin-bottom: 1.25rem !important;
	padding-bottom: 0 !important;
	border-bottom: none !important;
}

html body.sqx-glossary-page .sqx-glossary-term__heading,
html body.page-slug-alternative-investments-glossary .sqx-glossary-term__heading {
	margin: 0 0 0.5rem !important;
	font-size: 1.125rem !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	color: #111 !important;
}

html body.sqx-glossary-page .sqx-glossary-term__badge,
html body.page-slug-alternative-investments-glossary .sqx-glossary-term__badge {
	display: inline-block !important;
	margin-left: 0.35rem !important;
	padding: 0.1rem 0.5rem !important;
	border-radius: 999px !important;
	background: #e8f2fa !important;
	color: #005696 !important;
	font-size: 0.75rem !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
	vertical-align: middle !important;
	white-space: nowrap !important;
}

html body.sqx-glossary-page .sqx-glossary-term__definition,
html body.page-slug-alternative-investments-glossary .sqx-glossary-term__definition {
	margin: 0 !important;
	line-height: 1.6 !important;
	color: #222 !important;
}

html body.sqx-glossary-page .sqx-glossary-term__aka,
html body.page-slug-alternative-investments-glossary .sqx-glossary-term__aka {
	margin: 0.35rem 0 0 !important;
	font-size: 0.9375rem !important;
	color: #555 !important;
}

html body.sqx-glossary-page .sqx-glossary-wrapper .directory-letter-section[hidden],
html body.page-slug-alternative-investments-glossary .sqx-glossary-wrapper .directory-letter-section[hidden],
html body.sqx-glossary-page .sqx-glossary-wrapper .sqx-glossary-term[hidden],
html body.page-slug-alternative-investments-glossary .sqx-glossary-wrapper .sqx-glossary-term[hidden] {
	display: none !important;
}

@media screen and (max-width: 767px) {
	html body.sqx-glossary-page .sqx-news-title-row .page-title,
	html body.page-slug-alternative-investments-glossary .sqx-news-title-row .page-title {
		font-size: 1.65em !important;
	}

	html body.sqx-glossary-page .sqx-glossary-subheading,
	html body.page-slug-alternative-investments-glossary .sqx-glossary-subheading {
		font-size: 1rem !important;
	}

	html body.sqx-glossary-page .sqx-news-page-header,
	html body.page-slug-alternative-investments-glossary .sqx-news-page-header,
	html body.page-id-16279 .sqx-news-page-header {
		padding-left: var(--sqx-mobile-gutter) !important;
		padding-right: var(--sqx-mobile-gutter) !important;
		box-sizing: border-box !important;
	}

	html body.sqx-glossary-page .hentry .entry-content,
	html body.page-slug-alternative-investments-glossary .hentry .entry-content,
	html body.page-id-16279 .hentry .entry-content {
		padding-left: var(--sqx-mobile-gutter) !important;
		padding-right: var(--sqx-mobile-gutter) !important;
		box-sizing: border-box !important;
	}

	/* Match About heading inset — avoid double gutter on block headings */
	html body.sqx-glossary-page #page #content .section-block-upper .entry-content:not(.read-details) h2.wp-block-heading,
	html body.sqx-glossary-page #page #content .section-block-upper .entry-content:not(.read-details) h3.wp-block-heading,
	html body.page-slug-alternative-investments-glossary #page #content .section-block-upper .entry-content:not(.read-details) h2.wp-block-heading,
	html body.page-slug-alternative-investments-glossary #page #content .section-block-upper .entry-content:not(.read-details) h3.wp-block-heading,
	html body.page-id-16279 #page #content .section-block-upper .entry-content:not(.read-details) h2.wp-block-heading,
	html body.page-id-16279 #page #content .section-block-upper .entry-content:not(.read-details) h3.wp-block-heading {
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	html body.sqx-glossary-page .sqx-directory-controls__category,
	html body.page-slug-alternative-investments-glossary .sqx-directory-controls__category {
		flex: 0 0 auto !important;
		width: auto !important;
		min-width: 0 !important;
		order: 1 !important;
	}

	html body.sqx-glossary-page .sqx-directory-controls__filter,
	html body.page-slug-alternative-investments-glossary .sqx-directory-controls__filter {
		flex: 0 0 auto !important;
		width: auto !important;
		min-width: 0 !important;
		order: 2 !important;
	}
}

html body.sqx-glossary-page #glossary-wrap .sqx-directory-letter-filter__select-wrap,
html body.page-slug-alternative-investments-glossary #glossary-wrap .sqx-directory-letter-filter__select-wrap {
	display: block !important;
	flex: 0 0 auto !important;
	min-width: 0 !important;
	width: auto !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}

html body.sqx-glossary-page #glossary-wrap .sqx-directory-letter-filter__select,
html body.page-slug-alternative-investments-glossary #glossary-wrap .sqx-directory-letter-filter__select {
	display: inline-block !important;
	width: auto !important;
	min-width: 4.5rem !important;
	max-width: 100% !important;
	height: var(--sqx-dir-control-h, 36px) !important;
	min-height: var(--sqx-dir-control-h, 36px) !important;
	box-sizing: border-box !important;
	border-radius: 5px !important;
	border: 1px solid var(--sqx-color-accent, #005696) !important;
	background-color: #fff !important;
	color: var(--sqx-color-accent, #005696) !important;
	padding: 0 1.35rem 0 0.5rem !important;
	font-size: var(--sqx-text-sm, clamp(0.8125rem, 0.78rem + 0.25vw, 0.875rem)) !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	cursor: pointer !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%23005696' d='M1.4 0 6 4.6 10.6 0 12 1.4l-6 6-6-6z'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 0.45rem center !important;
	background-size: 0.6rem auto !important;
}

html body.sqx-glossary-page #glossary-wrap .sqx-directory-letter-filter__select:focus,
html body.page-slug-alternative-investments-glossary #glossary-wrap .sqx-directory-letter-filter__select:focus,
html body.sqx-glossary-page #glossary-wrap .sqx-directory-letter-filter__select:focus-visible,
html body.page-slug-alternative-investments-glossary #glossary-wrap .sqx-directory-letter-filter__select:focus-visible {
	color: var(--sqx-color-accent, #005696) !important;
	border-color: var(--sqx-color-accent, #005696) !important;
	outline: none !important;
	box-shadow: none !important;
}

html body.sqx-glossary-page #glossary-wrap .sqx-directory-letter-filter__select option,
html body.page-slug-alternative-investments-glossary #glossary-wrap .sqx-directory-letter-filter__select option {
	color: var(--sqx-color-accent, #005696) !important;
}

@media screen and (max-width: 768px) {
	html body.sqx-glossary-page .sqx-directory-controls__filter .sqx-directory-letter-filter,
	html body.page-slug-alternative-investments-glossary .sqx-directory-controls__filter .sqx-directory-letter-filter {
		flex-direction: column !important;
		align-items: flex-start !important;
		flex-wrap: nowrap !important;
		gap: 6px !important;
		margin-bottom: 0 !important;
		width: auto !important;
		max-width: 100% !important;
	}
}

/* Glossary v2 — hub + term pages (/glossary/) */
html body.sqx-glossary-hub-page .sqx-glossary-hub-content,
html body.sqx-glossary-term-page .sqx-glossary-term-content {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

html body.sqx-glossary-hub-page .sqx-glossary-hub-intro {
	margin-bottom: 1.25rem;
	line-height: 1.6;
	color: #1a1a1a;
}

/* Hub Jump to — match alts-directory letter filter */
html body.sqx-glossary-hub-page .sqx-glossary-jump-nav.sqx-directory-letter-filter {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: clamp(0.5rem, 0.42rem + 0.35vw, 0.75rem);
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 0 1.5rem;
}

html body.sqx-glossary-hub-page .sqx-glossary-jump-nav .sqx-directory-letter-filter__label {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	font-weight: 700;
	font-size: clamp(0.9375rem, 0.88rem + 0.35vw, 1.125rem);
	line-height: 1.2;
	white-space: nowrap;
	color: var(--sqx-color-accent, #005696);
}

html body.sqx-glossary-hub-page .sqx-glossary-jump-nav .sqx-directory-letter-filter__buttons {
	display: flex;
	flex: 1 1 auto;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	gap: clamp(0.375rem, 0.3rem + 0.25vw, 0.5rem);
	min-width: 0;
	width: 100%;
}

html body.sqx-glossary-hub-page .sqx-glossary-jump-nav .sqx-directory-letter-filter__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-width: 2rem;
	padding: clamp(0.375rem, 0.3rem + 0.25vw, 0.5rem) clamp(0.5rem, 0.42rem + 0.35vw, 0.625rem);
	text-align: center;
	line-height: 1;
	white-space: nowrap;
	text-decoration: none;
	background: #fff;
	color: var(--sqx-color-accent, #005696);
	border: 1px solid var(--sqx-color-accent, #005696);
	border-radius: 4px;
	font-size: clamp(0.8125rem, 0.78rem + 0.25vw, 0.875rem);
	font-weight: 600;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

html body.sqx-glossary-hub-page .sqx-glossary-jump-nav .sqx-directory-letter-filter__btn:hover,
html body.sqx-glossary-hub-page .sqx-glossary-jump-nav .sqx-directory-letter-filter__btn:focus-visible {
	background: var(--sqx-color-accent, #005696);
	color: #fff;
	border-color: var(--sqx-color-accent, #005696);
}

/* Hub letter cards */
html body.sqx-glossary-hub-page .sqx-glossary-hub-listing {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

/* Glossary hub: keep anchor targets below sticky nav */
html body.sqx-glossary-hub-page {
	--sqx-sticky-nav-offset: clamp(64px, 8vh, 96px);
}

html body.sqx-glossary-hub-page html,
html body.sqx-glossary-hub-page body {
	scroll-padding-top: calc(var(--sqx-sticky-nav-offset) + 12px);
}

html body.sqx-glossary-hub-page .sqx-glossary-letter-card {
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	box-shadow: none !important;
	scroll-margin-top: calc(var(--sqx-sticky-nav-offset) + 12px);
}

html body.sqx-glossary-hub-page .sqx-glossary-letter-card__header {
	margin: 0;
	padding: 10px 16px;
	background: var(--sqx-color-accent, #005696);
	color: #fff !important;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.2;
	border: 0;
	scroll-margin-top: calc(var(--sqx-sticky-nav-offset) + 12px);
}

html body.sqx-glossary-hub-page .sqx-glossary-letter-card__entries {
	display: flex;
	flex-direction: column;
}

html body.sqx-glossary-hub-page .sqx-glossary-entry {
	padding: 12px 16px;
	transition: background-color 0.15s ease;
}

html body.sqx-glossary-hub-page .sqx-glossary-entry:hover {
	background: transparent !important;
}

html body.sqx-glossary-hub-page .sqx-glossary-entry__text {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: #222;
}

html body.sqx-glossary-hub-page .sqx-glossary-entry__text strong {
	color: var(--sqx-color-accent, #005696);
	font-weight: 700;
}

html body.sqx-glossary-hub-page .sqx-glossary-entry__text a {
	color: var(--sqx-color-accent, #005696);
	font-weight: 600;
	text-decoration: none;
}

html body.sqx-glossary-hub-page .sqx-glossary-entry__text a:hover,
html body.sqx-glossary-hub-page .sqx-glossary-entry__text a:focus {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	html body.sqx-glossary-hub-page .sqx-glossary-jump-nav.sqx-directory-letter-filter {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
	}

	html body.sqx-glossary-hub-page .sqx-glossary-jump-nav .sqx-directory-letter-filter__buttons {
		flex-wrap: wrap;
	}
}

html body.sqx-glossary-term-page .sqx-glossary-h2 {
	margin-top: 1.75rem;
	margin-bottom: 0.75rem;
	color: #000 !important;
}

/* Term pages: left-align breadcrumb/title block (keep centered container width). */
html body.sqx-glossary-term-page .sqx-news-page-header,
html body.sqx-glossary-term-page .sqx-news-title-row,
html body.sqx-glossary-term-page .sqx-news-title-row .page-title,
html body.sqx-glossary-term-page .sqx-glossary-breadcrumb,
html body.sqx-glossary-term-page .sqx-glossary-term-aliases {
	text-align: left !important;
}

/*
 * Term pages: single underline at rest (theme adds border-bottom on .entry-content p/ul/ol a).
 * No underline on hover/focus.
 */
html body.sqx-glossary-term-page .sqx-glossary-term-content a,
html body.sqx-glossary-term-page .sqx-glossary-term-content > p a,
html body.sqx-glossary-term-page .sqx-glossary-term-content > ul a,
html body.sqx-glossary-term-page .sqx-glossary-term-content > ol a,
html body.sqx-glossary-term-page .sqx-glossary-back-link a {
	border-bottom: none !important;
	text-decoration-line: underline !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 0.12em !important;
	text-decoration-skip-ink: auto;
	transition: color 0.12s ease, text-decoration-color 0.12s ease !important;
}

html body.sqx-glossary-term-page .sqx-glossary-term-content a:hover,
html body.sqx-glossary-term-page .sqx-glossary-term-content a:focus-visible,
html body.sqx-glossary-term-page .sqx-glossary-back-link a:hover,
html body.sqx-glossary-term-page .sqx-glossary-back-link a:focus-visible {
	border-bottom: none !important;
	text-decoration: none !important;
	text-decoration-line: none !important;
}

html body.sqx-glossary-term-page .sqx-glossary-breadcrumb {
	font-size: 0.9375rem;
	margin-bottom: 0.75rem;
}

html body.sqx-glossary-term-page .sqx-glossary-breadcrumb__sep {
	margin: 0 0.35rem;
	color: #666;
}

html body.sqx-glossary-term-page .sqx-glossary-term-aliases {
	margin-top: 0.25rem;
	margin-bottom: 0;
	color: #555;
}

html body.sqx-glossary-term-page .sqx-glossary-list {
	margin: 0.75rem 0 1rem 1.25rem;
}

html body.sqx-glossary-term-page .sqx-glossary-related,
html body.sqx-glossary-term-page .sqx-glossary-disclaimer {
	margin-top: 1.5rem;
}

html body.sqx-glossary-term-page .sqx-glossary-back-link {
	margin-top: 2rem;
}

html body.sqx-glossary-term-page .sqx-glossary-back-link a {
	font-weight: 600;
	color: var(--sqx-color-accent, #005696);
}
