@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

div.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
	border: 0;
	margin: 0;
	padding: 0;
}

img,
video {
	display: block;
}

i,
em {
	font-style: italic;
}

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

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

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

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

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

	thead {
		display: table-header-group;
		/* h5bp.com/t */
	}

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

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

	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
@font-face {
	font-family: "Cooper Hewitt";
	src: url("../font/CooperHewitt-Semibold.eot");
	src: url("../font/CooperHewitt-Semibold.woff") format("woff"),
		url("../font/CooperHewitt-Semibold.svg") format("svg");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "Cooper Hewitt";
	src: url("../font/CooperHewitt-Medium.eot");
	src: url("../font/CooperHewitt-Medium.woff") format("woff"),
		url("../font/CooperHewitt-Medium.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Tiempos";
	src: url("../font/TiemposTextTest-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
.site-navigation-inner,
.site-navigation-container,
.site-header-inner,
.site-header {
	*zoom: 1;
}
.site-navigation-inner:before,
.site-navigation-container:before,
.site-header-inner:before,
.site-header:before,
.site-navigation-inner:after,
.site-navigation-container:after,
.site-header-inner:after,
.site-header:after {
	content: " ";
	display: table;
}
.site-navigation-inner:after,
.site-navigation-container:after,
.site-header-inner:after,
.site-header:after {
	clear: both;
}

.media-check {
	width: 0;
	height: 0;
	visibility: hidden;
	position: absolute;
	top: -1000px;
	left: -1000px;
	text-indent: 30px;
}
@media (max-width: 1030px) {
	.media-check {
		text-indent: 10px;
	}
}

@-moz-keyframes $name {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-ms-keyframes $name {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes $name {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes $name {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	zoom: 1;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	color: #111;
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: 0.015em;
	-moz-animation: pageFadeIn 600ms;
	-ms-animation: pageFadeIn 600ms;
	-webkit-animation: pageFadeIn 600ms;
	animation: pageFadeIn 600ms;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	body {
		font-size: 12.6px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	body {
		font-size: 13px;
		line-height: 1.4em;
	}
}

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

a:hover {
	color: #111;
	text-decoration: none;
}

::selection {
	background: #ccc;
	color: #111;
	text-shadow: none;
}

.group:after {
	content: "";
	display: table;
	clear: both;
}

input {
	-webkit-appearance: none;
	border-radius: 0 !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
	input {
		font-size: 16px !important;
	}

	select:focus,
	textarea:focus,
	input:focus {
		font-size: 16px !important;
	}
}
.layout {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.column {
	flex-shrink: 0;
}

.column-3-1 {
	display: block;
	width: 373px;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.column-3-1 {
		width: 306.6666666667px;
	}
}

.column-3-1:nth-child(4) {
	margin-left: 0 !important;
}

.column-4-1 {
	display: block;
	width: 270px;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.column-4-1 {
		width: 220px;
	}
}

.column-4-1:nth-child(5) {
	margin-left: 0 !important;
}

.column-4-2 {
	display: block;
	width: 580px;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.column-4-2 {
		width: 480px;
	}
}

.column-4-3 {
	display: block;
	width: 890px;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.column-4-3 {
		width: 740px;
	}
}

.column-5-1 {
	display: block;
	width: 208px;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.column-5-1 {
		width: 168px;
	}
}
@media (max-width: 1030px) {
	.column-5-1 {
		width: 40vw;
	}
}
@media (min-width: 560px) and (max-width: 1030px) {
	.column-5-1 {
		width: 30vw;
	}
}

.column + .column {
	margin-left: 40px;
}

@media (max-width: 1030px) {
	.section-featured-tracks .column + .column {
		margin-left: 0;
	}
}

.column-4-1:nth-child(4n + 1),
.column-4-2:nth-child(2n + 1),
.column-5-1:nth-child(5n + 1) {
	margin-left: 0;
}

@media (max-width: 1030px) {
	.column-5-1 {
		margin-left: 0 !important;
	}
}

.row {
	width: 100%;
	clear: both;
	display: flex;
	justify-content: space-between;
}

.row + .row {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 0;
	border-top: 1px solid #999;
}

.screen-reader-text {
	display: none;
}

.arrow:after {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
	content: "→";
}

.loading,
.loading * {
	cursor: wait !important;
}

.caps {
	text-transform: uppercase;
}

p + p,
p + h1,
p + h2,
p + h3,
p + h4,
p + ul,
ul + p,
ul + h1,
ul + h2,
ul + h3,
ul + h4 {
	margin-top: 1em;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

p a,
.text-content li a {
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	text-decoration: underline;
}

p a:hover,
.text-content li a:hover {
	text-decoration: underline;
	color: #999;
}

.text-content p strong {
	font-weight: bold !important;
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: normal;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.text-content p strong {
		font-size: 15.3px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.text-content p strong {
		font-size: 14px;
		line-height: 1.4em;
	}
}

hr {
	border: 0;
	margin: 0;
	height: 1px;
	background: #000;
	margin: 40px 0;
}

nav a:hover,
footer a:hover {
	color: #555;
}

a.external-link:not(.button):after,
a.external-link:not(.button) .link-subtitle:after,
a.external-link:not(.button) .search-title:after,
a.external-link.event-link .link-type:after {
	content: "↗";
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	/* So we can set a width */
	width: 0;
	margin-left: 0px;
	padding-right: 0.5em;
	padding-left: 0.2em;
	margin-right: 0.1em;
}
a.column.external-link:after,
p a.external-link:after,
.ajax-results li a.external-link:after,
.library-title a.external-link:after,
a.external-link.event-link .link-subtitle:after {
	display: none;
}

p a.external-link:after {
	display: none !important;
}

.social-links a:after {
	display: none !important;
}

p + .signup {
	margin-top: 40px;
}

footer p + .signup {
	margin-top: 1em;
}

.signup {
	position: relative;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.form-input {
	outline: 0;
	padding: 0;
	display: block;
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: normal;
	box-shadow: none;
	background: white;
	height: 40px;
	line-height: 42px !important;
	padding: 0 10px;
	border: 1px solid #000;
	padding-top: 3px;
	width: 100%;
	padding-right: 60px;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.form-input {
		font-size: 15.3px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.form-input {
		font-size: 14px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.form-input {
		height: 34px;
		line-height: 36px !important;
	}
}

footer .form-input {
	text-align: left;
	margin: 0;
	width: 100%;
}

footer .signup {
	max-width: none;
}

.form-button {
	outline: 0;
	margin: 0 auto;
	padding: 0;
	display: block;
	box-shadow: none;
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: normal;
	background: white;
	height: 40px;
	line-height: 42px !important;
	padding: 0 10px;
	border: 1px solid #000;
	width: 40px;
	background: #000;
	color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	line-height: 37px !important;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.form-button {
		font-size: 15.3px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.form-button {
		font-size: 14px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.form-button {
		height: 34px;
		line-height: 36px !important;
	}
}
.form-button:hover {
	background: #333;
	border-color: #333;
}

.site-header {
	margin: 0 auto;
	position: fixed;
	top: 40px;
	left: 0;
	right: 0;
	z-index: 101;
	transition: transform 400ms cubic-bezier(0.59, 0.01, 0.28, 1),
		opacity 400ms cubic-bezier(0.59, 0.01, 0.28, 1);
}
@media (max-width: 1030px) {
	.site-header {
		top: 24px;
		left: 16px;
		right: 16px;
	}
}

.scrolling-down .site-header,
.library-in-view .site-header {
	transform: translateY(-100%);
	opacity: 0;
	pointer-events: none;
}

.scrolling-up:not(.library-in-view) .site-header {
	transform: translateY(0);
	opacity: 1;
}

.site-header-background {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
	pointer-events: none;
	opacity: 1;
	transition: opacity 300ms;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 4px;
	box-shadow: 0px 0px 30px rgba(50, 50, 50, 0.2);
}
@media (max-width: 1030px) {
	.site-header-background {
		box-shadow: none;
		background: rgba(255, 255, 255, 0.95);
	}
}

.show-menu .site-header-background {
	background: white;
}

.at-top .site-header-background,
.scrolling-down .site-header-background {
	opacity: 0;
}

@media (max-width: 1030px) {
	.at-top .site-header-background {
		opacity: 1;
	}
}

.show-menu .site-header-background,
.show-header-search-box .site-header-background {
	opacity: 1;
}

.menu-background {
	height: 300px;
	display: none;
}

.site-header-inner {
	position: relative;
	z-index: 10;
	width: 1240px;
	margin: 0 auto;
	transition: padding 0.15s ease-in-out;
}

@media (min-width: 1030px) and (max-width: 1230px) {
	.site-header-inner {
		width: 1040px;
	}
}
@media (max-width: 1030px) {
	.site-header-inner {
		width: calc(100vw - 32px);
	}

	.site-navigation-inner::after,
	.site-navigation-container::after,
	.site-header-inner::after,
	.site-header::after {
		clear: inherit;
	}
}

.show-menu .site-header-inner {
	padding: 20px;
}

.scrolling-up:not(.at-top) .site-header-inner {
	padding: 20px;
}

.site-header-inner {
	padding: 0 20px 0 20px;
}

.show-menu .collection-card {
	transform: translateY(-20);
}

/* .home.at-top.scrolling-up .site-header-inner {
	padding: 0 20px 20px 20px;
} */

/* .home.scrolling-up .site-header-inner {
	padding: 20px;
}

.at-top .scrolling-down .site-header-inner {
	padding: 0 20px 20px 20px;
}

.at-top :not(.show-menu) .site-header-inner {
	padding: 0 20px 0 20px;
}
.at-top.scrolling-up.show-menu .site-header-inner {
	padding: 20px;
}
.at-top.show-menu .site-header-inner {
	padding: 20px;
}

.at-top .show-header-search-box .site-header-inner {
	padding: 20px;
}

.at-top .scrolling-up .show-menu .site-header-inner {
	padding: 20px;
}

.scrolling-up .site-header-inner {
	padding: 20px;
}

.show-menu .site-header-inner {
	padding: 20px;
} */

.logo-container {
	width: 120px;
	float: left;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.logo-container {
		width: 120px;
	}
}
@media (max-width: 1030px) {
	.logo-container {
		width: 120px;
	}
}

header .logo-container {
	border-right: 1px solid #000;
}
@media (max-width: 1030px) {
	header .logo-container {
		border: 0;
	}
}

@media (max-width: 1030px) {
	.show-header-search-box header .logo-container {
		display: none;
	}
}

.single.at-top:not(.show-menu):not(.show-header-search-box):not(.single-redirect) .logo-container,
.home.at-top:not(.show-menu):not(.show-header-search-box):not(.single-redirect) .logo-container {
	border-color: #fff;
}

.logo-container h1 {
	width: 129px;
	height: 56px;
	display: block;
	float: left;
	position: relative;
}

.logo-container h1 img {
	max-width:100%;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	right: 26px;
	transition: opacity 300ms;
	object-fit: cover;
}

.footer-inner .logo-container h1 {
	width: 156px;
	height: 56px;
	display: block;
	float: left;
	position: relative;
}

.footer-inner .logo-container h1 img {
	max-width:100%;
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	right: 26px;
	transition: opacity 300ms;
	object-fit: cover;
}



.logo-container a {
	display: flex;
	align-items: center;
}

.logo-w {
	opacity: 0;
}

.single.at-top:not(.show-menu):not(.show-header-search-box):not(.single-redirect) .logo-w,
.home.at-top:not(.show-menu):not(.show-header-search-box):not(.single-redirect) .logo-w {
	opacity: 1;
}
@media (max-width: 1030px) {
	.single.at-top:not(.show-menu):not(.show-header-search-box):not(.single-redirect) .logo-w,
	.home.at-top:not(.show-menu):not(.show-header-search-box):not(.single-redirect) .logo-w {
		opacity: 0;
	}
}

.single.at-top:not(.show-menu):not(.show-header-search-box):not(.single-redirect) .logo-b,
.home.at-top:not(.show-menu):not(.show-header-search-box):not(.single-redirect) .logo-b {
	opacity: 0;
}
@media (max-width: 1030px) {
	.single.at-top:not(.show-menu):not(.show-header-search-box):not(.single-redirect) .logo-b,
	.home.at-top:not(.show-menu):not(.show-header-search-box):not(.single-redirect) .logo-b {
		opacity: 1;
	}
}

.breadcrumb-container {
	text-align: center;
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: normal;
	width: 40%;
	float: left;
	height: 56px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 300ms;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.breadcrumb-container {
		font-size: 15.3px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.breadcrumb-container {
		font-size: 14px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.breadcrumb-container {
		display: none;
	}
}

.scrolling-up .breadcrumb-container {
	opacity: 1;
	pointer-events: all;
}

.at-top .breadcrumb-container,
.show-header-search-box .breadcrumb-container,
.show-menu .breadcrumb-container {
	opacity: 0;
	pointer-events: none;
}

.breadcrumb-container-inner {
	display: inline-block;
	line-height: 56px;
}

.breadcrumb-container .arrow {
	padding: 0 5px;
}

.breadcrumb-container a {
	text-decoration: underline;
	opacity: 0.6;
}

.breadcrumb-container a:hover {
	opacity: 1;
}

.breadcrumb-container a + .arrow {
	opacity: 0.6;
}

.navigation-buttons {
	float: left;
	width: 20%;
	height: 42px;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	flex-direction: row;
}
@media (max-width: 1030px) {
	.navigation-buttons {
		float: right;
	}
}

.menu-button-container {
	justify-content: flex-start;
	align-items: center;
	min-height: 56px;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.menu-button-container {
		width: 18%;
	}
}
@media (max-width: 1030px) {
	.menu-button-container {
		width: auto;
	}
}

@media (max-width: 1030px) {
	.show-menu .menu-button-container {
		width: auto;
	}
}

.search-button-container {
	width: 30%;
	height: 56px;
}
@media (max-width: 1030px) {
	.search-button-container {
		width: auto;
	}
}

.header-search {
	display: flex;
	align-items: center;
	position: relative;
}

@media (max-width: 1030px) {
	.show-menu .header-search {
		display: none;
	}
}

.header-search-button {
	position: relative;
	display: block;
	border: none;
	width: 40px;
	height: 40px;
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
	outline: 0;
	background: none;
	border: 0;
	font-size: 0 !important;
}

@media (min-width: 1030px) and (max-width: 1230px) {
	.header-search-button {
		font-size: 15.3px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.header-search-button {
		font-size: 14px;
		line-height: 1.4em;
	}
}

.header-search-button:before,
.header-search-button:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 38%;
	transform: translateY(-32%);
	width: 20px;
	height: 20px;
	background-image: url(../img/search-b.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 19px;
}
@media (max-width: 1030px) {
	.header-search-button:before,
	.header-search-button:before {
		background-size: 18px 17px;
	}
}

.single.at-top:not(.show-header-search-box):not(.show-menu):not(.single-redirect)
	.header-search-button:before,
.home.at-top:not(.show-header-search-box):not(.show-menu):not(.single-redirect)
	.header-search-button:before {
	background-image: url(../img/search-w.png);
}
@media (max-width: 1030px) {
	.single.at-top:not(.show-header-search-box):not(.show-menu):not(.single-redirect)
		.header-search-button:before,
	.home.at-top:not(.show-header-search-box):not(.show-menu):not(.single-redirect)
		.header-search-button:before {
		background-image: url(../img/search-b.png);
	}
}

.search-page .header-search,
.search-page .header-search-button {
	display: none;
}

.header-search-inner {
	position: relative;
	display: none;
	z-index: 101000000000000000;
}

.page-search-inner {
	position: relative;
	height: 100%;
	z-index: 6;
}

.show-header-search-box .header-search-inner {
	display: block;
}

.show-header-search-box .header-search-button {
	display: none;
}

.header-search-form {
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(-50%);
	width: 500px;
}
@media (max-width: 1030px) {
	.header-search-form {
		width: calc(100vw - 60px);
		right: 0;
		top: 4px;
	}
}

.page-search-form {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -20px);
	width: 600px;
}
@media (max-width: 1030px) {
	.page-search-form {
		width: 90%;
	}
}

.page-search-form:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 13px;
	width: 20px;
	height: 20px;
	background-image: url(../img/search-b.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 19px;
	opacity: 0.5;
}
@media (max-width: 1030px) {
	.page-search-form:after {
		top: 10px;
		background-size: 18px 17px;
	}
}

.show-page-search-box .page-search-form {
	z-index: 1002;
}

.header-search-inner .header-search-input,
.page-search-inner .page-search-input {
	outline: 0;
	margin: 0;
	padding: 0;
	display: block;
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: normal;
	box-shadow: none;
	background: white;
	height: 40px;
	line-height: 42px !important;
	padding: 0 10px;
	border: 1px solid #000;
	padding-top: 3px;
	width: 100%;
	border-radius: 0;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.header-search-inner .header-search-input,
	.page-search-inner .page-search-input {
		font-size: 15.3px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.header-search-inner .header-search-input,
	.page-search-inner .page-search-input {
		font-size: 14px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.header-search-inner .header-search-input,
	.page-search-inner .page-search-input {
		height: 34px;
		line-height: 36px !important;
	}
}
@media (max-width: 1030px) {
	.header-search-inner .header-search-input,
	.page-search-inner .page-search-input {
		padding-top: 0;
	}
}

.page-search-inner .page-search-input {
	height: auto;
	text-align: center;
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: normal;
	font-weight: bold;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.page-search-inner .page-search-input {
		font-size: 18px;
		line-height: 1.3em;
	}
}
@media (max-width: 1030px) {
	.page-search-inner .page-search-input {
		font-size: 16px;
		line-height: 1.3em;
	}
}
@media (max-width: 1030px) {
	.page-search-inner .page-search-input {
		padding-top: 3px;
	}
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

.ajax-results {
	width: 100%;
	text-align: left;
	display: none;
	background: #fff;
}

.ajax-results li {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.ajax-results li a {
	display: block;
	padding: 13px 10px 11px;
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: normal;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.ajax-results li a {
		font-size: 15.3px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.ajax-results li a {
		font-size: 14px;
		line-height: 1.4em;
	}
}

.ajax-results li a:hover {
	background: whitesmoke;
}

.ajax-results .search-type {
	display: block;
	text-transform: uppercase;
	color: #555;
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: 0.015em;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.ajax-results .search-type {
		font-size: 12.6px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.ajax-results .search-type {
		font-size: 13px;
		line-height: 1.4em;
	}
}

.ajax-results .search-title {
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: normal;
	display: block;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.ajax-results .search-title {
		font-size: 15.3px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.ajax-results .search-title {
		font-size: 14px;
		line-height: 1.4em;
	}
}

.ajax-results .search-type + .search-title {
	margin-top: 0.2em;
}

.header-search-results-continue {
	display: block;
}

.continue-searching {
	background: white;
	height: 40px;
	line-height: 42px !important;
	padding: 0 10px;
	border: 1px solid #000;
	display: inline-block;
	padding-right: 50px;
	float: right;
	border-top: 0 !important;
}
@media (max-width: 1030px) {
	.continue-searching {
		height: 34px;
		line-height: 36px !important;
	}
}

.no-results {
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: normal;
	width: 100%;
	text-align: center;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	line-height: 40px !important;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.no-results {
		font-size: 15.3px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.no-results {
		font-size: 14px;
		line-height: 1.4em;
	}
}

.menu-cover,
.page-search-cover {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(240, 240, 240, 0.8) !important;
	opacity: 0.9;
	display: none;
	cursor: alias;
	z-index: 99;
}

.show-page-search-box .page-search-cover {
	display: block;
	z-index: 1001;
}

.show-header-search-box .menu-cover,
.show-menu .menu-cover {
	display: block;
	z-index: 99;
}

nav.site-navigation {
	display: block;
}

.menu-button {
	position: relative;
	display: block;
	border: none;
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
	outline: 0;
	background: none;
	border: 0;
	padding-left: 40px;
	margin-left: 20px;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.menu-button {
		font-size: 15.3px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.menu-button {
		font-size: 14px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.menu-button {
		margin-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 1030px) {
	.show-header-search-box .menu-button {
		display: none;
	}
}

.menu-button:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 45%;
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
	background-image: url(../img/menu-b.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 23px 16px;
}

.single.at-top:not(.show-header-search-box):not(.show-menu):not(.single-redirect)
	.menu-button:before,
.home.at-top:not(.show-header-search-box):not(.show-menu):not(.single-redirect)
	.menu-button:before {
	background-image: url(../img/menu-w.png);
}
@media (max-width: 1030px) {
	.single.at-top:not(.show-header-search-box):not(.show-menu):not(.single-redirect)
		.menu-button:before,
	.home.at-top:not(.show-header-search-box):not(.show-menu):not(.single-redirect)
		.menu-button:before {
		background-image: url(../img/menu-b.png);
	}
}

.single.at-top:not(.show-header-search-box):not(.show-menu):not(.single-redirect) .menu-button,
.single.at-top:not(.show-header-search-box):not(.show-menu):not(.single-redirect) .search-button,
.home.at-top:not(.show-header-search-box):not(.show-menu):not(.single-redirect) .menu-button,
.home.at-top:not(.show-header-search-box):not(.show-menu):not(.single-redirect) .search-button {
	color: #fff;
}
@media (max-width: 1030px) {
	.single.at-top:not(.show-header-search-box):not(.show-menu):not(.single-redirect) .menu-button,
	.single.at-top:not(.show-header-search-box):not(.show-menu):not(.single-redirect) .search-button,
	.home.at-top:not(.show-header-search-box):not(.show-menu):not(.single-redirect) .menu-button,
	.home.at-top:not(.show-header-search-box):not(.show-menu):not(.single-redirect) .search-button {
		color: #000;
	}
}

.site-navigation-container {
	position: absolute;
	top: 96px;
	left: 0;
	right: 0;
	clear: both;
	width: 100%;
	text-align: left;
	display: none;
}

.show-menu .site-navigation-container {
	display: block;
}

/* .site-navigation-inner {
	padding: 20px 20px 20px;
} */

@media (max-width: 1030px) {
	.site-navigation-inner {
		border-top: 1px solid #000;
		padding-bottom: 0;
	}
}

@media (max-width: 1030px) {
	.site-navigation-inner > .layout {
		display: block;
	}
}

.site-navigation-links-container {
	align-self: center;
}
@media (max-width: 1030px) {
	.site-navigation-links-container {
		display: block;
		margin-top: 0.5em;
		max-height: 75vh;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 20px;
	}
}

@media (max-width: 1030px) {
	.site-navigation-links-container > div.column {
		margin-left: 0;
		width: auto;
	}
}

.site-navigation-inner div:first-child ul {
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 26px;
	line-height: 1.3em;
	font-weight: normal;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.site-navigation-inner div:first-child ul {
		font-size: 23.4px;
		line-height: 1.3em;
	}
}
@media (max-width: 1030px) {
	.site-navigation-inner div:first-child ul {
		font-size: 20.8px;
		line-height: 1.3em;
	}
}
@media (max-width: 1030px) {
	.site-navigation-inner div:first-child ul {
		font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
			Arial, sans-serif;
		font-size: 40px;
		line-height: 1.1em;
		font-weight: bold;
		letter-spacing: 0.01em;
		font-weight: normal;
	}
}
@media (max-width: 1030px) and (min-width: 1030px) and (max-width: 1230px) {
	.site-navigation-inner div:first-child ul {
		font-size: 36px;
		line-height: 1.1em;
	}
}
@media (max-width: 1030px) and (max-width: 1030px) {
	.site-navigation-inner div:first-child ul {
		font-size: 32px;
		line-height: 1.1em;
	}
}

.site-navigation-inner div:nth-child(2) ul {
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: normal;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.site-navigation-inner div:nth-child(2) ul {
		font-size: 15.3px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.site-navigation-inner div:nth-child(2) ul {
		font-size: 14px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.site-navigation-inner div:nth-child(2) ul {
		margin-top: 1.75em;
		font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
			Arial, sans-serif;
		font-size: 26px;
		line-height: 1.3em;
		font-weight: normal;
	}
}
@media (max-width: 1030px) and (min-width: 1030px) and (max-width: 1230px) {
	.site-navigation-inner div:nth-child(2) ul {
		font-size: 23.4px;
		line-height: 1.3em;
	}
}
@media (max-width: 1030px) and (max-width: 1030px) {
	.site-navigation-inner div:nth-child(2) ul {
		font-size: 20.8px;
		line-height: 1.3em;
	}
}

.site-navigation-inner a.column {
	margin-bottom: 0;
}

.site-header-primary-button-container {
	display: none;
}

.site-header-primary-button-container {
	flex: 0;
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 18px;
}

.page:not(.home) .site-header-primary-button-container {
	flex: 0;
	background: black;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 18px;
	color: white;
}
.site-header-primary-button-container p {
	font-size: 14px;
	font-family: Cooper Hewitt;
	font-style: normal;
	font-weight: 707;
	line-height: 56px;
	letter-spacing: 1.12px;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 18px 24px;
}

.site-header-primary-button-container .primary-button-container-large {
	display: block;
}

.site-header-primary-button-container .primary-button-container-small {
	display: none;
}

.site-header-primary-button-container:hover {
	color: #767676;
}

.social-links {
	display: flex;
	margin-top: 20px;
	gap:12px;
}
@media (max-width: 1030px) {
	.social-links {
		padding-top: 0em;
		width: 130px;
	}
}

footer .social-links {
	margin-top: 0;
	margin-bottom: 20px;
}
@media (max-width: 1030px) {
	footer .social-links {
		padding-top: 0em;
		width: auto;
		margin: 0 auto;
	}
}

footer .social-links + ul {
	padding-top: 20px;
	display: block;
	clear: both;
}

.social-links li {
	float: left;
}


.social-links li img {
	width: 24px;
	height: auto;
}

.social-links li img:hover {
	opacity: 0.7;
}

@media (max-width: 1030px) {
	.site-navigation-inner .collection-card {
		display: none;
	}
}

footer {
	width: 100%;
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: normal;
	padding: 40px 20px;
	background: whitesmoke;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	footer {
		font-size: 15.3px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	footer {
		font-size: 14px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	footer {
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 1030px) {
	.footer-logo {
		display: none;
	}
}

@media (max-width: 1030px) {
	.footer-contents {
		width: auto;
		margin-left: 0;
	}
}

@media (max-width: 1030px) {
	.footer-contents .row {
		width: auto;
		flex-direction: column;
	}
}

@media (max-width: 1030px) {
	footer .column {
		margin-left: 0 !important;
	}
}

.footer-inner {
	width: 1200px;
	margin: 0 auto;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.footer-inner {
		width: 1000px;
	}
}
@media (max-width: 1030px) {
	.footer-inner {
		width: auto;
		display: block;
	}
}

@media (max-width: 1030px) {
	footer .row {
		display: block;
	}
}

footer ul {
	display: block;
}

.small-sans {
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: 0.015em;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.small-sans {
		font-size: 12.6px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.small-sans {
		font-size: 13px;
		line-height: 1.4em;
	}
}

@media (max-width: 1030px) {
	footer .row {
		width: 100%;
	}
}

@media (max-width: 1030px) {
	.footer-contact,
	.footer-signup {
		width: 100%;
		clear: both;
		margin-left: 0 !important;
	}
}

@media (max-width: 1030px) {
	.footer-signup {
		margin-top: 20px;
		padding-top: 20px;
		padding-bottom: 0;
		border-top: 1px solid #999;
		width: 100%;
	}
}

@media (max-width: 1030px) {
	footer .row > ul {
		display: none;
	}
}

@media (max-width: 1030px) {
	footer .form-input {
		padding-right: 0;
	}
}

.page-header {
	padding-top: 102px;
}

.page-header-inner {
	padding: 0;
	width: 1200px;
	margin: 0 auto;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.page-header-inner {
		width: 1000px;
	}
}
@media (max-width: 1030px) {
	.page-header-inner {
		width: auto;
	}
}

.page-header-title {
	width: 1200px;
	margin: 0 auto;
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 40px;
	line-height: 1.1em;
	font-weight: bold;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 0.5em;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.page-header-title {
		font-size: 36px;
		line-height: 1.1em;
	}
}
@media (max-width: 1030px) {
	.page-header-title {
		font-size: 32px;
		line-height: 1.1em;
	}
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.page-header-title {
		width: 1000px;
	}
}
@media (max-width: 1030px) {
	.page-header-title {
		width: auto;
	}
}

.page-header-gallery-container {
	position: relative;
	height: 400px;
	margin: 0 auto;
	max-width: 1440px;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.page-header-gallery-container {
		height: 360px;
	}
}
@media (max-width: 1030px) {
	.page-header-gallery-container {
		height: 300px;
	}
}

.search-results main header {
	border-bottom: 0;
}
@media (max-width: 1030px) {
	.search-results main header {
		border-bottom: 1px solid #000;
	}
}

@media (max-width: 1030px) {
	.search-results .page-header-gallery-container {
		height: 200px;
	}
}

.page-header-gallery-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #eee;
}

.page-header-gallery-inner li {
	display: block;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	transition: opacity 2000ms;
	opacity: 0;
}

.page-header-gallery-inner li.visible-image {
	opacity: 1;
}

.page-introduction {
	padding-bottom: 60px;
}

.page-introduction .section-inner {
	width: 680px;
	margin: 0 auto;
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 26px;
	line-height: 1.3em;
	font-weight: normal;
	text-align: center;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.page-introduction .section-inner {
		font-size: 23.4px;
		line-height: 1.3em;
	}
}
@media (max-width: 1030px) {
	.page-introduction .section-inner {
		font-size: 20.8px;
		line-height: 1.3em;
	}
}
@media (max-width: 1030px) {
	.page-introduction .section-inner {
		width: auto;
	}
}
@media (min-width: 760px) and (max-width: 1030px) {
	.page-introduction .section-inner {
		width: 680px;
	}
}

.post-header {
	padding-top: 102px;
}

.post-header {
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
@media (max-width: 1030px) {
	.post-header {
		background-size: cover !important;
	}
}
@media (min-width: 560px) and (max-width: 1030px) {
	.post-header {
		background-size: cover !important;
	}
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.post-header {
		background-size: cover !important;
	}
}

.single-people .post-header {
	background: #fe5336 !important;
}

.post-header-inner {
	width: 1200px;
	min-height: 440px;
	margin: 0 auto;
	padding: 20px 0 20px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}

.home-header .post-header-inner {
	padding: 64px 0 80px 0;
}

@media (min-width: 1030px) and (max-width: 1230px) {
	.post-header-inner {
		width: 1000px;
	}
}
@media (max-width: 1030px) {
	.post-header-inner {
		width: auto;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 20px !important;
		padding-top: 0;
		align-items: baseline;
		flex-direction: column;
	}
}

@media (max-width: 1030px) {
	.post-header-inner .buttons-container {
		margin-top: 20px;
	}
}

.has-buttons .post-header-inner {
	padding-bottom: 40px;
	min-height: 460px;
}

.post-header-left {
	color: #fff;
	max-width: 35%;
	position: relative;
	z-index: 2;
}

@media (max-width: 1030px) {
	.post-header-left {
		max-width: none;
		margin-top: auto;
		padding-bottom: 20px;
	}
}

.title-meta + h2 {
	margin-top: 0.75em;
}

.post-header-left h2 {
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 40px;
	line-height: 1.1em;
	font-weight: bold;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.post-header-left h2 {
		font-size: 36px;
		line-height: 1.1em;
	}
}
@media (max-width: 1030px) {
	.post-header-left h2 {
		font-size: 32px;
		line-height: 1.1em;
	}
}

@media (min-width: 1030px) and (max-width: 1230px) {
	.home-header .post-header-left h2 {
		font-size: 23.4px;
		line-height: 1.3em;
	}
}
@media (max-width: 1030px) {
	.home-header .post-header-left h2 {
		font-size: 20.8px;
		line-height: 1.3em;
	}
}

.post-header-left h3 {
	font-family: "Tiempos", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	font-size: 34px;
	line-height: 1.15em;
	font-weight: normal;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.post-header-left h3 {
		font-size: 30.6px;
		line-height: 1.15em;
	}
}
@media (max-width: 1030px) {
	.post-header-left h3 {
		font-size: 27.2px;
		line-height: 1.15em;
	}
}

.research-header .post-header-left h3 {
	font-family: "Tiempos", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	font-size: 17px;
	line-height: 1.5em;
	font-weight: normal;
	margin-top: 1em;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.research-header .post-header-left h3 {
		font-size: 15.3px;
		line-height: 1.5em;
	}
}
@media (max-width: 1030px) {
	.research-header .post-header-left h3 {
		font-size: 13.6px;
		line-height: 1.5em;
	}
}

.post-header-center {
	position: absolute;
	width: 30%;
	z-index: 1;
	left: 50%;
	top: 0;
	bottom: 0;
	transform: translateX(-50%);
}
@media (max-width: 1030px) {
	.post-header-center {
		width: 100%;
		height: auto;
		left: 0;
		top: 0;
		transform: none;
		order: -1;
		position: relative;
		margin-bottom: 1.8em;
		max-width: 600px;
	}
}
@media (min-width: 760px) and (max-width: 1030px) {
	.post-header-center {
		max-width: 600px;
		left: 50%;
		transform: translateX(-50%);
	}
}

.has-buttons .post-header-center {
	bottom: 100px;
}

.post-header-center-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transition: transform 0.5s;
}
@media (max-width: 1030px) {
	.post-header-center-inner {
		background-size: contain;
		position: static;
		height: auto;
		width: 100%;
		background: none !important;
	}
}

.post-header-center-inner img {
	display: none;
}
@media (max-width: 1030px) {
	.post-header-center-inner img {
		width: 100%;
		height: auto;
		display: block;
	}
}

.play-button {
	display: block;
	width: 200px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 65px solid #fff;
}

.play-button:hover {
	border-left: 65px solid rgba(255, 255, 255, 0.9);
}

.post-header-right {
	color: #fff;
	max-width: 30%;
	text-align: right;
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 26px;
	line-height: 1.3em;
	font-weight: normal;
	position: relative;
	z-index: 2;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.post-header-right {
		font-size: 23.4px;
		line-height: 1.3em;
	}
}
@media (max-width: 1030px) {
	.post-header-right {
		font-size: 20.8px;
		line-height: 1.3em;
	}
}
@media (max-width: 1030px) {
	.post-header-right {
		max-width: none;
		text-align: left;
		margin-top: 1em;
	}
}

.post-header-right li {
	display: block;
}

.post-header-right a {
	color: #fff;
	text-decoration: underline;
}

.post-header-buttons {
	width: 100%;
	align-self: flex-end;
	position: relative;
	z-index: 2;
}

.buttons-row {
	margin-top: 40px;
}
@media (max-width: 1030px) {
	.buttons-row {
		margin-top: 20px;
	}
}

.section-collection .buttons-row {
	margin-top: 0;
	padding-bottom: 40px;
}
@media (max-width: 1030px) {
	.section-collection .buttons-row {
		margin-top: 20px;
		padding-bottom: 0;
	}
}

.buttons-container {
	margin: 0 auto;
	text-align: center;
}

.buttons-container li {
	display: inline-block;
}
@media (max-width: 1030px) {
	.buttons-container li {
		padding: 5px;
	}
}

.buttons-container li + li {
	margin-left: 40px;
}
@media (max-width: 1030px) {
	.buttons-container li + li {
		margin-left: 0;
	}
}

.button {
	display: block;
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: normal;
	background: white;
	height: 40px;
	line-height: 42px !important;
	padding: 0 10px;
	border: 1px solid #000;
	position: relative;
	padding-right: 50px;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.button {
		font-size: 15.3px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.button {
		font-size: 14px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.button {
		height: 34px;
		line-height: 36px !important;
	}
}
@media (max-width: 1030px) {
	.button {
		padding-right: 40px;
	}
}

.button:hover {
	border: 1px solid #000;
	background: rgba(240, 240, 240, 0.9);
}

.button-external:after,
.button-internal:after,
.button-download:after,
.page-numbers.next:after {
	content: "→";
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #000;
	display: block;
	position: absolute;
	right: 0px;
	top: -1px;
	text-align: center;
}
@media (max-width: 1030px) {
	.button-external:after,
	.button-internal:after,
	.button-download:after,
	.page-numbers.next:after {
		height: 34px;
		line-height: 34px !important;
		width: 30px;
	}
}

.page-numbers.prev:after {
	content: "←";
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #000;
	display: block;
	position: absolute;
	left: 0px;
	top: -1px;
	text-align: center;
}
@media (max-width: 1030px) {
	.page-numbers.prev:after {
		height: 34px;
		line-height: 34px !important;
		width: 30px;
	}
}

.button-external:after {
	content: "↗";
	padding-left: 2px;
}

.button-download:after {
	content: "↓";
}

a.column {
	margin-bottom: 40px;
	background: #fff;
}
@media (max-width: 1030px) {
	a.column {
		margin-bottom: 20px;
	}
}

.link-thumbnail {
	display: block;
	position: relative;
}

.link-thumbnail-inner {
	width: 200px;
	height: 200px;
	background-color: #eee;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.callout {
	position: absolute;
	top: 20px;
	left: 20px;
	max-width: 80%;
	background: white;
	height: 40px;
	line-height: 42px !important;
	padding: 0 10px;
	border: 1px solid #000;
	text-transform: uppercase;
}
@media (max-width: 1030px) {
	.callout {
		height: 34px;
		line-height: 36px !important;
	}
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.callout {
		top: 13.3333333333px;
		left: 13.3333333333px;
	}
}

.link-inner {
	padding: 20px;
	display: flex;
	flex-direction: column;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.link-inner {
		padding: 16px;
	}
}
@media (max-width: 1030px) {
	.link-inner {
		padding: 15px;
	}
}

a.column:not(.person-link):hover .link-inner {
	background: whitesmoke;
}

a.column.featured-research-link:hover .link-inner {
	background: none;
}

a.column:hover .link-inner * {
	color: #000 !important;
}

section {
	width: 1200px;
	border-top: 1px solid #000;
	position: relative;
	padding: 0 0 80px;
	margin: 0 auto;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	section {
		width: 1000px;
	}
}
@media (max-width: 1030px) {
	section {
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 40px;
	}
}

@media (max-width: 1030px) {
	main section:last-child {
		padding-bottom: 40px !important;
	}
}

.hide-divider,
.has-background,
.has-background + section {
	border-top: 0;
}

.section-header {
	transform: translateY(-50%);
	text-align: center;
}

.hide-divider .section-header {
	display: none;
}

.section-header h3 {
	background: #fff;
	display: inline-block;
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: normal;
	padding: 0 10px;
	height: 40px;
	line-height: 40px !important;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.section-header h3 {
		font-size: 15.3px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.section-header h3 {
		font-size: 14px;
		line-height: 1.4em;
	}
}

.section-inner {
	padding-top: 80px;
	width: 100%;
}
@media (max-width: 1030px) {
	.section-inner {
		padding-top: 40px;
	}
}

.hide-divider .section-inner {
	padding-top: 0;
}
@media (max-width: 1030px) {
	.hide-divider .section-inner {
		padding-top: 40px;
	}
}

.section-header + .section-inner {
	padding-top: 40px;
}
@media (max-width: 1030px) {
	.section-header + .section-inner {
		padding-top: 0;
	}

	.home .section-header + .section-inner {
		padding-top: 0;
		margin-top: -18px;
	}
}

.section-content .section-inner,
body:not(.home):not(.search-results):not(.archive-research):not(.archive-announcements)
	.module-container
	section:first-child
	.section-inner,
.page-introduction .section-inner {
	padding-top: 80px !important;
}
@media (max-width: 1030px) {
	.section-content .section-inner,
	body:not(.home):not(.search-results):not(.archive-research):not(.archive-announcements)
		.module-container
		section:first-child
		.section-inner,
	.page-introduction .section-inner {
		padding-top: 40px !important;
	}
}

.section-filters {
	padding-bottom: 40px;
}

.people-container .section-filters {
	padding-bottom: 80px;
}

.section-filters .section-inner {
	padding-top: 0;
	width: 600px;
	margin: 0 auto;
}
@media (max-width: 1030px) {
	.section-filters .section-inner {
		width: auto;
	}
}

.people-container .section-filters .section-inner {
	width: auto;
}

.people-categories-container {
	display: block;
	text-align: center;
}

.people-categories-container + .people-categories-container {
	margin-top: 20px;
}

.people-categories-container h3 {
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: normal;
	font-weight: bold;
	margin-bottom: 0.5em;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.people-categories-container h3 {
		font-size: 15.3px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.people-categories-container h3 {
		font-size: 14px;
		line-height: 1.4em;
	}
}

.people-categories-container ul {
	display: flex;
	justify-content: center;
}
@media (max-width: 1030px) {
	.people-categories-container ul {
		flex-wrap: wrap;
	}
}

.people-categories-container li {
	display: inline-block;
	margin: 5px 5px;
	white-space: nowrap;
}

.people-categories-container li a {
	background: white;
	height: 40px;
	line-height: 42px !important;
	padding: 0 10px;
	border: 1px solid #000;
	display: block;
	white-space: nowrap;
}
@media (max-width: 1030px) {
	.people-categories-container li a {
		height: 34px;
		line-height: 36px !important;
	}
}

.people-categories-container a:hover {
	background: whitesmoke;
	color: #000;
}

.people-categories-container .current-filter a {
	background: #000;
	color: #fff;
	white-space: nowrap;
}

.people-categories-container .current-filter a:before {
	content: "×";
	padding-right: 0.1em;
}

nav.categories-container {
	width: 50%;
	margin-left: 0 !important;
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: normal;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	nav.categories-container {
		font-size: 15.3px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	nav.categories-container {
		font-size: 14px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	nav.categories-container {
		font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
			Arial, sans-serif;
		font-size: 14px;
		line-height: 1.4em;
		font-weight: normal;
		letter-spacing: 0.015em;
	}
}
@media (max-width: 1030px) and (min-width: 1030px) and (max-width: 1230px) {
	nav.categories-container {
		font-size: 12.6px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) and (max-width: 1030px) {
	nav.categories-container {
		font-size: 13px;
		line-height: 1.4em;
	}
}

nav.categories-container:nth-child(1) {
	width: 50%;
	padding-left: 20%;
}
@media (max-width: 1030px) {
	nav.categories-container:nth-child(1) {
		padding-left: 24px;
		width: 50%;
	}
}

nav.categories-container:nth-child(2) {
	width: 50%;
}
@media (max-width: 1030px) {
	nav.categories-container:nth-child(2) {
		width: 50%;
	}
}

nav.categories-container + .categories-container {
	padding-left: 40px;
}

nav.categories-container h3 {
	font-weight: bold;
	margin-bottom: 0.5em;
}

nav.categories-container .category-list li {
	display: block;
	text-transform: lowercase;
}

nav.categories-container .category-list li.disabled {
	opacity: 0.3;
	pointer-events: none;
}

nav.categories-container .category-list a {
	line-height: 1.8em;
	position: relative;
}

nav.categories-container .category-list a:before {
	content: "";
	position: absolute;
	left: -24px;
	bottom: 1px;
	width: 20px;
	height: 18px;
	border-bottom: 1px solid #000;
	text-align: center;
	line-height: 19px;
}

nav.categories-container .category-list .current-filter a:before {
	content: "×";
}

.clear-filters-button {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 100%);
	background: white;
	height: 40px;
	line-height: 42px !important;
	padding: 0 10px;
	border: 1px solid #000;
	z-index: 100;
	transition: opacity 300ms, transform 300ms;
	opacity: 0;
	pointer-events: none;
	display: none;
}
@media (max-width: 1030px) {
	.clear-filters-button {
		height: 34px;
		line-height: 36px !important;
	}
}

.archive-library .clear-filters-button {
	display: block;
}

.clear-filters-button:hover {
	background: whitesmoke;
}

.main-in-view .clear-filters-button {
	transform: translate(-50%, 0);
	opacity: 1;
	pointer-events: all;
}

.section-library .section-inner {
	padding-top: 0;
	margin-top: 20px;
}

.library-titles-container {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: normal;
	height: 50px;
	line-height: 50px !important;
	font-weight: bold;
	padding: 0 10px;
	position: sticky;
	top: -1px;
	background: #fff;
	z-index: 5;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.library-titles-container {
		font-size: 15.3px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.library-titles-container {
		font-size: 14px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.library-titles-container {
		position: relative;
	}
}

@media (max-width: 1030px) {
	.archive-announcements .library-titles-container,
	.search-results .library-titles-container {
		display: none;
	}
}

@media (max-width: 1030px) {
	.archive-announcements .library-result:first-child,
	.search-results .library-result:first-child {
		padding-top: 0;
	}
}

@media (max-width: 1030px) {
	.library-titles-container {
		border: 0;
		padding: 0;
	}
}

@media (max-width: 1030px) {
	.library-titles-container div:not(.library-column-type) {
		display: none;
	}
}

.library-column-type {
	width: 15%;
}
@media (max-width: 1030px) {
	.library-column-type {
		width: auto;
		display: inline;
	}
}

@media (max-width: 1030px) {
	.library-titles-container .library-column-type {
		width: 100%;
		display: block;
	}
}

.types-button {
	position: relative;
	display: block;
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: normal;
	margin: 4px 0 0;
	text-decoration: none;
	cursor: pointer;
	outline: 0;
	background: white;
	height: 40px;
	line-height: 42px !important;
	padding: 0 10px;
	border: 1px solid #000;
	font-weight: bold;
	text-transform: capitalize;
	white-space: nowrap;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.types-button {
		font-size: 15.3px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.types-button {
		font-size: 14px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.types-button {
		height: 34px;
		line-height: 36px !important;
	}
}
@media (max-width: 1030px) {
	.types-button {
		margin: 0 auto;
		width: 100%;
		padding: 0;
		margin: 0;
	}
}

.types-button:hover {
	background: whitesmoke;
}
@media (max-width: 1030px) {
	.types-button:hover {
		background: #fff;
	}
}

.show-types .types-button {
	display: none;
}

.all-types-button {
	padding-right: 50px;
}
@media (max-width: 1030px) {
	.all-types-button {
		padding-right: 30px;
	}
}

.all-types-button:after {
	content: "↓";
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color: #000;
	width: 40px;
	height: 40px;
	line-height: 39px;
	background: #fff;
	display: block;
	position: absolute;
	right: -1px;
	top: -1px;
	text-align: center;
	border: 1px solid #000;
}
@media (max-width: 1030px) {
	.all-types-button:after {
		height: 34px;
		line-height: 33px !important;
		width: 30px;
	}
}

.clear-types-button {
	padding-left: 35px;
}
@media (max-width: 1030px) {
	.clear-types-button {
		padding-left: 0;
	}
}

.clear-types-button:after {
	content: "×";
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color: #000;
	width: 40px;
	height: 40px;
	font-size: 24px;
	line-height: 34px;
	display: block;
	position: absolute;
	left: -1px;
	top: -1px;
	text-align: center;
	border: 1px solid #000;
	border-right: 0;
}
@media (max-width: 1030px) {
	.clear-types-button:after {
		height: 34px;
		line-height: 31px !important;
		width: 30px;
	}
}

.type-select-field {
	position: absolute;
	border-bottom: 1px solid #000;
	display: block;
	left: 50%;
	top: 4px;
	margin-left: -590px;
	max-height: 90vh;
	max-height: calc(100vh - 8px);
	overflow: auto;
	font-weight: normal;
	display: none;
	z-index: 1;
	-webkit-overflow-scrolling: touch;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.type-select-field {
		margin-left: -490px;
	}
}
@media (max-width: 1030px) {
	.type-select-field {
		left: 0;
		margin-left: 0;
		width: 100%;
		text-align: center;
		max-height: 50vh;
		top: 0;
	}
}

.show-types .type-select-field {
	display: block;
}

.type-select-field li {
	display: block;
}

.type-header {
	font-weight: bold;
	position: sticky;
	top: 0;
	border-bottom: 1px solid #000 !important;
	border-top: 1px solid #000 !important;
}

.type-select-field li.current-filter {
	font-weight: bold;
}

.type-select-field li.current-filter a:before {
	content: "× ";
}

.type-select-field li.disabled a {
	color: #ccc;
	pointer-events: none;
	display: none;
}

.type-select-field a,
.type-header {
	background: white;
	height: 40px;
	line-height: 42px !important;
	padding: 0 10px;
	border: 1px solid #000;
	display: block;
	border-bottom: 0;
	text-transform: capitalize;
	border-top: 0;
}
@media (max-width: 1030px) {
	.type-select-field a,
	.type-header {
		height: 34px;
		line-height: 36px !important;
	}
}

.type-select-field a:hover {
	background: whitesmoke;
}

.types-list {
	display: none;
}

.library-column-publisher {
	width: 20%;
}
@media (max-width: 1030px) {
	.library-column-publisher {
		width: auto;
		display: inline;
		text-transform: capitalize;
	}
}

@media (max-width: 1030px) {
	.library-column-publisher:before {
		content: "Publisher: ";
	}
}

.library-column-title {
	width: 40%;
}
@media (max-width: 1030px) {
	.library-column-title {
		width: auto;
		margin-top: 0.65em;
	}
}

.library-column-date {
	width: 15%;
}
@media (max-width: 1030px) {
	.library-column-date {
		width: auto;
		margin-top: 0.9em;
		text-transform: capitalize;
	}
}

@media (max-width: 1030px) {
	.library-column-date:before {
		content: "Published in ";
	}
}

@media (max-width: 1030px) {
	.library-results-container {
		margin-top: 1em;
	}
}

.library-result {
	padding: 40px 10px;
	border-bottom: 1px solid #555;
	display: flex;
	justify-content: space-between;
}
@media (max-width: 1030px) {
	.library-result {
		flex-direction: column;
		justify-content: auto;
		padding: 30px 0;
	}
}

.library-result:last-child {
	border-bottom: 0;
}

.library-result .library-column:not(.library-column-title) {
	color: #555;
}

.library-thumbnail {
	display: block;
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center center;
	background-color: whitesmoke;
}
@media (min-width: 760px) and (max-width: 1030px) {
	.library-thumbnail {
		height: 300px;
		width: 400px;
	}
}

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

.library-thumbnail + .library-title {
	margin-top: 1em;
}

.library-title {
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: normal;
	margin-top: -2px;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.library-title {
		font-size: 15.3px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.library-title {
		font-size: 14px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.library-title {
		margin-top: 0;
		font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
			Arial, sans-serif;
		font-size: 20px;
		line-height: 1.3em;
		font-weight: normal;
	}
}
@media (max-width: 1030px) and (min-width: 1030px) and (max-width: 1230px) {
	.library-title {
		font-size: 18px;
		line-height: 1.3em;
	}
}
@media (max-width: 1030px) and (max-width: 1030px) {
	.library-title {
		font-size: 16px;
		line-height: 1.3em;
	}
}

.library-people {
	margin-top: 0.5em;
}

.library-people a {
	color: #555;
	text-decoration: underline;
}

.library-people a + a,
.link-subtitle span + span {
	margin-left: 5px;
	position: relative;
}

.library-people a + a:before,
.link-subtitle span + span:before {
	content: ", ";
	position: absolute;
	left: -5px;
}

.library-excerpt {
	margin-top: 0.5em;
	font-family: "Tiempos", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	font-size: 15px;
	line-height: 1.6em;
	font-weight: normal;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.library-excerpt {
		font-size: 13.5px;
		line-height: 1.6em;
	}
}
@media (max-width: 1030px) {
	.library-excerpt {
		font-size: 12px;
		line-height: 1.6em;
	}
}

.continue-reading {
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: 0.015em;
	font-weight: bold;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.continue-reading {
		font-size: 12.6px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.continue-reading {
		font-size: 13px;
		line-height: 1.4em;
	}
}

.continue-reading:hover {
	color: #555;
}

.library-pagination {
	border-top: 1px solid #000;
	width: 100%;
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: normal;
	display: flex;
	justify-content: center;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.library-pagination {
		font-size: 15.3px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.library-pagination {
		font-size: 14px;
		line-height: 1.4em;
	}
}

.pagination-links {
	margin-top: 40px;
}
@media (max-width: 1030px) {
	.pagination-links {
		width: 100%;
	}
}

.pagination-links .page-numbers {
	background: white;
	height: 40px;
	line-height: 42px !important;
	padding: 0 10px;
	border: 1px solid #000;
	display: inline-block;
}
@media (max-width: 1030px) {
	.pagination-links .page-numbers {
		height: 34px;
		line-height: 36px !important;
	}
}

.page-numbers:not(.prev):not(.next) {
	border-color: transparent;
}
@media (max-width: 1030px) {
	.page-numbers:not(.prev):not(.next) {
		display: none;
	}
}

@media (max-width: 1030px) {
	.page-numbers.next {
		float: right;
	}
}

.current.page-numbers {
	border-color: #000 !important;
}

a.page-numbers:hover {
	background: whitesmoke;
	border-color: #000 !important;
}

.page-numbers.next {
	padding-right: 50px;
	position: relative;
}

.page-numbers.prev {
	padding-left: 50px;
	position: relative;
}

.loading .library-filters,
.loading .section-library,
.loading .people-container {
	opacity: 0.2;
	pointer-events: none;
	cursor: wait;
}

.section-upcoming-events,
.section-featured-tracks,
.section-all-tracks,
.section-connected-tracks {
	padding-bottom: 20px;
}

body .module-container section.section-featured-tracks .section-inner,
.section-all-tracks .section-inner {
	padding-top: 40px !important;
}
@media (max-width: 1030px) {
	body .module-container section.section-featured-tracks .section-inner,
	.section-all-tracks .section-inner {
		padding-top: 0 !important;
	}
}

@media (max-width: 1030px) {
	.section-featured-tracks .section-inner {
		flex-direction: column;
	}
}

@media (max-width: 1030px) {
	.section-featured-tracks .column {
		width: 100%;
	}
}

@media (max-width: 1030px) {
	.section-all-tracks .column {
		width: 100%;
	}
}

@media (max-width: 1030px) {
	.section-all-tracks .column-4-1 {
		width: calc(50vw - 15px);
		margin-left: 0;
	}
}

@media (max-width: 1030px) {
	.section-all-tracks .column-4-1:nth-child(2n + 1) {
		margin-right: 10px;
	}
}

.upcoming-internal-event-link,
.featured-research-link {
	display: block;
	height: 340px;
	display: flex;
	border: 1px solid #000;
	margin-bottom: 40px;
}
@media (max-width: 1030px) {
	.upcoming-internal-event-link,
	.featured-research-link {
		height: 60vw;
		width: 100%;
	}
}
@media (min-width: 760px) and (max-width: 1030px) {
	.upcoming-internal-event-link,
	.featured-research-link {
		height: 300px;
	}
}

@media (max-width: 1030px) {
	.upcoming-internal-event-link {
		margin-left: 0 !important;
	}
}
@media (min-width: 760px) and (max-width: 1030px) {
	.upcoming-internal-event-link {
		width: 400px;
	}
}

.external-events .event-link {
	border: 0;
	background: whitesmoke;
}

.external-events .event-link:hover {
	background: white;
}

.external-events .event-link:nth-child(even) {
	background: white;
}
@media (max-width: 1030px) {
	.external-events .event-link:nth-child(even) {
		background: whitesmoke;
	}
}
@media (min-width: 760px) and (max-width: 1030px) {
	.external-events .event-link:nth-child(even) {
		border-left: 2px solid #fff;
	}
}

.external-events .event-link:nth-child(even):hover {
	background: whitesmoke;
}

.upcoming-internal-event-link.column-4-1 {
	height: 270px;
}
@media (max-width: 1030px) {
	.upcoming-internal-event-link.column-4-1 {
		width: 100% !important;
		min-height: 140px;
		height: auto;
		margin-left: 0;
	}
}
@media (min-width: 760px) and (max-width: 1030px) {
	.upcoming-internal-event-link.column-4-1 {
		width: 50% !important;
	}
}

@media (max-width: 1030px) {
	.upcoming-internal-event-link {
		flex-direction: column;
		height: auto;
	}
}

.event-column,
.research-column {
	width: 50%;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: none;
}

@media (max-width: 1030px) {
	.upcoming-internal-event-link .event-column {
		width: 100%;
	}
}

@media (max-width: 1030px) {
	.upcoming-internal-event-link .event-column + .event-column {
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		border-left: 0;
		height: 200px;
		order: -1;
	}
}

.column-4-1 .event-column,
.column-4-1 .research-column {
	width: 100%;
}

.event-column + .event-column,
.research-column + .research-column {
	border-left: 1px solid #000;
}

.event-column {
	background-size: cover;
}

.event-link .link-inner {
	height: 100%;
}

.event-link .link-type,
.research-link .link-type {
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: 0.015em;
	text-transform: uppercase;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.event-link .link-type,
	.research-link .link-type {
		font-size: 12.6px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.event-link .link-type,
	.research-link .link-type {
		font-size: 13px;
		line-height: 1.4em;
	}
}

.event-link .link-title {
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: normal;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.event-link .link-title {
		font-size: 18px;
		line-height: 1.3em;
	}
}
@media (max-width: 1030px) {
	.event-link .link-title {
		font-size: 16px;
		line-height: 1.3em;
	}
}

.research-link .link-title {
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
	font-weight: bold;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.research-link .link-title {
		font-size: 18px;
		line-height: 1.3em;
	}
}
@media (max-width: 1030px) {
	.research-link .link-title {
		font-size: 16px;
		line-height: 1.3em;
	}
}

.event-link .link-type + .link-title,
.research-link .link-type + .link-title {
	margin-top: 2em;
}
@media (max-width: 1030px) {
	.event-link .link-type + .link-title,
	.research-link .link-type + .link-title {
		margin-top: 1em;
	}
}

.event-link .link-title {
	font-weight: bold;
	text-transform: uppercase;
}

.event-link .link-subtitle {
	font-family: "Tiempos", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	font-size: 15px;
	line-height: 1.6em;
	font-weight: normal;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.event-link .link-subtitle {
		font-size: 13.5px;
		line-height: 1.6em;
	}
}
@media (max-width: 1030px) {
	.event-link .link-subtitle {
		font-size: 12px;
		line-height: 1.6em;
	}
}

.event-link .link-date {
	margin-top: auto;
}
@media (max-width: 1030px) {
	.event-link .link-date {
		margin-top: 1em;
	}
}

.event-link .link-location {
	margin-top: 1em;
	color: #555;
	font-size: inherit;
	line-height: inherit;
}

.link-location strong {
	font-size: inherit;
	line-height: inherit;
}

.event-link .callout {
	top: auto;
	left: auto;
	bottom: 20px;
	right: 20px;
}

.section-people {
	padding-bottom: 40px;
}

@media (max-width: 1030px) {
	.section-people .section-inner,
	.section-team .section-inner {
		justify-content: space-between;
		padding-left: 2vw;
		padding-right: 2vw;
	}
}

.person-link .link-thumbnail-inner {
	width: 140px;
	height: 140px;
	border-radius: 500px;
	border: 1px solid #000;
	margin: 0 auto;
}
@media (max-width: 1030px) {
	.person-link .link-thumbnail-inner {
		width: 40vw;
		height: 40vw;
	}
}
@media (min-width: 560px) and (max-width: 1030px) {
	.person-link .link-thumbnail-inner {
		width: 28vw;
		height: 28vw;
	}
}
@media (min-width: 760px) and (max-width: 1030px) {
	.person-link .link-thumbnail-inner {
		width: 140px;
		height: 140px;
	}
}

.person-link .link-inner {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

.person-link .link-title {
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: normal;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.person-link .link-title {
		font-size: 15.3px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.person-link .link-title {
		font-size: 14px;
		line-height: 1.4em;
	}
}

.person-link .link-type {
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: 0.015em;
	color: #555;
	text-transform: uppercase;
	margin-top: 0.5em;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.person-link .link-type {
		font-size: 12.6px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.person-link .link-type {
		font-size: 13px;
		line-height: 1.4em;
	}
}

main.redirect {
	padding-top: 162px;
}
@media (max-width: 1030px) {
	main.redirect {
		padding-top: 102px;
	}
}

.section-content .section-inner {
	width: 580px;
	margin: 0 auto;
	font-family: "Tiempos", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	font-size: 17px;
	line-height: 1.5em;
	font-weight: normal;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.section-content .section-inner {
		font-size: 15.3px;
		line-height: 1.5em;
	}
}
@media (max-width: 1030px) {
	.section-content .section-inner {
		font-size: 13.6px;
		line-height: 1.5em;
	}
}
@media (max-width: 1030px) {
	.section-content .section-inner {
		width: auto;
	}
}
@media (min-width: 760px) and (max-width: 1030px) {
	.section-content .section-inner {
		width: 580px;
	}
}

blockquote {
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 26px;
	line-height: 1.3em;
	font-weight: normal;
	text-align: center;
	width: 680px;
	margin-left: -50px;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	blockquote {
		font-size: 23.4px;
		line-height: 1.3em;
	}
}
@media (max-width: 1030px) {
	blockquote {
		font-size: 20.8px;
		line-height: 1.3em;
	}
}

blockquote em,
.text-introduction em {
	font-family: "Tiempos", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	font-size: 17px;
	line-height: 1.5em;
	font-weight: normal;
	font-style: normal;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	blockquote em,
	.text-introduction em {
		font-size: 15.3px;
		line-height: 1.5em;
	}
}
@media (max-width: 1030px) {
	blockquote em,
	.text-introduction em {
		font-size: 13.6px;
		line-height: 1.5em;
	}
}

blockquote + p,
p + blockquote,
ul + blockquote,
blockquote + ul {
	margin-top: 40px;
}

h6 {
	font-family: "Tiempos", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	font-size: 15px;
	line-height: 1.6em;
	font-weight: normal;
	font-weight: normal;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	h6 {
		font-size: 13.5px;
		line-height: 1.6em;
	}
}
@media (max-width: 1030px) {
	h6 {
		font-size: 12px;
		line-height: 1.6em;
	}
}

.section-text#topics-we-cover {
	padding-bottom: 40px;
}
@media (max-width: 1030px) {
	.section-text#topics-we-cover {
		padding-bottom: 0;
	}
}

.section-text .section-inner {
	position: relative;
}

.section-text .text-introduction {
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 26px;
	line-height: 1.3em;
	font-weight: normal;
	text-align: center;
	width: 680px;
	margin: 0 auto;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.section-text .text-introduction {
		font-size: 23.4px;
		line-height: 1.3em;
	}
}
@media (max-width: 1030px) {
	.section-text .text-introduction {
		font-size: 20.8px;
		line-height: 1.3em;
	}
}
@media (max-width: 1030px) {
	.section-text .text-introduction {
		width: auto;
	}
}

.section-text .text-content {
	width: 580px;
	margin: 0 auto;
	font-family: "Tiempos", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	font-size: 17px;
	line-height: 1.5em;
	font-weight: normal;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.section-text .text-content {
		font-size: 15.3px;
		line-height: 1.5em;
	}
}
@media (max-width: 1030px) {
	.section-text .text-content {
		font-size: 13.6px;
		line-height: 1.5em;
	}
}
@media (max-width: 1030px) {
	.section-text .text-content {
		width: auto;
	}
}
@media (min-width: 760px) and (max-width: 1030px) {
	.section-text .text-content {
		width: 580px;
	}
}

.two-columns .text-content {
	width: 860px;
	columns: 2;
	column-width: 150px;
	column-gap: 40px;
	column-rule: 1px dotted #ddd;
}
@media (max-width: 1030px) {
	.two-columns .text-content {
		columns: 1;
		width: auto;
	}
}
@media (min-width: 760px) and (max-width: 1030px) {
	.two-columns .text-content {
		width: 580px;
	}
}

.text-introduction + .text-content {
	margin-top: 40px;
}

.text-introduction + .statements-container,
.text-content + .statements-container {
	margin-top: 20px;
}

.statements-container li {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: normal;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.statements-container li {
		font-size: 15.3px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.statements-container li {
		font-size: 14px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.statements-container li {
		margin-left: 0 !important;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

.statements-container + .buttons-row {
	margin-top: 20px;
}

.text-content li {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 2em;
}

.text-content li li {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 2em;
}

.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4 {
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: normal;
	font-weight: bold;
	text-transform: uppercase;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.text-content h1,
	.text-content h2,
	.text-content h3,
	.text-content h4 {
		font-size: 18px;
		line-height: 1.3em;
	}
}
@media (max-width: 1030px) {
	.text-content h1,
	.text-content h2,
	.text-content h3,
	.text-content h4 {
		font-size: 16px;
		line-height: 1.3em;
	}
}

.text-content div {
	text-align: center;
	width: 680px !important;
	margin-left: auto;
	margin-right: auto;
	margin-left: -50px;
}
@media (max-width: 1030px) {
	.text-content div {
		margin-left: 0;
		width: auto !important;
	}
}

.text-content p + div,
.text-content h1 + div,
.text-content h2 + div,
.text-content h3 + div,
.text-content h4 + div,
.text-content ul + div,
.text-content div + ul,
.text-content div + p,
.text-content div + h1,
.text-content div + h2,
.text-content div + h3,
.text-content div + h4 {
	margin-top: 40px;
}

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

.popup-images-container {
	z-index: -1;
}
@media (max-width: 1030px) {
	.popup-images-container {
		display: none;
	}
}

.popup-image {
	position: absolute;
	width: 200px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transition: opacity 1500ms, transform 15500ms;
	opacity: 0;
	z-index: -1;
}

.popup-image img {
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 30px rgba(50, 50, 50, 0.2);
	border-radius: 5px;
}

.popup-image:nth-child(1) {
	left: 3%;
	width: 340px;
}

.popup-image:nth-child(2) {
	right: 3%;
	width: 300px;
}

.popup-image:nth-child(3) {
	left: 3%;
	width: 320px;
}

.popup-image:nth-child(4) {
	right: 3%;
	width: 340px;
}

.popup-image:nth-child(5) {
	left: 3%;
	width: 300px;
}

.popup-image:nth-child(6) {
	right: 3%;
	width: 320px;
}

.popup-image.current-popup {
	opacity: 0.6;
	transform: scale(1);
	transition: opacity 1500ms, transform 5500ms;
}

.video-small {
	width: 680px;
	margin: 0 auto;
}
@media (max-width: 1030px) {
	.video-small {
		width: auto;
	}
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.images-list li {
	margin: 0 auto;
	display: block;
}

.images-small li {
	width: 680px;
}
@media (max-width: 1030px) {
	.images-small li {
		width: auto;
	}
}

.section-images li + li {
	margin-top: 40px;
}

.section-images li img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.section-images figcaption,
.wp-caption-text {
	text-align: center;
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: normal;
	margin-top: 1em;
	color: #555;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.section-images figcaption,
	.wp-caption-text {
		font-size: 15.3px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.section-images figcaption,
	.wp-caption-text {
		font-size: 14px;
		line-height: 1.4em;
	}
}

.section-featured-card {
	padding-bottom: 80px;
}

.section-featured-cards {
	padding-bottom: 20px;
	margin-top: 40px;
}
@media (max-width: 1030px) {
	.section-featured-cards {
		padding-bottom: 40px;
	}
}

.section-featured-cards .section-inner {
	padding-top: 0;
}
@media (max-width: 1030px) {
	.section-featured-cards .section-inner {
		width: 100vw;
		margin-left: -10px;
	}
}

.featured-item-single-row {
	flex-wrap: nowrap;
	flex-direction: row-reverse;
}
@media (max-width: 1030px) {
	.featured-item-single-row {
		flex-direction: column-reverse;
	}
}

.featured-item-quote {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 40px;
}
@media (max-width: 1030px) {
	.featured-item-quote {
		padding: 0;
		padding-top: 40px;
		border-bottom: 0;
		border-top: 0;
		border-left: 0;
		border-right: 0;
	}
}

.featured-item-quote-inner {
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 26px;
	line-height: 1.3em;
	font-weight: normal;
	text-align: center;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.featured-item-quote-inner {
		font-size: 23.4px;
		line-height: 1.3em;
	}
}
@media (max-width: 1030px) {
	.featured-item-quote-inner {
		font-size: 20.8px;
		line-height: 1.3em;
	}
}

.featured-item-quote-inner em {
	font-family: "Tiempos", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	font-size: 17px;
	line-height: 1.5em;
	font-weight: normal;
	font-style: normal;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.featured-item-quote-inner em {
		font-size: 15.3px;
		line-height: 1.5em;
	}
}
@media (max-width: 1030px) {
	.featured-item-quote-inner em {
		font-size: 13.6px;
		line-height: 1.5em;
	}
}

.featured-item-row .column-3-1 {
	width: 100%;
	height: 413px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

@media (max-width: 1030px) {
	.featured-item-row .column-3-1 {
		flex-direction: column;
		height: auto;
		min-height: 120vw;
		width: calc(100vw - 20px);
		margin: 0 !important;
		padding: 0 !important;
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
}

@media (min-width: 760px) and (max-width: 1030px) {
	.featured-item-row .column-3-1 {
		min-height: 600px;
		width: 500px;
	}
}

@media (max-width: 1030px) {
	.featured-item-single-row .column-3-1 {
		width: 100%;
	}
}
@media (min-width: 760px) and (max-width: 1030px) {
	.featured-item-single-row .column-3-1 {
		width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}

.featured-item-row .link-thumbnail {
	width: 50%;
	border-bottom: 1px solid #000;
	flex-shrink: 0;
}
@media (max-width: 1030px) {
	.featured-item-row .link-thumbnail {
		width: 100%;
		border-bottom: 0;
		height: 60vw;
	}
}
@media (min-width: 760px) and (max-width: 1030px) {
	.featured-item-row .link-thumbnail {
		height: 300px;
	}
}

.featured-item-row .link-thumbnail-inner {
	height: 100% !important;
}

.featured-item-row .link-inner {
	flex-grow: 1 !important;
	height: 100% !important;
	border-left: 0 !important;
	padding: 40px;
}
@media (max-width: 1030px) {
	.featured-item-row .link-inner {
		padding: 15px;
		height: auto;
		min-height: 65vw;
		border-left: 1px solid #000 !important;
	}
}
@media (min-width: 760px) and (max-width: 1030px) {
	.featured-item-row .link-inner {
		min-height: 300px;
	}
}

.featured-item-row .collection-card .link-title {
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 26px;
	line-height: 1.3em;
	font-weight: normal;
	margin-top: auto;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.featured-item-row .collection-card .link-title {
		font-size: 23.4px;
		line-height: 1.3em;
	}
}
@media (max-width: 1030px) {
	.featured-item-row .collection-card .link-title {
		font-size: 20.8px;
		line-height: 1.3em;
	}
}

.featured-item-second-row .link-thumbnail {
	display: none;
}

.featured-items-main .collection-card:nth-child(1):not(.inactive-feature),
.featured-items-main a.current-feature {
	display: flex;
	margin-left: 0;
	margin-bottom: 0;
}
@media (max-width: 1030px) {
	.featured-items-main .collection-card:nth-child(1):not(.inactive-feature),
	.featured-items-main a.current-feature {
		display: flex;
	}
}

.featured-items-main .collection-card,
.featured-items-main a.inactive-feature {
	display: none;
}
@media (max-width: 1030px) {
	.featured-items-main .collection-card,
	.featured-items-main a.inactive-feature {
		display: flex;
	}
}

@media (max-width: 1030px) {
	.featured-items-nav {
		display: none;
	}
}

.featured-items-nav .link-thumbnail {
	display: none;
}

.featured-items-nav a {
	width: 400px;
	margin-left: 0 !important;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.featured-items-nav a {
		width: 333.3333333333px;
	}
}

.featured-items-nav a .link-inner {
	border-right: 1px solid #000;
	border-top: 0;
}

.featured-items-nav a + a .link-inner {
	border-left: 0;
}

.featured-items-nav a:nth-child(1):not(.inactive-feature-link) .link-inner,
.featured-items-nav a.current-feature-link .link-inner {
	background: #000;
	color: #fff;
}

.featured-items-nav a:nth-child(1):not(.inactive-feature-link) *,
.featured-items-nav a.current-feature-link *,
.featured-items-nav a:nth-child(1):not(.inactive-feature-link):hover .link-inner *,
.featured-items-nav a.current-feature-link:hover .link-inner * {
	color: #fff !important;
}

.featured-items-nav a:nth-child(1):not(.inactive-feature-link):hover .link-inner,
.featured-items-nav a.current-feature-link:hover .link-inner {
	background: #000 !important;
	color: #fff !important;
}

.featured-items-nav a.inactive-feature-link {
	background: white;
	color: #000;
}

.featured-items-main .press-logo {
	position: absolute;
	top: 29px;
	right: 40px;
	width: 140px;
	height: 40px;
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
}
@media (max-width: 1030px) {
	.featured-items-main .press-logo {
		display: none;
	}
}

.featured-items-main .collection-card {
	position: relative;
}

.section-team {
	padding-bottom: 20px;
}

.section-collection {
	padding-bottom: 20px;
}
@media (min-width: 870px) and (max-width: 1030px) {
	.collection-3 .flickity-page-dots {
		display: none !important;
	}
}

.section-collection .section-background {
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	width: 100vw;
	transform: translateX(-50%);
	z-index: -1;
}

.section-collection .section-inner {
	padding-bottom: 20px;
}

.collection-introduction {
	width: 580px;
	margin: 0 auto;
	font-family: "Tiempos", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	font-size: 17px;
	line-height: 18px;
	font-weight: normal;
	text-align: center;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.collection-introduction {
		font-size: 15.3px;
		line-height: 18px;
	}
}
@media (max-width: 1030px) {
	.collection-introduction {
		font-size: 13.6px;
		line-height: 18px;
	}
}
@media (max-width: 1030px) {
	.collection-introduction {
		width: auto;
	}
}

.collection-introduction h3 {
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	font-weight: bold;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.collection-introduction h3 {
		font-size: 15.3px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.collection-introduction h3 {
		font-size: 14px;
		line-height: 1.4em;
	}
}

.collection-introduction h3 + p {
	margin-top: 1em;
}

.collection-row {
	width: 100%;
}
@media (max-width: 1030px) {
	.collection-row {
		width: 100vw;
		margin-left: -10px;
		display: block;
	}
}

@media (max-width: 1030px) {
	.collection-row .column {
		width: 260px;
		margin: 0 10px;
	}
}

.collection-introduction + .collection-row,
.collection-introduction + .featured-item-row {
	margin-top: 60px;
}
@media (max-width: 1030px) {
	.collection-introduction + .collection-row,
	.collection-introduction + .featured-item-row {
		margin-top: 40px;
	}
}

.collection-card .link-thumbnail-inner,
.all-research-link .link-thumbnail-inner {
	width: 100%;
	height: 160px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.collection-card .link-thumbnail-inner,
	.all-research-link .link-thumbnail-inner {
		height: 140px;
	}
}
@media (max-width: 1030px) {
	.collection-card .link-thumbnail-inner,
	.all-research-link .link-thumbnail-inner {
		height: 30vw;
	}
}
@media (min-width: 760px) and (max-width: 1030px) {
	.collection-card .link-thumbnail-inner,
	.all-research-link .link-thumbnail-inner {
		height: 200px;
	}
}

.collection-card.column-3-1 .link-thumbnail-inner {
	height: 210px;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.collection-card.column-3-1 .link-thumbnail-inner {
		height: 190px;
	}
}
@media (max-width: 1030px) {
	.collection-card.column-3-1 .link-thumbnail-inner {
		height: 165px;
	}
}

@media (max-width: 1030px) {
	.collection-card.column-4-1 .link-thumbnail-inner {
		height: 165px;
	}
}

.collection-card .link-inner,
.all-research-link .link-inner {
	border: 1px solid #000;
	height: 165px;
}
@media (max-width: 1030px) {
	.collection-card .link-inner,
	.all-research-link .link-inner {
		height: 120px;
	}
}

@media (max-width: 1030px) {
	.collection-card.column-3-1 .link-inner,
	.collection-card.column-4-1 .link-inner {
		height: 140px;
	}
}
@media (min-width: 760px) and (max-width: 1030px) {
	.collection-card.column-3-1 .link-inner,
	.collection-card.column-4-1 .link-inner {
		height: 160px;
	}
}

.featured-research-link .link-inner {
	height: 100%;
}

.collection-card .link-type {
	color: #555;
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: 0.015em;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.collection-card .link-type {
		font-size: 12.6px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.collection-card .link-type {
		font-size: 13px;
		line-height: 1.4em;
	}
}

.collection-card .link-title {
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: normal;
	font-weight: bold;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.collection-card .link-title {
		font-size: 15.3px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.collection-card .link-title {
		font-size: 14px;
		line-height: 1.4em;
	}
}

.all-research-link .link-title {
	margin-top: auto !important;
}

.collection-card .link-subtitle {
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: 0.015em;
	color: #555;
	margin-top: auto;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.collection-card .link-subtitle {
		font-size: 12.6px;
		line-height: 1.4em;
	}
}
@media (max-width: 1030px) {
	.collection-card .link-subtitle {
		font-size: 13px;
		line-height: 1.4em;
	}
}

.research-link .link-excerpt {
	font-family: "Tiempos", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	font-size: 15px;
	line-height: 1.6em;
	font-weight: normal;
	margin-top: auto;
	opacity: 0;
	transition: opacity 300ms;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.research-link .link-excerpt {
		font-size: 13.5px;
		line-height: 1.6em;
	}
}
@media (max-width: 1030px) {
	.research-link .link-excerpt {
		font-size: 12px;
		line-height: 1.6em;
	}
}

.research-link:hover .link-excerpt {
	opacity: 1;
}
@media (max-width: 1030px) {
	.research-link:hover .link-excerpt {
		opacity: 0;
	}
}

.collection-card .link-subtitle .link-subtitle-bold {
	font-weight: bold;
}

.collection-card .link-excerpt {
	max-width: 70%;
	font-family: "Tiempos", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	font-size: 15px;
	line-height: 1.6em;
	font-weight: normal;
	margin-top: 1em;
}
@media (min-width: 1030px) and (max-width: 1230px) {
	.collection-card .link-excerpt {
		font-size: 13.5px;
		line-height: 1.6em;
	}
}
@media (max-width: 1030px) {
	.collection-card .link-excerpt {
		font-size: 12px;
		line-height: 1.6em;
	}
}
@media (max-width: 1030px) {
	.collection-card .link-excerpt {
		max-width: none;
	}
}

.sub-nav-container {
	position: fixed;
	bottom: 20px;
	left: 0;
	right: 0;
	transform: translateY(100%);
	z-index: 100;
	transition: opacity 300ms, transform 300ms;
	opacity: 0;
	pointer-events: none;
	text-align: center;
}
@media (max-width: 1030px) {
	.sub-nav-container {
		display: none;
	}
}

.main-in-view:not(.library-in-view) .sub-nav-container {
	opacity: 1;
	transform: translateY(0);
}

.sub-nav-container ul {
	display: inline-block;
	margin: 0 auto;
	pointer-events: none;
	background: white;
	height: 40px;
	line-height: 42px !important;
	padding: 0 10px;
	border: 1px solid #000;
	background: black;
}
@media (max-width: 1030px) {
	.sub-nav-container ul {
		height: 34px;
		line-height: 36px !important;
	}
}

.main-in-view:not(.library-in-view) .sub-nav-container ul {
	pointer-events: all;
}

.sub-nav-container li {
	display: block;
	float: left;
}

.sub-nav-container li + li:before {
	content: "⋅";
	padding: 0 0.3em;
	color: white;
}

.sub-nav-container a {
	color: white;
}

.sub-nav-container a:hover {
	color: #ccc;
}

.video-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000000e6;
	z-index: 201;
	display: none;
}

.video-playing .video-container {
	display: block;
}

.video-container-inner {
	position: absolute;
	top: 80px;
	left: 80px;
	right: 80px;
	bottom: 80px;
	display: flex;
	justify-content: center;
	align-content: center;
}
@media (max-width: 1030px) {
	.video-container-inner {
		top: 60px;
		left: 10px;
		right: 10px;
		bottom: 60px;
	}
}

.video-container-inner iframe {
	display: block;
}
@media (max-width: 1030px) {
	.video-container-inner iframe {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
}

.close-video {
	position: absolute;
	top: 45px;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	color: #fff;
	font-size: 36px;
	padding: 10px;
}

.close-video:hover {
	color: whitesmoke;
}

.close-video:after {
	content: "×";
}

main.download-page {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 0;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: none;
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
	position: absolute;
	background: rgba(255, 255, 255, 0.75);
	border: none;
	color: #333;
}

.flickity-button:hover {
	background: white;
	cursor: pointer;
}

.flickity-button:focus {
	outline: none;
	box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
	opacity: 0.6;
}

.flickity-button:disabled {
	opacity: 0.3;
	cursor: auto;
	/* prevent disabled button from capturing pointer up event. #716 */
	pointer-events: none;
}

.flickity-button-icon {
	fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	/* vertically center */
	transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
	left: 10px;
}

.flickity-prev-next-button.next {
	right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
	position: static;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
	padding: 7px 5px 3px;
	border-radius: 100px;
	display: block;
	margin: 10px auto 10px;
	display: table;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 30px;
	height: 5px;
	margin: 0 4px;
	background: #000;
	opacity: 0.25;
	cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1;
}

body
	> footer
	> div
	> div.column.column-4-3.footer-contents
	> div:nth-child(2)
	> ul:nth-child(1)
	> li:nth-child(4) {
	display: none !important;
}

.home-header .post-header-left h2:nth-of-type(2) {
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 24px;
	line-height: 140%;
	font-weight: 707;
	text-transform: none;
}

.home-header .post-header-left h2:first-of-type {
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 56px;
	line-height: 120%;
	font-weight: 700;
	text-transform: none;
	margin-bottom: 16px;
}

.home-header .post-header-left {
	max-width: 1000px !important;
}

.center-align-text-no-heading .text-content h2 {
	text-align: center;
	font-size: 32px;
	font-family: Plantin;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	color: black;
}

.center-align-text-no-heading .text-content {
	width: 100%;
}

.home .center-align-text-no-heading {
	border: 0;
}

.home .section-featured-cards .section-inner {
	padding: 28px 0 0 0;
}

.home #the-latest-from-data-society {
	padding-bottom: 48px;
}

.home #the-latest-from-data-society .collection-row {
}

.home .section-header {
	transform: translateY(-59%);
}

@media (min-width: 1030px) {
	.home #the-latest-from-data-society .column:first-of-type {
		grid-column: span 3;
	}

	.home #the-latest-from-data-society .column-4-1:first-of-type {
		width: 100%;
		display: flex;
		flex-direction: row;
	}

	.home #the-latest-from-data-society .column-4-1:first-of-type .link-thumbnail {
		min-width: 600px;
	}

	.home #the-latest-from-data-society .column-4-1:first-of-type .link-thumbnail-inner {
		height: 100% !important;
		border-right: none;
		border-bottom: 1px solid #000;
	}

	.home #the-latest-from-data-society .column-4-1:first-of-type .link-inner {
		display: flex;
		justify-content: center;
		padding: 40px;
	}

	.home .collection-card .link-title {
		margin-right: 32px;
	}

	.home .collection-card .link-subtitle {
		margin-right: 32px;
	}

	.home #the-latest-from-data-society .section-inner {
		padding-bottom: 40px;
	}

	.home #the-latest-from-data-society .column-4-1:first-of-type .link-subtitle {
		margin-top: 0;
	}

	.home #the-latest-from-data-society .column-4-1:first-of-type .link-title {
		color: var(--black, #000);
		font-family: Cooper Hewitt;
		font-size: 40px;
		font-style: normal;
		font-weight: 711;
		line-height: 120%;
	}

	.home #the-latest-from-data-society .column-4-1 {
		display: flex;
		width: 100%;
		flex-direction: column;
	}

	.home #the-latest-from-data-society .section-header + .section-inner {
		padding-top: 0;
	}
}

@media (max-width: 1030px) {
	.home #the-latest-from-data-society .column-4-1 {
		flex-grow: 1 !important;
		display: flex;
		min-height: 392px !important;
		height: 100%;
		flex-direction: column;
	}
}

.home #statement-of-independence .section-inner {
	padding-top: 0px !important;
	margin-top: -12px;
}

.home #statement-of-independence p {
	font-size: 18px;
	font-family: Cooper Hewitt;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

.home #statement-of-independence .text-content {
	width: 100%;
	max-width: 720px;
	text-align: center;
}

.home #statement-of-independence .buttons-row {
	margin-top: 24px;
}

.home #statement-of-independence .button-external:after,
.button-internal:after,
.button-download:after,
.page-numbers.next:after {
	content: none;
}

.home #statement-of-independence .button {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 14px;
	line-height: 56px;
	font-weight: normal;
	color: white;
	height: 56px;
	padding: 18px 24px;
	position: relative;
	background: black;
	text-transform: uppercase;
}

.home #statement-of-independence .button:hover {
	background: #767676;
}

.home #statement-of-independence {
	padding: 0 0 99px 0 !important;
}

.home #statement-of-independence p {
	padding: 0 !important;
}

.home .section-header h3 {
	font-size: 24px;
	font-family: Cooper Hewitt;
	font-style: normal;
	font-weight: 711;
	line-height: 120%;
}

.center-align-text-no-heading .center-align-text-heading h2 {
	text-align: center;
	font-size: 34px;
	font-family: Plantin;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	text-transform: none;
	max-width: 940px;
	margin: 0 auto;
}

.home .section-header h3 {
	font-size: 24px;
	font-family: Cooper Hewitt;
	font-style: normal;
	font-weight: 711;
	line-height: 120%;
	padding: 16px 40px;
	height: 61px;
}

.home > .section-collection .section-inner {
	padding-top: 18px;
	padding-bottom: 0;
}

.home > .section-collection .section-inner ~ .section-collection .section-inner {
	padding-top: 64px;
	padding-bottom: 0;
}

.home .section-collection .collection-introduction p {
	display: none;
}

.home .section-collection {
	padding-bottom: 24px;
}

.home .section-collection .collection-introduction h3 {
	white-space: nowrap;
	font-size: 18px;
}

.home .section-collection .collection-introduction {
	display: flex;
	align-items: center;
	gap: 24px;
	width: 100%;
	padding-top: 24px;
}

.home .section-collection .collection-introduction:before {
	content: "";
	display: block;
	height: 1px;
	background-color: black;
	width: 100%;
}

.home .section-collection .collection-introduction:after {
	content: "";
	display: block;
	height: 1px;
	background-color: black;
	width: 100%;
}

.home .section-collection .collection-introduction + .collection-row,
.collection-introduction + .featured-item-row {
	margin-top: 40px !important;
}

.home .section-collection .collection-row {
	gap: 24px;
	display: grid;
	grid-auto-rows: auto;
	grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 1030px) {
	.home .section-collection .collection-row {
		display: block;
	}
}

.home .section-collection .collection-row .column {
	margin: 0;
	flex: 1;
}

.home .section-collection .collection-row .column + .column {
	margin: 0;
	flex: 1;
}

.home .section-collection .link-type {
	color: var(--neutral, #767676);
	leading-trim: both;
	text-edge: cap;
	font-size: 14px;
	font-family: Cooper Hewitt;
	font-style: normal;
	font-weight: 707;
	line-height: normal;
	letter-spacing: 1.12px;
	text-transform: uppercase;
	margin-bottom: 16px;
	display: flex;
}

.home .section-collection .link-type:after {
	background-image: url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="External Link"><g id="Vector"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.83325 6.16667C4.61224 6.16667 4.40028 6.25446 4.244 6.41074C4.08772 6.56702 3.99992 6.77899 3.99992 7V16.1667C3.99992 16.3877 4.08772 16.5996 4.244 16.7559C4.40028 16.9122 4.61224 17 4.83325 17H13.9999C14.2209 17 14.4329 16.9122 14.5892 16.7559C14.7455 16.5996 14.8333 16.3877 14.8333 16.1667V11.1667C14.8333 10.7064 15.2063 10.3333 15.6666 10.3333C16.1268 10.3333 16.4999 10.7064 16.4999 11.1667V16.1667C16.4999 16.8297 16.2365 17.4656 15.7677 17.9344C15.2988 18.4033 14.663 18.6667 13.9999 18.6667H4.83325C4.17021 18.6667 3.53433 18.4033 3.06548 17.9344C2.59664 17.4656 2.33325 16.8297 2.33325 16.1667V7C2.33325 6.33696 2.59664 5.70107 3.06548 5.23223C3.53433 4.76339 4.17021 4.5 4.83325 4.5H9.83325C10.2935 4.5 10.6666 4.8731 10.6666 5.33333C10.6666 5.79357 10.2935 6.16667 9.83325 6.16667H4.83325Z" fill="%23767676"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12.3333 2.83333C12.3333 2.3731 12.7063 2 13.1666 2H18.1666C18.6268 2 18.9999 2.3731 18.9999 2.83333V7.83333C18.9999 8.29357 18.6268 8.66667 18.1666 8.66667C17.7063 8.66667 17.3333 8.29357 17.3333 7.83333V3.66667H13.1666C12.7063 3.66667 12.3333 3.29357 12.3333 2.83333Z" fill="%23767676"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.7558 2.24408C19.0813 2.56951 19.0813 3.09715 18.7558 3.42259L9.58917 12.5893C9.26374 12.9147 8.7361 12.9147 8.41066 12.5893C8.08523 12.2638 8.08523 11.7362 8.41066 11.4107L17.5773 2.24408C17.9028 1.91864 18.4304 1.91864 18.7558 2.24408Z" fill="%23767676"/></g></g></svg>');
	content: "";
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-left: auto;
	transform: translateY(-4px);
}

.home .section-collection .link-title {
	color: var(--black, #000);
	/* Body/Large/Bold */
	font-size: 18px;
	font-family: Cooper Hewitt;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 8px;
}

.home .section-collection .link-subtitle {
	color: var(--neutral, #767676);
	font-size: 16px;
	font-family: Cooper Hewitt;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

.home .section-collection .link-subtitle:after {
	content: none !important;
}

.home .section-collection .collection-card .link-inner,
.all-research-link .link-inner {
	height: 100% !important;
}

.home .section-collection .column-3-1 {
	display: flex;
	flex-direction: column;
	width: auto;
}

.home .section-collection .link-inner {
	padding: 16px;
	display: block;
}

.menu-button-tablet {
	display: none;
}

@media (max-width: 1030px) {
	.menu-button {
		font-size: 0;
	}

	.menu-button-desktop {
		display: none;
	}

	.menu-button-tablet {
		display: none;
	}

	.menu-button-tablet {
		display: block;
	}

	.navigation-buttons {
		align-items: center;
	}

	.site-header-primary-button-container {
		height: 56px;
	}

	.section-collection .collection-row {
		width: 100vw;
		margin-left: -10px;
		display: block;
	}

	.home-header .post-header-left h2:first-of-type {
		font-family: Cooper Hewitt;
		font-size: 24px !important;
		font-style: normal;
		font-weight: 700 !important;
		line-height: 120% !important;
		margin-bottom: 16px;
		padding: 0 16px 0 16px;
	}

	.home-header .post-header-left h2 {
		font-family: Cooper Hewitt;
		font-size: 16px !important;
		font-style: normal;
		font-weight: 300 !important;
		line-height: 140% !important;
		padding: 0 16px 0 16px;
	}

	.home .post-header-left {
		max-width: none;
		margin-top: 0;
		padding-bottom: 0;
	}

	.home-header .post-header-inner {
		padding: 0;
		padding-top: 24px !important;
		padding-bottom: 40px !important;
		min-height: auto;
		background: transparent;
	}

	.center-align-text-no-heading .center-align-text-heading h2 {
		color: var(--black, #000);
		text-align: center;
		font-family: Plantin;
		font-size: 24px;
		font-style: normal;
		font-weight: 500;
		line-height: 120%;
	}

	.home section {
		padding-left: 16px;
		padding-right: 16px;
	}

	.at-top .site-header-inner {
		padding: 0;
	}



	.home .section-collection .column-3-1 {
		width: 320px;
	}

	.home .section-collection .collection-row .column + .column {
		margin: 0 12px;
	}

	.home .section-collection .collection-row .column {
		margin: 0 12px;
	}
}

@media (min-width: 760px) and (max-width: 1030px) {
	.home .featured-item-row .column-3-1 {
		min-height: 600px;
		width: 500px;
	}
}

#introduction {
	padding: 64px 0 70px 0;
}

#introduction .section-inner {
	padding-top: 0;
}

.home .section-collection:last-of-type {
	padding-bottom: 120px;
}

.home .section-collection:last-of-type .section-inner {
	padding-bottom: 0;
}

 .site-header-primary-button-container {
	transition: all 0.3s ease-in;
}

.scrolling-up:not(.at-top) .site-header-primary-button-container {
	background: black;
	color: white;
}

.show-menu .site-header-primary-button-container {
	background: black;
	color: white;
}

.show-header-search-box .site-header-primary-button-container {
	background: black;
	color: white;
}

.show-header-search-box .site-heading-inner {
	padding: 20px;
}

@media (max-width: 1030px) {
	.single.at-top:not(.show-menu):not(.show-header-search-box):not(.single-redirect) .logo-w,
	.home.at-top:not(.show-menu):not(.show-header-search-box):not(.single-redirect) .logo-w {
		opacity: 1;
	}

	.site-header-inner {
		padding: 0;
		display: flex;
		justify-content: space-between;
	}

	.show-menu .site-header-inner {
		padding: 20px;
	}

	.logo-container {
		flex: 1;
	}

	.search-button-container > a > p.primary-button-container-small {
		margin-top: 0;
	}

	.site-header-primary-button-container {
		transition: all 0.3s ease-in;
	}

	.scrolling-up:not(.at-top) .site-header-primary-button-container {
		background: black;
		color: white;
	}

	.show-menu .site-header-primary-button-container {
		background: black;
		color: white;
	}

	.show-menu .site-navigation-inner {
		padding: 20px 20px 0 20px;
	}

	.site-header-background {
		height: auto !important;
	}

	.at-top:not(.show-menu) .site-header-background {
		opacity: 0;
	}

	.home.at-top:not(.show-header-search-box):not(.show-menu):not(.single-redirect)
		.header-search-button:before,
	.home.at-top:not(.show-header-search-box):not(.show-menu):not(.single-redirect)
		.header-search-button:before {
		background-image: url(../img/search-w.png);
	}

	.home.at-top:not(.show-header-search-box):not(.show-menu):not(.single-redirect)
		.menu-button:before,
	.home.at-top:not(.show-header-search-box):not(.show-menu):not(.single-redirect)
		.menu-button:before {
		background-image: url(../img/menu-w.png);
	}

	/* .flickity-slider {
		height: 100%;
		& > a {
			min-height: 100%;
		}
	} */

	.flickity-viewport {
		transition: height 0.2s;
	}

	.media-check {
		text-indent: 20px;
	}

	.home .section-collection .collection-card .link-inner,
	.all-research-link .link-inner {
		height: max-content !important;
		border: 1px solid transparent;
	}

	.home #the-latest-from-data-society .column-4-1 {
		width: 320px;
		display: block !important;
		clear: both;
		border: 1px solid black;
		min-height: 100%;
	}

	.home #the-latest-from-data-society {
		border-top: none !important;
		position: relative;
		padding-bottom: 30px;
	}

	.home #the-latest-from-data-society h3 {
		background: white;
		padding: 16px;
	}

	.home #the-latest-from-data-society:after {
		content: "";
		position: absolute;
		inset: 0;
		border-top: 1px solid black;
		left: 16px;
		right: 16px;
		z-index: -10;
	}

	.home #the-latest-from-data-society .link-inner {
		height: max-content !important;
		width: 100%;
		border-top: 1px solid black !important;
	}

	.home .section-collection .column-3-1 {
		display: block !important;
		clear: both;
		border: 1px solid black;
		min-height: 100%;
	}

	.home .section-collection .link-inner {
		height: max-content !important;
		width: 100%;
		border-top: 1px solid black !important;
	}

	.home .section-collection a.column:not(.person-link):hover .link-inner {
		background: transparent;
	}

	.home .section-collection a.column:not(.person-link):hover {
		background: whitesmoke;
	}

	/* .home .section-collection .column-3-1 {
		height: max-content;
	} */

	#introduction {
		padding: 40px 16px 50px 16px;
	}

	.home .section-header h3 {
		padding: 16px;
	}

	.home .link-thumbnail-inner {
		border: none !important;
	}

	.home .flickity-page-dots {
		padding: 0;
		margin: 32px auto 40px auto;
	}

	.show-header-search-box .logo-container {
		display: block;
	}

	.show-header-search-box .site-header-primary-button-container {
		display: none;
	}

	.show-header-search-box .menu-button-tablet {
		display: none;
	}

	.show-header-search-box .site-header-inner {
		padding: 20px;
	}

	.show-header-search-box .site-header-background {
		opacity: 1;
	}

	.show-header-search-box .header-search-form {
		width: 500px;
	}
}

.home #spotlights .section-inner {
	padding-top: 10px;
}

@media (max-width: 480px) {
	.home #statement-of-independence .text-content {
		width: 100%;
		padding: 0 16px 0 16px;
	}

	.home #the-latest-from-data-society h3 {
		max-width: 223px;
		line-height: 120% !important;
	}

	.home #statement-of-independence h3 {
		max-width: 223px;
		line-height: 120% !important;
	}

	.show-header-search-box .header-search-form {
		width: 250px;
	}

	.primary-button-container-large {
		display: none !important;
	}

	.primary-button-container-small {
		display: block !important;
	}
}

@media (max-width: 1030px) {
	.home .section-collection .section-inner {
		padding-bottom: 0;
	}

	.home .section-collection {
		margin-top: -30px;
	}

	.home .hide-divider .section-inner {
		padding-top: 0;
	}

	.home #the-latest-from-data-society {
		margin-top: 0;
	}
}

/* Begin new About Page Styling */

.page-about .page-header-title {
	font-size: 40px;
	line-height: 48px;
	text-transform: none;
	padding-bottom: 16px;
	padding-top: 24px;
}

@media (max-width: 480px) {
	.page-about .page-header-title {
		font-size: 32px;
		line-height: 38.4px;
		padding-top: 0;
	}
}

@media (max-width: 1030px) {
	.page-about .page-header-title {
		padding-top: 0;
	}

	.page-about .page-header-gallery-container {
		height: 400px;
		margin: 0 16px;
	}
}

@media (max-width: 480px) {
	.page-about .page-header-gallery-container {
		height: 257.25px;
		margin: 0 16px;
	}
}

.page-about #what-we-do {
	padding-top: 80px;
	padding-bottom: 128px;
}

@media (max-width: 1030px) {
	.page-about #what-we-do {
		padding-top: 0;
		padding-bottom: 90px;
	}
}

.page-about #what-we-do .text-introduction {
	font-size: 32px;
	line-height: 120%;
	font-weight: 700;
	width: 640px;
}

@media (max-width: 1030px) {
	.page-about #what-we-do .text-introduction {
		font-size: 32px;
		line-height: 120%;
		font-weight: 700;
		width: 100%;
		padding-top: 0;
	}
}

@media (max-width: 480px) {
	.page-about #what-we-do .text-introduction {
		font-size: 24px;
		line-height: 120%;
		font-weight: 700;
		width: 100%;
	}
}

.page-about #what-we-do .text-content {
	font-family: Cooper Hewitt;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
}

.page-about #what-we-do.two-columns .text-content {
	width: 1000px;
	column-rule: none;
	columns: auto;
	display: flex;
	column-gap: 0;
	gap: 80px;
}

.page-about #what-we-do.two-columns .text-content p:not(:first-of-type) {
	margin-top: 24px;
}

@media (max-width: 1030px) {
	.page-about #what-we-do.two-columns .text-content {
		flex-direction: column;
		width: 100%;
		gap: 0;
	}

	.page-about #what-we-do.two-columns .text-content div {
		width: 100%;
	}

	.page-about #what-we-do.two-columns .text-content div:not(:first-of-type) {
		margin-top: 24px;
	}
}

.page-about #what-we-do.two-columns .text-content div {
	width: 0;
	text-align: left;
	margin: 0;
	flex: 1;
}

@media (max-width: 1030px) {
	.page-about #statement-of-independence {
		width: calc(100% - 32px);
		padding: 0 0 91px 0;
	}
}

.page-about #statement-of-independence .section-inner {
	padding-top: 0px !important;
	margin-top: -12px;
}

.page-about #statement-of-independence p {
	font-size: 18px;
	font-family: Cooper Hewitt;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

.page-about #statement-of-independence .text-content {
	width: 100%;
	max-width: 720px;
	text-align: center;
}

.page-about #statement-of-independence .buttons-row {
	margin-top: 40px;
}

.page-about #statement-of-independence .button-external:after,
.button-internal:after,
.button-download:after,
.page-numbers.next:after {
	content: none;
}

.page-about #statement-of-independence .button {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 14px;
	line-height: 56px;
	font-weight: normal;
	color: white;
	height: 56px;
	padding: 18px 52px 18px 24px;
	position: relative;
	background: black;
	text-transform: uppercase;
	gap: 8px;
}

.page-about #statement-of-independence .button:hover {
	background: #767676;
}

.page-about #statement-of-independence .button:after {
	content: "";
	height: 20px;
	width: 20px;
	position: absolute;
	right: 24px;
	top: 45%;
	transform: translateY(-50%);
	display: inline-block;
	background: transparent;
	background-repeat: no-repeat;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjY2Njk5IDUuODMzMjlDNC40NDU5OCA1LjgzMzI5IDQuMjM0MDIgNS45MjEwOSA0LjA3Nzc0IDYuMDc3MzdDMy45MjE0NiA2LjIzMzY1IDMuODMzNjYgNi40NDU2MSAzLjgzMzY2IDYuNjY2NjNWMTUuODMzM0MzLjgzMzY2IDE2LjA1NDMgMy45MjE0NiAxNi4yNjYzIDQuMDc3NzQgMTYuNDIyNUM0LjIzNDAyIDE2LjU3ODggNC40NDU5OCAxNi42NjY2IDQuNjY2OTkgMTYuNjY2NkgxMy44MzM3QzE0LjA1NDcgMTYuNjY2NiAxNC4yNjY2IDE2LjU3ODggMTQuNDIyOSAxNi40MjI1QzE0LjU3OTIgMTYuMjY2MyAxNC42NjcgMTYuMDU0MyAxNC42NjcgMTUuODMzM1YxMC44MzMzQzE0LjY2NyAxMC4zNzMxIDE1LjA0MDEgOS45OTk5NiAxNS41MDAzIDkuOTk5OTZDMTUuOTYwNiA5Ljk5OTk2IDE2LjMzMzcgMTAuMzczMSAxNi4zMzM3IDEwLjgzMzNWMTUuODMzM0MxNi4zMzM3IDE2LjQ5NjMgMTYuMDcwMyAxNy4xMzIyIDE1LjYwMTQgMTcuNjAxMUMxNS4xMzI2IDE4LjA2OTkgMTQuNDk2NyAxOC4zMzMzIDEzLjgzMzcgMTguMzMzM0g0LjY2Njk5QzQuMDAzOTUgMTguMzMzMyAzLjM2ODA3IDE4LjA2OTkgMi44OTkyMyAxNy42MDExQzIuNDMwMzggMTcuMTMyMiAyLjE2Njk5IDE2LjQ5NjMgMi4xNjY5OSAxNS44MzMzVjYuNjY2NjNDMi4xNjY5OSA2LjAwMzU4IDIuNDMwMzggNS4zNjc3IDIuODk5MjMgNC44OTg4NkMzLjM2ODA3IDQuNDMwMDIgNC4wMDM5NSA0LjE2NjYzIDQuNjY2OTkgNC4xNjY2M0g5LjY2Njk5QzEwLjEyNzIgNC4xNjY2MyAxMC41MDAzIDQuNTM5NzIgMTAuNTAwMyA0Ljk5OTk2QzEwLjUwMDMgNS40NjAyIDEwLjEyNzIgNS44MzMyOSA5LjY2Njk5IDUuODMzMjlINC42NjY5OVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTIuMTY3IDIuNDk5OTZDMTIuMTY3IDIuMDM5NzIgMTIuNTQwMSAxLjY2NjYzIDEzLjAwMDMgMS42NjY2M0gxOC4wMDAzQzE4LjQ2MDYgMS42NjY2MyAxOC44MzM3IDIuMDM5NzIgMTguODMzNyAyLjQ5OTk2VjcuNDk5OTZDMTguODMzNyA3Ljk2MDIgMTguNDYwNiA4LjMzMzI5IDE4LjAwMDMgOC4zMzMyOUMxNy41NDAxIDguMzMzMjkgMTcuMTY3IDcuOTYwMiAxNy4xNjcgNy40OTk5NlYzLjMzMzI5SDEzLjAwMDNDMTIuNTQwMSAzLjMzMzI5IDEyLjE2NyAyLjk2MDIgMTIuMTY3IDIuNDk5OTZaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LjU4OTYgMS45MTA3QzE4LjkxNSAyLjIzNjE0IDE4LjkxNSAyLjc2Mzc4IDE4LjU4OTYgMy4wODkyMUw5LjQyMjkxIDEyLjI1NTlDOS4wOTc0OCAxMi41ODEzIDguNTY5ODQgMTIuNTgxMyA4LjI0NDQgMTIuMjU1OUM3LjkxODk3IDExLjkzMDQgNy45MTg5NyAxMS40MDI4IDguMjQ0NCAxMS4wNzc0TDE3LjQxMTEgMS45MTA3QzE3LjczNjUgMS41ODUyNyAxOC4yNjQxIDEuNTg1MjcgMTguNTg5NiAxLjkxMDdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
}

.page-about #statement-of-independence .button:hover {
	background: #767676;
}

.page-about #statement-of-independence {
	padding: 0 0 99px 0;
}

.page-about #statement-of-independence p {
	padding: 0;
}

.page-about .section-header h3 {
	font-size: 24px;
	font-family: Cooper Hewitt;
	font-style: normal;
	font-weight: 711;
	line-height: 120%;
	padding: 10px 40px;
	height: 61px;
}

.page-about > .section-collection .section-inner {
	padding-top: 18px;
	padding-bottom: 0;
}

.page-about > .section-collection .section-inner ~ .section-collection .section-inner {
	padding-top: 64px;
	padding-bottom: 0;
}

.page-about .section-collection .collection-introduction p {
	display: none;
}

.page-about .section-collection {
	padding-bottom: 24px;
}

.page-about .section-collection .collection-introduction h3 {
	white-space: nowrap;
	font-size: 18px;
}

.page-about .section-collection .collection-introduction {
	display: flex;
	align-items: center;
	gap: 24px;
	width: 100%;
	padding-top: 24px;
}

.page-about .section-collection .collection-introduction:before {
	content: "";
	display: block;
	height: 1px;
	background-color: black;
	width: 100%;
}

.page-about #who-funds-us .featured-item-quote-inner {
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-align: left;
}

.page-about #who-funds-us .buttons-row {
	width: 100%;
	margin-top: 24px;
}

.page-about #who-funds-us .buttons-container {
	text-align: left;
}

.page-about #who-funds-us .button {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Cooper Hewitt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 14px;
	line-height: 56px;
	font-weight: normal;
	color: white;
	height: 56px;
	padding: 18px 52px 18px 24px;
	position: relative;
	background: black;
	text-transform: uppercase;
	gap: 8px;
	line-height: 20px;
}

.page-about #who-funds-us .button:hover {
	background: #767676;
}

.page-about #who-funds-us .button:after {
	content: "";
	height: 20px;
	width: 20px;
	position: absolute;
	right: 24px;
	top: 45%;
	transform: translateY(-50%);
	display: inline-block;
	background: transparent;
	background-repeat: no-repeat;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjc5OTcgMTcuOTAwM0MxMC42IDE4LjExNTQgMTAuMzE0NyAxOC4yNSA5Ljk5ODAzIDE4LjI1QzkuNjgxMjUgMTguMjUgOS4zOTU5MiAxOC4xMTUzIDkuMTk2MTggMTcuOTAwMUw1LjMyMzI4IDE0LjAyNzJDNC44OTYxNSAxMy42MDAxIDQuODk2MTUgMTIuOTA3NiA1LjMyMzI4IDEyLjQ4MDRDNS43NTA0MiAxMi4wNTMzIDYuNDQyOTQgMTIuMDUzMyA2Ljg3MDA4IDEyLjQ4MDRMOC45MDQyOCAxNC41MTQ2VjQuMzQzNzVDOC45MDQyOCAzLjczOTY5IDkuMzkzOTcgMy4yNSA5Ljk5ODAzIDMuMjVDMTAuNjAyMSAzLjI1IDExLjA5MTggMy43Mzk2OSAxMS4wOTE4IDQuMzQzNzVWMTQuNTE0NkwxMy4xMzA5IDEyLjQ3NTVDMTMuNTU4IDEyLjA0ODQgMTQuMjUwNSAxMi4wNDg0IDE0LjY3NzcgMTIuNDc1NUMxNS4xMDQ4IDEyLjkwMjcgMTUuMTA0OCAxMy41OTUyIDE0LjY3NzcgMTQuMDIyM0wxMC43OTk3IDE3LjkwMDNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
}

.page-about #who-funds-us .section-header + .section-inner {
	padding-top: 0;
}

.page-about #who-funds-us .link-inner {
	padding: 16px;
}

.page-about #who-funds-us .link-type {
	margin-bottom: 21px;
	color: #767676;
	font-family: Cooper Hewitt;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 19.6px */
	text-transform: none;
}

.page-about #who-funds-us .link-title {
	font-family: Cooper Hewitt;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 1.12px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.page-about #who-funds-us {
	padding-bottom: 100px;
}

@media (max-width: 1030px) {
	.page-about #who-funds-us {
		width: calc(100% - 32px);
		padding: 0 0 88px 0;
	}

	.page-about #who-funds-us .collection-card {
		max-width: 380px;
		margin: auto;
		margin-top: -14px;
	}

	.page-about #who-funds-us .link-thumbnail {
		height: 238px;
	}

	.page-about #who-funds-us .link-thumbnail-inner {
		height: 238px;
	}

	.page-about #who-funds-us .featured-item-quote-inner {
		padding: 0 40px;
		text-align: center;
	}

	.page-about #who-funds-us .buttons-container {
		text-align: center;
	}
}

.page-about #who-funds-us .collection-card .link-inner,
.all-research-link .link-inner {
	height: auto;
}

@media (max-width: 1030px) {
	.page-about #our-values {
		width: calc(100% - 32px);
	}

	.page-about #our-values .text-introduction {
		width: 100%;
	}

	.page-about #our-values .text-content:not(strong) {
		font-family: Cooper Hewitt;
		font-size: 16px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		letter-spacing: 1.28px;
	}
}

.page-about #our-values .text-introduction {
	font-size: 32px;
	line-height: 120%;
	font-weight: 700;
	width: 640px;
}

@media (max-width: 480px) {
	.page-about #our-values .text-introduction {
		font-size: 24px;
		line-height: 120%;
		font-weight: 700;
		width: 100%;
	}
}

.page-about #our-values .section-header + .section-inner {
	padding-top: 0;
	margin-top: -16px;
}

.page-about #our-values .text-introduction + .text-content {
	margin-top: 48px;
}

.page-about #our-values .text-content {
	width: 640px;
}
/*

	.page-about #our-values .text-content p {
		background:aqua;
		margin-top:32px;
	}

	.page-about #our-values .text-content p:nth-of-type(1) {
		background:green;
		margin-top:0;
	}

	.page-about #our-values .text-content p:nth-of-type(2) {
		background:yellow;
		margin-top:0;
	} */

.page-about #our-values p {
	margin: 0;
}

.page-about #our-values p:not(strong) {
	font-family: Cooper Hewitt;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
}

.page-about #our-values strong {
	leading-trim: both;
	text-edge: cap;
	font-family: Cooper Hewitt;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.28px;
	text-transform: uppercase;
}

.page-about #our-values p:first-of-type {
	margin-bottom: 8px;
}

.page-about #our-values .text-content p:not(:first-of-type) > strong {
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 8px;
}

.page-about #our-values {
	padding-bottom: 128px;
}

/* .page-about.show-menu .site-header-inner {
	padding: 20px;
}

.page-about.scrolling-up:not(.at-top) .site-header-inner {
	padding: 20px;
}

.page-about .site-header-inner {
	padding: 0 20px 0 20px;
}

.page-about.show-menu .collection-card {
	transform: translateY(-20px);
} */

@media (max-width: 1030px) {
	.page-about #our-values {
		width: calc(100% - 32px);
	}

	.page-about #our-values .text-introduction {
		width: 100%;
	}

	.page-about #our-values .text-content {
		width: 100%;
	}

	.page-about #our-values p:not(strong) {
		font-family: Cooper Hewitt;
		font-size: 18px;
		font-style: normal;
		font-weight: 300;
		line-height: 140%;
		letter-spacing: normal;
	}

	.page-about #our-values strong {
		leading-trim: both;
		text-edge: cap;
		font-family: Cooper Hewitt;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 1.28px;
		text-transform: uppercase;
	}

	.page-about #our-values {
		padding-bottom: 88px;
	}
}

@media (min-width: 1031px) {
	.page-about #highlights .column + .column {
		margin: 0;
	}

	.page-about #highlights a.column {
		margin: 0;
	}

	.page-about #highlights .layout {
		gap: 24px;
	}

	.page-about #highlights .link-thumbnail {
		height: 176.25px;
	}

	.page-about #highlights .link-thumbnail-inner {
		height: 100%;
	}

	.page-about #highlights .collection-card .link-inner,
	.all-research-link .link-inner {
		padding: 16px;
	}

	.page-about #highlights .section-collection .collection-card .link-inner,
	.all-research-link .link-inner {
		height: max-content !important;
		border: 1px solid transparent;
	}

	.page-about #highlights .column-4-1 {
		width: 0;
		flex: 1;
		display: block !important;
		clear: both;
		border: 1px solid black;
		min-height: 100%;
	}

	.page-about #highlights .collection-card .link-subtitle {
		margin-top: 8px;
	}
}

.page-about #highlights .section-inner {
	padding-top: 17px;
	padding-bottom: 0;
}

.page-about #highlights .collection-card .link-type {
	color: var(--neutral, #767676);
	leading-trim: both;
	text-edge: cap;
	font-family: Cooper Hewitt;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.12px;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.page-about #highlights .link-title {
	font-family: Cooper Hewitt;
	font-size: 18px;
	font-style: normal;
	font-weight: 711;
	line-height: 140%; /* 25.2px */
}

.page-about #highlights .link-subtitle {
	color: var(--neutral, #767676);
	font-family: Cooper Hewitt;
	font-size: 16px;
	font-style: normal;
	font-weight: 707;
	line-height: 140%; /* 22.4px */
	padding-right: 32px;
}

.page-about #highlights {
	padding-bottom: 80px;
}

@media (max-width: 1030px) {
	.page-about #highlights .collection-card .link-inner,
	.all-research-link .link-inner {
		height: max-content !important;
		border: 1px solid transparent;
	}

	.page-about #highlights .column-4-1 {
		width: 320px;
		display: block !important;
		clear: both;
		border: 1px solid black;
		min-height: 100%;
	}

	.page-about .section-collection a.column:not(.person-link):hover {
		background: whitesmoke;
	}

	.flickity-page-dots {
		margin: 20px auto 0 auto;
	}
}

.page-about .section-content .section-inner,
body:not(.home):not(.search-results):not(.archive-research):not(.archive-announcements)
	.module-container
	section:first-child
	.section-inner,
.page-introduction .section-inner {
	padding-top: 0 !important;
}

/* .page-about .site-header-primary-button-container {
	display: flex;
	background: black;
	margin-left: 24px;
}

.page-about .primary-button-container-large {
	padding: 0 24px;
	color: white;
}

@media (max-width: 1030px) {
	.page-about .menu-button-desktop {
		display: none;
	}

	.page-about .menu-button-tablet {
		display: block;
		font-size: 0;
	}
}

@media (max-width:1030px) {

} */

@media (max-width: 480px) {
	.page-about .page-about .section-header h3 {
		padding: 10px 34px;
	}

	.page-about #statement-of-independence h3 {
		max-width: 223px;
		line-height: 120% !important;
		padding: 16px;
	}

	.page-about #statement-of-independence .text-introduction {
		font-size: 24px;
		line-height: 120%;
		font-weight: 700;
	}

	.page-about #who-funds-us .featured-item-quote-inner {
		font-size: 24px;
		line-height: 120%;
		font-weight: 700;
	}

	.page-about #statement-of-independance .section-inner {
		padding-top: 13px;
		text-align: center;
	}
}

.show-header-search-box .site-header-inner {
	   padding:20px;
}

@media (max-width:1030px) {
.show-header-search-box header .logo-container {
display:block;
}

.show-header-search-box header .menu-button {
display:none;
}
.show-header-search-box .site-header-background {
opacity:1;
}
.at-top.show-header-search-box .site-header-background {
opacity:1;
}

.show-header-search-box .site-header-primary-button-container {
background:black;
color:white;
}
}

@media (max-width:480px) {
.show-header-search-box .site-header-primary-button-container {
display:none;
}
}
