/* Brand Insight Data Plugin - Public Styles */
/* Color tokens and theme support */

@media only screen and (min-width: 38.5em) {}

@media only screen and (min-width: 68.5em) {}

@media only screen and (min-width: 82.5em) {}

@media only screen and (max-width: 68.49em) {}

:root {
	/* Base colors */
	--color-primary: #5B8FF9;
	--color-secondary: #5AD8A6;
	--color-accent: #E8684A;

	/* Text colors */
	--color-text-primary: #333333;
	--color-text-secondary: #666666;
	--color-text-muted: #888888;

	/* Background colors */
	--color-background: #f5f5f5;
	--color-background-alt: #F8F9FA;
	--color-card-background: #FFFFFF;

	/* Border colors */
	--color-border: #E5E7EB;
	--color-shadow: rgba(0, 0, 0, 0.1);

	/* Chart colors */
	--chart-color-1: #5B8FF9;
	/* soft blue */
	--chart-color-2: #E8684A;
	/* muted coral */
	--chart-color-3: #5AD8A6;
	/* seafoam green */
	--chart-color-4: #F6BD16;
	/* mellow yellow */
	--chart-color-5: #6DC8EC;
	/* sky blue */
	--chart-color-6: #9270CA;
	/* lavender purple */
	--chart-color-7: #FF9D4D;
	/* soft orange */
	--chart-color-8: #269A99;
	/* teal */

	/* Spacing */
	--spacing-xs: 0.5rem;
	--spacing-sm: 1rem;
	--spacing-md: 1.5rem;
	--spacing-lg: 2rem;
	--spacing-xl: 3rem;

	/* Border radius */
	--border-radius-sm: 4px;
	--border-radius-md: 8px;

	/* Font sizes */
	--font-size-xs: 0.75rem;
	--font-size-sm: 0.875rem;
	--font-size-md: 1rem;
	--font-size-lg: 1.2rem;
	--font-size-xl: 1.5rem;

	/* Font weights */
	--font-weight-light: 300;
	--font-weight-normal: 400;
	--font-weight-medium: 500;
	--font-weight-bold: 700;

	/* Shadows */
	--shadow-sm: 0 1px 3px var(--color-shadow);
	--shadow-md: 0 4px 6px var(--color-shadow);

	/* Transitions */
	--transition-speed: 0.3s;
}

/* Base styles */
body {
	font-family: "Poppins", sans-serif;
	font-weight: var(--font-weight-light);
	font-style: normal;
	/* background-color: var(--color-background); */
	color: var(--color-text-primary);
	transition: background-color var(--transition-speed), color var(--transition-speed);
	margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "Poppins", sans-serif;
}

.entry-title,
.updated-date {
	text-align: center;
}

.entry-header {
	margin-bottom: 3rem;
}

.entry-title {
	margin-bottom: 0.2rem;
	font-weight: 300;
	font-size: 1.8rem;
	font-family: "Poppins", sans-serif;
}


/* Add animation for theme transition */
*,
*::before,
*::after {
	transition: background-color var(--transition-speed), color var(--transition-speed), border-color var(--transition-speed);
}


/* Structure */
.contain {
	padding: 0 1.5rem;
}

@media only screen and (min-width: 38.5em) {
	.contain {
		padding: 0 3rem;
	}
}

@media only screen and (min-width: 73.5em) {
	.contain {
		padding-left: calc(50% - 35rem);
		padding-right: calc(50% - 35rem);
	}
}

@media only screen and (min-width: 82.5em) {
	.contain {
		padding-left: calc(50% - 40rem);
		padding-right: calc(50% - 40rem);
	}
}

.entry-wrapper {
	position: relative;
	display: block;
}

.entry-sidebar {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;

}

.entry-content {
	width: 100%;
}

article.brand_insight,
article.industry_insight,
article.macro_sector {
	overflow: visible;
}


.brand_insight .registration-modal.active .registration-modal-content,
.industry_insight .registration-modal.active .registration-modal-content,
.macro_sector .registration-modal.active .registration-modal-content {
	transform: translateY(-3rem);
	max-width: 20rem;
}

.brand_insight .registration-modal-content,
.industry_insight .registration-modal-content,
.macro_sector .registration-modal-content {
	background-color: #0c0c0c;
}

.brand_insight .registration-modal-header,
.industry_insight .registration-modal-header,
.macro_sector .registration-modal-header {
	border-bottom: 1px solid #2d2d2d;
	background: linear-gradient(29deg, #5f2989, #232754);
	/* padding-bottom: 2.3rem; */
	position: relative;
}

.brand_insight .registration-modal-header h3,
.industry_insight .registration-modal-header h3,
.macro_sector .registration-modal-header h3 {
	color: #fff;
	font-weight: 400;
}

.brand_insight .registration-modal-header svg,
.industry_insight .registration-modal-header svg,
.macro_sector .registration-modal-header svg {
	width: 100%;
	position: absolute;
	bottom: -1px;
	right: 0;
	left: 0;
	top: auto;
	height: 2.6rem;
}

.brand_insight .registration-modal-body,
.industry_insight .registration-modal-body,
.macro_sector .registration-modal-body {
	padding: 1.2rem;
}

.brand_insight .hs_opt_in_to_marketing,
.industry_insight .hs_opt_in_to_marketing,
.macro_sector .hs_opt_in_to_marketing {
	/* height: 0; */
	/* overflow: hidden; */
	font-size: 0.9rem;
	/* color: #fff; */
}

.brand_insight .hs_opt_in_to_marketing .inputs-list,
.industry_insight .hs_opt_in_to_marketing .inputs-list,
.macro_sector .hs_opt_in_to_marketing .inputs-list {
	list-style-type: none;
	padding: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	transition: height 0.2s ease-in-out;
}

.brand_insight .hs_opt_in_to_marketing legend a,
.industry_insight .hs_opt_in_to_marketing legend a,
.macro_sector .hs_opt_in_to_marketing legend a {
	/* color: #ffffff; */
	transition: color 0.2s ease-in-out;
}

.brand_insight .hs_opt_in_to_marketing legend a:hover,
.industry_insight .hs_opt_in_to_marketing legend a:hover,
.macro_sector .hs_opt_in_to_marketing legend a:hover {
	color: var(--color-primary);
	transition: color 0.2s ease-in-out;
}

.brand_insight .hs_opt_in_to_marketing.choose-otherwise .inputs-list,
.industry_insight .hs_opt_in_to_marketing.choose-otherwise .inputs-list,
.macro_sector .hs_opt_in_to_marketing.choose-otherwise .inputs-list {
	height: 5.5rem;
	transition: height 0.2s ease-in-out;
}

.brand_insight .hs_opt_in_to_marketing .hs-form-booleancheckbox,
.industry_insight .hs_opt_in_to_marketing .hs-form-booleancheckbox,
.macro_sector .hs_opt_in_to_marketing .hs-form-booleancheckbox {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.brand_insight .hs_opt_in_to_marketing .hs-form-booleancheckbox-display,
.industry_insight .hs_opt_in_to_marketing .hs-form-booleancheckbox-display,
.macro_sector .hs_opt_in_to_marketing .hs-form-booleancheckbox-display {
	break-inside: auto;
	cursor: pointer;
	line-height: 1.4;
}

.brand_insight .hs_opt_in_to_marketing .hs-input,
.industry_insight .hs_opt_in_to_marketing .hs-input,
.macro_sector .hs_opt_in_to_marketing .hs-input {
	margin-bottom: 0;
	position: relative;
	top: 2px;
	margin-right: 0.4rem;
}

.brand_insight #hubspot-form-container,
.industry_insight #hubspot-form-container,
.macro_sector #hubspot-form-container {
	padding: 0;
}

#hubspot-form-container .hs-form {
	/* max-width: calc( 100% - 3rem ); */
	/* margin: 0 auto; */
	/* margin-bottom: 2rem; */
	/* margin-top: 2rem; */
}


#block-15,
#block-23,
#block-17 {
	background-color: #8403dc;
	border: 1px solid #e7ccfd;
}

#block-15 p,
#block-23 p,
#block-17 p {
	color: #fff;
}

/* .widget_block {
  padding: 1.5rem;
} */
.widget-area #ticker-select {
	border-radius: 20px;
	border: none;
	background-color: #fff;
	width: 100%;
}

.widget-area .ticker-select-wrapper.shortcode,
.widget-area .industry-select-wrapper.shortcode {
	width: 100%;
}

/* Logo CSS meta data management (could get moved to admin only enqueue) */
.elementor-kit-9 .admin-meta-editor h2,
.elementor-kit-9 .admin-meta-editor h3 {
	color: #fff;
}

.admin-meta-editor {
	margin: 15px 0;
	border-left: 4px solid #fff;
	font-size: 13px;
}

.admin-meta-editor .postbox-header {
	border-bottom: 1px solid #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #692cdf;
	padding-top: 0.4rem;
	padding-right: 0.4rem;
}

.admin-meta-editor .hndle {
	font-size: 14px;
	padding: 8px 12px;
	margin: 0;
	line-height: 1.4;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.admin-meta-editor .hndle .dashicons {
	margin-right: 6px;
	color: #fff;
}

.admin-meta-editor .inside {
	padding: 12px;
	margin: 0;
	background: #fff;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 0;
}

.elementor-kit-9 button.handlediv {
	padding: 0.6rem 1rem;
	line-height: 1;
	font-size: 1.2rem;
	margin-bottom: 0.4rem;
}

.handlediv svg {
	width: 1.2rem;
	height: 1.2rem;
}

.handlediv svg path {
	fill: #111;
}

.handlediv:hover svg path {
	fill: #fff;
}

.admin-meta-editor.closed .inside {
	display: none;
}

.admin-meta-editor .form-table {
	margin-top: 0;
}

.admin-meta-editor .form-table th {
	font-weight: 600;
	padding: 10px 10px 10px 0;
	vertical-align: top;
	width: 150px;
	font-size: 13px;
}

.admin-meta-editor .form-table td {
	padding: 10px 0;
	vertical-align: top;
	font-size: 13px;
}

.admin-meta-editor .field-with-actions {
	display: flex;
	align-items: center;
}

.admin-meta-editor .field-with-actions input {
	flex: 1;
	max-width: 300px;
}

.admin-meta-editor .field-with-actions .clear-field {
	margin-left: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px 4px;
	height: auto;
}

.admin-meta-editor .field-with-actions .clear-field .dashicons {
	font-size: 14px;
	width: 14px;
	height: 14px;
	margin-right: 2px;
}

.admin-meta-editor .form-table td input[type="text"] {
	border: 1px solid #8c8f94;
	border-radius: 4px;
	padding: 4px 8px;
	box-shadow: 0 0 0 transparent;
	transition: border-color .15s ease-in-out;
	font-size: 13px;
}

.admin-meta-editor .form-table td input[type="text"]:focus {
	border-color: #2271b1;
	box-shadow: 0 0 0 1px #2271b1;
	outline: 2px solid transparent;
}

.admin-meta-editor .description {
	color: #646970;
	font-style: italic;
	margin-top: 4px;
	font-size: 12px;
}

.admin-meta-editor .description .dashicons {
	font-size: 14px;
	width: 14px;
	height: 14px;
	vertical-align: text-bottom;
	color: #2271b1;
}

.submit-wrapper {
	border-top: 1px solid #c3c4c7;
	width: 100%;
	text-align: center;
	margin-top: 1rem;
	padding-top: 2rem;
}

#admin-save-meta {
	min-width: 100px;
}

/* Toast notification styling */
#admin-toast {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9999;
	max-width: 300px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	animation: fadeIn 0.3s ease-in-out;
	padding-right: 40px;
}

#admin-toast .dismiss {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	opacity: 0.7;
	transition: opacity 0.2s;
}

#admin-toast .dismiss:hover {
	opacity: 1;
}

#admin-toast.notice-success {
	border-left-color: #00a32a;
}

#admin-toast.notice-error {
	border-left-color: #d63638;
}

#admin-toast.notice-warning {
	border-left-color: #dba617;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* logo admin css end */
.button-content {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}

#custom-submit-button svg {
	width: 1rem;
	height: 1rem;
	position: relative;
	top: -2px;
	margin-right: 0.4rem;
}

#custom-submit-button svg path {
	fill: #fff;
}

.brand-insight-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.brand_insight #hsForm_7dbb566a-a2a5-43df-839b-e525e3096e76 .hs-button,
.industry_insight #hsForm_7dbb566a-a2a5-43df-839b-e525e3096e76 .hs-button,
.macro_sector #hsForm_7dbb566a-a2a5-43df-839b-e525e3096e76 .hs-button {
	padding: 0.5rem 1rem;
	font-size: 0.8rem;
	color: #fff;
	background: #d505ad;
	border: 1px solid rgb(157 157 157 / 42%);
	width: 100%;
	border-radius: 9px;
	cursor: pointer;
	position: relative;
	transition: all .2s ease-in-out;
	white-space: normal;
	font-weight: 600;
	height: 40.8px;
}

.brand_insight #hsForm_7dbb566a-a2a5-43df-839b-e525e3096e76 .hs-button:hover,
.industry_insight #hsForm_7dbb566a-a2a5-43df-839b-e525e3096e76 .hs-button:hover,
.macro_sector #hsForm_7dbb566a-a2a5-43df-839b-e525e3096e76 .hs-button:hover {
	background: #d9009a;
	transition: all .2s ease-in-out;
}

.brand_insight #hsForm_7dbb566a-a2a5-43df-839b-e525e3096e76 .hs-button:active,
.industry_insight #hsForm_7dbb566a-a2a5-43df-839b-e525e3096e76 .hs-button:active,
.macro_sector #hsForm_7dbb566a-a2a5-43df-839b-e525e3096e76 .hs-button:active {
	transition: all .2s ease-in-out;
	top: 1px;
}



/* Desktop: 3 columns */
@media (min-width: 1024px) {
	.brand-insight-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media only screen and (min-width: 38.5em) {

	.brand_insight .hs_opt_in_to_marketing.choose-otherwise .inputs-list,
	.industry_insight .hs_opt_in_to_marketing.choose-otherwise .inputs-list,
	.macro_sector .hs_opt_in_to_marketing.choose-otherwise .inputs-list {
		height: 4rem;
	}
}

@media only screen and (min-width: 73.5em) {

	.brand_insight #hsForm_7dbb566a-a2a5-43df-839b-e525e3096e76 .hs-button,
	.industry_insight #hsForm_7dbb566a-a2a5-43df-839b-e525e3096e76 .hs-button,
	.macro_sector #hsForm_7dbb566a-a2a5-43df-839b-e525e3096e76 .hs-button {
		padding: 0.5rem 1rem;
		font-size: 0.8rem;
		color: #fff;
		background: #d505ad;
		border: 1px solid rgb(157 157 157 / 42%);
		width: 7rem;
		border-radius: 9px;
		cursor: pointer;
		position: absolute;
		top: -1px;
		transition: all .2s ease-in-out;
		white-space: normal;
		font-weight: 600;
		height: 40.8px;
		right: -1px;
	}

	.brand_insight .hs_opt_in_to_marketing.choose-otherwise .inputs-list,
	.industry_insight .hs_opt_in_to_marketing.choose-otherwise .inputs-list,
	.macro_sector .hs_opt_in_to_marketing.choose-otherwise .inputs-list {
		height: 3.6rem;
		transition: height 0.2s ease-in-out;
	}

	.entry-title {
		font-size: 2rem;
	}

	.entry-sidebar {
		flex-direction: row;
	}

	.entry-sidebar .entry-content {
		flex-basis: auto;
		flex-grow: 1;
		flex-shrink: 1;
	}
}

@media only screen and (min-width: 82.5em) {}

@media only screen and (min-width: 96.5em) {}

@media only screen and (max-width: 73.49em) {
	#navigation {
		display: none;
	}
}



/* Primary Menu */
#navigation {
	position: sticky;
	top: 0;
	padding: 1rem 3rem;
	background: #fff;
	z-index: 999;
	box-shadow: 1px 1px 1px rgb(0 0 0 / 24%);
}


/*--------------------------------------------------------------
# Menu - Small Screen
--------------------------------------------------------------*/
@media only screen and (max-width: 68.49em) {
	.nav-bar {
		background: var(--primary-shade-color);
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 999;
		margin-bottom: -100em;
		padding-bottom: 100em;
		width: 100%;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.menu-button {
		color: #fff;
		background: var(--black-color);
		display: block;
		flex: 0 1 auto;
		border-left: 1px solid rgba(255, 255, 255, 0.2);
		padding: 0.6em 0 0.6em;
		width: 8em;
		line-height: 1;
		text-align: center;
		text-decoration: none;

	}

	.menu-button:first-child {
		border-left: 0;
	}

	.menu-button-icon {
		display: block;
		margin-bottom: 0.25em;
		font-size: 1.1em;
	}

	.menu-button-icon svg {
		width: 1em;
		height: 1em;
	}

	.menu-button-label {
		display: block;
		font-size: 0.5em;
	}

	.menu-close {
		color: #fff;
		background: #222;
		display: none;
	}

	.menu-button:hover,
	.nav-bar .menu-close.js-active {
		color: #fff;
		background: var(--secondary-color);
	}

	.nav-bar .js-activate.js-active {
		display: none;
	}

	.nav-bar .js-deactivate.js-active {
		display: block;
		position: relative;
		top: -1px;
		/* transition: all .1s ease-in-out; */
	}

	.menu-tab {
		background: var(--primary-shade-color);
		position: fixed;
		top: 100%;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		padding: 0em 0 3.3em 0em;
		overflow: auto;
		transition: top 700ms;
	}

	.menu-tab.js-active,
	.menu-tab:target {
		top: 0;
	}

	#main-menu,
	#main-menu ul {
		position: relative;
		z-index: 2;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#main-menu {
		margin: auto;
		max-width: 22rem;
		margin-top: 2rem;
	}

	#main-menu ul {
		/* background: var(--primary-color); */
	}

	#main-menu li {
		position: relative;
		z-index: 1;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.menu-spacer {
		display: none;
	}

	#main-menu a {
		color: #fff;
		display: block;
		position: relative;
		padding: 0.5em 2.5em 0.5em 1.5em;
		text-decoration: none;
	}

	#main-menu>li.nav-logo {
		/* background: #fff; */
		width: 100%;
		flex: 1 0 100%;
		display: none;
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
		border-radius: 0.2rem;
	}

	#main-menu a:hover {
		background: var(--primary-color);
		color: #fff;
	}

	#main-menu .menu-item-has-children>a:after {
		content: "";
		position: absolute;
		top: 1.05em;
		right: 1.5em;
		border-style: solid;
		border-color: transparent;
		border-top-color: #fff;
		border-width: 0.5em 0.4em 0 0.4em;
		transition: all 200ms;
	}

	#main-menu .js-active>a:after {
		transform: rotate(-180deg);
	}

	#main-menu ul li {
		overflow: hidden;
		max-height: 0;
		transition: max-height 500ms;
	}

	#main-menu ul a {
		padding-left: 2.5em;
	}

	#main-menu ul ul a {
		padding-left: 3.5em;
	}

	#main-menu ul ul ul a {
		padding-left: 4.5em;
	}

	#main-menu .js-active>ul>li {
		max-height: 5em;
	}

	#main-menu .js-active>ul>.js-active {
		max-height: 100em;
		transition: max-height 500ms;
	}

	.nojs #main-menu ul li {
		max-height: none;
	}

	.nojs #main-menu .menu-item-has-children>a:after {
		display: none;
	}

	.menu-search {
		display: none;
	}

	.menu-search-form {
		margin: auto;
		padding: 1em 1.5em;
		max-width: 22rem;
		list-style-type: none;
		display: none;
	}

	.menu-search-form .search-form {
		display: flex;
	}

	.menu-search-form label {
		width: 100%;
	}

	.menu-search-form .search-field {
		padding: 0.5em 1em;
		width: 100%;
		line-height: 1.5;
		background: #eee;
		-webkit-appearance: textfield;
	}

	.menu-search-form .search-submit {
		padding: 0.5em 1em;
		line-height: 1.5;
		color: #fff;
		background: #777;
	}

	#menu #top-nav-mobile {
		list-style-type: none;
		margin: 0;
		/* display: flex; */
		/* flex-flow: column; */
		/* justify-content: center; */
		/* align-items: center; */
		text-align: center;
	}
}

/*--------------------------------------------------------------
  # Menu - Large Screen
  --------------------------------------------------------------*/

.main-breadcrumbs span {
	padding-left: 0;
	font-size: 0.7rem;
}

.main-breadcrumbs a {
	color: #474747;
}

.main-title {
	/* text-transform: uppercase; */
	text-align: center;
	font-size: 2.1rem;
	color: var(--white-color);
	padding: 1.5rem;
	margin-bottom: 0;
}

#main-menu .menu-spacer {
	flex: 1 0 auto;
}

@media only screen and (min-width: 68.5em) {
	.page-intro-limit {
		max-width: 84%;
		margin: 0 auto;
	}

	.main-title {
		font-size: 3.5rem;
		/* padding: 0rem 11.7rem; */
		font-size: 4rem;
	}

	.main-header .entry-title {
		margin-bottom: 0.2rem;
		/* padding-left: 8rem; */
	}

	.main-header .main-breadcrumbs {}

	.menu {
		list-style-type: none;
		margin: 0;
		margin-left: 1rem;
	}

	.nav-bar {
		display: none;
	}

	#menu {
		/* background: var(--white-color); */
		position: sticky;
		top: 0;
		z-index: 999;
		margin-bottom: 0;
		transition: all 0.2s ease-in-out;
		padding-left: calc(50% - 27rem);
		padding-right: calc(50% - 27rem);
		box-shadow: 2px 2px 6px -2px rgb(0 0 0 / 30%);
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-end;
	}

	.home #menu {
		box-shadow: 2px 2px 6px -2px rgb(0 0 0 / 0%);
	}

	#menu>#main-menu {
		padding-left: 1rem;
		padding-right: 1rem;
		/* padding-top: 0.5rem; */
		/* padding-bottom: 0.2rem; */
		/* min-height: 3rem; */
	}

	#main-menu>.item-spacer {
		flex: 0 1 calc(50% - 10rem);
		max-width: calc(50% - 10rem);
		transition: all 0.4s ease-in-out;
		z-index: -1;
	}

	#main-menu>.item-spacer a {
		display: block;
	}

	.admin-bar.logged-in #menu {
		top: 1.6rem;
	}

	#menu[data-opacity="0"] {
		transition: all 0.3s ease-in-out;
	}

	#menu[data-opacity^="0."] {
		/* background-color: #fff; */
		transition: all 0.2s ease-in-out;
	}

	#menu[data-opacity="1"] {
		transition: all 0.4s ease-in-out;
		/* padding-left: 3rem; */
		/* padding-right: 1rem; */
		box-shadow: 2px 2px 6px -2px rgb(0 0 0 / 30%);
	}

	#menu[data-opacity="1"] .item-spacer {
		max-width: 20%;
		transition: all 0.4s ease-in-out;
	}

	/* #menu[data-opacity^="0."] #main-menu>li.nav-logo {
          opacity: 1;
          transition: all 0.2s ease-in-out;
      }
      #menu[data-opacity="1"] #main-menu>li.nav-logo {
          opacity: 1;
      }
      .home #main-menu li.nav-logo {
          display: none;
      }
      #menu[data-opacity^="0."] #main-menu>li.nav-logo {
          display:flex;
      } */
	/* #menu[data-opacity="1"] #main-menu>li.nav-logo {
          transition: all 0.2s ease-in-out;
          opacity: 1;
      } */
	.current-menu-item a {}

	.current-menu-item a::before {
		content: "";
		position: absolute;
		left: -1rem;
	}

	.page #main-menu {
		padding-right: 3rem;
	}

	.home.page #main-menu {
		padding-right: 0;
	}

	#header {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.header-col-logo {
		padding-left: 2rem;
		position: absolute;
		top: 0rem;
	}

	.header-col-logo a {
		display: block;
	}

	#main-menu {
		background: #fff;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		position: sticky;
		text-align: center;
		align-items: center;
		flex: 1 0 auto;
	}

	#main-menu .menu-spacer {
		pointer-events: none;
		flex: 1 0 auto;
	}

	#main-menu,
	#main-menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#main-menu ul {
		background: var(--secondary-color);
	}

	#main-menu li {
		display: block;
		position: relative;
		z-index: 4;
		margin: 0;
		padding: 0;
		list-style: none;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
		flex: 0 1 auto;
	}

	#main-menu>.js-active,
	.nojs #main-menu>li:hover {
		z-index: 5;
	}

	#main-menu>.js-active {
		transition: background-color 0.4s ease-in-out;
		background-color: var(--secondary-color);
	}

	/* # Custom Menu Edits */
	#main-menu .menu-item-515.menu-item-has-children ul {
		width: 14rem;
		margin-left: -7rem;
	}

	#main-menu .menu-item-69.menu-item-has-children ul {
		width: 12rem;
		margin-left: -6rem;
		max-width: unset;
	}

	#main-menu .menu-item-516.menu-item-has-children ul {
		width: 10rem;
		margin-left: -5rem;
	}

	#main-menu a {
		/* color: #000; */
		display: flex;
		position: relative;
		padding: 0;
		text-align: left;
		justify-content: center;
		align-items: center;
		text-transform: uppercase;
		font-weight: 300;
		font-family: var(--heading-font);
		font-family: var(--body-font);
		border-radius: 2px;
		text-decoration: none;

	}

	#main-menu a:hover {
		color: var(--black-color);
	}

	#main-menu>li>a {
		color: #111;
		text-align: center;
		padding: 0.4rem 0.7rem;
		font-size: 0.95rem;
		z-index: 2;
	}

	#main-menu>li>a:hover,
	#main-menu>.js-active>a {
		/* color: #fff;
          background: #8c6ed1; */
	}

	#main-menu>.menu-item-has-children>a:focus {
		outline: 1px dotted !important;
	}

	#main-menu>.menu-item>a:focus {
		outline: 1.5px dashed var(--accent-color) !important;
	}

	#main-menu>.menu-item-has-children>a:after {
		content: "";
		display: inline-block;
		vertical-align: top;
		margin: 0em 0 0 0.3em;
		border-style: solid;
		border-color: transparent;
		border-top-color: #405c6c;
		border-width: 0.3em 0.25em 0 0.25em;
		transition: all 200ms;
	}

	#main-menu>.js-active>a:after,
	.nojs #main-menu>li:hover>a:after {
		transform: rotate(90deg);
	}

	#main-menu>.menu-item-has-children>ul {
		position: absolute;
		top: 100%;
		left: 50%;
		z-index: 10;
		margin-left: -6.5rem;
		padding: 1rem 0;
		width: 13rem;
		max-height: 25rem;
		box-shadow: 0.25rem 0.25rem 0.25rem rgb(0 0 0 / 20%);
		opacity: 0;
		transform: scale(0.7);
		transform-origin: 50% 0;
		pointer-events: none;
		visibility: hidden;
		transition: transform 500ms, opacity 300ms, visibility 0ms 500ms;
	}

	#main-menu>.menu-item-has-children>ul {
		background: #1c1b1a;
	}

	#main-menu>.js-active>ul,
	.nojs #main-menu>li:hover>ul {
		transform: scale(1);
		opacity: 1;
		visibility: visible;
		transition: transform 500ms, opacity 300ms;
		pointer-events: auto;
	}

	#main-menu ul a {
		padding: 0.5em 1.5em;
		font-size: 0.9em;
		font-weight: 300;
	}

	#main-menu ul a:hover {
		/* background: linear-gradient(6deg, #d9ecf7, transparent); */
		/* background: #e5eef4; */
		/* background: linear-gradient(89deg, #e5eef4, #f8f5f0, #e5eef4); */
		/* background: #eef2f4; */
		/* background: linear-gradient(62deg, #eef2f4, transparent); */
	}

	#main-menu ul a:hover {
		background: var(--primary-color);
	}

	#main-menu ul li:not(.overview-item) a::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: -1rem;
		right: auto;
		top: auto;
		width: 0%;
		transition: width 0.4s ease-in-out;
		height: 100%;
		background: var(--accent-color);
		opacity: 0.2;
		transition: all 0.4s ease-in-out;
		z-index: -1;
	}

	#main-menu ul li:not(.overview-item) a:hover::before {
		width: calc(90% + 2rem);
		transition: all 0.4s ease-in-out;
		transform: skewX(-16deg);
	}

	#main-menu>.menu-full,
	#main-menu>.menu-large {
		position: static;
	}

	#main-menu>.menu-large>ul {
		left: 3rem;
		right: 3rem;
		margin: 0;
		width: auto;
	}

	#main-menu>.menu-full>ul {
		left: 0rem;
		right: 0rem;
		margin: 0;
		width: auto;
	}

	#main-menu>.mega-menu>.sub-menu,
	#main-menu>.menu-mega>.sub-menu {
		display: flex;
		flex-flow: row wrap;
		padding: 1rem 1rem 1rem 0;
	}

	#main-menu>.mega-menu>.sub-menu>li,
	#main-menu>.menu-mega>.sub-menu>li {
		flex: 1 1 0;
		padding-left: 1rem;
	}

	#main-menu .mega-menu>ul>li>a,
	#main-menu .menu-mega>ul>li>a {
		font-weight: bold;
		border-bottom: 1px solid #333;
		color: #333;
		background: none;
		cursor: default;
	}

	#main-menu>.menu-col-2>ul {
		margin-left: -13rem;
		width: 26rem;
	}

	#main-menu>.menu-col-3>ul {
		margin-left: -19.5rem;
		width: 40rem;
	}

	#main-menu>.mega-menu>.sub-menu>.menu-span-2,
	#main-menu>.menu-mega>.sub-menu>.menu-span-2 {
		flex: 2 1 0;
	}

	#main-menu .menu-span-2>ul {
		column-count: 2;
		column-gap: 1rem;
	}

	#main-menu>.mega-menu>.sub-menu>.menu-span-3,
	#main-menu>.menu-mega>.sub-menu>.menu-span-3 {
		flex: 3 1 0;
	}

	#main-menu .menu-span-3>ul {
		column-count: 3;
		column-gap: 1rem;
	}

	#main-menu>.menu-home,
	#main-menu>.menu-search {
		width: 3em;
		max-width: 4em;
	}

	#main-menu>.menu-left>ul {
		left: 0;
		margin-left: 0;
		transform-origin: 0 0;
	}

	#main-menu>.menu-right>ul {
		left: auto;
		right: 0;
		margin-left: 0;
		transform-origin: 100% 0;
	}

	#main-menu>.menu-home>a,
	#main-menu>.menu-search>a {
		position: relative;
		overflow: hidden;
		text-indent: -999em;
		display: block;
	}

	#main-menu>.menu-home>a:before,
	#main-menu>.menu-search>a:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 1.4em;
		height: 1.4em;
		background: url("./img/home-light.svg") center / contain no-repeat;
	}

	#main-menu>.menu-search>a:before {
		background: url("./img/search-light.svg") center / contain no-repeat;
	}

	#main-menu .menu-search a:after {
		display: none;
	}

	#main-menu>.menu-search>.sub-menu {
		right: 0;
		left: auto;
		margin: 0;
		padding: 0;
		width: 20rem;
		transform-origin: top right;
	}

	.menu-search-form {
		display: none;
	}

	#main-menu .menu-search-form {
		display: block;
	}

	.menu-search-form .search-field {
		padding: 1em;
		width: 100%;
		font-size: 0.9em;
		line-height: 2;
		-webkit-appearance: textfield;
	}

	.menu-search-form .search-submit {
		display: none;
	}

	#main-menu .sub-menu li a {
		justify-content: flex-start;
		overflow: hidden;
	}

	#main-menu .sub-menu li a {
		color: #fff;
	}

	#main-menu li a {
		cursor: pointer;
		position: relative;
	}

	#main-menu .menu-spacer {
		flex: 1 0 auto;
		max-width: 35%;
		transition: max-width 0.4s ease-in-out;
		pointer-events: none;
		visibility: hidden;
	}

	[data-opacity="1"] #main-menu .menu-spacer {
		max-width: 0%;
		transition: max-width 0.4s ease-in-out;
	}
}

@media only screen and (min-width: 82.5em) {
	.main-title {
		font-size: 4rem;
		min-width: 29.45rem;
	}

	#menu {
		padding-left: calc(50% - 32rem);
		padding-right: calc(50% - 32rem);
	}

	.main-menu>.menu-full>ul,
	.main-menu>.menu-large>ul {
		left: calc(50% - 30rem);
		right: calc(50% - 30rem);
	}
}

@media only screen and (min-width: 96em) {
	#menu {
		padding-left: calc(50% - 35rem);
		padding-right: calc(50% - 35rem);
	}
}






/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes rotate {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
  # Print
  --------------------------------------------------------------*/
@media print {
	@page {
		margin: 0.5cm;
	}

	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		-webkit-filter: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}

	a,
	a:visited {
		color: #444 !important;
		text-decoration: underline;
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h1,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h1,
	h2,
	h3 {
		page-break-after: avoid;
	}

	.main-menu,
	.site-sidebar,
	.site-header,
	.site-footer,
	#comments,
	.nav-bar,
	.page-navigation,
	.pagination,
	.wp-prev-next,
	.respond-form {
		display: none;
	}
}

/* Brand insight v2 layout and header */
/* body.brand_insight-template-default {
	background-image: url("https://staging.facteus.com/wp-content/uploads/2025/06/Data-pages-BG-scaled.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
} */

body.brand_insight-template-default #header,
body.brand_insight-template-default #headerimg {
	display: none !important;
}

article.brand-insight-single {
	margin-top: 10vh;
}

.brand-insight-single .entry-wrapper {
	padding-bottom: 2.5em;
}

@media (min-width: 768px) {
	article.brand-insight-single {
		margin-top: 12vh;
	}
}

.brand-surface {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
	padding: 1.5rem;
}

.entry-main {
	flex: 1 1 0%;
	min-width: 0;
}

.entry-header-card {
	padding: 0;
	margin: 0 0 12px 0;
}

.entry-header-top {
	display: flex;
	flex-direction: column;
}

.entry-header-inner {
	padding: 8px 0 4px;
}

.entry-header-card .breadcrumbs-wrap {
	margin: 0;
}

.breadcrumbs {
	font-size: 14px;
	margin-bottom: 8px;
	color: #4b5563;
}

.as-of {
	margin: 6px 0 0;
	color: #6b7280;
	font-size: 14px;
}

/* v2 chart grid */
.v2-charts-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	align-items: stretch;
}

@media (min-width: 768px) {
	.v2-charts-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.v2-charts-grid .brand-chart-card {
	background: #fff;
	border-radius: 12px;
	padding: 16px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
	border: 1px solid #e5e7eb;
	/* width: 100%; */
	box-sizing: border-box;
	/* max-width: calc(100% - 4.5rem); */
}

.v2-charts-grid .brand-chart-card h3 {
	margin: 0 0 4px 0;
	font-size: 14px;
	color: #666;
}

.v2-charts-grid .brand-chart-card h4 {
	text-transform: uppercase;
	margin-top: 0.1rem;
	margin-bottom: 0.2rem;
	font-size: 1rem;
	font-weight: 700;
	color: #333;
}

.v2-charts-grid .brand-chart-card .short-desc {
	font-size: 13px;
	color: #888;
}

.v2-charts-grid .brand-chart-container {
	min-height: 300px;
}

.brand-insight-section {
	padding-bottom: 12px;
}

/* Brand insight typography for chart cards */
.brand-insight-section h4,
.v2-charts-grid .brand-chart-card h4 {
	text-transform: uppercase;
	margin-top: 0.1rem;
	margin-bottom: 0.2rem;
	font-size: 1rem;
	font-weight: 700;
	color: #111;
}