/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bold}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

* { box-sizing: border-box }
img { max-width: 100%; }

:root {
	--font-family: system-ui, sans-serif;
	--brand-font-family: "Oswald", sans-serif;
	--site-max-width: 1000px;
	--site-gutter: 1rem;
	--content-side-padding: 16px;
	
	--accent-color: #d29f13;
	--accent-color-link: #d29f13;
	--primary-color: #000000;
	--secondary-color: #555555;
	--background-color: #ffffff;
	--background-tint-color: #f2f3f5;
	
	--button-background-color: rgba(220,222,228, 0.95);
	--button-hover-background: linear-gradient(rgb(0 0 0/30%) 0 0);
	
	--hover-hilight-background-color: rgba(0,0,0, 0.15);
	
	--divider-color: rgba(0,0,0, 0.15);
	--icon-border-color: #cccccc;
	--input-border-color: rgba(0,0,0, 0.25);
}

.dark {
	--accent-color: #d29f13;
	--accent-color-link: #d29f13;
	--primary-color: #ffffff;
	--secondary-color: #bbbbbb;
	--background-color: #000000;
	--background-tint-color: #121315;
	
	--button-background-color: rgba(30,32,38, 0.95);
	--button-hover-background: linear-gradient(rgb(255 255 255/18%) 0 0);
	
	--hover-hilight-background-color: rgba(255,255,255, 0.15);
	
	--divider-color: rgba(255,255,255, 0.2);
	--icon-border-color: #333333;
}

/* Breakpoints: mobile first; tablet; large */
@media (min-width: 768px) {
	
}
@media (min-width: 1024px) {
	
}

html {
	background-color: var(--background-color);
	font-family: var(--font-family);
	font-size: 16px;
	line-height: 1.5;
	font-optical-sizing: auto;
}

body {
	margin: 0;
	padding: 0;
	color: var(--primary-color);
	background-color: var(--background-color);
}


/* Skip to content
-------------------------------------------------- */
.skip-to-content-link {
	position: absolute;
	z-index: 50;
	left: 50%;
	font-size: 16px;
	font-weight: 600;
	color: white;
	background: var(--accent-color);
	padding: 12px 20px;
	position: absolute;
	transform: translateY(-100%);
	transition: transform 0.2s;
}
.skip-to-content-link:focus {
	transform: translateY(0%);
}

/* Typography: Fonts
-------------------------------------------------- */
.brand-font {
	font-family: var(-brand-font);
	font-optical-sizing: auto;
	font-style: normal;
}

/* Typography: Headings
-------------------------------------------------- */
h1, .heading-h1 {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.125;
	letter-spacing: 0.004em;
	margin-top: 0;
	margin-bottom: 0;
}
h2, .heading-h2 {
	font-size: 1.438rem;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: .009em;
	margin-top: 2.0em;
	margin-bottom: 0.5em;
}
h3, .heading-h3 {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.19;
	margin-top: 1.6em;
	margin-bottom: 0.75em;
}
h4, .heading-h4 {
	font-size: 1.125rem;
	line-height: 1.24;
	margin-top: 1.5em;
	margin-bottom: 0.75em;
}
h5, .heading-h5 {
	font-size: 1.0rem;
	margin-top: 0;
	margin-top: 1.5em;
	margin-bottom: 0.8em;
}

@media (min-width: 768px) {
	h1, .heading-h1 {
		font-size: 2.125rem;
		line-height: 1.15;
		letter-spacing: -.003em;
	}
	h2, .heading-h2 {
		font-size: 1.625rem;
	}
	h3, .heading-h3 {
		font-size: 1.5rem;
		line-height: 1.14;
	}
	h4, .heading-h4 {
		
	}
	h5, .heading-h5 {
		
	}
}



/* Typography: Standardize paragraph sizing across typical elements
-------------------------------------------------- */
p,
ul,
ol {
	font-size: 1rem;
	margin-block-start: 0.8em;
	margin-block-end: 1.0em;
}

.lead {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: .007em;
	margin-top: 1em;
	margin-bottom: 1.5em;
}

.small-print {
	display: block;
	font-size: 12px;
	line-height: 16px;
}

@media (min-width: 50em) {
	.lead {
		font-size: 1.25rem;
		line-height: 1.375;
	}
}

/* Typography: Links
-------------------------------------------------- */
a,
.link {
	color: var(--accent-color-link);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.15em;
}

a.text-color {
	color: var(--primary-color);
}

a.plain-link {
	text-decoration: none;
	color: inherit;
}
a.plain-link:hover {
	text-decoration: underline;
}

a.chevron-link {
	position: relative;
}
a.chevron-link:after {
	display: inline-block;
	margin-left: 0.25ch;
	content: '›';
	font-size: 1.15em;
	color: inherit;
}
a.inline-block-link {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	color: var(--accent-color-link);
	background-color: var(--background-tint-color);
	white-space: nowrap;
	margin: 4px 0;
	padding: 8px 16px;
	border-radius: 5px;
}
a.inline-block-link:hover {
	background-color: var(--hover-hilight-background-color);
}

/* Typography: Styled headings
-------------------------------------------------- */
.numbered-heading {
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 4em;
}
.numbered-heading:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	background-color: var(--accent-color);
	transform: translateY(-0.8em);
}
.numbered-heading .number {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -2.0em;
	width: 2.0em;
	height: 2.0em;
	font-size: 0.75em;
	background-color: var(--background-color);
	border: 3px solid var(--accent-color);
	border-radius: 50%;
}
.sub-heading {
	font-size: 1.15em;
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 2em;
}











/* Images: Base
-------------------------------------------------- */
figure {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 1rem 0 3rem 0;
}
figure img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	height: auto;
	border-radius: 15px;
}
figure.with-background {
	background-color: var(--background-tint-color);
	padding: 25px 22px;
	border-radius: 18px;
}
figure.with-background img {
	width: 100%;
	max-width: 380px;
}
figcaption {
	font-size: 14px;
	font-weight: 500;
	font-style: italic;
	text-align: center;
	color: var(--secondary-color);
	margin-top: 10px;
}
.image {
	max-width: 100%;
}

/* Multimedia: Base
-------------------------------------------------- */
iframe.multimedia {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	border: none;
	border-radius: 10px;
	margin: 1rem 0 3rem 0;
}
audio.audio-player {
	width: 100%;
	margin: 0 0 1rem 0;
}

/* Images: Colour theme
-------------------------------------------------- */
.show-on-dark-theme {
	display: none;
}
.dark .show-on-dark-theme {
	display: block;
}
.dark .show-on-light-theme {
	display: none;
}

/* Breadcrumbs
   -------------------------------------------------------------------------------- */
.breadcrumbs {
	margin-block-start: 0;
	margin-block-end: 0;
	padding: 5px 0 10px 0;
}

.breadcrumbs ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumbs li {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	color: var(--secondary-color);
}

.breadcrumbs li + li:before {
	content: "›";
	font-size: 1.25em;
	padding: 0 0.5em;
	color: var(--secondary-color);
}

.breadcrumbs a {
	color: var(--primary-color);
	font-weight: normal
}



















/* Layout
-------------------------------------------------- */
.container {
	max-width: var(--site-max-width);
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--content-side-padding);
	padding-right: var(--content-side-padding);
}

.character-width-container {
	max-width: 42rem;
	margin-left: auto;
	margin-right: auto;
}

/* Layout: Grid columns
-------------------------------------------------- */
.grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 768px) {
	.with-aside {
		gap: 8%;
		grid-template-columns: minmax(0, 1fr) 260px;
	}
}




















/* Navbar
-------------------------------------------------- */
.navbar {
	margin-bottom: 20px;
	padding: 5px 0 8px 0;
	border-bottom: 1px solid var(--divider-color);
}

.navbar-container {
	display: flex;
	align-items: center;
	gap: 10px;
	max-width: var(--site-max-width);
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--content-side-padding);
	padding-right: var(--content-side-padding);
}

.navbar .spacer {
	flex-grow: 1;
}

.navbar-link {
	color: var(--primary-color);
	text-decoration: none;
	font-size: 13px;
	font-weight: 300;
}

.navbar-menu {
	display: flex;
	align-items: center;
}

.navbar-menu .navbar-link {
	padding: 0.3em 0.75em;
	color: var(--secondary-color);
}
.navbar-menu .navbar-link:hover {
	color: var(--primary-color);
	background-color: var(--hover-hilight-background-color);
	border-radius: 6px;
}

.navbar-logo {
	vertical-align: middle;
	width: 128px;
	height: auto;
}

@media (min-width: 768px) {
	.navbar-logo {
		width: 170px;
	}
}

.navbar-buttons {
	display: flex;
	align-items: center;
}

.navbar-button {
	display: inline-flex;
	flex-grow: 0;
	flex-shrink: 0;
	padding: 6px 12px;
	color: var(--primary-color);
	border: none;
	background: transparent;
}

.navbar-button:hover {
	background-color: var(--hover-hilight-background-color);
	border-radius: 8px;
}

.navbar-button .icon {
	width: 20px;
	height: 20px;
}

.dark .navbar-button img {
	filter: invert(1)
}







/* Side nav
-------------------------------------------------- */
.sidenav {
	position: fixed;
	z-index: 20;
	top: 60px;
	left: 0;
	width: 100%;
	height: 100vh;
	height: 100lvh;
	height: calc(100vh - 50px);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background-color: var(--background-tint-color);
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 30px;
	opacity: 1;
	transform: translateX(-100%);
	transition: transform .34s;
	transition-timing-function: cubic-bezier(.32, .08, .24, 1);
}

@media (min-width: 768px) {
	.sidenav {
		left: 0;
		width: 30%;
		padding-left: 40px;
		padding-right: 40px;
		border-top-right-radius: 8px;
	}
}

.sidenav-is-open .sidenav {
	overflow: auto;
	opacity: 1;
	transform: translateX(0%);
	transition: transform 0.28s;
	transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

.sidenav-heading {
	display: block;
	font-size: 1.25em;
	font-weight: 800;
	margin: 1.25em 0 0 0;
}

.sidenav-menu {
	margin: 1em 0;
}
.sidenav-menu .menu-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.75em 0.5em;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	color: var(--primary-color);
}
.sidenav-menu .menu-item:hover {
	background-color: var(--hover-hilight-background-color);
	border-radius: 6px;
}
.sidenav-menu .menu-item.active {
	color: var(--accent-color-link);
}







































/* Buttons
-------------------------------------------------- */
.button {
	appearance: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.2px;
	text-decoration: none;
	white-space: nowrap;
	border: none;
	border-radius: 6px;
	color: var(--accent-color-link);
	background-color: var(--button-background-color);
	height: 3em;
	padding: 0 2em;
}

.button.xs { font-size: 12px; font-weight: 600; height: 2.75em; padding: 0 1.25em; }
.button.sm { font-size: 13px; font-weight: 600; height: 2.75em; }

.button.plain {
	color: var(--accent-color-link);
	background-color: transparent;
}
.button.prominent {
	font-weight: bold;
	color: black;
	background-color: var(--accent-color);
}
.button.white-background {
	color: var(--accent-color);
	font-weight: 600;
}

.button.call-to-action {
	border-radius: 100px;
}

.button:hover {
	background-image: var(--button-hover-background);
}
.button:active {
	opacity: 0.64;
}

.button.stretch {
	width: 100%;
}

/* Segmented buttons
-------------------------------------------------- */
.segmented-control {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	overflow: auto;
	white-space: nowrap;
	gap: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: var(--background-tint-color);
	border-radius: 200px;
	padding: 6px;
	-webkit-overflow-scrolling: touch;
}
.segmented-control .item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 0;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	padding: 0.5em 1em;
	color: var(--primary-color);
	border-radius: 200px;
}
.segmented-control .item:hover {
	background-color: var(--hover-hilight-background-color);
}
.segmented-control .item.active {
	color: black;
	background-color: var(--accent-color);
}

/* Visually-divided heading
-------------------------------------------------- */
.prominent-heading {
	display: flex;
	flex-direction: row;
	gap: 15px;
	align-items: center;
	padding-bottom: 12px;
	border-bottom: 5px solid var(--divider-color);
}
.prominent-heading .icon {
	width: 26px;
	height: 26px;
}
.prominent-heading h2 {
	margin-top: 0;
}


















/* Components: Info panel
-------------------------------------------------- */
.info-panel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 0 14px 0;
	padding: 25px 15px;
	border-radius: 10px;
	background-color: var(--background-tint-color);
}

.info-panel .title {
	display: block;
	font-size: 17px;
	font-weight: 600;
	margin: 0;
}
.info-panel .text {
	display: block;
	font-size: 13px;
	margin: 0 0 5px 0;
}





























/* Cards
-------------------------------------------------- */
.card {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 15px;
	position: relative;
}

/* If we want to make the whole card clickable, add 'anchor' class on the target link. */
.card a.anchor:before {
	position: absolute;
	inset: 0;
	content: '';
	z-index: 10;
}

.card .image {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 6px;
}

.card .body {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 10px;
}

/* Card content
-------------------------------------------------- */
.card .by-line {
	display: flex;
	align-items: center;
	font-size: 11px;
	font-weight: 300;
	color: var(--secondary-color);
}

.card .by-line a {
	color: inherit;
	text-decoration: none;
}

.card .by-line .author-avatar {
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 4px;
	background-color: #ddd;
}

.card .title {
	flex: 1;
	font-family: var(--brand-font-family);
	font-size: 18px;
	line-height: 1.4;
	font-weight: 500;
	color: inherit;
	text-decoration: none;
	margin: 0;
}
.hero-card .title {
	font-size: 26px;
}

.card .title a {
	display: block;
	color: inherit;
	text-decoration: none;
}
.card a:hover,
.card a:active {
	text-decoration: underline;
}

.card .sub-title {
	flex: 1;
	font-size: 13px;
	font-weight: 300;
	margin: 0;
	min-height: 0;
}

.card .footer {
	display: flex;
	align-items: center;
	font-size: 11px;
	font-weight: 300;
	color: var(--secondary-color);
}

.card .footer a {
	text-decoration: none;
}

.card .footer .reading-time {
	position: relative;
}
.card .footer .reading-time:before {
	position: relative;
	display: inline-block;
	content: '•';
	margin: 0 3px;
}

/* Hero card
-------------------------------------------------- */
@media screen and (min-width: 768px) {
	.hero-card {
		flex-direction: row;
		gap: 50px;
		align-items: center;
	}
	.hero-card .image {
		width: 45%;
		border-radius: 8px;
	}
	.hero-card .title {
		font-size: 28px;
	}
}

/* Feature card
-------------------------------------------------- */
.feature-card {
	flex-direction: row;
	gap: 50px;
	align-items: center;
}
.feature-card .image {
	width: 100%;
	aspect-ratio: 3 / 2;
	border-radius: 8px;
}
.feature-card .body {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 100px 16px 14px 16px;
	background-image: linear-gradient(to top, rgba(0,0,0, 0.75), rgba(0,0,0, 0));
}

.feature-card .by-line,
.feature-card .footer {
	color: white;
}

.feature-card .title {
	color: white;
}

@media screen and (min-width: 768px) {
	.feature-card .title {
		font-size: 23px;
	}
	.feature-card .image {
		aspect-ratio: 3 / 1.25;
	}
}

/* Info card
-------------------------------------------------- */
.info-card {
	display: flex;
	flex-direction: column;
	padding: 14px 16px 14px 16px;
	background-color: var(--background-tint-color);
	border-radius: 8px;
	color: inherit;
	text-decoration: none;
}
a.info-card:hover .title {
	text-decoration: underline;
}

.info-card .title {
	flex: 1;
	display: block;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 800;
	margin: 0;
}

.info-card .footer {
	margin-top: 70px;
}

.info-card .footer .info {
	display: block;
	font-size: 14px;
}

/* Media card
-------------------------------------------------- */
.multimedia-card .image {
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 8px;
}

.multimedia-card .title {
	font-size: 0.913rem;
}





/* Author card
-------------------------------------------------- */
.author-card {
	display: flex;
	align-items: center;
	flex: 1;
	gap: 14px;
	position: relative;
}

/* If we want to make the whole card clickable, add 'anchor' class on the target link. */
.author-card a.anchor:before {
	position: absolute;
	inset: 0;
	content: '';
	z-index: 10;
}

.author-card .author-avatar {
	width: 50px;
	height: 50px;
	background-color: var(--background-tint-color);
	border-radius: 50%;
}

.author-card .body {
	display: flex;
	flex-direction: column;
}

.author-card .title {
	display: block;
	font-family: var(--brand-font-family);
	font-size: 1rem;
	margin: 0;
	color: var(--primary-color);
	text-decoration: none;
}

.author-card .description {
	display: block;
	font-size: 0.813em;
	font-weight: 300;
	color: var(--accent-color);
	margin: 0;
}

/* Person card
-------------------------------------------------- */
.person-card {
	display: block;
	text-align: center;
	color: inherit;
	text-decoration: none;
}

.person-card .avatar {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	object-fit: cover;
}

.person-card .name {
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
	color: inherit;
}


















































/* Collections
-------------------------------------------------- */
.collection {
	--cols: 1;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(var(--cols), minmax(0, 1fr));
}

.cols-1 { --cols: 1; }
.cols-2 { --cols: 2; }
.cols-3 { --cols: 3; }

@media (min-width: 768px) {
	.cols-md-2 { --cols: 2; }
	.cols-md-3 { --cols: 3; }
	.cols-md-4 { --cols: 4; }
	.cols-md-5 { --cols: 5; }
	.cols-md-6 { --cols: 6; }
	.cols-md-8 { --cols: 8; }
}

/* Collection: Basic horizontal scroll without snapping etc.
-------------------------------------------------- */
.horizontal-content {
	display: flex;
	flex-wrap: nowrap;
	gap: 4px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -16px;
	margin-right: -16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.horizontal-content::-webkit-scrollbar {
	display: none;
}

@media screen and (min-width: 768px) {
	.horizontal-content {
		justify-content: center;
	}
}

/* Collection: Horizontal Track
-------------------------------------------------- */
.horizontal-track {
	display: flex;
	flex-wrap: nowrap;
	gap: 12px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -16px;
	margin-right: -16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 0;
	padding-bottom: 0;
	scroll-snap-type: x mandatory;
	scroll-padding: 16px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.horizontal-track::-webkit-scrollbar {
	display: none;
}

.horizontal-track-item {
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
	width: 48.5%;
	width: calc(50% - 8px);
	max-width: 300px;
	scroll-snap-align: start;
}

/* Sizing. By default we have 2 items in view on small screens, 4 on large. */
.horizontal-track[items-in-view="1.5"] .horizontal-track-item { width: 72%; }

@media screen and (min-width: 768px) {
	.horizontal-track {
		gap: 15px;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		scroll-padding: 0;
	}
	
	/* Sizing. By default, we expect up to 4 items so flex automatically. Use specific sizing where needed. */
	.horizontal-track .horizontal-track-item {
		width: calc(25% - 11px);
	}
}









/* Lists
-------------------------------------------------- */
.list {
	display: grid;
	column-gap: 16px;
	row-gap: 16px;
	list-style: none;
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left: calc(var(--content-side-padding) * -1);
	margin-right: calc(var(--content-side-padding) * -1);
	padding: 0;
}
.list.columns {
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

/* Lists: Checkmark list
-------------------------------------------------- */
.checkmark-list {
	list-style: none;
}
.checkmark-list li {
	position: relative;
	margin-top: 0.75em;
}
.checkmark-list li:before {
	position: absolute;
	left: -2.2ch;
	content: '✓';
	font-size: 1.0em;
	font-weight: 900;
	color: rgb(24, 170, 24);
}
.checkmark-list li.unchecked:before {
	content: '✗';
	color: rgb(240, 34, 34);
}

/* Lists: Icon list
-------------------------------------------------- */
.icon-list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.icon-list .item {
	display: flex;
	align-items: center;
	color: var(--primary-color);
	text-decoration: none;
	margin-bottom: 3px;
	padding: 8px 15px 8px 8px;
	border-radius: 8px;
	background-color: var(--background-secondary-color);
}
.icon-list .item:hover {
	background-color: var(--hover-hilight-background-color);
}
.icon-list .icon {
	width: 1.75em;
	height: 1.75em;
	margin-right: 12px;
}

/* List items: default .list-item supports optional icon, label, optional secondary label, and optional chevron.
-------------------------------------------------- */
.list-item {
	position: relative;
	display: flex;
	align-items: center;
	text-decoration: none;
	color: inherit;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: var(--content-side-padding);
	padding-right: var(--content-side-padding);
	border-top: 1px solid var(--divider-color);
}

a.list-item:active {
	background-color: var(--hover-hilight-background-color);
}
@media (hover: hover) {
	a.list-item:hover {
		background-color: var(--hover-hilight-background-color);
	}
}

@media screen and (min-width: 768px) {
	.list {
		margin-left: 0;
		margin-right: 0;
	}

	.list-item {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.list-item .icon {
	flex: 0;
	width: 62px;
	height: 62px;
	margin-right: var(--content-side-padding);
	border: 1px solid var(--icon-border-color);
}

.list-item .media {
	flex: 0;
	width: 62px;
	height: auto;
	aspect-ratio: 4 / 3;
	margin-right: var(--content-side-padding);
	border-radius: 5px;
}

.list-item .body {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.list-item .disclosure {
	flex: 0;
	width: 22px;
	margin-left: 35px;
	opacity: 0.4;
}

.dark .list-item .disclosure {
	filter: invert(1);
	opacity: 0.48;
}

.list-item .label {
	font-size: 18px;
	line-height: 1.35;
	margin: 0;
}

.list-item .secondary-label {
	display: block;
	font-size: 0.813em;
	line-height: 1.25;
	color: var(--secondary-color);
	margin-top: 2px;
}

@media screen and (min-width: 768px) {
	.list.small-on-lg .list-item {
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 2px;
		padding-right: 2px;
	}
	.list.small-on-lg .list-item .icon {
		width: 36px;
		height: 36px;
	}
	.list.small-on-lg .list-item .label {
		font-size: 15px;
	}
}

/* Lists: Description list
-------------------------------------------------- */
.description-list dt {
	color: var(--secondary-color);
	font-weight: bold;
}
.description-list dd {
	margin: 0 0 1em 0;
	padding: 0;
}






.on-this-page-title {
	font-size: 1rem;
	margin-top: 0;
	margin-bottom:1em
}

.on-this-page .item {
	display: block;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	padding: .5em .5em .5em 1em;
	border-left:4px solid var(--divider-color)
}

.on-this-page .item.active {
	color: var(--primary-color);
	border-left-color:var(--secondary-color)
}

.floating-right-aside {
	position: sticky;
	top: 50px;
	padding-top:70px
}







































/* Articles
-------------------------------------------------- */
.eyebrow {
	display: block;
	font-size: 13px;
	color: var(--secondary-color);
	margin-bottom: 10px;
}

.eyebrow .category {
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 3px;
}

@media screen and (min-width: 768px) {
	.article-header .eyebrow {
		margin-top: 10px;
	}
}

.by-line {
	display: flex;
	align-items: center;
	gap: 0.25em;
	font-size: 13px;
	font-weight: 500;
	margin: 0;
}

.by-line .author-avatar {
	border: 1px solid var(--divider-color);
	border-radius: 50%;
	width: 3em;
	height: 3em;
}

.by-line time {
	color: var(--secondary-color);
}

.by-line time:before {
	content: "\2013";
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}

.article figure img {
	width: 100%;
	height: auto;
}





.article-header {
	max-width: 70ch;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 768px) {
	.article-header {
		
	}
}

.article-header h1 {
	font-family: var(--brand-font-family);
	font-optical-sizing: auto;
	font-style: normal;
	line-height: 1.2;
}

.article-footer {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid var(--divider-color);
}




picture {
	width: 100%;
}
.picture-image {
	width: 100%;
	height: auto;
	border-radius: 15px;
	margin-bottom: 5px;
}

.article-body a {
	font-weight: bold;
}

.article p:first-of-type::first-line {
	font-weight: bold;
	color: var(--primary-color);
}
.article p:first-of-type::first-letter {
	font-family: serif;
	-webkit-initial-letter: 3.5 3;
	initial-letter: 3.5 3;
	font-weight: bold;
	line-height: 1;
	margin-right: 0.5rem;
}

/* Some stuff that's related to articles but doesn't necessarily need to be a child of .article */
.quote,
.call-out {
	display: block;
	background-color: var(--background-tint-color);
	margin: 2em 0;
	padding: 15px 25px 15px 25px;
	border-left: 3px solid var(--accent-color);
	border-radius: 4px;
}
.quote .caption {
	display: block;
	font-size: 0.75em;
	margin-top: 0.5em;
	margin-bottom: 4px;
}





/* Tags
-------------------------------------------------- */
.tags {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: start;
	align-items: start;
	gap: 4px
}

.tags.divided {
	justify-content: center;
	padding: 12px 0;
	border-bottom: 1px solid var(--divider-color)
}

.tag {
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	margin: 0;
	padding: 5px 8px;
	border-radius: 5px;
	color: var(--primary-color);
	background-color: var(--background-tint-color);
	border: 1px solid var(--icon-border-color)
}

.tag-link {
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
	margin: 0;
	padding: 5px 8px;
	border-radius: 5px;
	color: var(--accent-color);
	background-color: var(--background-tint-color);
	border: 1px solid var(--icon-border-color)
}

.tag-link:hover {
	background-color: var(--button-hover-background);
}



















/* Ads - boo!
-------------------------------------------------- */
.ad-spot {
	margin: 40px 0;
}
.ad-spot.grid-tile {
	margin: 0 0 20px 0;
}
.ad-spot .advertisment-disclaimer {
	display: block;
	font-size: 11px;
	line-height: 1.2;
	text-align: right;
	color: var(--secondary-color);
	margin: 0 0 5px 0;
}
.ad-spot .ad {
	width: 100%;
	border-radius: 8px;
}












































/* Tables
-------------------------------------------------- */
.table-container {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table {
	width: 100%;
	border-collapse: collapse;
}
.table th {
	text-align: left;
	white-space: nowrap;
}
.table th, .table td {
	padding: 4px 0;
	border-bottom: 1px solid var(--divider-color);
}



































/* Forms: inputs
-------------------------------------------------- */
.input-field {
	margin-block-end: 1rem;
	text-align: left;
}
.input-field label {
	display: block;
	font-size: 0.913em;
	font-weight: 600;
	margin: 0 0 6px 0;
}
.input {
	appearance: none;
	display: block;
	font-size: 17px;
	width: 100%;
	height: 2.75em;
	color: var(--primary-color);
	border: none;
	border-radius: 10px;
	background-color: var(--background-tint-color);
	margin: 0;
	padding: 0 1.5ch;
}

/* Forms: radio/checkboxes
-------------------------------------------------- */
.input-field .radio-label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 1em;
	margin: 0 0 1em 0;
	padding: 8px 12px;
	border-radius: 4px;
}
.radio-label:hover {
	background-color: var(--hover-hilight-background-color);
}
.radio-label > input {
	width: 1.0;
	height: 1.0;
}

/* Forms: hint/help text
-------------------------------------------------- */
.input-hint {
	display: block;
	font-size: 0.875em;
	line-height: 1.3;
	color: var(--secondary-color);
}

/* Forms: textarea
-------------------------------------------------- */
textarea.input {
	height: auto;
	padding-top: 1em;
	padding-bottom: 1em;
}

/* Forms: search
-------------------------------------------------- */
input[type="search"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	font-size: 16px;
	color: var(--primary-color);
	background-color: var(--background-color);
	padding: 0.5em 1.0em;
	border: 1px solid var(--divider-color);
	border-radius: 100px;
}
input.lg {
	font-size: 20px;
	width: 100%;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
}














/* Natural accordions!
-------------------------------------------------- */
details {
	border-radius: 5px;
	margin-bottom: 5px;
}

details .content {
	padding: 0 var(--content-side-padding) 1px var(--content-side-padding);
}

details summary {
	display: flex;
	font-size: 1.0;
	line-height: 1.3;
	font-weight: 600;
	padding: 0.75em var(--content-side-padding);
	background-color: var(--background-tint-color);
	border-radius: 5px;
	cursor: pointer;
}

details p {
	font-size: 15px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

@media (hover: hover) {
	details summary:hover {
		background-color: var(--hover-hilight-background-color);
	}
}














#site-footer {
	background: white;
	color: black;
	font-size: 13px;
	text-align: left;
	border-top: 1px solid var(--divider-color);
	margin-top: 50px;
	padding-top: 0;
	padding-bottom: 20px;
}

#site-footer .third-party-logos {
	padding: 30 0 30px 0;
	margin: 0 0 30px 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

#site-footer .third-party-logos .logo {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	width: 110px;
	height: 42px;
	object-fit: contain;
	margin: 10px 10px;
}

#site-footer .footer-container {
	display: grid;
	gap: 30px;
}

#site-footer .footer-site-logo {
	display: block;
	width: auto;
	height: 20px;
}

#site-footer .footer-site-about {
	display: block;
	line-height: 1.4;
	margin-top: 20px;
	margin-bottom: 20px;
}

#site-footer .footer-socials {
	display: flex;
	gap: 15px;
}

#site-footer .footer-socials .icon {
	display: block;
	width: 22px;
	height: 22px;
}

#site-footer .footer-column.menus {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#site-footer .footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1em;
}

#site-footer .footer-menu.inline {
	display: flex;
	gap: 10px;
}

#site-footer .footer-menu .title {
	font-weight: bold;
}

#site-footer .footer-menu a {
	display: inline-block;
	font-size: 1em;
	color: rgb(100,100,104);
	text-decoration: none;
	margin-top: 0.5em;
}
#site-footer .footer-menu.inline a {
	margin-top: 0;
}

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

#site-footer .footer-footer {
	margin-top: 50px;
	padding-top: 15px;
	border-top: 1px solid #ddd;
}

@media screen and (min-width: 768px) {
	#site-footer .footer-container {
		grid-template-columns: 1fr 1fr;
	}
	#site-footer .footer-column.menus {
		flex-direction: row;
		justify-content: end;
	}
	#site-footer .footer-menu {
		min-width: 100px;
	}
}






















/* Colours
-------------------------------------------------- */
.primary-text { color: var(--primary-color) }
.secondary-text { color: var(--secondary-color) }

.background-accent { background-color: var(--accent-color) }
.background-color { background-color: var(--background-color) }
.background-tint-color { background-color: var(--background-tint-color) }














.admin-controls {
	position: fixed;
	z-index: 10;
	bottom: 25px;
	right: 25px;
}





/* Alignment
-------------------------------------------------- */
.centered { text-align: center }
.right-align { text-align: right; }
@media (min-width: 768px) {
	.centered-on-lg { text-align: center }
}


/* Spacing
-------------------------------------------------- */
hr,
.divider {
	margin: 60px 0;
	border: none;
	height: 1px;
	background-color: var(--divider-color);
}
.margin-top-none { margin-top: 0; }
.margin-top-xs { margin-top: 10px; }
.margin-top-sm { margin-top: 25px; }
.margin-top-md { margin-top: 50px; }
.margin-top-lg { margin-top: 100px; }
.margin-bottom-none { margin-bottom: 0; }
.margin-bottom-xs { margin-bottom: 15px; }
.margin-bottom-sm { margin-bottom: 25px; }
.margin-bottom-md { margin-bottom: 50px; }
.margin-bottom-lg { margin-bottom: 100px; }
.margin-bottom-xl { margin-bottom: 200px; }




/* Display helpers
-------------------------------------------------- */
.no-line-break { white-space: nowrap; }
.block { display: block }
.hidden { display: none; }
@media (max-width: 767px) {
	.hidden-on-sm { display: none !important; }
}
@media (min-width: 768px) {
	.hidden-on-md { display: none !important; }
}
@media (min-width: 1024px) {
	.hidden-on-lg { display: none !important; }
}
