/* Ideas blog — jasonkobs.com */

.ideas-intro {
	text-align: center;
}

.ideas-intro h2 {
	margin-left: 0;
}

.ideas-filters {
	margin: 8px 0 8px;
}

.ideas-filter-search {
	display: flex;
	gap: 8px;
	align-items: stretch;
	margin-bottom: 12px;
}

.ideas-filter-label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.ideas-filter-search input[type="search"] {
	flex: 1;
	min-width: 0;
	padding: 10px 12px;
	border: 2px solid rgba(6, 47, 95, 0.18);
	font-size: 16px;
	background: #fff;
	outline: none;
	transition: border-color 0.15s ease;
}

.ideas-filter-search input[type="search"]:hover {
	border-color: rgba(6, 47, 95, 0.4);
}

.ideas-filter-search input[type="search"]:focus {
	border-color: #062f5f;
}

.ideas-filter-submit {
	padding: 10px 18px;
	border: 2px solid #062f5f;
	background: #062f5f;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	cursor: pointer;
}

.ideas-tag-select {
	position: relative;
	flex: 0 0 auto;
}

.ideas-tag-toggle {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 100%;
	padding: 10px 14px;
	border: 2px solid rgba(6, 47, 95, 0.18);
	background: #fff;
	color: #062f5f;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
}

.ideas-tag-toggle:hover,
.ideas-tag-select.is-open .ideas-tag-toggle {
	border-color: #062f5f;
	outline: none;
}

.ideas-tag-menu {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	z-index: 20;
	min-width: 200px;
	padding: 8px 0;
	border: 2px solid #062f5f;
	background: #fff;
}

.ideas-tag-option {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 8px 14px;
	font-weight: 600;
	cursor: pointer;
}

.ideas-tag-option:hover {
	background: rgba(26, 162, 222, 0.12);
}

.ideas-tag-option input {
	margin: 0;
}

.ideas-bar {
	margin: 0 0 16px;
}

@media (max-width: 800px) {
	.ideas-bar {
		text-align: center;
		padding-top: 24px;
		padding-bottom: 24px;
		margin-bottom: 8px;
	}
}

.ideas-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	margin: 0 0 20px;
}

.ideas-views {
	display: flex;
	gap: 8px;
	align-items: center;
}

.ideas-views a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	color: #062f5f;
	text-decoration: none;
}

.ideas-views a i {
	font-size: 18px;
	color: inherit;
}

.ideas-views a:hover,
.ideas-views a:focus,
.ideas-views a.is-active {
	color: #1aa2de;
	text-decoration: none;
}

.ideas-result-count {
	margin: 0;
	font-size: 24px;
	font-weight: 400;
}

.ideas-empty {
	font-weight: 600;
	margin: 0;
}

.ideas-empty {
	margin: 0 0 20px;
}

.ideas-tiles-wrap {
	margin: 8px 0 80px;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

.ideas-tiles-wrap > .row {
	margin-left: 0;
	margin-right: 0;
}

#ideas .tiles [class*="col-"] {
	padding: 0 !important;
	max-width: 100%;
}

#ideas .tiles a .text {
	width: calc(100% - 30px);
	max-width: 100%;
	box-sizing: border-box;
}

/* Left-column titles only — the row’s -15px pull puts them on the page edge */
@media (max-width: 575.98px) {
	#ideas .tiles [class*="col-"]:nth-child(2n+1) a .text {
		left: 36px;
		width: calc(100% - 48px);
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	#ideas .tiles [class*="col-"]:nth-child(3n+1) a .text {
		left: 36px;
		width: calc(100% - 48px);
	}
}

@media (min-width: 768px) {
	#ideas .tiles [class*="col-"]:nth-child(6n+1) a .text {
		left: 36px;
		width: calc(100% - 48px);
	}
}

#ideas .tiles a {
	background-color: #7a8aa0;
	background-size: cover;
	background-position: center top;
	background-blend-mode: luminosity;
}

#ideas .tiles a:hover {
	background-color: #7a8aa0;
}

#ideas .tiles a .cta-video,
.ideas-thumb-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	mix-blend-mode: luminosity;
	pointer-events: none;
	z-index: 0;
}

.ideas-lead {
	display: block;
	margin-bottom: 40px;
	padding-bottom: 28px;
	border-bottom: 2px solid #062f5f;
	color: inherit;
}

.ideas-lead:hover {
	text-decoration: none;
}

.ideas-kicker,
.ideas-type {
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.ideas-lead h3 {
	margin: 4px 0 8px;
	font-size: 32px;
	line-height: 1.2;
}

.ideas-card {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	margin-bottom: 28px;
	color: inherit;
}

.ideas-card:hover {
	text-decoration: none;
}

.ideas-card[hidden],
[data-ideas-item][hidden] {
	display: none !important;
}

.ideas-thumb {
	position: relative;
	flex: 0 0 120px;
	width: 120px;
	height: 120px;
	display: block;
	overflow: hidden;
	isolation: isolate;
	background-color: #7a8aa0;
	background-size: cover;
	background-position: center top;
	background-blend-mode: luminosity;
}

.ideas-thumb::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #062f5f;
	mix-blend-mode: screen;
}

.ideas-card:hover .ideas-thumb::before {
	background-color: #1aa2de;
}

.ideas-card-copy {
	min-width: 0;
	flex: 1;
}

.ideas-card h3 {
	margin: 4px 0 8px;
	font-size: 22px;
	line-height: 1.3;
}

.ideas-meta {
	font-weight: 600;
	margin-bottom: 6px;
}

.ideas-excerpt {
	margin: 0;
}

.ideas-article .ideas-meta {
	margin: 8px 0 0;
	font-weight: 400;
}

.ideas-tag-link {
	font-weight: 400;
	color: inherit;
}

.ideas-tag-link:hover,
.ideas-tag-link:focus {
	color: #1aa2de;
	text-decoration: none;
}

.ideas-article hr,
.ideas-rule {
	margin: 16px 0 28px;
	border: 0;
	border-top: 2px solid #062f5f;
}

.ideas-article h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 48px;
	line-height: 1.12;
	letter-spacing: -0.02em;
}

.ideas-article h1 .ideas-h1-sub {
	font-weight: 400;
}

.ideas-subtitle {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.35;
	margin: 12px 0 0;
}

.ideas-body {
	font-size: 18px;
	line-height: 1.65;
}

.ideas-body p {
	orphans: 3;
	widows: 3;
}

.ideas-hashtags {
	margin: 0 0 16px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: none;
	color: #1aa2de;
}

.ideas-notes {
	margin: 36px 0 8px;
	padding-top: 20px;
	border-top: 1px solid rgba(6, 47, 95, 0.18);
	font-size: 15px;
	line-height: 1.5;
}

.ideas-notes a {
	font-weight: 700;
	margin-right: 0.35em;
}

.ideas-body img,
.ideas-figure img,
img.ideas-figure {
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 16px 0;
	display: block;
}

.ideas-body blockquote,
.ideas-article .ideas-pull {
	margin: 24px 0;
	padding: 10px 0 10px 40px;
	border: 0;
	border-left: 20px solid #e2e5e9;
	font-family: inherit;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.02em;
	text-transform: none;
}

.ideas-lede {
	font-size: 20px;
	line-height: 1.5;
}

.ideas-article .ideas-body ul,
.ideas-article .ideas-body ol {
	padding-left: 0;
	margin: 0 0 1.25rem;
	list-style: none;
}

.ideas-article .ideas-body ol {
	counter-reset: ideas-item;
}

.ideas-article .ideas-body li {
	position: relative;
	margin: 0 0 0.55em;
	padding-left: 1.7em;
}

.ideas-article .ideas-body ol > li {
	counter-increment: ideas-item;
}

.ideas-article .ideas-body ol > li::before {
	content: counter(ideas-item) ".";
	position: absolute;
	left: 0;
	width: 1.45em;
	font-weight: 700;
	color: #062f5f;
}

.ideas-article .ideas-body ul > li::before {
	content: "•";
	position: absolute;
	left: 0.15em;
	color: #062f5f;
}

.ideas-article .ideas-body li > p {
	margin: 0 0 0.4em;
}

.ideas-article .ideas-body ul ul,
.ideas-article .ideas-body ol ol,
.ideas-article .ideas-body ul ol,
.ideas-article .ideas-body ol ul {
	margin: 0.4em 0 0.2em;
}

.ideas-article .ideas-pull {
	margin: 36px 0;
	font-size: 28px;
	line-height: 1.3;
}

.ideas-body blockquote p,
.ideas-body blockquote h1,
.ideas-body blockquote h2,
.ideas-body blockquote h3,
.ideas-pull h1,
.ideas-pull h2,
.ideas-pull h3 {
	font-size: inherit;
	font-weight: 800;
	line-height: inherit;
	margin: 0;
	padding: 0;
	letter-spacing: inherit;
	text-transform: none;
}

.ideas-figure {
	margin: 28px 0;
}

.ideas-figure.is-bleed {
	width: 100%;
}

.ideas-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 40px;
	margin: 28px 0 36px;
	padding: 20px 0;
	border-top: 1px solid rgba(6, 47, 95, 0.18);
	border-bottom: 1px solid rgba(6, 47, 95, 0.18);
}

.ideas-stat {
	flex: 1 1 140px;
	min-width: 120px;
}

.ideas-stat-num {
	display: block;
	font-size: 42px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #062f5f;
}

.ideas-stat-label {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ideas-article.is-essay {
	padding-bottom: 8px;
}

.ideas-post-wrap.is-feature {
	max-width: 720px;
}

.ideas-article.is-feature {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.ideas-article.is-feature .ideas-body img,
.ideas-article.is-feature .ideas-body .ideas-figure,
.ideas-article.is-feature .ideas-body img.ideas-figure {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.ideas-article.is-note {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}

.ideas-post-wrap.is-note {
	max-width: 680px;
}

.ideas-article.is-note .ideas-body img,
.ideas-article.is-note .ideas-body .ideas-figure,
.ideas-article.is-note .ideas-body img.ideas-figure {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.ideas-article.is-note .ideas-subtitle {
	font-size: 18px;
	font-style: italic;
}

.ideas-article.is-note .ideas-body {
	font-size: 17px;
}

.ideas-article.is-note .ideas-pull {
	font-size: 24px;
}

@media (min-width: 768px) {
	.ideas-article.is-essay .ideas-body {
		column-count: 2;
		column-gap: 48px;
		column-rule: 1px solid rgba(6, 47, 95, 0.12);
	}

	.ideas-article.is-essay .ideas-body p,
	.ideas-article.is-essay .ideas-body li {
		break-inside: avoid;
	}

	.ideas-article.is-essay .ideas-body h1,
	.ideas-article.is-essay .ideas-body h2,
	.ideas-article.is-essay .ideas-body h3,
	.ideas-article.is-essay .ideas-body h4,
	.ideas-article.is-essay .ideas-body h5,
	.ideas-article.is-essay .ideas-body h6,
	.ideas-article.is-essay .ideas-body figure,
	.ideas-article.is-essay .ideas-body .ideas-figure,
	.ideas-article.is-essay .ideas-body img.ideas-figure,
	.ideas-article.is-essay .ideas-body .ideas-pull,
	.ideas-article.is-essay .ideas-body blockquote,
	.ideas-article.is-essay .ideas-body hr,
	.ideas-article.is-essay .ideas-body .ideas-rule,
	.ideas-article.is-essay .ideas-body .ideas-stats,
	.ideas-article.is-essay .ideas-body .ideas-lede,
	.ideas-article.is-essay .ideas-body .ideas-hashtags,
	.ideas-article.is-essay .ideas-body .ideas-span,
	.ideas-article.is-essay .ideas-body .ideas-break,
	.ideas-article.is-essay .ideas-body .ideas-notes {
		column-span: all;
	}
}

@media (max-width: 767.98px) {
	.ideas-article h1 {
		font-size: 32px;
	}

	.ideas-pull {
		font-size: 22px;
	}
}

.ideas-related-rule {
	margin-top: 40px;
}

.ideas-related {
	margin: 0 0 80px;
}

.ideas-related h2 {
	margin: 0 0 16px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ideas-related ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ideas-related li {
	margin: 0 0 18px;
}

.ideas-related li > a {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: #062f5f;
}

.ideas-related li > a:hover,
.ideas-related li > a:focus {
	color: #1aa2de;
	text-decoration: none;
}

.ideas-related-meta {
	margin-top: 4px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
}

.ideas-related-meta .ideas-tag-link {
	display: inline;
	font-size: inherit;
	font-weight: 400;
}

@media (max-width: 576px) {
	.ideas-thumb {
		flex-basis: 88px;
		width: 88px;
		height: 88px;
	}
}
