:root {
	font-size: 1em;
	--darkestblue: #01032b;
	--darkerblue: #023059;
	--brighterblue: #2c75b3;
	--mutedblue: #1f5e85;
	--brighterteal: #0c7479;
	--mutedteal: #0e5a59;
	--salmon: #ff9c9c;
	--sand: #F2D4AE;
	--tigerlily: #F2935C;
	--palepeach: #faeee7;
}

body * {
	box-sizing: border-box;
}

body {
	padding: 3% 4% 5% 3%;
	font-family: urw-form, sans-serif;
	/* background: var(--darkestblue); */
	background-image: linear-gradient(180deg, var(--brighterteal) 0%, #1A4374 100%);
	color: white;
	font-size: 16px;
}


a:link {
	color: var(--palepeach);
}

a:hover {
	color: var(--salmon);
}

a:active {
	color: rgb(116, 253, 237);
}

a:visited {
	color: var(--palepeach);
}


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

* {
	line-height: 1.25
}

ul {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}

.nav ul {
	text-align: right;
	margin-bottom: 0;
}

.nav ul li {
	margin-bottom: .5rem;
	padding: 0;
	line-height: 1;
	font-size: large
}

p {
	margin-top: 0;
	line-height: 1.5;
	font-size: clamp(.875rem, .875rem + 1vw, 1rem);
	font-weight: 300;
}


p.intro {
	font-size: clamp(1rem, 1rem + 1vw, 1.25rem);
	/* margin-bottom: 2rem; */
	line-height: 1.5;
}


h1 {
	font-size: clamp(2rem, 2rem + 2vw, 6rem);
	color: white;
	margin-bottom: 2rem;
	font-weight: 600;
	font-family: lunatix;
	line-height: 1
}

h2 {
	font-weight: 300;
}

h3,
h4 {
	margin-bottom: 0;
}

h2.form {
	font-size: clamp(1em, 1em + 1vw, 1.25em);
	color: var(--sand)
}

h4 {
	font-variant-caps: all-small-caps;
	font-weight: 300;
	font-size: 1.25em;
	letter-spacing: .0125rem;
	margin-bottom: 4px;
	font-family: lunatix;
	color: var(--salmon);
}

h3 {
	margin-top: 0;
	font-family: lunatix;
	color: var(--sand);
	font-weight: 500;
}

h2 {
	margin-top: 0;
	font-family: lunatix;
	color: var(--salmon);
}

h5 {
	margin: 0 0 4px 0;
	font-size: 1rem;
	font-variant-caps: all-small-caps;
	letter-spacing: 0.06125rem;
	font-weight: 300;
	line-height: 1;
}

details {
	margin: 0;
	padding: 0;
}

details[open] summary {
	border: 0;
	font-weight: bold;
	margin-bottom: 0;
}


.card {
	padding: 3rem 3rem 3rem 3rem;
	margin: 0 0 2rem 0;
	background-color: darkslateblue;
}

summary::marker {
	content: none;
	list-style-type: none;
	display: none;
}

summary::-webkit-details-marker {
	display: none;
}

summary:hover {
	cursor: pointer;
	color: var(--salmon);
}

summary {
	list-style-type: none;
	font-size: clamp(.75rem, .75rem + 1vw, 1.25rem);
	font-weight: 400;
	/* text-transform: uppercase; */
	background: transparent;
	border-bottom: 1px solid rgba(148, 253, 255, 0.25);
	margin: 0;
	padding: 0 0 .25rem 0;
}

.no-btm-brdr {
	border-bottom: 0;
}

.no-margin {
	margin: 0;
}

.right {
	text-align: right;
}

#header {
	margin-bottom: 5%;
}

.form {
	font-family: urw-form;
}

h2.form {
	margin-bottom: 1rem;

}

h3.form {
	margin-bottom: 1rem;
}

.lbo {
	border-left: 1px solid rgba(2, 48, 89, 0);
	padding-left: 1rem;
	margin-top: 1rem;
}

.lbo img {
	margin: 0;
	border-radius: 4px;
}

.btn {
	display: inline-block;
	margin-top: .5rem;
	margin-bottom: 2rem;
	font-variant-caps: all-small-caps;
	padding: 8px 16px 12px 16px;
	text-decoration: none;
	background: #009B9B;
	/* background: linear-gradient(to bottom, #007b7b 0%, #009B9B 3%, #00C2C2 50%, #00ABAB 97%, #007b7b 100%); */
	font-size: 1.5rem;
	border-radius: 4px;
	width: fit-content;
}

#header a.btn {
	margin-bottom: 1rem;
}

.btn a {
	color: aliceblue;
}

.btn a:link {
	color: aliceblue;
}

.btn a:visited {
	color: aliceblue;
}

.btn:hover {
	background: var(--darkerblue);
}




hr {
	border-top: 1px solid #000;
	opacity: 25%;
	height: 1px;
	margin: 1rem 0;
}

video {
	width: 100%;
	height: auto;

}

.video-container iframe {
	width: 100%;
	height: auto;
	/* Ensures the height adjusts automatically */
	/* aspect-ratio: 16 / 9; */
	/* Maintains the 16:9 aspect ratio */
	display: block;
	/* Optional: Helps with centering or layout */
	margin: 0 auto;
	/* Optional: Centers the video on the page */
}

.img-container {
	position: relative;
}

.lbo h2 {
	margin-top: 1rem;
}

.photocredit {
	position: absolute;
	right: 0px;
	bottom: 4px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.0125rem;
	margin: 0;
	padding: 0;
	display: iblock;
	font-variant-caps: all-small-caps;
	background: black;
	color: white;
	padding: 0px 8px 2px 8px;
}

#footer {
	margin-top: 4rem;
	/* border-top: 1px solid rgba(2, 48, 89, 0.5); */
	padding-top: 1rem;
}

ul.horizontal {
	margin: 0;
}

ul.horizontal li {
	display: inline-block;
	margin-left: 1rem;
}

ul.horizontal li:first-of-type {
	display: inline-block;
	margin-left: 0;
}

#nav ul {
	text-align: right;
}

form {
	margin-top: 1rem;
}

.prevnext {
	display: block;
}

.prevnext:hover {
	color: var(--darkestblue);
	background: var(--salmon);
}

.brdr-topbtm {
	padding: 1rem 0;
	border-top: .5px solid var(--darkestblue);
	border-bottom: .5px solid var(--darkestblue);
}

.brdr-top {
	padding: .25rem 0;
	border-top: .5px solid var(--darkestblue);
	/* border-bottom: .5px solid var(--darkestblue); */
}

.smaller {
	font-size: smaller;
	margin-top: 4px;
	line-height: 1.35
}

div.namelist {
	padding: 1rem 1rem 1.5rem 1rem;
	border: 1px solid var(--salmon);
	/* border-radius: 4px; */
	position: relative;
	right: 0;
	width: fit-content;
}

.namelist strong {
	margin-right: .5rem;
	font-weight: 700;
	/* font-family: urw-form-condensed; */
	margin-bottom: 1rem;
}

.team details {
	border-top: 1px solid var(--brighterteal);
	/* font-family: urw-form-condensed; */
}

.team details:first-of-type {
	border-top: 0;
}

.team details summary {
	font-size: 1rem;
	font-weight: 200;
	margin: 12px 0 0 0;
	padding-bottom: 1rem;
}

.team details[open] {
	background: var(--darkerblue);
	border-top: 1px solid skyblue;
	padding: 1rem 2rem 2rem 2rem;
	margin-bottom: 1rem;
	/* border-radius: 8px; */
}

.team details>summary>strong {
	font-weight: 600;
}

.team details[open]>summary {
	border: 0;
	margin: 1rem 0 0 0;
}

.team details>p {
	max-width: 64ch;
	line-height: 1.5;
}

.team details>p:last-of-type {
	margin-bottom: 1rem;
}

.team h3 {
	margin-bottom: 2rem;
	font-size: x-large;
}

strong {
	font-weight: 800;
}

.funders {
	text-align: center;
	border-top: 1px solid rgba(0, 0, 0, 0.25);
	padding: 2rem;
}

.funders img {
	max-width: 80%;
	height: auto;
}

/* .tiles-flexcontainer {
	margin-top: 1.5rem;
	display: flow-root;
	max-width: 69%;
}

.tiles-flexcontainer img {
	margin: 0;
	padding: 0;
	max-width:100%;
	height: auto;
	background: rgba(255,255,255,0.5);
	border-radius: 4px;
} */

.tight {
	margin: 0 0 1rem 0;
}

.loose {
	margin: 4rem 0 4rem 0;
}

.space-btm {
	margin-bottom: 1rem
}

.space-top {
	margin-top: 2rem;
}

.space-both {
	margin: 2rem 0;
}

.callout {
	padding: 1.25rem 1.5rem 1rem 1.5rem;
	background: hsla(237, 96%, 9%, 0.25);
	/* border-radius: 4px; */
	margin-right: 2rem;
}

.funders {
	background: var(--brighterblue);
	padding-top: 3rem;
}

.funders img {
	mix-blend-mode: multiply;
}

/* .funders img { mix-blend-mode: difference; } */
.smallcaps {
	font-variant-caps: all-small-caps;
	font-weight: normal;
	letter-spacing: .5px;
}

.center {
	text-align: center;
}

.inline-icon {
	margin-left: 1rem;
	float: right;
}

p.intro>a>strong {
	font-weight: 500;
}

.inline-title {
	margin-left: 1rem;
	font-style: italic;
	font-weight: 300;
	color: var(--salmon)
}

.logo img {
	max-width: 240px;
}

.credits {
	display: flex;
	align-items: baseline;
	line-height: 1.5
}

.credits div {
	margin-top: 0;
	margin-bottom: 8px;
}

.credits div:first-of-type {
	font-variant-caps: all-small-caps;
	letter-spacing: .5px;
}

.credots {
	margin-left: 8px;
	margin-right: 8px;
	flex-grow: 1;
	border-bottom: 2px dotted white;
}


/* COMBINATOR SELECTORS */
ul+h3 {
	margin-top: 2rem;
}

/* details h2 { margin: 0; padding:0; } */
a.btn.form { width: 100%; padding: .5rem 1rem 1rem 1rem; text-align: center; }

a.btn.form:link {
	font-family: urw-form-condensed;
	font-size: 2rem;
	text-align: center;
	font-weight:500;
	color: var(--salmon);
	background-color: var(--darkerblue);
}
a.btn.form:hover {
	color: var(--darkerblue);
	background-color: var(--salmon);
}

