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

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

:focus::-webkit-input-placeholder {
	color: transparent;
}

:focus::-moz-placeholder {
	color: transparent;
}

:focus:-moz-placeholder {
	color: transparent;
}

:focus:-ms-input-placeholder {
	color: transparent;
}

/* Structure */
html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.6;
	word-wrap: break-word;
	background: #f7f7f7;
	-webkit-font-smoothing: antialiased;
}

.container {
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

.container--outer {
	margin: 25px auto;
	box-shadow: 0 0 10px rgba(50, 50, 50, .17);
}

.wrapper {
	padding: 25px;
	background: #fff;
}

.flex {
	display: -webkit-flex;
	display: flex;
}

.primary {
	-webkit-flex: 1 0 65.83%;
	flex: 1 0 65.83%;
	-webkit-order: 1;
	order: 1;
	min-width: 0;
}

.sidebar {
	-webkit-flex: 1 0 31.66%;
	flex: 1 0 31.66%;
	-webkit-order: 2;
	order: 2;
	min-width: 0;
	margin: 0 0 0 2.5%;
}

.sidebar--left {
	-webkit-order: 0;
	order: 0;
	margin: 0 2.5% 0 0;
}

.clearfix {
	display: block;
}

.clearfix::after {
	display: block;
	height: 0;
	padding: 0;
	margin: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;
	content: "";
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

/* Button */
.btn {
	padding: 5px 10px;
	font-weight: 700;
	color: #fff;
	white-space: pre-line;
	background: #2a2a2a;
}

.btn:hover {
	color: #fff;
	background: #e22d30;
}

/* Animation */
.menu__item,
.btn {
	transition: background-color .25s ease-out;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.3;
	color: #000;
}

h1 {
	font-size: 32px;
	font-size: 2rem;
}

h2 {
	font-size: 24px;
	font-size: 1.5rem;
}

h3 {
	font-size: 20px;
	font-size: 1.25rem;
}

h4 {
	font-size: 18px;
	font-size: 1.125rem;
}

h5 {
	font-size: 16px;
	font-size: 1rem;
}

h6 {
	font-size: 16px;
	font-size: 1rem;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #e22d30;
}

hr {
	margin: 0 0 20px;
	border: 0;
	border-top: 1px solid #dadada;
}

p {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
}

b,
strong {
	font: inherit;
	font-weight: 700;
}

i,
em {
	font: inherit;
	font-style: italic;
}

ol,
ul {
	padding: 0;
	margin: 0;
}

small {
	font-size: 12px;
	font-size: .75rem;
}

mark {
	background-color: #fd5;
}

figure {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
}

figcaption {
	margin-top: 4px;
	margin-top: .25rem;
	color: #666;
}

figcaption h4 {
	margin: 0;
	color: inherit;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: inherit;
}

pre,
code {
	background-color: #f5f5f5;
	border: 1px solid #ebebeb;
}

code {
	padding: 0 5px;
	color: #c33;
}

pre {
	display: block;
	padding: 0;
	padding: 1.25rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	overflow: auto;
	color: #000;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: inherit;
	background: inherit;
	border: 0;
}

kbd {
	padding: 2px 3px;
	color: #fff;
	background-color: #2a2a2a;
}

blockquote {
	display: block;
	padding: 5px 0 5px 15px;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	line-height: 1.6;
	border-left: 5px solid #e22d30;
}

blockquote p:last-child {
	margin: 0;
}

blockquote footer {
	text-align: right;
}

sup,
sub {
	font-size: 10px;
	font-size: .625rem;
	font-style: normal;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

abbr[title] {
	text-decoration: none;
	cursor: help;
	border-bottom: 1px dotted #000;
}

q {
	font-style: italic;
}

address {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	font-family: "Consolas", Courier New, Courier, monospace;
	line-height: 1.5;
}

dl {
	margin: 0 0 10px 20px;
}

dt,
dd {
	display: list-item;
}

dt {
	font-weight: bold;
	list-style-type: square;
}

dd {
	margin-left: 20px;
	list-style-type: circle;
}

select {
	max-width: 100%;
}

.warning {
	padding: 20px 10px;
	text-align: center;
	border: 1px solid #ddd;
}

.warning__icon {
	margin-bottom: 20px;
	fill: #ddd;
}

/* Header */
.header {
	background: #fff;
}

.logo {
	padding: 25px;
}

.logo__link {
	display: inline-block;
}

.logo__item {
	display: inline-block;
	vertical-align: middle;
}

.logo__img {
	max-height: 256px;
}

.social_avatar {
	max-height: 32px;
}

.logo__text {
	text-transform: uppercase;
}

.logo--mixed .logo__item {
	margin: .5rem auto;
}

.logo--mixed .logo__img {
	max-width: 128px;
	max-height: 128px;
}

.logo--mixed .logo__text {
	padding: 0 1rem;
}

.logo__title {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
}

.logo__tagline {
	display: inline-block;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	line-height: 1;
	color: #e22d30;
	border-top: 1px solid #ebebeb;
}

.divider {
	height: 5px;
	margin: 0;
	background: #e22d30;
	border: 0;
}

/* Main menu */
.no-js .menu__btn {
	display: none;
}

.menu__btn {
	display: block;
	width: 100%;
	padding: 0;
	font: inherit;
	color: #fff;
	background: #2a2a2a;
	border: 0;
	outline: 0;
}

.menu__btn-title {
	position: relative;
	display: block;
	padding: 10px 15px;
	padding: .625rem .9375rem;
	font-weight: 700;
	text-align: right;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.menu__btn-icon {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 12px;
	border-top: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
}

.menu__btn-icon::before {
	position: absolute;
	top: 3px;
	left: 0;
	width: 100%;
	height: 2px;
	content: "";
	background: currentColor;
}

:focus > .menu__btn-title {
	box-shadow: inset 0 0 1px 3px #e22d30;
}

button:not(:-moz-focusring):focus > .menu__btn-title {
	box-shadow: none;
}

.menu__btn:focus,
.menu__btn-title:focus {
	outline: 0;
}

.js .menu__btn--active {
	color: #e22d30;
}

.menu__list {
	list-style: none;
	background: #2a2a2a;
}

.menu__item:hover {
	background: #e22d30;
}

.menu__item:first-child {
	border: 0;
}

.menu__item--active {
	background: #e22d30;
}

.menu__link {
	display: block;
	padding: 10px 15px;
	padding: .625rem .9375rem;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.menu__link:hover {
	color: #fff;
}

.js .menu__list {
	position: absolute;
	z-index: 1;
	width: 100%;
	visibility: hidden;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

.js .menu__list--active {
	visibility: visible;
	border-top: 1px solid rgba(255, 255, 255, .1);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.menu__list--transition {
	transition: visibility .15s ease, transform .15s ease, -webkit-transform .15s ease;
}

@media screen and (min-width: 767px) {
	.menu {
		border-bottom: 5px solid #e22d30;
	}

	.menu__btn {
		display: none;
	}

	.menu__list,
	.js .menu__list {
		position: relative;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		visibility: visible;
		border: 0;
		-webkit-transform: none;
		transform: none;
	}

	.menu__item {
		border-left: 1px solid rgba(255, 255, 255, .1);
	}
}

@media screen and (max-width: 766px) {
	.menu {
		position: relative;
		background: #2a2a2a;
		border-bottom: 5px solid #e22d30;
	}

	.menu__btn {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 42px;
		padding: 0 16px;
		font-weight: 800;
		letter-spacing: .04em;
		text-transform: uppercase;
	}

	.menu__btn-title {
		padding: 0;
		font-size: 13px;
		line-height: 1;
		text-align: left;
	}

	.menu__list,
	.js .menu__list {
		position: static;
		display: none;
		width: 100%;
		padding: 6px 0;
		visibility: visible;
		border-top: 1px solid rgba(255, 255, 255, .12);
		transform: none;
	}

	.menu--open .menu__list,
	.js .menu--open .menu__list {
		display: grid;
		grid-template-columns: 1fr;
	}

	.menu__item {
		border-top: 1px solid rgba(255, 255, 255, .08);
	}

	.menu__item:first-child {
		border-top: 0;
	}

	.menu__link {
		padding: 10px 16px;
		font-size: 13px;
		line-height: 1.15;
		text-align: left;
	}
}

/* Posts/Pages */
.post__header,
.main__header {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.main__title {
	font-size: 28px;
	font-size: 1.75rem;
}

.main__content {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.meta {
	font-size: 13px;
	font-size: .8125rem;
	vertical-align: baseline;
}

.meta,
.meta a {
	color: #666;
}

.meta a:hover {
	color: #e22d30;
}

.meta__item {
	display: inline;
	margin-left: 15px;
}

.meta__item:first-child {
	margin-left: 0;
}

.meta__icon {
	margin-right: 5px;
	vertical-align: middle;
	fill: #c4c4c4;
}

.meta__text {
	vertical-align: middle;
}

.post__title {
	margin: 0;
}

.post__meta {
	padding: 5px 0;
	margin-top: 10px;
	margin-top: .625rem;
	border-top: 1px dotted #ebebeb;
	border-bottom: 1px dotted #ebebeb;
}

.post__lead {
	margin-top: 4px;
	margin-top: .25rem;
	margin-bottom: 0;
	font-size: 16px;
	font-size: 1rem;
	font-style: italic;
}

.post__thumbnail {
	max-width: 1030px;
	margin: 0 0 20px;
	margin-bottom: 0 0 1.25rem;
}

.post__thumbnail img {
	width: 100%;
}

.content a,
.warning a,
.authorbox__description a {
	font-weight: 700;
	color: #e22d30;
}

.content a:hover,
.warning a:hover,
.authorbox__description a:hover {
	color: #e22d30;
	text-decoration: underline;
}

.content .alignnone {
	display: block;
	margin: 20px 0;
	margin: 1.25rem 0;
}

.content .aligncenter {
	display: block;
	margin: 20px auto;
	margin: 1.25rem auto;
}

.content .alignleft {
	display: inline;
	float: left;
	margin: 5px 20px 20px 0;
	margin: .3125rem 1.25rem 1.25rem 0;
}

.content .alignright {
	display: inline;
	float: right;
	margin: 5px 0 20px 20px;
	margin: .3125rem 0 1.25rem 1.25rem;
}

.content ul {
	list-style: square;
}

.content ol {
	list-style: decimal;
}

.content ul,
.content ol {
	margin: 0 0 20px 40px;
}

.content ul ul,
.content ol ol,
.content ol ul,
.content ul ol {
	margin: 0 0 0 40px;
}

.content li {
	margin-bottom: 5px;
}

.post__footer {
	margin-top: 20px;
	margin-top: 1.25rem;
}

/* Post tags */
.tags {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	font-size: 12px;
	font-size: .75rem;
	line-height: 1;
	color: #fff;
}

.tags__list {
	list-style: none;
}

.tags__item {
	float: left;
	margin: 0 6px 6px 0;
	margin: 0 .375rem .375rem 0;
	text-transform: uppercase;
	background: #2a2a2a;
}

.tags__item:hover {
	background: #e22d30;
}

.tags__link,
.tags__link:hover {
	display: block;
	padding: 10px 15px;
}

.tags__badge {
	float: left;
	width: 32px;
	height: 32px;
	padding: 8px;
	margin-right: 6px;
	background: #e22d30;
	fill: #fff;
}

/* Table of Contents */
.toc {
	margin-bottom: 20px;
	font-weight: 700;
	color: #7a8288;
	background: #fff;
	border-color: #ebebeb;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
}

.toc__title {
	padding: 5px 10px;
	color: #fff;
	text-transform: uppercase;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background: #2a2a2a;
}

.toc__menu ul {
	margin: 0;
	list-style: none;
}

.toc__menu li li a {
	padding-left: 25px;
}

.toc__menu li li li a {
	padding-left: 45px;
}

.toc__menu li li li li a {
	padding-left: 65px;
}

.toc__menu li li li li li a {
	padding-left: 85px;
}

.toc__menu li li li li li li a {
	padding-left: 105px;
}

.toc__menu li {
	margin: 0;
}

.toc__menu a {
	display: block;
	padding: 5px 10px;
	color: #e22d30;
	border-bottom: 1px solid #ebebeb;
}

.toc__menu a:hover {
	text-decoration: underline;
}

/* Author Box */
.authorbox {
	padding: 25px 0;
	margin-bottom: 25px;
	line-height: 1.5;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.authorbox__avatar {
	float: left;
	padding: 3px;
	margin: 0 25px 0 0;
	border: 1px solid #ebebeb;
}

.authorbox__header {
	margin-bottom: 10px;
}

.authorbox__name {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
}

/* List content */
.list__item {
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	border-bottom: 1px solid #ebebeb;
}

.list__header {
	margin-bottom: 10px;
	margin-bottom: .625rem;
}

.list__title {
	font-size: 20px;
	font-size: 1.25rem;
}

.list__meta {
	margin-top: 5px;
}

.list__thumbnail {
	float: left;
	margin: 0 20px 0 0;
}

.list__thumbnail img {
	width: 100%;
	max-width: 235px;
}

.list__footer-readmore {
	float: right;
	margin-top: 10px;
}

/* Pagination */
.pagination {
	margin-top: 20px;
}

.pagination__item {
	display: inline-block;
	padding: 10px 15px;
	font-weight: 700;
	color: #000;
	background: #f5f5f5;
}

.pagination__item:hover,
.pagination__item--current {
	color: #fff;
	background: #e22d30;
}

/* Pager (prev/next links) navigation */
.pager {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ebebeb;
}

.pager__subtitle {
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.pager__title {
	margin-bottom: 0;
	overflow: hidden;
	font-size: 13px;
	font-size: .8125rem;
}

.pager__item {
	-webkit-flex: 1 1 50%;
	flex: 1 1 50%;
	max-width: 48%;
}

.pager__item--next {
	margin-left: auto;
	text-align: right;
}

.pager__link {
	display: block;
}

/* Images / Video */
img {
	width: auto\9; /* ie8 */
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

iframe,
embed,
object,
video {
	max-width: 100%;
}

/* Table */
table {
	width: 100%;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
}

td,
th {
	padding: 5px 10px;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

th {
	font-weight: 700;
}

/* Forms */
input {
	padding: 5px;
	font-size: 12px;
	vertical-align: middle;
	background: #f5f5f5;
	border: 1px solid #ebebeb;
	transition: all .25s ease-in-out;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url] {
	width: 60%;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=url]:hover,
textarea:hover {
	border: 1px solid #aaa;
}

input[type=submit],
input[type=reset] {
	display: inline-block;
	min-width: 150px;
	padding: 10px 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	background: #2a2a2a;
	border: 0;
	transition: all .1s linear;
	-webkit-appearance: none;
}

input[type=submit]:hover,
input[type=reset]:hover {
	background: #e22d30;
}

textarea {
	width: 96%;
	padding: 5px;
	overflow: auto;
	line-height: 1.5;
	resize: vertical;
	background: #f5f5f5;
	border: 1px solid rgba(0, 0, 0, .1);
}

/* Widgets */
.widget {
	margin-bottom: 25px;
	overflow: hidden;
}

.widget:last-child {
	margin-bottom: 0;
}

.widget__title {
	position: relative;
	padding-bottom: 5px;
	font-size: 16px;
	font-size: 1rem;
	text-transform: uppercase;
	border-bottom: 3px solid #e22d30;
}

.widget__item {
	display: block;
	padding: 5px 0;
	border-bottom: 1px dotted #ebebeb;
}

.widget__item:first-child {
	padding-top: 0;
}

.widget__counter--bubble {
	display: inline-block;
	padding: 0 6px;
	font-size: .75rem;
	color: #666;
	text-align: center;
	background: #ebebeb;
	border-radius: 2em;
}

/* Search widget */
.widget-search__form {
	padding: 16px 24px;
	background: #f5f5f5;
}

.widget-search__submit[type=submit] {
	display: none;
}

.widget-search__field {
	width: 100%;
	padding: 6px 8px;
	font-size: 13px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #ebebeb;
	outline-offset: -2px;
	transition: none;
	-webkit-appearance: none;
}

.widget-search__field:active,
.widget-search__field:focus {
	cursor: text;
	outline: 2px solid #005fcc;
}

/* Social widget */
.widget-social__item {
	padding: 0;
	border: 0;
}

.widget-social__link {
	display: block;
	margin: 0 0 8px;
	white-space: normal;
}

.widget-social__link-icon {
	margin: 0 5px 0 0;
	vertical-align: middle;
	fill: #fff;
}

/* Tags Widget */
.widget-taglist__link {
	display: inline-block;
	margin: 0 4px 8px 0;
	font-size: 12px;
	text-transform: uppercase;
}

/* Languages Widget */
.widget-languages__link {
	display: block;
}

.widget-languages__link:hover .widget-languages__link-btn {
	color: #fff;
	background: #e22d30;
}

.widget-languages__link-btn {
	display: inline-block;
}

/* Footer */
.footer {
	padding: 34px 32px 24px;
	font-size: 14px;
	color: rgba(255, 255, 255, .78);
	background: #171717;
	border-top: 6px solid var(--alphanum-red);
}

.footer__container {
	display: grid;
	grid-template-columns: minmax(220px, .85fr) minmax(180px, .6fr) minmax(320px, 1.25fr);
	gap: 28px;
	align-items: start;
}

.footer__brand {
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
}

.footer__logo img {
	width: 78px;
	height: 54px;
	object-fit: contain;
	background: transparent;
}

.footer__title {
	margin: 0 0 6px;
	font-size: 20px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
}

.footer__tagline {
	margin: 0;
	line-height: 1.45;
	color: rgba(255, 255, 255, .72);
}

.footer__heading {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 800;
	color: #ff8a72;
	text-transform: uppercase;
}

.footer__nav ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer__bottom {
	grid-column: 1 / -1;
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding-top: 18px;
	margin-top: 4px;
	border-top: 1px solid rgba(255, 255, 255, .14);
}

.footer__copyright {
	margin: 0;
}

/* Media Queries */
@media screen and (max-width: 1475px) {
	.container--outer {
		width: 95%;
	}
}

@media screen and (max-width: 900px) {
	.container--outer {
		width: 100%;
		margin: 0 auto;
	}

	.wrapper,
	.logo {
		padding: 20px;
	}

	.widget {
		margin-bottom: 20px;
	}

	.footer__container {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.footer-partners,
	.footer__bottom {
		grid-column: 1 / -1;
	}

	.footer .partners-logo-grid {
		grid-template-columns: 1fr;
	}

	.footer__bottom {
		flex-direction: column;
	}
}

@media screen and (max-width: 767px) {
	.wrapper {
		display: block;
	}

	.sidebar {
		float: none;
		width: 100%;
		margin: 0;
	}

	.logo {
		text-align: center;
	}

	.footer {
		padding: 30px 22px 22px;
	}

	.footer__container {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.footer__brand {
		grid-template-columns: 72px minmax(0, 1fr);
		align-items: start;
	}

	.footer__logo img {
		width: 72px;
		height: 50px;
	}

	.footer__nav ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.footer .partners-logo-grid {
		grid-template-columns: 1fr;
		gap: 14px 18px;
	}

	.partners-logo-row--collective,
	.partners-logo-row--institutions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: none;
	}

	.footer .partners-logo-row img {
		height: 40px;
	}

	.logo__link {
		margin: 0 auto;
	}

	.logo__title {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.sidebar {
		margin-top: 20px;
	}
}

.mastodon {
  max-width: 200px;
  max-height: 200px;
 
	float: left;
	margin-right: 15px;
}

@media screen and (max-width: 620px) {
	input[type=text],
	input[type=email],
	input[type=tel],
	input[type=url] {
		width: 88%;
	}

	.meta__item {
		display: block;
		margin-left: 0;
	}

	.authorbox {
		text-align: center;
	}

	.authorbox__avatar {
		display: inline-block;
		float: none;
		margin: 0 0 20px;
	}

	.pager {
		display: block;
	}

	.pager__item {
		min-width: 100%;
		text-align: center;
	}

	.pager__item--prev {
		padding-bottom: 25px;
	}

	.content ul,
	.content ol {
		margin: 0 0 20px 20px;
	}

	.content ul ul,
	.content ol ol,
	.content ol ul,
	.content ul ol {
		margin: 0 0 0 20px;
	}

	.list__thumbnail {
		max-width: 80px;
	}

	.list__title {
		font-size: 16px;
		font-size: 1rem;
	}

	.list__lead {
		font-size: 14px;
		font-size: .875rem;
	}

	.list__meta {
		display: block;
		font-size: 11px;
		font-size: .6875rem;
	}
}

/* ALPHANUM modern layer */
:root {
	--alphanum-ink: #171717;
	--alphanum-muted: #5f6670;
	--alphanum-paper: #ffffff;
	--alphanum-soft: #f2f5f7;
	--alphanum-line: #dde3e8;
	--alphanum-red: #dc4a2d;
	--alphanum-blue: #0f6f8f;
	--alphanum-green: #28765e;
	--alphanum-gold: #b07824;
}

body {
	color: var(--alphanum-ink);
	font-size: 16px;
	background: #e9edf1;
}

.container {
	max-width: 1180px;
}

.container--outer {
	overflow: hidden;
	border-radius: 0;
	box-shadow: 0 18px 50px rgba(23, 23, 23, .10);
}

.wrapper {
	padding: 32px;
}

.social-shell .wrapper {
	padding: 32px;
	background: #F5F7FA;
}

.header {
	border-bottom: 1px solid var(--alphanum-line);
}

.logo {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 22px 32px;
}

.logo--mixed .logo__img,
.logo__img {
	width: 132px;
	max-width: 132px;
	max-height: 88px;
	object-fit: contain;
}

.logo__tagline {
	max-width: 620px;
	padding: 0 0 0 18px;
	margin: 0;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	color: var(--alphanum-red);
	border-top: 0;
	border-left: 1px solid var(--alphanum-line);
}

.menu {
	border-bottom: 0;
	background: var(--alphanum-ink);
}

.menu__list,
.js .menu__list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	background: transparent;
}

.menu__item {
	border-left: 1px solid rgba(255, 255, 255, .10);
}

.menu__link {
	padding: 16px 17px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
}

.menu__item:hover,
.menu__item--active {
	background: var(--alphanum-red);
}

.home {
	--home-bg: #F5F7FA;
	--home-orange: #dc4a2d;
	--home-signal: #fff;
	--home-panel: #fff;
	--home-panel-2: #fff;
	--home-muted: #647080;
	--home-line: rgba(11, 11, 11, .10);
	--home-text: #0b0b0b;
	--home-ink: #161616;
	--home-glitch: #1E3A5F;
	--home-lime: #14B8A6;
	background: var(--home-bg);
}

.home-hero {
	position: relative;
	min-height: 600px;
	display: flex;
	align-items: flex-end;
	max-width: 1180px;
	margin: 28px auto 0;
	padding: 72px;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 78% 18%, rgba(220, 74, 45, .35), transparent 30%),
		linear-gradient(135deg, #0b0b0b, #1E3A5F);
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 0;
	box-shadow: 0 34px 80px rgba(11, 11, 11, .20);
	isolation: isolate;
}

.home-hero::before {
	position: absolute;
	top: -120px;
	right: -110px;
	width: 360px;
	height: 360px;
	content: "";
	background: radial-gradient(circle, rgba(220, 74, 45, .58), rgba(220, 74, 45, 0) 68%);
	filter: blur(8px);
	z-index: 1;
}

.home-hero__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(.92) contrast(1.04);
}

.home-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 78% 18%, rgba(220, 74, 45, .24), transparent 28%),
		linear-gradient(90deg, rgba(11, 11, 11, .92), rgba(11, 11, 11, .64) 54%, rgba(30, 58, 95, .28)),
		linear-gradient(0deg, rgba(11, 11, 11, .88), rgba(11, 11, 11, .10) 62%);
	z-index: 1;
}

.home-hero__content {
	position: relative;
	z-index: 2;
	max-width: 820px;
}

.home-hero__kicker,
.section-heading__eyebrow,
.audience-card__label {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	color: var(--home-orange);
	text-transform: uppercase;
	letter-spacing: 0;
}

.home-hero__kicker {
	color: var(--home-orange);
}

.home-hero h1 {
	max-width: 780px;
	margin-bottom: 22px;
	font-size: 50px;
	font-weight: 800;
	line-height: 1.04;
	color: var(--home-signal);
	letter-spacing: 0;
}

.home-hero__lead {
	max-width: 710px;
	margin-bottom: 34px;
	font-size: 20px;
	line-height: 1.6;
	color: rgba(247, 248, 249, .86);
}

.home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.home-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 13px 20px;
	font-weight: 800;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .44);
	background: rgba(255, 255, 255, .12);
	border-radius: 0;
	backdrop-filter: blur(8px);
	transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.home-button:hover {
	color: #fff;
	background: rgba(255, 255, 255, .20);
	transform: translateY(-2px);
}

.home-button--primary {
	border-color: var(--home-orange);
	background: var(--home-orange);
	box-shadow: 0 16px 34px rgba(220, 74, 45, .28);
}

.home-button--primary:hover {
	background: #c83f26;
}

.audience-grid,
.home-content,
.home-strip,
.home-pillars,
.home-overview {
	padding: 72px 48px;
}

.home-overview {
	padding-top: 36px;
	padding-bottom: 46px;
	background: var(--home-bg);
}

.audience-grid {
	padding-bottom: 48px;
	background:
		radial-gradient(circle at 12% 10%, rgba(220, 74, 45, .10), transparent 28%),
		var(--home-bg);
}

.home-audience-header .section-heading h2 {
	color: var(--home-text);
}

.home-overview .heritage-stats {
	max-width: 1180px;
	margin: 0 auto;
	gap: 16px;
	background: transparent;
	border: 0;
}

.home-overview .heritage-stats div {
	position: relative;
	display: flex;
	min-height: 166px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 28px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 0;
	background:
		linear-gradient(135deg, rgba(220, 74, 45, .96), rgba(186, 53, 31, .96));
	box-shadow: 0 22px 48px rgba(11, 11, 11, .12);
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease;
}

.home-overview .heritage-stats div::before {
	display: inline-flex;
	width: fit-content;
	margin-bottom: 16px;
	padding: 5px 10px;
	content: attr(data-label);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	color: rgba(255, 255, 255, .92);
	text-transform: uppercase;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 0;
	background: rgba(255, 255, 255, .12);
}

.home-overview .heritage-stats div::after {
	display: none;
}

.home-overview .heritage-stats div:hover {
	box-shadow: 0 28px 58px rgba(11, 11, 11, .16);
	transform: translateY(-4px);
}

.home-overview .heritage-stats div:nth-child(2) {
	background:
		linear-gradient(135deg, #1E3A5F, #142840);
	border: 0;
	box-shadow: 0 22px 48px rgba(11, 11, 11, .12);
}

.home-overview .heritage-stats div:nth-child(2)::before {
	content: attr(data-label);
}

.home-overview .heritage-stats div:nth-child(3) {
	background:
		linear-gradient(135deg, #14B8A6, #0d8278);
	box-shadow: 0 22px 48px rgba(11, 11, 11, .12);
}

.home-overview .heritage-stats div:nth-child(3)::before {
	content: attr(data-label);
}

.home-overview .heritage-stats strong,
.home-overview .heritage-stats div:nth-child(2) strong,
.home-overview .heritage-stats div:nth-child(3) strong {
	color: #fff;
}

.home-overview .heritage-stats span {
	max-width: 260px;
	text-align: left;
	color: rgba(255, 255, 255, .92);
}

.section-heading {
	max-width: 760px;
	margin-bottom: 30px;
}

.section-heading h2,
.home-strip h2 {
	margin-bottom: 0;
	font-size: 40px;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: 0;
}

.home-audience-header {
	max-width: 1180px;
	margin: 0 auto 30px;
}

.home-audience-header .section-heading {
	margin-bottom: 0;
}

.audience-cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	max-width: 1180px;
	margin: 0 auto;
}

.audience-card {
	position: relative;
	display: flex;
	min-height: 310px;
	flex-direction: column;
	justify-content: flex-start;
	padding: 28px;
	color: var(--home-ink);
	border: 1px solid var(--home-line);
	background: var(--home-panel);
	border-radius: 0;
	box-shadow: 0 18px 44px rgba(11, 11, 11, .07);
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.audience-card::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	content: "";
	background: var(--home-orange);
}

.audience-card--research::before {
	background: var(--home-glitch);
}

.audience-card--research {
	border-color: rgba(30, 58, 95, .18);
	background:
		linear-gradient(180deg, rgba(30, 58, 95, .08), rgba(255, 255, 255, .95));
	box-shadow: 0 18px 44px rgba(30, 58, 95, .08);
}

.audience-card--teacher::before {
	background: var(--home-lime);
}

.audience-card--teacher {
	border-color: rgba(20, 184, 166, .20);
	background:
		linear-gradient(180deg, rgba(20, 184, 166, .08), rgba(255, 255, 255, .95));
	box-shadow: 0 18px 44px rgba(20, 184, 166, .08);
}

.audience-card--donor::before {
	background: #7B4A2D;
}

.audience-card--donor {
	border-color: rgba(123, 74, 45, .20);
	background:
		linear-gradient(180deg, rgba(123, 74, 45, .08), rgba(255, 255, 255, .95));
	box-shadow: 0 18px 44px rgba(123, 74, 45, .08);
}

.audience-card:hover {
	color: var(--home-ink);
	border-color: rgba(220, 74, 45, .22);
	box-shadow: 0 26px 58px rgba(11, 11, 11, .13);
	transform: translateY(-6px);
}

.audience-card h3 {
	margin: 0 0 14px;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.16;
	color: var(--home-ink);
	letter-spacing: 0;
}

.audience-card p {
	color: var(--home-muted);
}

.audience-card__cta {
	font-weight: 800;
	color: var(--home-orange);
}

.audience-card__label {
	display: inline-flex;
	width: fit-content;
	min-height: 31px;
	align-items: center;
	margin-bottom: 18px;
	padding: 7px 11px;
	color: #fff;
	background: var(--home-orange);
	border-radius: 0;
}

.audience-card--research .audience-card__label {
	background: var(--home-glitch);
	color: #fff;
}

.audience-card--teacher .audience-card__label {
	background: var(--home-lime);
	color: #fff;
}

.audience-card--donor .audience-card__label {
	background: #7B4A2D;
	color: #fff;
}

.audience-card__footer {
	display: grid;
	gap: 8px;
	margin-top: auto;
	padding-top: 20px;
}

.audience-card__url {
	display: inline-flex;
	width: fit-content;
	max-width: 100%;
	padding: 6px 10px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.4;
	color: #303842;
	background: rgba(255, 255, 255, .76);
	border: 1px solid var(--home-line);
	border-radius: 0;
	text-transform: uppercase;
	white-space: nowrap;
}

.audience-card--research .audience-card__label,
.audience-card--research .audience-card__cta {
	color: var(--home-glitch);
}

.audience-card--teacher .audience-card__label,
.audience-card--teacher .audience-card__cta {
	color: var(--home-lime);
}

.audience-card--donor .audience-card__label,
.audience-card--donor .audience-card__cta {
	color: #7B4A2D;
}

.audience-card--research .audience-card__label,
.audience-card--teacher .audience-card__label,
.audience-card--donor .audience-card__label {
	color: #fff;
}

.audience-card--teacher .audience-card__label {
	color: #fff;
}

.home-card-label {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 800;
	color: var(--home-orange);
	text-transform: uppercase;
}

.home-news-feature {
	max-width: 1180px;
	margin: 0 auto 54px;
}

.home-news-card .home-card-label {
	display: inline-flex;
	width: fit-content;
	padding: 7px 11px;
	color: #fff;
	background: var(--home-orange);
	border-radius: 0;
}

.home-news-card {
	position: relative;
	display: flex;
	min-height: 310px;
	flex-direction: column;
	overflow: visible;
	color: var(--home-ink);
	text-decoration: none;
	border: 1px solid var(--home-line);
	border-left: 0;
	background: var(--home-panel);
	border-radius: 0;
	box-shadow: 0 18px 44px rgba(11, 11, 11, .08);
	isolation: isolate;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.home-news-feature .home-news-card {
	overflow: hidden;
}

.home-news-feature .home-news-card {
	min-height: 0;
	border-left: 1px solid var(--home-line);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(245, 247, 250, .96));
}

.home-news-card:hover,
.home-news-card:focus-visible {
	color: var(--home-ink);
	border-color: rgba(220, 74, 45, .50);
	box-shadow: 0 26px 58px rgba(11, 11, 11, .13);
	text-decoration: none;
	transform: translateY(-6px);
}

.home-news-card::before {
	display: none;
}

.home-news-card__body {
	position: relative;
	z-index: 1;
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px;
	background: var(--home-panel);
	border-radius: 0;
}

.home-news-feature .home-news-card__body {
	display: grid;
	grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr);
	gap: 0;
	align-items: stretch;
	padding: 0;
}

.home-news-card__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 32px 36px;
}

.home-news-card time {
	display: inline-flex;
	width: fit-content;
	min-height: 28px;
	align-items: center;
	padding: 4px 8px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 800;
	color: #b63821;
	background: rgba(220, 74, 45, .09);
	border: 1px solid rgba(220, 74, 45, .18);
	border-radius: 0;
}

.home-news-feature .home-news-card time {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 3;
	margin: 0;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 10px 24px rgba(11, 11, 11, .10);
}

.home-news-card__title {
	margin-bottom: 10px;
	font-size: 23px;
	font-weight: 800;
	line-height: 1.14;
	color: var(--home-orange);
}

.home-news-feature .home-news-card__title {
	font-size: 30px;
}

.home-news-card__image {
	display: block;
	margin-bottom: 12px;
	padding: 8px;
	background: #fff;
	border: 1px solid rgba(220, 74, 45, .16);
	border-radius: 0;
}

.home-news-feature .home-news-card__image {
	margin: 0;
	padding: 0;
	background:
		linear-gradient(135deg, rgba(220, 74, 45, .08), rgba(30, 58, 95, .08)),
		#fff;
	border: 0;
	border-right: 1px solid var(--home-line);
}

.home-news-card__image img {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: auto;
	max-height: 92px;
	margin: 0;
	padding: 18px;
	object-fit: contain;
	border: 0;
	box-shadow: none;
	border-radius: 0;
}

.home-news-feature .home-news-card__image img {
	width: 100%;
	height: 100%;
	min-height: 260px;
	max-height: none;
	padding: 18px;
	object-fit: contain;
}

.home-news-feature .home-news-card__image--cover img {
	padding: 18px;
	object-fit: cover;
}

.home-news-card__text {
	color: var(--home-muted);
}

.home-news-feature .home-news-card__text {
	max-width: 680px;
}

.home-news-card__cta {
	margin-top: auto;
	padding-top: 14px;
	font-weight: 800;
	color: var(--home-orange);
}

/* Legacy specificity guard for home news variants. */
.list-card.home-news-card {
	background: #fff;
}

.list-card.home-news-card::before {
	display: none;
}

.list-card.home-news-card h2 a {
	color: var(--home-orange);
}

.list-card.home-news-card .home-card-label {
	color: #fff;
}

.home-focus-row {
	padding: 30px 48px 84px;
	background:
		radial-gradient(circle at 82% 20%, rgba(30, 58, 95, .10), transparent 28%),
		var(--home-bg);
}

.home-focus-card {
	display: grid;
	grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
	gap: 0;
	align-items: stretch;
	width: 100%;
	max-width: 1180px;
	min-width: 0;
	min-height: 0;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid var(--home-line);
	border-radius: 0;
	background: var(--home-panel);
	box-shadow: 0 28px 70px rgba(11, 11, 11, .14);
}

.list-card.home-focus-card {
	border: 0;
	border-top: 0;
	padding: 0;
	background: var(--home-panel);
	box-shadow: 0 28px 70px rgba(11, 11, 11, .14);
}

.home-focus-card p {
	color: var(--home-muted);
}

.home-focus-card__content {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
	padding: 44px;
	color: var(--home-ink);
}

.home-focus-card__content .home-card-label {
	width: fit-content;
	padding: 7px 11px;
	color: #fff;
	background: var(--home-orange);
	border-radius: 0;
}

.home-focus-card__content h2 {
	font-size: 36px;
	font-weight: 800;
	line-height: 1.14;
	letter-spacing: 0;
}

.home-focus-card__content h2 a {
	color: var(--home-ink);
}

.list-card.home-focus-card .home-focus-card__content h2 a {
	color: var(--home-ink);
}

.home-focus-card__content h2 a:hover {
	color: var(--home-orange);
}

.home-focus-card__media {
	position: relative;
	width: 100%;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #151515;
	border-radius: 0;
}

.home-focus-card__media iframe {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	border: 0;
}

.home-focus-card__media-link {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: block;
	background: transparent;
}

.home-focus-card__media-link:focus-visible {
	outline: 3px solid rgba(220, 74, 45, .55);
	outline-offset: -6px;
}

.mediation-focus-row {
	margin: 34px 0 52px;
}

.mediation-focus-card {
	margin: 34px 0 52px;
}

.research-publications__video {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #151515;
	border: 1px solid var(--page-line);
	box-shadow: 0 16px 34px rgba(11, 11, 11, .16);
}

.research-publications__video iframe {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.social-page {
	min-height: 100vh;
	padding: 0 0 46px;
	color: var(--alphanum-ink);
	background:
		radial-gradient(circle at 86% 0%, rgba(220, 74, 45, .12), transparent 32%),
		#F5F7FA;
}

.social-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 22px;
	align-items: center;
	max-width: 1180px;
	margin: 0 auto 30px;
	min-height: 360px;
	padding: 64px 72px;
	overflow: hidden;
	background: #0b0b0b;
	border: 1px solid rgba(255, 255, 255, .14);
	box-shadow: 0 30px 72px rgba(11, 11, 11, .18);
	isolation: isolate;
}

.social-hero__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 58% 48%;
	filter: saturate(.92) contrast(1.04);
	z-index: -2;
}

.social-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 78% 18%, rgba(220, 74, 45, .24), transparent 28%),
		linear-gradient(90deg, rgba(11, 11, 11, .92), rgba(11, 11, 11, .64) 54%, rgba(30, 58, 95, .28)),
		linear-gradient(0deg, rgba(11, 11, 11, .88), rgba(11, 11, 11, .10) 62%);
	z-index: -1;
}

.social-hero__content {
	position: relative;
	z-index: 1;
	max-width: 860px;
}

.social-hero__eyebrow {
	display: inline-flex;
	width: fit-content;
	padding: 7px 11px;
	margin: 0 0 16px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	color: #fff;
	text-transform: uppercase;
	background: #dc4a2d;
}

.social-hero h1 {
	max-width: 840px;
	margin: 0;
	font-size: 48px;
	font-weight: 800;
	line-height: 1.05;
	color: #fff;
	letter-spacing: 0;
}

.social-hero p:not(.social-hero__eyebrow) {
	max-width: 680px;
	margin: 18px 0 0;
	font-size: 18px;
	line-height: 1.65;
	color: rgba(255, 255, 255, .86);
}

.social-hero__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.social-hero__stats span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 13px;
	font-size: 13px;
	font-weight: 800;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .22);
	background: rgba(11, 11, 11, .42);
}

.social-hero__stats strong {
	font-size: 18px;
	color: #dc4a2d;
}

.social-hero__orb {
	display: none;
}

@keyframes socialPulse {
	0%, 100% { transform: scale(.94); opacity: .72; }
	50% { transform: scale(1.04); opacity: 1; }
}

.social-console {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 340px);
	gap: 18px;
	max-width: 1180px;
	margin: 0 auto 14px;
	padding: 16px;
	border: 1px solid var(--page-line);
	background: #fff;
	box-shadow: 0 18px 44px rgba(11, 11, 11, .07);
}

.social-disclaimer {
	max-width: 1180px;
	margin: 0 auto 28px;
	padding: 12px 16px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
	color: #4e5864;
	border-left: 4px solid #dc4a2d;
	background: #fff;
	box-shadow: 0 12px 34px rgba(11, 11, 11, .05);
}

.social-disclaimer p {
	margin: 0;
}

.social-disclaimer p + p {
	margin-top: 4px;
}

.social-console__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.social-console button,
.social-console__search input {
	min-height: 42px;
	color: #303842;
	border: 1px solid rgba(11, 11, 11, .10);
	background: #F5F7FA;
}

.social-console button {
	padding: 9px 13px;
	font-weight: 800;
	cursor: pointer;
	transition: transform .22s ease, background .22s ease, border-color .22s ease, color .22s ease;
}

.social-console button:hover,
.social-console button.is-active {
	color: #fff;
	border-color: #dc4a2d;
	background: #dc4a2d;
	transform: translateY(-2px);
}

.social-console__search {
	display: grid;
	gap: 7px;
}

.social-console__search span {
	font-size: 11px;
	font-weight: 800;
	color: #6f7782;
	text-transform: uppercase;
}

.social-console__search input {
	width: 100%;
	padding: 10px 12px;
	outline: 0;
}

.social-feed__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	max-width: 1180px;
	margin: 0 auto;
}

.social-post {
	position: relative;
	display: grid;
	grid-template-rows: auto 1fr;
	overflow: hidden;
	border: 1px solid var(--page-line);
	background: #fff;
	box-shadow: 0 18px 44px rgba(11, 11, 11, .07);
	animation: socialRise .6s ease both;
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.social-post:nth-child(2) {
	animation-delay: .08s;
}

.social-post:nth-child(3) {
	animation-delay: .16s;
}

@keyframes socialRise {
	from { opacity: 0; transform: translateY(18px); }
	to { opacity: 1; transform: translateY(0); }
}

.social-post:hover {
	border-color: rgba(220, 74, 45, .32);
	box-shadow: 0 22px 54px rgba(11, 11, 11, .11);
	transform: translateY(-4px);
}

.social-post--alphanum {
	border-color: rgba(220, 74, 45, .30);
	background:
		linear-gradient(180deg, rgba(220, 74, 45, .07), rgba(255, 255, 255, 0) 34%),
		#fff;
}

.social-post--alphanum::before {
	display: block;
	width: 100%;
	height: 5px;
	content: "";
	background: #dc4a2d;
}

.social-post--alphanum .social-post__name {
	color: #dc4a2d;
}

.social-post[hidden] {
	display: none;
}

.social-post__media {
	position: relative;
	display: block;
	overflow: hidden;
	background: #F5F7FA;
}

.social-post__media::after {
	display: none;
}

.social-post__media img {
	display: block;
	width: 100%;
	height: clamp(240px, 32vw, 360px);
	object-fit: contain;
	transform: none;
	background: #F5F7FA;
	transition: transform .35s ease, filter .35s ease;
}

.social-post:hover .social-post__media img {
	filter: saturate(1.08);
	transform: none;
}

.social-post--featured .social-post__media img {
	object-fit: contain;
	padding: 18px;
	background: #fff;
}

.interior-article .social-post__media img {
	margin: 0;
	border: 0;
	box-shadow: none;
}

.social-post__body {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 20px;
}

.social-post__head {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
}

.social-post__avatar {
	width: 42px;
	height: 42px;
	object-fit: cover;
	color: #fff;
	background: #dc4a2d;
	border: 1px solid rgba(11, 11, 11, .10);
	box-shadow: none;
}

.social-post__avatar--ghost {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
}

.interior-article .social-post__avatar {
	margin: 0;
	box-shadow: none;
}

.social-post__name,
.social-post__meta,
.social-post__handle,
.social-post__text {
	margin: 0;
}

.social-post__name {
	font-size: 15px;
	font-weight: 800;
	color: #0b0b0b;
}

.social-post__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 8px;
	align-items: center;
	font-size: 12px;
	font-weight: 800;
	color: #6f7782;
}

.social-post__meta time {
	font: inherit;
	color: inherit;
	white-space: normal;
}

.social-post__handle::after {
	content: "·";
	margin-left: 8px;
}

.social-post__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: start;
	min-height: 30px;
}

.social-post__badges span {
	padding: 6px 9px;
	font-size: 11px;
	font-weight: 800;
	color: #dc4a2d;
	text-transform: uppercase;
	border: 1px solid rgba(220, 74, 45, .20);
	background: rgba(220, 74, 45, .08);
}

.social-post--featured .social-post__badges span:first-child {
	color: #fff;
	border-color: rgba(220, 74, 45, .42);
	background: #dc4a2d;
}

.social-post__text {
	font-size: 17px;
	line-height: 1.55;
	color: #303842;
	overflow-wrap: anywhere;
}

.social-post__text a {
	overflow-wrap: anywhere;
	word-break: break-word;
}

.social-post__embed {
	display: inline-flex;
	width: fit-content;
	margin-top: auto;
	padding-top: 14px;
	font-size: 14px;
	font-weight: 800;
	color: #dc4a2d;
	text-decoration: none;
	border-top: 1px solid var(--page-line);
}

.social-post__embed:hover,
.social-post__embed:focus-visible {
	color: #b73923;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.social-post__skeleton {
	position: relative;
	display: block;
	height: 86px;
	overflow: hidden;
	background:
		linear-gradient(90deg, #F5F7FA, #e8edf3, #F5F7FA);
	background-size: 220% 100%;
	animation: socialSkeleton 1.6s ease infinite;
}

@keyframes socialSkeleton {
	to { background-position: -220% 0; }
}

.social-empty {
	max-width: 1180px;
	margin: 28px auto 0;
	padding: 20px;
	font-weight: 800;
	color: #303842;
	text-align: center;
	border: 1px solid var(--page-line);
	background: #fff;
}

.social-empty[hidden] {
	display: none;
}

.home-strip {
	display: grid;
	grid-template-columns: minmax(240px, .85fr) minmax(0, 1.15fr);
	gap: 34px;
	align-items: center;
	background: var(--alphanum-soft);
	border-top: 1px solid var(--alphanum-line);
	border-bottom: 1px solid var(--alphanum-line);
}

.home-strip p {
	margin: 0;
	font-size: 18px;
	line-height: 1.65;
	color: #39414a;
}

.home-content {
	max-width: 900px;
}

.home-content h1 {
	font-size: 32px;
}

.home-content h2 {
	margin-top: 34px;
	color: var(--alphanum-ink);
}

.home-pillars {
	background: var(--alphanum-paper);
}

.partners-logo-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(58px, 1fr));
	gap: 10px;
	background: transparent;
	border: 0;
}

.partners-logo-grid a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.partners-logo-grid img {
	width: 100%;
	height: 58px;
	padding: 0;
	object-fit: contain;
	background: transparent;
	filter: saturate(.95);
}

.footer-partners {
	margin: 0;
}

.footer .partners-logo-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.partners-logo-row {
	display: grid;
	align-items: center;
	gap: 12px;
}

.partners-logo-row--collective {
	grid-template-columns: repeat(6, minmax(56px, 1fr));
}

.partners-logo-row--institutions {
	grid-template-columns: repeat(4, 96px);
	justify-content: center;
	gap: 28px;
	max-width: 640px;
	width: 100%;
}

.partners-logo-row a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.footer .partners-logo-row img {
	height: 56px;
	max-width: 100%;
	object-fit: contain;
	background: transparent;
}

.footer .partners-logo-row--institutions img {
	height: 56px;
}

.footer .partners-logo-row--institutions img.partner-logo--cnrs {
	height: 56px;
}

.footer .partners-logo-row--institutions img.partner-logo--cnam,
.footer .partners-logo-row--institutions img.partner-logo--inria {
	height: 62px;
}

.footer .partners-logo-row--institutions img.partner-logo--uca {
	height: 70px;
}

.pillar-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: var(--alphanum-line);
	border: 1px solid var(--alphanum-line);
}

.pillar {
	min-height: 210px;
	padding: 26px;
	background: var(--alphanum-paper);
}

.pillar h3 {
	margin-bottom: 14px;
	font-size: 23px;
}

.pillar p {
	margin: 0;
	color: var(--alphanum-muted);
}

.content img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 900px) {
	.logo {
		align-items: flex-start;
		flex-direction: column;
	}

	.logo__tagline {
		padding-left: 0;
		border-left: 0;
	}

	.home-hero {
		min-height: 520px;
		margin: 22px;
		padding: 44px;
		border-radius: 0;
	}

	.home-hero h1 {
		font-size: 40px;
	}

	.audience-cards,
	.home-audience-header,
	.pillar-list,
	.home-strip,
	.home-overview,
	.home-focus-card,
	.partners-logo-grid {
		grid-template-columns: 1fr;
	}

	.home-focus-row {
		padding: 16px 34px 56px;
	}

	.home-news-feature .home-news-card__body {
		grid-template-columns: 1fr;
	}

	.home-news-feature .home-news-card__image {
		border-right: 0;
		border-bottom: 1px solid var(--home-line);
	}

	.home-news-feature .home-news-card__image img {
		min-height: 190px;
	}

	.home-focus-card__media {
		min-height: auto;
		border-radius: 0;
	}

	.home-focus-card {
		position: relative;
		display: grid;
		grid-template-columns: 1fr;
	}

	.home-focus-card__content {
		position: relative;
		top: auto;
		left: auto;
		z-index: 2;
		width: auto;
		padding: 30px;
		background: var(--home-signal);
		color: var(--home-ink);
		box-shadow: none;
	}

	.home-focus-card__content h2 {
		margin-bottom: 14px;
		font-size: 30px;
	}

	.home-focus-card__content h2 a,
	.list-card.home-focus-card .home-focus-card__content h2 a {
		color: var(--home-ink);
	}

	.home-focus-card p:not(.home-card-label) {
		display: block;
	}

	.partners-logo-grid img {
		height: 68px;
	}

	.footer .partners-logo-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.footer .partners-logo-row--collective {
		grid-template-columns: repeat(6, minmax(44px, 1fr));
		grid-template-columns: repeat(6, minmax(0, 1fr));
		gap: 14px 18px;
	}

	.footer .partners-logo-grid img {
		height: 50px;
	}

	.menu__list,
	.js .menu__list {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.menu__item {
		border-top: 1px solid rgba(255, 255, 255, .10);
	}

	.menu__link {
		text-align: center;
	}
}

@media screen and (max-width: 620px) {

	.wrapper,
	.logo,
	.audience-grid,
	.home-overview,
	.home-content,
	.home-pillars,
	.home-strip {
		padding: 24px;
	}

	.footer .partners-logo-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.footer .partners-logo-row--institutions {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 14px 18px;
	}

	.footer .partners-logo-grid img {
		height: 46px;
	}

	.footer .partners-logo-row--institutions img.partner-logo--cnrs {
		height: 46px;
	}

	.footer .partners-logo-row--institutions img.partner-logo--cnam,
	.footer .partners-logo-row--institutions img.partner-logo--inria {
		height: 52px;
	}

	.footer .partners-logo-row--institutions img.partner-logo--uca {
		height: 60px;
	}


	.home-hero {
		min-height: 520px;
		margin: 16px;
		padding: 32px 24px;
		border-radius: 0;
	}

	.home-hero h1 {
		font-size: 33px;
	}

	.section-heading h2,
	.home-strip h2 {
		font-size: 32px;
	}

	.home-hero__lead,
	.home-strip p {
		font-size: 16px;
	}

	.audience-grid {
		padding-bottom: 14px;
	}

	.home-news-feature {
		margin-bottom: 28px;
	}

	.home-news-feature .home-news-card__body {
		padding: 22px;
	}

	.home-news-card__content {
		padding: 24px 0 0;
	}

	.home-news-feature .home-news-card__title {
		font-size: 24px;
	}

	.home-overview {
		padding-top: 22px;
		padding-bottom: 34px;
	}

	.home-focus-row {
		padding: 14px 24px 44px;
	}

	.home-focus-card__content h2 {
		font-size: 28px;
	}

	.home-button {
		width: 100%;
	}

	.menu__list,
	.js .menu__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.menu__link {
		padding: 13px 12px;
		text-align: center;
	}
}

/* ALPHANUM interior pages */
.interior-page {
	background: var(--alphanum-paper);
}

.interior-hero {
	position: relative;
	padding: 54px 56px;
	overflow: hidden;
	color: #fff;
	background:
		linear-gradient(135deg, rgba(14, 18, 22, .99), rgba(26, 34, 42, .96) 58%, rgba(15, 111, 143, .72)),
		linear-gradient(90deg, rgba(255, 255, 255, .07) 1px, transparent 1px),
		linear-gradient(0deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
	background-size: auto, 44px 44px, 44px 44px;
}

.interior-hero::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 6px;
	content: "";
	background: linear-gradient(90deg, var(--alphanum-red), var(--alphanum-blue), var(--alphanum-green));
}

.interior-hero::before {
	display: none;
}

.interior-hero__eyebrow {
	position: relative;
	z-index: 1;
	margin: 0 0 14px;
	font-size: 12px;
	font-weight: 800;
	color: var(--alphanum-red);
	text-transform: uppercase;
}

.interior-hero h1 {
	position: relative;
	z-index: 1;
	max-width: 820px;
	margin: 0;
	font-size: 46px;
	line-height: 1.06;
	color: #fff;
}

.interior-hero__lead {
	position: relative;
	z-index: 1;
	max-width: 760px;
	margin: 18px 0 0;
	font-size: 18px;
	line-height: 1.65;
	color: rgba(255, 255, 255, .86);
}

.interior-layout {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 42px;
	padding: 42px 56px 34px;
}

.interior-layout--modern {
	display: block;
	padding: 38px 56px 34px;
}

.interior-layout--modern .interior-article {
	max-width: 980px;
	margin: 0 auto;
}

.interior-aside {
	align-self: start;
	position: sticky;
	top: 18px;
}

.interior-aside__block {
	padding: 20px;
	border: 1px solid var(--alphanum-line);
	background: var(--alphanum-soft);
}

.interior-aside__block + .interior-aside__block {
	margin-top: 14px;
}

.interior-aside__block--news {
	display: grid;
	gap: 10px;
	padding: 16px;
	background: #fff;
	border-left: 4px solid var(--alphanum-red);
	box-shadow: 0 12px 30px rgba(23, 23, 23, .06);
}

.interior-aside__title {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 800;
	color: var(--alphanum-red);
	text-transform: uppercase;
}

.interior-aside a,
.interior-aside nav a {
	display: block;
	padding: 7px 0;
	font-weight: 700;
	color: #303842;
	border-bottom: 1px solid rgba(23, 23, 23, .08);
}

.interior-aside a:hover {
	color: var(--alphanum-red);
}

.interior-aside--news a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 42px;
	padding: 10px 12px;
	font-size: 14px;
	font-weight: 800;
	color: #303842;
	text-transform: uppercase;
	background: #F5F7FA;
	border: 1px solid rgba(23, 23, 23, .08);
}

.interior-aside--news a::after {
	content: "→";
	color: var(--alphanum-red);
}

.interior-aside--news a:hover,
.interior-aside--news a:focus-visible {
	color: #fff;
	background: var(--alphanum-red);
	border-color: var(--alphanum-red);
}

.interior-aside--news a:hover::after,
.interior-aside--news a:focus-visible::after {
	color: #fff;
}

.interior-aside ul {
	margin: 0;
	list-style: none;
}

.interior-aside li {
	margin: 0;
}

.interior-aside ul ul {
	margin-left: 12px;
}

.interior-article {
	max-width: 780px;
	font-size: 17px;
	line-height: 1.78;
	color: #28313a;
}

.interior-article > h1:first-child {
	display: none;
}

.interior-article h2 {
	margin-top: 44px;
	margin-bottom: 14px;
	padding-top: 18px;
	font-size: 29px;
	line-height: 1.18;
	border-top: 1px solid var(--alphanum-line);
}

.interior-article h3 {
	margin-top: 32px;
	font-size: 22px;
}

.interior-article p {
	margin-bottom: 22px;
}

.interior-article a {
	font-weight: 400;
	color: var(--alphanum-blue);
	text-decoration: none;
}

.interior-article ul,
.interior-article ol {
	margin: 0 0 24px 22px;
}

.interior-article li + li {
	margin-top: 8px;
}

.interior-article img {
	display: block;
	width: 100%;
	max-height: 520px;
	object-fit: cover;
	margin: 26px 0;
	border: 1px solid var(--alphanum-line);
	box-shadow: 0 12px 28px rgba(23, 23, 23, .10);
}

.interior-article img[src$=".svg"] {
	width: auto;
	max-width: 260px;
	max-height: 160px;
	object-fit: contain;
	padding: 18px;
	background: #fff;
}

.news-article-image {
	display: block;
	margin: 0 0 28px;
	padding: 18px;
	background: #fff;
	border: 1px solid var(--alphanum-line);
}

.news-article-image img {
	display: block;
	width: 100%;
	max-height: 520px;
	margin: 0;
	object-fit: contain;
	border: 0;
	box-shadow: none;
}

.news-article-image--cover {
	padding: 18px;
	background: #fff;
}

.news-article-image--cover img {
	max-height: 620px;
	object-fit: cover;
}

.interior-next {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 28px 56px 54px;
	border-top: 1px solid var(--alphanum-line);
}

.interior-next a {
	padding: 10px 14px;
	font-weight: 800;
	color: var(--alphanum-ink);
	background: var(--alphanum-soft);
	border: 1px solid var(--alphanum-line);
}

.interior-next a:hover {
	color: #fff;
	background: var(--alphanum-red);
	border-color: var(--alphanum-red);
}

.hub-form {
	margin: 30px 0 42px;
	padding: 28px;
	color: var(--alphanum-ink);
	border: 1px solid var(--alphanum-line);
	background: linear-gradient(180deg, #fff, #f8fafb);
	box-shadow: 0 14px 34px rgba(23, 23, 23, .08);
}

.hub-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.hub-form label {
	display: block;
	margin: 0 0 18px;
}

.hub-form span {
	display: block;
	margin-bottom: 7px;
	font-size: 13px;
	font-weight: 800;
	color: #303842;
	text-transform: uppercase;
}

.hub-form input[type="text"],
.hub-form input[type="email"],
.hub-form input[type="url"],
.hub-form select,
.hub-form textarea {
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: none;
	padding: 12px 13px;
	font-size: 16px;
	line-height: 1.4;
	color: var(--alphanum-ink);
	border: 1px solid #cbd4dc;
	background: #fff;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
}

.hub-form select {
	padding-right: 42px;
	background-image: linear-gradient(45deg, transparent 50%, #303842 50%), linear-gradient(135deg, #303842 50%, transparent 50%);
	background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%;
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
}

.hub-form input[type="text"]:focus,
.hub-form input[type="email"]:focus,
.hub-form input[type="url"]:focus,
.hub-form select:focus,
.hub-form textarea:focus {
	outline: 3px solid rgba(220, 74, 45, .20);
	border-color: var(--alphanum-red);
}

.hub-form textarea {
	min-height: 180px;
	resize: vertical;
}

.hub-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 20px;
	font-weight: 800;
	color: #fff;
	border: 0;
	background: var(--alphanum-red);
	cursor: pointer;
}

.hub-form__submit:hover {
	background: #c83f26;
}

.mediation-split,
.audience-targets {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 28px 0 36px;
}

.audience-targets {
	grid-template-columns: repeat(4, minmax(190px, 1fr));
	overflow-x: auto;
	padding-bottom: 6px;
}

.mediation-panel,
.audience-target {
	padding: 24px;
	border: 1px solid var(--alphanum-line);
	background: #fff;
	box-shadow: 0 12px 26px rgba(23, 23, 23, .06);
}

.mediation-panel {
	border-top: 5px solid var(--alphanum-blue);
	background: linear-gradient(180deg, #ffffff, #f7fbfd);
}

.audience-target {
	border-top: 5px solid var(--alphanum-green);
	background: linear-gradient(180deg, #ffffff, #f8fbf9);
}

.mediation-panel__eyebrow,
.audience-target__label {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.mediation-panel__eyebrow {
	color: var(--alphanum-blue);
}

.audience-target__label {
	color: var(--alphanum-green);
}

.mediation-panel h3,
.audience-target h3 {
	margin: 0 0 12px;
	font-size: 21px;
	line-height: 1.2;
}

.mediation-panel p,
.audience-target p {
	margin-bottom: 14px;
	color: #3d4650;
}

.mediation-panel ul {
	margin-bottom: 0;
}

.mediation-resource-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 30px 0 42px;
}

.mediation-resource-grid--line {
	grid-template-columns: repeat(3, minmax(230px, 1fr));
	overflow-x: auto;
	padding-bottom: 6px;
}

.mediation-resource-card {
	display: grid;
	grid-template-rows: 180px minmax(0, 1fr);
	overflow: hidden;
	border: 1px solid rgba(15, 111, 143, .28);
	border-top: 5px solid var(--alphanum-blue);
	background: #fff;
	box-shadow: 0 12px 28px rgba(23, 23, 23, .07);
	color: inherit;
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.interior-article a.mediation-resource-card,
.interior-article a.mediation-resource-card:hover,
.interior-article a.mediation-resource-card:focus-visible,
.interior-article a.mediation-resource-card *,
.interior-article a.mediation-resource-card:hover *,
.interior-article a.mediation-resource-card:focus-visible * {
	text-decoration: none;
	text-decoration-thickness: initial;
}

.mediation-resource-card:hover,
.mediation-resource-card:focus-visible {
	transform: translateY(-4px);
	border-color: rgba(15, 111, 143, .48);
	box-shadow: 0 18px 34px rgba(23, 23, 23, .12);
}

.mediation-resource-card--workshop {
	border-color: rgba(40, 118, 94, .28);
	border-top-color: var(--alphanum-green);
}

.mediation-resource-card--workshop:hover,
.mediation-resource-card--workshop:focus-visible {
	border-color: rgba(40, 118, 94, .48);
}

.interior-article .mediation-resource-card img {
	width: 100%;
	height: 180px;
	min-height: 0;
	max-height: none;
	margin: 0;
	object-fit: cover;
	border: 0;
	box-shadow: none;
}

.mediation-resource-card > div {
	display: flex;
	min-height: 0;
	flex-direction: column;
	align-items: flex-start;
	padding: 22px;
}

.mediation-resource-card__label {
	display: inline-flex;
	min-height: 31px;
	align-items: center;
	margin: 0 0 18px;
	font-size: 12px;
	font-weight: 800;
	color: var(--alphanum-blue);
	text-transform: uppercase;
}

.mediation-resource-card:nth-child(2) .mediation-resource-card__label {
	color: var(--alphanum-blue);
}

.mediation-resource-card--workshop .mediation-resource-card__label {
	color: var(--alphanum-green);
}

.mediation-resource-card h3 {
	margin: 0 0 12px;
	width: 100%;
	min-height: 52px;
	font-size: 22px;
	line-height: 1.16;
}

.mediation-resource-card p {
	margin-bottom: 14px;
	color: #3d4650;
}

.interior-article a.mediation-resource-card p:not([class]) {
	font-weight: 400;
}

.mediation-resource-card .mediation-resource-card__label {
	color: var(--alphanum-blue);
}

.mediation-resource-card--workshop .mediation-resource-card__label {
	color: var(--alphanum-green);
}

.mediation-resource-card__focus {
	width: 100%;
	margin-top: auto;
	padding-top: 10px;
	font-size: 14px;
	font-weight: 800;
	color: #303842;
	border-top: 1px solid var(--alphanum-line);
}

.mediation-resource-card__links {
	display: inline-flex;
	align-items: center;
	width: 100%;
	margin: auto 0 0;
	padding: 10px 0 0;
	font-size: 14px;
	font-weight: 800;
	color: var(--alphanum-blue);
	text-decoration: none;
	background: transparent;
	border-top: 1px solid var(--alphanum-line);
}

.mediation-resource-card--workshop .mediation-resource-card__links {
	color: var(--alphanum-green);
	background: transparent;
}

.mediation-resource-card:hover .mediation-resource-card__links,
.mediation-resource-card:focus-visible .mediation-resource-card__links {
	color: var(--alphanum-blue);
}

.mediation-resource-card--workshop:hover .mediation-resource-card__links,
.mediation-resource-card--workshop:focus-visible .mediation-resource-card__links {
	color: var(--alphanum-green);
}

.research-axes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 28px 0 34px;
}

.research-axis-card {
	display: grid;
	grid-template-rows: 210px minmax(0, 1fr);
	overflow: hidden;
	border: 1px solid rgba(15, 111, 143, .28);
	border-top: 5px solid var(--alphanum-blue);
	background: #fff;
	box-shadow: 0 12px 28px rgba(23, 23, 23, .07);
}

.research-axis-card--tech {
	border-color: rgba(40, 118, 94, .28);
	border-top-color: var(--alphanum-green);
}

.interior-article .research-axis-card img {
	width: 100%;
	height: 210px;
	min-height: 0;
	max-height: none;
	margin: 0;
	object-fit: cover;
	border: 0;
	box-shadow: none;
}

.research-axis-card__body {
	display: flex;
	flex-direction: column;
	padding: 24px;
}

.research-axis-card__label {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 800;
	color: var(--alphanum-blue);
	text-transform: uppercase;
}

.research-axis-card--tech .research-axis-card__label {
	color: var(--alphanum-green);
}

.research-axis-card h3 {
	margin: 0 0 14px;
	font-size: 23px;
	line-height: 1.14;
}

.research-axis-card p {
	margin-bottom: 16px;
	color: #3d4650;
}

.research-axis-card p.research-axis-card__examples {
	margin-bottom: 2px;
}

.research-axis-card p.research-axis-card__examples + ul {
	margin-top: 0;
}

.research-axis-card ul {
	margin: 0 0 18px;
	padding-left: 20px;
}

.research-axis-card li {
	margin-bottom: 8px;
}

.research-axis-card__focus {
	margin-top: auto;
	padding-top: 12px;
	min-height: 54px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.4;
	color: #303842;
	border-top: 1px solid var(--alphanum-line);
}

.research-publications {
	display: grid;
	grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
	gap: 0;
	align-items: stretch;
	overflow: hidden;
	margin: 26px 0 34px;
	border: 1px solid rgba(220, 74, 45, .24);
	border-top: 6px solid var(--alphanum-red);
	background: #fff;
	box-shadow: 0 24px 58px rgba(11, 11, 11, .11);
}

.research-publications__media {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px;
	background:
		radial-gradient(circle at 78% 18%, rgba(220, 74, 45, .18), transparent 36%),
		linear-gradient(135deg, rgba(30, 58, 95, .12), rgba(220, 74, 45, .08)),
		#F5F7FA;
	border-right: 1px solid var(--alphanum-line);
}

.interior-article .research-publications__media img {
	width: 220px;
	max-width: 100%;
	margin: 0;
	border: 1px solid var(--alphanum-line);
	box-shadow: 0 16px 34px rgba(11, 11, 11, .16);
}

.research-publications__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 34px;
}

.research-publications__label {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 800;
	color: var(--alphanum-red);
	text-transform: uppercase;
}

.research-publications h3 {
	margin: 0 0 14px;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.14;
}

.research-publications p {
	max-width: 680px;
	color: #3d4650;
}

.research-publications__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.research-publications__tags span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 5px 9px;
	font-size: 13px;
	font-weight: 800;
	color: #303842;
	background: var(--alphanum-soft);
	border: 1px solid var(--alphanum-line);
}

.research-publications__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 42px;
	padding: 11px 16px;
	margin-top: 22px;
	font-size: 13px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	background: var(--alphanum-red);
	transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.interior-article .research-publications__link,
.interior-article .research-publications__link:visited,
.interior-article .research-publications__link * {
	color: #fff;
}

.research-publications__link:hover,
.research-publications__link:focus-visible {
	color: #fff;
	text-decoration: none;
	background: #c83f26;
	box-shadow: 0 12px 24px rgba(220, 74, 45, .22);
	transform: translateY(-2px);
}

.heritage-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin: 30px 0 38px;
	background: var(--alphanum-line);
	border: 1px solid var(--alphanum-line);
}

.heritage-stats div {
	padding: 22px;
	background: #fff;
}

.heritage-stats strong {
	display: block;
	margin-bottom: 6px;
	font-size: 34px;
	line-height: 1;
	color: var(--alphanum-red);
}

.heritage-stats span {
	display: block;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
	color: #303842;
	text-transform: uppercase;
}

.heritage-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 26px 0 38px;
}

.heritage-grid--preserved {
	grid-template-columns: repeat(4, minmax(190px, 1fr));
	overflow-x: auto;
	padding-bottom: 6px;
}

.heritage-card {
	padding: 24px;
	border: 1px solid var(--alphanum-line);
	border-top: 5px solid var(--alphanum-red);
	background: #fff;
	box-shadow: 0 12px 26px rgba(23, 23, 23, .06);
}

.heritage-card__label,
.collection-card__label {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 800;
	color: var(--alphanum-red);
	text-transform: uppercase;
}

.heritage-card h3,
.collection-card h3,
.donation-callout h3 {
	margin: 0 0 12px;
	font-size: 21px;
	line-height: 1.2;
}

.heritage-card p,
.collection-card p,
.donation-callout p {
	margin-bottom: 12px;
	color: #3d4650;
}

.collection-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(230px, 1fr));
	gap: 18px;
	margin: 28px 0 40px;
	overflow-x: auto;
	padding-bottom: 6px;
}

.collection-card {
	display: grid;
	grid-template-rows: 180px minmax(0, 1fr);
	overflow: hidden;
	padding: 0;
	color: inherit;
	text-decoration: none;
	border: 1px solid rgba(220, 74, 45, .28);
	border-top: 5px solid var(--alphanum-red);
	background: #fff;
	box-shadow: 0 12px 28px rgba(23, 23, 23, .07);
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.collection-card:hover,
.collection-card:focus-visible {
	color: inherit;
	text-decoration: none;
	border-color: rgba(220, 74, 45, .48);
	box-shadow: 0 18px 34px rgba(23, 23, 23, .12);
	transform: translateY(-4px);
}

.collection-card--games {
	border-color: rgba(40, 118, 94, .28);
	border-top-color: var(--alphanum-green);
}

.collection-card--games:hover,
.collection-card--games:focus-visible {
	border-color: rgba(40, 118, 94, .48);
}

.collection-card--science {
	border-color: rgba(15, 111, 143, .28);
	border-top-color: var(--alphanum-blue);
}

.collection-card--science:hover,
.collection-card--science:focus-visible {
	border-color: rgba(15, 111, 143, .48);
}

.interior-article .collection-card img,
.interior-article .donation-callout img {
	width: 100%;
	height: 100%;
	max-height: none;
	min-height: 0;
	margin: 0;
	object-fit: cover;
	box-shadow: none;
}

.interior-article .collection-card img {
	height: 180px;
	border: 0;
}

.collection-card > div {
	display: flex;
	min-height: 0;
	flex-direction: column;
	align-items: flex-start;
	padding: 22px;
}

.collection-card__label {
	display: inline-flex;
	min-height: 31px;
	align-items: center;
	margin-bottom: 18px;
}

.collection-card h3 {
	width: 100%;
	min-height: 26px;
}

.collection-card--games .collection-card__label,
.collection-card--games .collection-card__links {
	color: var(--alphanum-green);
}

.collection-card--science .collection-card__label,
.collection-card--science .collection-card__links {
	color: var(--alphanum-blue);
}

.collection-card__links {
	width: 100%;
	margin-top: auto;
	padding-top: 10px;
	font-size: 14px;
	font-weight: 800;
	color: var(--alphanum-red);
	border-top: 1px solid var(--alphanum-line);
}

.interior-article a.collection-card,
.interior-article a.collection-card:hover,
.interior-article a.collection-card:focus-visible,
.interior-article a.collection-card *,
.interior-article a.collection-card:hover *,
.interior-article a.collection-card:focus-visible * {
	text-decoration: none;
	text-decoration-thickness: initial;
}

.interior-article a.collection-card p:not([class]) {
	font-weight: 400;
}

.network-card {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr);
	gap: 24px;
	align-items: stretch;
	margin: 26px 0 34px;
	padding: 18px;
	border: 1px solid rgba(15, 111, 143, .28);
	border-top: 5px solid var(--alphanum-blue);
	background: #fff;
	box-shadow: 0 12px 26px rgba(23, 23, 23, .06);
}

.interior-article .network-card img {
	width: 100%;
	height: 100%;
	min-height: 230px;
	max-height: none;
	margin: 0;
	object-fit: cover;
	border: 0;
	box-shadow: none;
}

.network-card > div {
	padding: 8px 6px;
}

.network-card__label {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 800;
	color: var(--alphanum-blue);
	text-transform: uppercase;
}

.network-card h3 {
	margin: 0 0 12px;
	font-size: 23px;
	line-height: 1.2;
}

.network-card p {
	margin-bottom: 12px;
	color: #3d4650;
}

.network-card__link {
	margin-top: 16px;
	margin-bottom: 0;
}

.network-card__link a {
	display: inline-flex;
	align-items: center;
	padding: 10px 14px;
	font-weight: 800;
	color: #fff;
	text-decoration: none;
	background: var(--alphanum-blue);
}

.network-card__link a:hover,
.network-card__link a:focus-visible {
	color: #fff;
	background: #0b5b75;
}

.donation-callout {
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr);
	gap: 24px;
	align-items: center;
	margin: 26px 0 22px;
	padding: 18px;
	border: 1px solid rgba(220, 74, 45, .28);
	background: #fff7f4;
}

.donation-callout a,
.donation-callout a:visited {
	display: inline-flex;
	padding: 10px 14px;
	color: #fff;
	text-decoration: none;
	background: var(--alphanum-red);
}

.donation-callout a:hover {
	color: #fff;
	background: #c83f26;
}

.contact-illustration {
	margin: 0 0 28px;
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(220, 74, 45, .22);
	background: #fff7f4;
	box-shadow: 0 18px 38px rgba(11, 11, 11, .10);
}

.interior-article .contact-illustration img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 320px;
	margin: 0;
	object-fit: cover;
	border: 0;
	box-shadow: none;
}

.hub-button-row {
	margin: 24px 0 0;
}

.hub-button,
.hub-button:visited {
	display: inline-flex;
	padding: 12px 16px;
	font-weight: 800;
	color: #fff;
	text-decoration: none;
	background: var(--alphanum-red);
}

.hub-button:hover,
.hub-button:focus-visible,
.hub-button:active,
.interior-article a.hub-button,
.interior-article a.hub-button:visited,
.interior-article a.hub-button:hover,
.interior-article a.hub-button:focus-visible,
.interior-article a.hub-button:active {
	color: #fff;
	text-decoration: none;
}

.hub-button:hover,
.hub-button:focus-visible,
.hub-button:active,
.interior-article a.hub-button:hover,
.interior-article a.hub-button:focus-visible,
.interior-article a.hub-button:active {
	background: #c83f26;
}

.actors-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 30px 0 42px;
}

.actor-card {
	display: grid;
	grid-template-rows: 150px minmax(0, 1fr);
	overflow: hidden;
	border: 1px solid var(--alphanum-line);
	background: #fff;
	box-shadow: 0 12px 28px rgba(23, 23, 23, .07);
}

.interior-article .actor-card img {
	width: 100%;
	height: 150px;
	min-height: 0;
	max-height: none;
	margin: 0;
	object-fit: cover;
	border: 0;
	box-shadow: none;
}

.interior-article .actor-card img[src$=".svg"],
.interior-article .actor-card img[src$=".png"] {
	width: 100%;
	max-width: none;
	max-height: none;
	object-fit: contain;
	padding: 22px;
	background: transparent;
}

.actor-card > div {
	display: flex;
	flex-direction: column;
	padding: 20px;
}

.actor-card__label {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 800;
	color: var(--alphanum-red);
	text-transform: uppercase;
}

.actor-card h2 {
	margin: 0 0 12px;
	padding: 0;
	font-size: 20px;
	line-height: 1.18;
	border: 0;
}

.interior-article .actor-card h2 {
	margin: 0 0 12px;
	padding: 0;
	font-size: 20px;
	line-height: 1.18;
	border: 0;
}

.interior-article .actor-card h2::before {
	display: none;
}

.actor-card p {
	margin-bottom: 12px;
	color: #3d4650;
}

.actor-card__tags,
.actor-card__links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 14px 0 16px;
}

.actor-card__links {
	margin-top: auto;
	margin-bottom: 0;
	padding-top: 14px;
}

.actor-card__tags span,
.actor-card__links a {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 5px 9px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	color: #303842;
	text-decoration: none;
	overflow-wrap: anywhere;
	background: #F5F7FA;
	border: 1px solid var(--page-line);
}

.actor-card__links a:hover,
.actor-card__links a:focus-visible {
	color: var(--alphanum-red);
	border-color: rgba(220, 74, 45, .26);
	background: rgba(220, 74, 45, .08);
}

.actor-card__focus {
	padding-top: 10px;
	font-size: 14px;
	font-weight: 800;
	color: #303842;
	border-top: 1px solid var(--alphanum-line);
}

.collective-map {
	display: grid;
	grid-template-columns: minmax(320px, .78fr) minmax(480px, 1fr);
	gap: 42px;
	align-items: center;
	margin: 34px 0 46px;
	padding: 34px;
	border: 1px solid var(--alphanum-line);
	border-top: 6px solid var(--alphanum-red);
	background: #fff;
	box-shadow: 0 18px 44px rgba(11, 11, 11, .07);
}

.collective-map__label {
	display: inline-flex;
	width: fit-content;
	padding: 7px 11px;
	margin: 0 0 14px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	color: #fff !important;
	text-transform: uppercase;
	background: #dc4a2d;
}

.collective-map h3 {
	margin: 0 0 14px;
	font-size: 25px;
	font-weight: 800;
	line-height: 1.16;
}

.collective-map p {
	color: #2f3945;
}

.collective-map__media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 430px;
	padding: 32px;
	background: #F5F7FA;
	border: 1px solid rgba(11, 11, 11, .10);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .55);
}

.interior-article .collective-map__media img,
.interior-article .collective-map__media img[src$=".svg"] {
	width: 100%;
	max-width: 620px;
	height: auto;
	max-height: 560px;
	margin: 0;
	padding: 0;
	object-fit: contain;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.actor-pillars {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin: 24px 0 36px;
	background: var(--alphanum-line);
	border: 1px solid var(--alphanum-line);
}

.actor-pillars section {
	padding: 24px;
	background: #fff;
}

.actor-pillars h3 {
	margin: 0 0 10px;
	font-size: 22px;
}

.actor-pillars p {
	margin: 0;
	color: #3d4650;
}

.project-missions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 30px 0 42px;
}

.project-missions section {
	padding: 24px;
	border: 1px solid var(--alphanum-line);
	border-top: 5px solid var(--alphanum-red);
	background: #fff;
	box-shadow: 0 12px 28px rgba(23, 23, 23, .07);
}

.project-missions__label {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 800;
	color: var(--alphanum-red);
	text-transform: uppercase;
}

.project-missions h3 {
	margin: 0 0 12px;
	font-size: 23px;
	line-height: 1.2;
}

.project-missions p {
	margin-bottom: 0;
	color: #3d4650;
}

.project-impact {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin: 28px 0 42px;
	background: var(--alphanum-line);
	border: 1px solid var(--alphanum-line);
}

.project-impact div {
	padding: 24px;
	background: var(--alphanum-soft);
}

.project-impact strong {
	display: block;
	margin-bottom: 8px;
	font-size: 42px;
	line-height: 1;
	color: var(--alphanum-red);
}

.project-impact span {
	display: block;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.4;
	color: #303842;
	text-transform: uppercase;
}

.project-possibilities {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

.project-possibilities .heritage-card {
	padding: 18px;
}

.project-possibilities .heritage-card h3 {
	font-size: 20px;
}

.project-possibilities .heritage-card p {
	font-size: 15px;
	line-height: 1.55;
}

.cite-callout {
	position: relative;
	margin: 34px 0 46px;
	padding: 0;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 82% 18%, rgba(220, 74, 45, .22), transparent 30%),
		linear-gradient(120deg, rgba(23, 23, 23, .98), rgba(30, 58, 95, .86));
	border: 0;
	box-shadow: 0 24px 58px rgba(23, 23, 23, .22);
	isolation: isolate;
}

.cite-callout::before {
	position: absolute;
	inset: auto 0 0 0;
	height: 7px;
	content: "";
	background: linear-gradient(90deg, var(--alphanum-red), var(--alphanum-blue), var(--alphanum-green));
}

.cite-callout__header {
	position: relative;
	z-index: 2;
	max-width: 900px;
	padding: 42px 42px 30px;
}

.cite-callout__eyebrow {
	position: relative;
	z-index: 1;
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 800;
	color: #ff8a72;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.cite-callout h2 {
	position: relative;
	z-index: 1;
	max-width: 760px;
	margin: 0 0 18px;
	padding: 0;
	font-size: 48px;
	line-height: 1.03;
	color: #fff;
	border: 0;
}

.cite-callout p {
	position: relative;
	z-index: 1;
	max-width: 790px;
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 1.6;
	color: rgba(255, 255, 255, .86);
}

.cite-callout p:last-child {
	margin-bottom: 0;
}

.cite-callout__actions {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.cite-callout__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 17px;
	font-weight: 800;
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, .38);
	background: rgba(255, 255, 255, .10);
}

.cite-callout__actions a:first-child {
	border-color: var(--alphanum-red);
	background: var(--alphanum-red);
}

.cite-callout__actions a:hover {
	color: #fff;
	background: #c83f26;
	border-color: #c83f26;
}

.list-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	padding: 36px 56px 56px;
}

.list-card {
	padding: 24px;
	border: 1px solid var(--alphanum-line);
	background: #fff;
}

.list-card h2 {
	margin-bottom: 12px;
	font-size: 23px;
}

.list-card h2 a {
	color: var(--alphanum-ink);
}

.list-card h2 a:hover {
	color: var(--alphanum-red);
}

.list-card--news {
	overflow: hidden;
	padding: 0;
}

.list-card--news h2,
.list-card--news .list-card__date,
.list-card--news .list-card__summary,
.list-card--news .list-card__more {
	margin-right: 24px;
	margin-left: 24px;
}

.list-card__image {
	display: block;
	height: 190px;
	margin-bottom: 20px;
	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid var(--alphanum-line);
}

.list-card__image img {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	padding: 16px;
	object-fit: contain;
}

.list-card__image--cover {
	height: clamp(250px, 24vw, 320px);
	background: #fff;
}

.list-card__image--cover img {
	padding: 16px;
	object-fit: cover;
	object-position: center;
}

.list-card__date {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 500;
	color: #6f7782;
}

.list-card__summary {
	margin: 0;
	color: #3d4650;
}

.list-card__more {
	display: inline-flex;
	width: fit-content;
	margin-top: 12px;
	margin-bottom: 24px;
	font-weight: 800;
	color: var(--alphanum-red);
}

.list-card__more:hover,
.list-card__more:focus-visible {
	color: #b63821;
}

/* Interior premium alignment with the homepage */
.interior-page,
.interior-page--list {
	--page-bg: #F5F7FA;
	--page-orange: #dc4a2d;
	--page-black: #0b0b0b;
	--page-blue: #1E3A5F;
	--page-cyan: #14B8A6;
	--page-dark: #232323;
	--page-text: #161616;
	--page-muted: #647080;
	--page-line: rgba(11, 11, 11, .10);
	background:
		radial-gradient(circle at 12% 4%, rgba(220, 74, 45, .10), transparent 26%),
		var(--page-bg);
}

.interior-hero {
	max-width: 1180px;
	margin: 28px auto 0;
	padding: 64px 72px;
	background:
		radial-gradient(circle at 82% 18%, rgba(220, 74, 45, .32), transparent 30%),
		linear-gradient(135deg, rgba(11, 11, 11, .98), rgba(30, 58, 95, .92));
	background-size: auto;
	border: 1px solid rgba(255, 255, 255, .14);
	box-shadow: 0 30px 72px rgba(11, 11, 11, .18);
	isolation: isolate;
}

.interior-hero--image {
	min-height: 360px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	background: #0b0b0b;
}

.interior-hero--news-single {
	min-height: 360px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.interior-hero__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(.92) contrast(1.04);
	z-index: -2;
}

.interior-hero--patrimoine-detail .interior-hero__image {
	object-position: 52% 44%;
	transform: scale(1.18);
}

.interior-hero--project-detail .interior-hero__image {
	object-position: 50% 50%;
	filter: saturate(.95) contrast(1.06);
}

.interior-hero--project-detail .interior-hero__overlay {
	background:
		linear-gradient(90deg, rgba(10, 10, 10, .88), rgba(10, 10, 10, .58) 48%, rgba(10, 10, 10, .16)),
		linear-gradient(0deg, rgba(10, 10, 10, .82), rgba(10, 10, 10, .08) 58%);
}

.interior-hero--recherche-detail .interior-hero__image {
	object-position: 72% 56%;
}

.interior-hero--news-detail .interior-hero__image {
	object-position: 50% 44%;
	transform: scale(1.04);
	filter: saturate(.96) contrast(1.08) brightness(.92);
}

.interior-hero--news-detail .interior-hero__overlay {
	background:
		radial-gradient(circle at 78% 18%, rgba(220, 74, 45, .24), transparent 28%),
		linear-gradient(90deg, rgba(11, 11, 11, .92), rgba(11, 11, 11, .64) 54%, rgba(30, 58, 95, .28)),
		linear-gradient(0deg, rgba(11, 11, 11, .88), rgba(11, 11, 11, .10) 62%);
}

.interior-hero--contact-detail .interior-hero__image {
	object-position: 66% 58%;
}

.interior-hero--mediation-detail .interior-hero__image {
	object-position: 58% 76%;
}

.interior-hero--collectif-detail .interior-hero__image {
	object-position: 62% 50%;
}

.interior-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 78% 18%, rgba(220, 74, 45, .24), transparent 28%),
		linear-gradient(90deg, rgba(11, 11, 11, .92), rgba(11, 11, 11, .64) 54%, rgba(30, 58, 95, .28)),
		linear-gradient(0deg, rgba(11, 11, 11, .88), rgba(11, 11, 11, .10) 62%);
	z-index: -1;
}

.interior-hero::after {
	height: 6px;
	background: linear-gradient(90deg, var(--page-orange), var(--page-blue), var(--page-cyan));
}

.interior-hero__eyebrow {
	display: inline-flex;
	width: fit-content;
	padding: 7px 11px;
	color: #fff;
	background: var(--page-orange);
}

.interior-hero h1 {
	font-size: 52px;
	font-weight: 800;
	letter-spacing: 0;
}

.interior-hero__lead {
	color: rgba(255, 255, 255, .86);
}

.interior-hero__date {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 18px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	color: rgba(255, 255, 255, .82);
}

.interior-hero__date::before {
	display: block;
	width: 28px;
	height: 2px;
	content: "";
	background: var(--page-orange);
}

.interior-hero--image .interior-hero__lead {
	min-height: calc(2 * 1.65em);
}

.interior-layout,
.interior-layout--modern {
	max-width: 1180px;
	margin: 0 auto;
	padding-top: 58px;
	padding-bottom: 58px;
}

.interior-layout--modern .interior-article,
.interior-article {
	max-width: 980px;
	color: var(--page-text);
}

.interior-article h2 {
	margin-top: 58px;
	padding-top: 0;
	font-size: 35px;
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: 0;
	border-top: 0;
}

.interior-article h2::before {
	display: block;
	width: 56px;
	height: 5px;
	margin-bottom: 18px;
	content: "";
	background: var(--page-orange);
}

.interior-article h3 {
	font-weight: 800;
	letter-spacing: 0;
}

.interior-article p,
.interior-article li {
	color: #2f3945;
}

.interior-article a {
	color: var(--page-blue);
	font-weight: 400;
	text-decoration: none;
}

.plain-resource-list a,
.plain-resource-list a:visited,
.plain-resource-list a:hover,
.plain-resource-list a:focus-visible,
.interior-article #ressources + ul a,
.interior-article #ressources + ul a:visited,
.interior-article #ressources + ul a:hover,
.interior-article #ressources + ul a:focus-visible {
	color: inherit;
	font-weight: 400;
	text-decoration: none;
	text-decoration-thickness: initial;
	background: transparent;
	box-shadow: none;
}

.hub-form,
.mediation-panel,
.audience-target,
.mediation-resource-card,
.research-axis-card,
.research-publications,
.heritage-card,
.collection-card,
.network-card,
.donation-callout,
.actor-card,
.collective-map,
.actor-pillars section,
.project-missions section,
.project-impact div,
.list-card {
	border: 1px solid var(--page-line);
	background: #fff;
	box-shadow: 0 18px 44px rgba(11, 11, 11, .07);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.mediation-resource-card,
.research-axis-card,
.collection-card {
	border-top-width: 6px;
}

.heritage-card,
.project-missions section {
	border-top: 6px solid var(--page-orange);
}

.actor-pillars section,
.project-impact div {
	border-top: 6px solid var(--page-cyan);
}

.audience-target {
	border-top: 6px solid var(--page-orange);
}

.mediation-panel,
.research-axis-card,
.mediation-resource-card,
.network-card {
	border-top-color: var(--page-blue);
}

.mediation-resource-card--workshop,
.research-axis-card--tech,
.collection-card--games {
	border-top-color: var(--page-cyan);
}

.collection-card--science {
	border-top-color: var(--page-blue);
}

.mediation-resource-card:hover,
.mediation-resource-card:focus-visible,
.collection-card:hover,
.collection-card:focus-visible,
.hub-button:hover,
.hub-button:focus-visible {
	box-shadow: 0 26px 58px rgba(11, 11, 11, .13);
	transform: translateY(-5px);
}

.research-axis-card:hover,
.heritage-card:hover,
.actor-card:hover,
.collective-map:hover,
.project-missions section:hover,
.project-impact div:hover,
.audience-target:hover {
	box-shadow: 0 24px 52px rgba(11, 11, 11, .10);
	transform: translateY(-4px);
}

.heritage-card__label,
.collection-card__label,
.mediation-panel__eyebrow,
.audience-target__label,
.mediation-resource-card__label,
.research-axis-card__label,
.research-publications__label,
.network-card__label,
.actor-card__label,
.collective-map__label,
.project-missions__label,
.cite-callout__eyebrow {
	display: inline-flex;
	width: fit-content;
	padding: 7px 11px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	color: #fff;
	text-transform: uppercase;
	background: var(--page-orange);
}

.mediation-panel__eyebrow,
.mediation-resource-card__label,
.research-axis-card__label,
.network-card__label,
.collection-card--science .collection-card__label {
	color: #fff;
	background: var(--page-blue);
}

.mediation-resource-card--workshop .mediation-resource-card__label,
.research-axis-card--tech .research-axis-card__label,
.collection-card--games .collection-card__label {
	color: #fff;
	background: var(--page-cyan);
}

.research-publications__tags span {
	color: #303842;
	background: #F5F7FA;
	border-color: var(--page-line);
}

.interior-article .heritage-card__label,
.interior-article .collection-card__label,
.interior-article .mediation-panel__eyebrow,
.interior-article .audience-target__label,
.interior-article .mediation-resource-card__label,
.interior-article .research-axis-card__label,
.interior-article .research-publications__label,
.interior-article .network-card__label,
.interior-article .actor-card__label,
.interior-article .collective-map__label,
.interior-article .project-missions__label,
.interior-article .cite-callout__eyebrow {
	color: #fff;
}

.research-publications__media {
	background:
		radial-gradient(circle at 28% 24%, rgba(220, 74, 45, .14), transparent 34%),
		linear-gradient(135deg, rgba(30, 58, 95, .10), rgba(20, 184, 166, .08)),
		#F5F7FA;
}

.research-publications {
	grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
	margin: 30px 0 40px;
	border: 1px solid rgba(220, 74, 45, .24);
	border-top: 6px solid var(--page-orange);
	box-shadow: 0 24px 58px rgba(11, 11, 11, .11);
}

.research-publications__content {
	justify-content: center;
	padding: 34px;
}

.research-publications h3 {
	font-size: 30px;
	font-weight: 800;
	letter-spacing: -.02em;
}

.interior-article .research-publications__media img {
	width: 220px;
	box-shadow: 0 16px 34px rgba(11, 11, 11, .16);
}

.cite-callout {
	margin: 42px 0 54px;
	background:
		radial-gradient(circle at 82% 18%, rgba(220, 74, 45, .24), transparent 30%),
		radial-gradient(circle at 94% 82%, rgba(15, 111, 143, .26), transparent 36%),
		linear-gradient(90deg, rgba(11, 11, 11, .96), rgba(11, 11, 11, .72) 54%, rgba(30, 58, 95, .42)),
		linear-gradient(0deg, rgba(11, 11, 11, .90), rgba(11, 11, 11, .16) 62%);
	box-shadow: 0 30px 72px rgba(11, 11, 11, .18);
}

.cite-callout::before {
	background: linear-gradient(90deg, var(--page-orange), var(--page-blue), var(--page-cyan));
}

.cite-callout h2 {
	font-weight: 800;
	letter-spacing: 0;
}

.cite-callout--manifesto h2 {
	font-size: 56px;
}

.interior-article .cite-callout h2::before {
	display: none;
}

.interior-article .cite-callout__eyebrow {
	color: #fff;
}

.interior-article .cite-callout .cite-callout__eyebrow {
	margin-bottom: 20px;
}

.interior-article .cite-callout h2 {
	margin-top: 0;
}

.interior-article .cite-callout h2,
.interior-article .cite-callout p {
	color: #fff;
}

.interior-article .cite-callout p {
	color: rgba(255, 255, 255, .88);
}

.interior-article .heritage-card__label,
.interior-article .collection-card__label,
.interior-article .mediation-panel__eyebrow,
.interior-article .audience-target__label,
.interior-article .mediation-resource-card__label,
.interior-article .research-axis-card__label,
.interior-article .research-publications__label,
.interior-article .network-card__label,
.interior-article .actor-card__label,
.interior-article .collective-map__label,
.interior-article .project-missions__label,
.interior-article .cite-callout__eyebrow,
.interior-hero__eyebrow {
	color: #fff !important;
}

.cite-callout__actions a,
.hub-button,
.hub-button:visited,
.hub-form__submit,
.network-card__link a,
.donation-callout a,
.donation-callout a:visited {
	background: var(--page-orange);
	transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.interior-article .cite-callout__actions a,
.interior-article .cite-callout__actions a:visited,
.interior-article .cite-callout__actions a:hover,
.interior-article .cite-callout__actions a:focus-visible,
.interior-article .cite-callout__actions a:active {
	color: #fff;
	text-decoration: none;
}

.interior-article .network-card__link a,
.interior-article .network-card__link a:visited,
.interior-article .network-card__link a:hover,
.interior-article .network-card__link a:focus-visible,
.interior-article .network-card__link a:active {
	color: #fff;
	text-decoration: none;
}

.cite-callout__actions a:hover,
.hub-form__submit:hover,
.network-card__link a:hover,
.network-card__link a:focus-visible,
.donation-callout a:hover {
	background: #c83f26;
	transform: translateY(-2px);
}

.cite-callout__actions a,
.interior-article .cite-callout__actions a,
.interior-article .cite-callout__actions a:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 13px 20px;
	font-weight: 800;
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, .44);
	background: rgba(255, 255, 255, .12);
	backdrop-filter: blur(8px);
	box-shadow: none;
	transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.cite-callout__actions a:first-child,
.interior-article .cite-callout__actions a:first-child,
.interior-article .cite-callout__actions a:first-child:visited {
	border-color: var(--page-orange);
	background: var(--page-orange);
	box-shadow: 0 16px 34px rgba(220, 74, 45, .28);
}

.cite-callout__actions a:hover,
.cite-callout__actions a:focus-visible,
.interior-article .cite-callout__actions a:hover,
.interior-article .cite-callout__actions a:focus-visible {
	color: #fff;
	background: rgba(255, 255, 255, .20);
	border-color: rgba(255, 255, 255, .58);
	transform: translateY(-2px);
}

.cite-callout__actions a:first-child:hover,
.cite-callout__actions a:first-child:focus-visible,
.interior-article .cite-callout__actions a:first-child:hover,
.interior-article .cite-callout__actions a:first-child:focus-visible {
	background: #c83f26;
	border-color: #c83f26;
}

.btn,
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.home-button,
.hub-button,
.interior-article a.hub-button,
.hub-form__submit,
.research-publications__link,
.interior-article .research-publications__link,
.network-card__link a,
.interior-article .network-card__link a,
.cite-callout__actions a,
.interior-article .cite-callout__actions a,
.list__footer-readmore,
.pager__link,
.widget-search__submit,
.social-console button {
	font-weight: 800;
}

.list-grid {
	max-width: 1180px;
	margin: 0 auto;
}

.list-card:hover {
	border-color: rgba(220, 74, 45, .24);
	box-shadow: 0 24px 52px rgba(11, 11, 11, .10);
	transform: translateY(-4px);
}

@media screen and (max-width: 900px) {
	.interior-hero {
		margin: 22px;
		padding: 48px 44px;
	}

	.interior-hero h1 {
		font-size: 38px;
	}

	.interior-layout {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 32px 34px;
	}

	.interior-layout--modern {
		padding: 30px 34px;
	}

	.interior-aside {
		position: static;
	}

	.list-grid {
		grid-template-columns: 1fr;
		padding: 32px 34px;
	}

	.research-axes {
		grid-template-columns: 1fr;
	}

	.collection-list,
	.mediation-resource-grid--line {
		grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
		overflow-x: visible;
	}

	.audience-targets,
	.heritage-grid--preserved {
		grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr));
		overflow-x: visible;
	}

	.research-publications {
		grid-template-columns: 1fr;
	}

	.research-publications__media {
		border-right: 0;
		border-bottom: 1px solid var(--alphanum-line);
	}

	.network-card {
		grid-template-columns: 1fr;
	}

	.social-page {
		padding: 28px 34px 68px;
	}

	.social-hero {
		grid-template-columns: 1fr;
		padding: 56px 34px 30px;
	}

	.social-hero h1 {
		font-size: 48px;
	}

	.social-hero__orb {
		position: absolute;
		right: 0;
		top: 28px;
		width: 160px;
		height: 160px;
		opacity: .45;
	}

	.social-console {
		grid-template-columns: 1fr;
	}

	.social-feed__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.social-post,
	.social-post--featured,
	.social-post--ghost {
		grid-column: auto;
	}

	.interior-next {
		padding: 24px 34px 42px;
	}
}

@media screen and (max-width: 620px) {
	.interior-hero {
		padding: 34px 24px;
	}

	.interior-hero h1 {
		font-size: 31px;
	}

	.interior-hero__lead,
	.interior-article {
		font-size: 16px;
	}

	.interior-layout,
	.list-grid {
		padding: 26px 24px;
	}

	.interior-layout--modern {
		padding: 26px 24px;
	}

	.interior-article h2 {
		font-size: 25px;
	}

	.research-axis-card {
		grid-template-rows: 180px minmax(0, 1fr);
	}

	.interior-article .research-axis-card img {
		height: 180px;
	}

	.research-axis-card__body {
		padding: 20px;
	}

	.research-publications__content {
		padding: 22px;
	}

	.research-publications__media {
		padding: 16px;
	}

	.research-publications h3 {
		font-size: 24px;
	}

	.social-page {
		padding: 30px 28px 62px;
	}

	.social-hero {
		margin-bottom: 18px;
		padding: 48px 24px 28px;
	}

	.social-hero h1 {
		font-size: 26px;
		line-height: 1.08;
		overflow-wrap: break-word;
	}

	.social-hero p:not(.social-hero__eyebrow) {
		margin-top: 18px;
		font-size: 17px;
		line-height: 1.55;
	}

	.social-hero__stats {
		gap: 8px;
		margin-top: 24px;
	}

	.social-hero__orb {
		display: none;
	}

	.social-console {
		gap: 12px;
		padding: 12px;
		margin-bottom: 24px;
	}

	.social-console__filters {
		gap: 8px;
	}

	.social-console button {
		padding: 8px 10px;
		font-size: 13px;
	}

	.social-feed__grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.social-post,
	.social-post--featured,
	.social-post--ghost {
		grid-column: auto;
	}

	.social-post__body {
		gap: 12px;
		padding: 14px;
	}

	.social-post__head {
		grid-template-columns: 42px minmax(0, 1fr);
		padding: 0;
	}

	.social-post__head time {
		grid-column: 2;
	}

	.social-post__avatar {
		width: 42px;
		height: 42px;
	}

	.social-post__media img {
		height: 260px;
	}

	.social-post--featured .social-post__media img {
		height: 260px;
		padding: 12px;
	}

	.social-post__text {
		padding: 0;
		font-size: 15px;
	}

	.social-post__embed {
		padding-top: 12px;
	}

	.interior-next {
		padding: 22px 24px 34px;
	}

	.hub-form {
		padding: 20px;
	}

	.hub-form__grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.hub-form__submit {
		width: 100%;
	}

	.mediation-split,
	.mediation-resource-grid,
	.heritage-stats,
	.heritage-grid {
		grid-template-columns: 1fr;
	}

	.collection-card,
	.donation-callout {
		grid-template-columns: 1fr;
	}

	.interior-article .collection-card img,
	.interior-article .network-card img,
	.interior-article .donation-callout img,
	.interior-article .actor-card img,
	.interior-article .mediation-resource-card img {
		height: 190px;
		min-height: 0;
	}

	.actors-grid,
	.collective-map,
	.actor-pillars,
	.project-missions,
	.project-impact {
		grid-template-columns: 1fr;
	}

	.cite-callout {
		padding: 0;
	}

	.cite-callout h2 {
		font-size: 30px;
	}

	.cite-callout__header {
		padding: 28px;
	}

	.cite-callout__actions a {
		width: 100%;
		justify-content: center;
	}
}

@media screen and (max-width: 480px) {
	.social-feed__grid {
		grid-template-columns: 1fr;
	}

	.social-post,
	.social-post--featured,
	.social-post--ghost {
		grid-column: 1;
	}
}

@media screen and (max-width: 766px) {
	.menu__list,
	.js .menu__list {
		display: none;
		grid-template-columns: 1fr;
	}

	.menu--open .menu__list,
	.js .menu--open .menu__list {
		display: grid;
	}

	.menu__link {
		text-align: left;
	}
}
 
