* {
	--eggshell: #EEEBD8;
	--carbon: #000;
	--teal: #003333;
	--green: #CCCC33;
	--pink: #FF6666;
	--orange: #FF9933;
	--blue: #33969B;
	--purple: #993366;

	--light-teal: #ccd9da;
	--light-green: #f5f5d6;
	--light-pink: #ffe0e0;
	--light-orange: #ffebd6;
	--light-blue: #d6eaeb;
	--light-purple: #ebd6e0;
}
.eggshell {--color: var(--eggshell);--inverse: black;}
.carbon {--color: var(--carbon);--inverse: white;}
.teal {--color: var(--teal);--inverse: white;}
.green {--color: var(--green);--inverse: white;}
.pink {--color: var(--pink);--inverse: white;}
.orange {--color: var(--orange);--inverse: white;}
.blue {--color: var(--blue);--inverse: white;}
.purple {--color: var(--purple);--inverse: white;}
.grey, .gray {--color: #eee;--inverse: black;}

.light-teal {--color: var(--light-teal);--inverse: black;}
.light-green {--color: var(--light-green);--inverse: black;}
.light-pink {--color: var(--light-pink);--inverse: black;}
.light-orange {--color: var(--light-orange);--inverse: black;}
.light-blue {--color: var(--light-blue);--inverse: black;}
.light-purple {--color: var(--light-purple);--inverse: black;}

a { color: #0056b3 }
a:hover { color: #003166 }

img {width: 100%;}

body {
	margin: 0;
	width: 100vw;
	overflow-x: hidden;
}

nav#main-nav > div {
	width: 100vw;
	height: 50px;
	display: flex;
	justify-content: center;
	/*padding: 0 3em;*/
	z-index: 1;
	position: relative;
	background-color: var(--eggshell);
}

nav#block-topnavmenu {
	margin-left: 1em;
	width: 100%;
	max-width: 1000px;
}

nav#main-nav #block-topnavmenu > ul {
	display: flex;
	width: 100%;
	max-width: 1000px;
	height: 100%;
	list-style: none;
	align-items: center;
	padding: 0;
	margin: 0;
	background-color: var(--eggshell);
}

nav#main-nav ul ul {
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: var(--eggshell);
	width: fit-content;
	bottom: 0;
	top: auto;
	z-index: -1;
	transition: all .1s;
}

nav#main-nav ul ul li a {
	padding: 1em;
}

nav#main-nav ul li:hover ul {
	top: 50px;
	bottom: auto;
}


nav#main-nav > ul > li {
	margin: 0 .25em;
}
nav#main-nav li {
	height: 100%;
	position: relative;
	white-space: nowrap;
}
nav#main-nav li a,
nav#main-nav li span {
	padding: 0 1em;
	height: 100%;
	display: flex;
	align-items: center;
	text-decoration: none;
}

nav#main-nav img {
	height: 150px;
}

#main-nav li:hover {
	background-color: white;
	cursor: default;
}

#main-nav li a {
	text-decoration: none;
	color: black;
	display: flex;
}

@media only screen and (max-width: 480px) {
    #main-nav ul li:last-child ul {
        right: 0;
        left: auto;
    }
    #main-nav img#logo {
        height: 22vw;
    }
}

@media only screen and (max-width: 650px) {
    nav#main-nav > div {
        height: 100px;
        flex-flow: row wrap;
    }

    div#block-logo {
        width: 100%;
        height: 50px;
    }

    nav#block-topnavmenu {
        height: 50px;
    }
}

img#logo {
    max-width: 100vw;
    object-fit: contain;
    object-position: top right;
}

* {
	box-sizing: border-box;
	font-family: 'Source Sans Pro', sans-serif;
}

main {
	width: 100%;
	max-width: 800px;
	margin: auto;
	padding: 0 1em;
	font-size: 17px;
}

div#page-banner {
	width: 100vw;
	height: 40%;
	clip-path: polygon(100% 0%, 0% 0% , 0% 98.50%, 1% 98.46%, 2% 98.36%, 3% 98.18%, 4% 97.93%, 5% 97.62%, 6% 97.23%, 7% 96.79%, 8% 96.28%, 9% 95.71%, 10% 95.08%, 11% 94.40%, 12% 93.66%, 13% 92.89%, 14% 92.06%, 15% 91.20%, 16% 90.31%, 17% 89.39%, 18% 88.44%, 19% 87.47%, 20% 86.48%, 21% 85.49%, 22% 84.49%, 23% 83.49%, 24% 82.50%, 25% 81.51%, 26% 80.55%, 27% 79.60%, 28% 78.67%, 29% 77.78%, 30% 76.92%, 31% 76.10%, 32% 75.32%, 33% 74.59%, 34% 73.91%, 35% 73.28%, 36% 72.71%, 37% 72.21%, 38% 71.76%, 39% 71.38%, 40% 71.06%, 41% 70.82%, 42% 70.64%, 43% 70.53%, 44% 70.50%, 45% 70.54%, 46% 70.65%, 47% 70.82%, 48% 71.07%, 49% 71.39%, 50% 71.77%, 51% 72.22%, 52% 72.73%, 53% 73.31%, 54% 73.93%, 55% 74.62%, 56% 75.35%, 57% 76.13%, 58% 76.95%, 59% 77.81%, 60% 78.71%, 61% 79.63%, 62% 80.58%, 63% 81.55%, 64% 82.53%, 65% 83.53%, 66% 84.53%, 67% 85.53%, 68% 86.52%, 69% 87.50%, 70% 88.47%, 71% 89.42%, 72% 90.34%, 73% 91.24%, 74% 92.09%, 75% 92.91%, 76% 93.69%, 77% 94.42%, 78% 95.10%, 79% 95.73%, 80% 96.29%, 81% 96.80%, 82% 97.25%, 83% 97.63%, 84% 97.94%, 85% 98.19%, 86% 98.36%, 87% 98.47%, 88% 98.50%, 89% 98.46%, 90% 98.35%, 91% 98.17%, 92% 97.92%, 93% 97.60%, 94% 97.22%, 95% 96.77%, 96% 96.26%, 97% 95.68%, 98% 95.05%, 99% 94.37%, 100% 93.64%);
	margin: 0 calc(50% - 50vw);
}

#page-banner > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

p.attribution {
    position: absolute;
    bottom: 7%;
    right: 0;
    background-color: #ffffffaa;
    color: black;
    padding: .25em 1.25em .25em 0.5em;
    font-size: 85%;
    font-size: min(85%, 2.8vw);
    /*border-radius: 1em 0 0 1em;*/
    width: fit-content;
    max-width: 70vw;
}

.column-container {
	display: flex;
	flex-flow: row wrap;
}

.column-container > * {
	width: 0;
	flex-grow: 1;
}

.column-container.gap-between {
    gap: 2em;
}

.small-gap {
    gap: 1em;
}

.large-gap {
    gap: 3em;
}

.medium-gap {
    gap: 2em;
}


.column-container.wide > *, .column-container > .wide {
    width: 45%;
}

.column-container.medium > *, .column-container > .medium {
    width: 30%;
}

.column-container.narrow > *, .column-container > .narrow {
    width: 21%;
}

@media only screen and (min-width: 751px) {
    .column-container.with-separators.wide > *:nth-child(2):after,
    .column-container.with-separators > .wide:nth-child(2):after {
        content: none;
    }

    .column-container.with-separators.medium > *:nth-child(3):after,
    .column-container.with-separators > .medium:nth-child(3):after {
        content: none;
    }

    .column-container.with-separators.narrow > *:nth-child(4):after,
    .column-container.with-separators > .narrow:nth-child(4):after {
        content: none;
    }
}

@media only screen and (max-width: 750px) {
    .column-container.wide > *, .column-container > .wide {
        width: 90%;
    }

    .column-container.with-separators.wide > *:after,
    .column-container.with-separators > .wide:after {
        content: none;
    }

    .column-container.medium > *, .column-container > .medium {
        width: 45%;
    }

    .column-container.with-separators.medium > *:nth-child(2):after,
    .column-container.with-separators > .medium:nth-child(2):after {
        content: none;
    }

    .column-container.narrow > *, .column-container > .narrow {
        width: 45%;
    }

    .column-container.with-separators.narrow > *:nth-child(2):after,
    .column-container.with-separators > .narrow:nth-child(2):after {
        content: none;
    }
}

.with-separators {
    gap: 2em;
}

.with-separators > *:not(:last-child):after {
    content: " ";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: calc(-1em - 1px);
    background-color: var(--color);
}

@media only screen and (max-width: 500px) {
    .column-container.medium > *, .column-container > .medium {
        width: 90%;
    }

    .column-container.with-separators.medium > *:after,
    .column-container.with-separators > .medium:after {
        content: none;
    }
}


.card {
	width: 150px;
	padding: 1em;
	margin: 1em;
	/*box-shadow: 1px 1px 12px #c6c6c6;*/
	border-radius: 1em;
	border: 2px solid var(--color);
	text-align: center;
}

.cards.center-contents {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

h1 {
	font-size: 2.5rem;
	margin-top: 0rem;
	margin-bottom: .75em;
	position: relative;
	font-weight: bold;
}


hr {
	margin: 1.5em 25%;
	border-bottom: 2px solid;
	border-bottom-color: var(--color);
}
hr:not(.carbon):not(.green):not(.pink):not(.orange):not(.blue):not(.purple) {
	border-bottom-color: black;
}

/*hr {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 522.25 49' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: none; stroke: rgb(255, 140, 0); stroke-width: 8px;' d='M -79.851 22.579 C -79.851 22.579 -59.208 -2.665 -30.441 10.625 C -14.513 17.984 14.292 31.381 34.111 40.51 C 46.371 46.157 57.122 43.28 65.989 39.315 C 88.762 29.132 109.12 20.2 132.323 9.67 C 150.562 1.393 171.823 8.8 181.397 25.528 C 191.088 42.461 217.921 42.901 231.238 36.826 C 251.786 27.452 269.905 19.431 290.54 10.095 C 308.166 2.121 318.577 4.622 330.803 9.998 C 349.545 18.239 369.88 27.295 388.158 35.195 C 404.711 42.349 423.809 45.953 441.542 23.376 C 456.798 3.953 477.193 4.371 491.953 11.024 C 512.818 20.428 553.716 38.917 553.716 38.917'/%3E%3C/svg%3E");
	margin: 1.5em 25%;
	padding: .5em;
	border: 0;
	background-size: auto 100%;
}
hr.carbon {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 522.25 49' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: none; stroke: #000; stroke-width: 8px;' d='M -79.851 22.579 C -79.851 22.579 -59.208 -2.665 -30.441 10.625 C -14.513 17.984 14.292 31.381 34.111 40.51 C 46.371 46.157 57.122 43.28 65.989 39.315 C 88.762 29.132 109.12 20.2 132.323 9.67 C 150.562 1.393 171.823 8.8 181.397 25.528 C 191.088 42.461 217.921 42.901 231.238 36.826 C 251.786 27.452 269.905 19.431 290.54 10.095 C 308.166 2.121 318.577 4.622 330.803 9.998 C 349.545 18.239 369.88 27.295 388.158 35.195 C 404.711 42.349 423.809 45.953 441.542 23.376 C 456.798 3.953 477.193 4.371 491.953 11.024 C 512.818 20.428 553.716 38.917 553.716 38.917'/%3E%3C/svg%3E");
}
hr.teal {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 522.25 49' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: none; stroke: #003333; stroke-width: 8px;' d='M -79.851 22.579 C -79.851 22.579 -59.208 -2.665 -30.441 10.625 C -14.513 17.984 14.292 31.381 34.111 40.51 C 46.371 46.157 57.122 43.28 65.989 39.315 C 88.762 29.132 109.12 20.2 132.323 9.67 C 150.562 1.393 171.823 8.8 181.397 25.528 C 191.088 42.461 217.921 42.901 231.238 36.826 C 251.786 27.452 269.905 19.431 290.54 10.095 C 308.166 2.121 318.577 4.622 330.803 9.998 C 349.545 18.239 369.88 27.295 388.158 35.195 C 404.711 42.349 423.809 45.953 441.542 23.376 C 456.798 3.953 477.193 4.371 491.953 11.024 C 512.818 20.428 553.716 38.917 553.716 38.917'/%3E%3C/svg%3E");
}
hr.green {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 522.25 49' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: none; stroke: #cccc33; stroke-width: 8px;' d='M -79.851 22.579 C -79.851 22.579 -59.208 -2.665 -30.441 10.625 C -14.513 17.984 14.292 31.381 34.111 40.51 C 46.371 46.157 57.122 43.28 65.989 39.315 C 88.762 29.132 109.12 20.2 132.323 9.67 C 150.562 1.393 171.823 8.8 181.397 25.528 C 191.088 42.461 217.921 42.901 231.238 36.826 C 251.786 27.452 269.905 19.431 290.54 10.095 C 308.166 2.121 318.577 4.622 330.803 9.998 C 349.545 18.239 369.88 27.295 388.158 35.195 C 404.711 42.349 423.809 45.953 441.542 23.376 C 456.798 3.953 477.193 4.371 491.953 11.024 C 512.818 20.428 553.716 38.917 553.716 38.917'/%3E%3C/svg%3E");
}
hr.pink {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 522.25 49' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: none; stroke: #ff6666; stroke-width: 8px;' d='M -79.851 22.579 C -79.851 22.579 -59.208 -2.665 -30.441 10.625 C -14.513 17.984 14.292 31.381 34.111 40.51 C 46.371 46.157 57.122 43.28 65.989 39.315 C 88.762 29.132 109.12 20.2 132.323 9.67 C 150.562 1.393 171.823 8.8 181.397 25.528 C 191.088 42.461 217.921 42.901 231.238 36.826 C 251.786 27.452 269.905 19.431 290.54 10.095 C 308.166 2.121 318.577 4.622 330.803 9.998 C 349.545 18.239 369.88 27.295 388.158 35.195 C 404.711 42.349 423.809 45.953 441.542 23.376 C 456.798 3.953 477.193 4.371 491.953 11.024 C 512.818 20.428 553.716 38.917 553.716 38.917'/%3E%3C/svg%3E");
}
hr.orange {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 522.25 49' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: none; stroke: #ff9933; stroke-width: 8px;' d='M -79.851 22.579 C -79.851 22.579 -59.208 -2.665 -30.441 10.625 C -14.513 17.984 14.292 31.381 34.111 40.51 C 46.371 46.157 57.122 43.28 65.989 39.315 C 88.762 29.132 109.12 20.2 132.323 9.67 C 150.562 1.393 171.823 8.8 181.397 25.528 C 191.088 42.461 217.921 42.901 231.238 36.826 C 251.786 27.452 269.905 19.431 290.54 10.095 C 308.166 2.121 318.577 4.622 330.803 9.998 C 349.545 18.239 369.88 27.295 388.158 35.195 C 404.711 42.349 423.809 45.953 441.542 23.376 C 456.798 3.953 477.193 4.371 491.953 11.024 C 512.818 20.428 553.716 38.917 553.716 38.917'/%3E%3C/svg%3E");
}
hr.blue {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 522.25 49' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: none; stroke: #33969B; stroke-width: 8px;' d='M -79.851 22.579 C -79.851 22.579 -59.208 -2.665 -30.441 10.625 C -14.513 17.984 14.292 31.381 34.111 40.51 C 46.371 46.157 57.122 43.28 65.989 39.315 C 88.762 29.132 109.12 20.2 132.323 9.67 C 150.562 1.393 171.823 8.8 181.397 25.528 C 191.088 42.461 217.921 42.901 231.238 36.826 C 251.786 27.452 269.905 19.431 290.54 10.095 C 308.166 2.121 318.577 4.622 330.803 9.998 C 349.545 18.239 369.88 27.295 388.158 35.195 C 404.711 42.349 423.809 45.953 441.542 23.376 C 456.798 3.953 477.193 4.371 491.953 11.024 C 512.818 20.428 553.716 38.917 553.716 38.917'/%3E%3C/svg%3E");
}
hr.purple {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 522.25 49' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: none; stroke: #993366; stroke-width: 8px;' d='M -79.851 22.579 C -79.851 22.579 -59.208 -2.665 -30.441 10.625 C -14.513 17.984 14.292 31.381 34.111 40.51 C 46.371 46.157 57.122 43.28 65.989 39.315 C 88.762 29.132 109.12 20.2 132.323 9.67 C 150.562 1.393 171.823 8.8 181.397 25.528 C 191.088 42.461 217.921 42.901 231.238 36.826 C 251.786 27.452 269.905 19.431 290.54 10.095 C 308.166 2.121 318.577 4.622 330.803 9.998 C 349.545 18.239 369.88 27.295 388.158 35.195 C 404.711 42.349 423.809 45.953 441.542 23.376 C 456.798 3.953 477.193 4.371 491.953 11.024 C 512.818 20.428 553.716 38.917 553.716 38.917'/%3E%3C/svg%3E");
}*/

.button {
	background-color: var(--teal);
	color: white;
}

.icon-150 img {max-width: 150px;}
.icon img, .icon-125 {max-width: 125px;}
.icon-100 img {max-width: 100px;}
.icon-60 img {max-width: 60px;}

.card img {
	width: 100%;
	max-width: 80px;
}

.card:hover, .article:hover {
	/*cursor: pointer;*/
	/*box-shadow: 3px 3px 20px #c6c6c6;*/
}

.card.large-image img {max-width: 100%;}

.block-text {
	padding: 1em 2em;
	margin: 1em 0;
	text-align: center;
}

#banner-image img {
    width: 100%;
    height: calc(20vh + 20vw);
    object-fit: cover;
    clip-path: url(#banner-clip-path);
}

#banner-image {
    width: 100vw;
    height: calc(20vh + 20vw);
    margin-left: calc(50% - 50vw);
    position: relative;
}

h1.squiggle:after {
	content: " ";
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 522.25 49' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: none; stroke: rgb(255, 140, 0); stroke-width: 8px;' d='M -79.851 22.579 C -79.851 22.579 -59.208 -2.665 -30.441 10.625 C -14.513 17.984 14.292 31.381 34.111 40.51 C 46.371 46.157 57.122 43.28 65.989 39.315 C 88.762 29.132 109.12 20.2 132.323 9.67 C 150.562 1.393 171.823 8.8 181.397 25.528 C 191.088 42.461 217.921 42.901 231.238 36.826 C 251.786 27.452 269.905 19.431 290.54 10.095 C 308.166 2.121 318.577 4.622 330.803 9.998 C 349.545 18.239 369.88 27.295 388.158 35.195 C 404.711 42.349 423.809 45.953 441.542 23.376 C 456.798 3.953 477.193 4.371 491.953 11.024 C 512.818 20.428 553.716 38.917 553.716 38.917'/%3E%3C/svg%3E");
	position: absolute;
	width: 70%;
	top: 100%;
	height: 1rem;
	left: -10%;
}

/*hr:nth-child(3n) {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 522.25 49' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: none; stroke: rgb(255, 140, 0); stroke-width: 8px;' d='M -79.851 22.579 C -79.851 22.579 -59.208 -2.665 -30.441 10.625 C -14.513 17.984 14.292 31.381 34.111 40.51 C 46.371 46.157 57.122 43.28 65.989 39.315 C 88.762 29.132 109.12 20.2 132.323 9.67 C 150.562 1.393 171.823 8.8 181.397 25.528 C 191.088 42.461 217.921 42.901 231.238 36.826 C 251.786 27.452 269.905 19.431 290.54 10.095 C 308.166 2.121 318.577 4.622 330.803 9.998 C 349.545 18.239 369.88 27.295 388.158 35.195 C 404.711 42.349 423.809 45.953 441.542 23.376 C 456.798 3.953 477.193 4.371 491.953 11.024 C 512.818 20.428 553.716 38.917 553.716 38.917'/%3E%3C/svg%3E");
}

hr:nth-child(3n+1) {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 522.25 49' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3C/defs%3E%3Cpath style='fill: none; stroke-width: 8px; stroke: rgb(255, 102, 102);' d='M -79.851 22.579 C -79.851 22.579 -59.208 -2.665 -30.441 10.625 C -14.513 17.984 14.292 31.381 34.111 40.51 C 46.371 46.157 57.122 43.28 65.989 39.315 C 88.762 29.132 109.12 20.2 132.323 9.67 C 150.562 1.393 171.823 8.8 181.397 25.528 C 191.088 42.461 217.921 42.901 231.238 36.826 C 251.786 27.452 269.905 19.431 290.54 10.095 C 308.166 2.121 318.577 4.622 330.803 9.998 C 349.545 18.239 369.88 27.295 388.158 35.195 C 404.711 42.349 423.809 45.953 441.542 23.376 C 456.798 3.953 477.193 4.371 491.953 11.024 C 512.818 20.428 553.716 38.917 553.716 38.917'%3E%3C/path%3E%3C/svg%3E");
}

hr:nth-child(3n+2) {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 522.25 49' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3C/defs%3E%3Cpath style='fill: none; stroke-width: 8px; stroke: rgb(255, 102, 102);' d='M -79.851 22.579 C -79.851 22.579 -59.208 -2.665 -30.441 10.625 C -14.513 17.984 14.292 31.381 34.111 40.51 C 46.371 46.157 57.122 43.28 65.989 39.315 C 88.762 29.132 109.12 20.2 132.323 9.67 C 150.562 1.393 171.823 8.8 181.397 25.528 C 191.088 42.461 217.921 42.901 231.238 36.826 C 251.786 27.452 269.905 19.431 290.54 10.095 C 308.166 2.121 318.577 4.622 330.803 9.998 C 349.545 18.239 369.88 27.295 388.158 35.195 C 404.711 42.349 423.809 45.953 441.542 23.376 C 456.798 3.953 477.193 4.371 491.953 11.024 C 512.818 20.428 553.716 38.917 553.716 38.917'%3E%3C/path%3E%3C/svg%3E");
}*/

h2 {
	font-size: 2em;
	text-align: center;
}

.articles {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
}

.article {
	width: calc(33% - 2em);
	min-width: 180px;
	flex-grow: 0;
	padding: 6em 1em 1em 1em;
	margin: 1em;
	box-shadow: 1px 1px 12px #c6c6c6;
	border-radius: 1em;
	position: relative;
	overflow: hidden;
}

.article img.banner-image,
.article .banner-image img {
	/* margin: -1em; */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6em;
	object-fit: cover;
}

.article p {
	margin: 0;
	font-weight: bold;
	text-align: center;
}

p.date {
	font-size: 90%;
	margin-bottom: .75em;
}

.articles a {
	text-decoration: none;
	color: inherit;
}

p.title {
	font-size: 1em;
	font-weight: bold;
}

/* fancy card articles */

.full-image-cards p.date,
.full-image-card p.date {
    display: none;
}

.full-image-cards .article-details,
.full-image-card .article-details {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1em;
    display: flex;
    flex-flow: column;
    color: white;
}

.full-image-cards p.title,
.full-image-card p.title {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    font-size: 1.3em;
}

.full-image-cards .article,
.article.full-image-card {
    padding: 0;
    height: 18em;
    width: 16em;
}

.articles.full-image-cards {
    width: 96vw;
    margin-left: calc(50% - 48vw);
    padding: 0 calc(50vw - 500px);
}

.full-image-cards img.banner-image,
.full-image-card img.banner-image {
    height: 100%;
    filter: brightness(0.5);
}

.full-image-cards p.read,
.full-image-card p.read {
    padding: .25em 1em;
    border: 3px solid white;
    width: fit-content;
    margin: auto;
    border-radius: 2em;
}

@media only screen and (max-width: 650px) {
    .full-image-cards .article,
    .article.full-image-card {
        flex-grow: 1
    }
}

/* end fancy card articles */

ul.pager__items {display: flex;list-style: none;gap: .5em;padding: 2em 1em 1em;margin: 0;}

.pager__item:not(.pager__item--ellipsis) {width: 1.5em;height: 1.5em;border: 2px solid black;display: flex;align-items: center;justify-content: center;border-radius: 1.25em;font-weight: bold;}

li.pager__item.pager__item--last {width: 4em;}

li.pager__item.is-active {background-color: black;color: white;}

li.pager__item:not(.is-active):hover {background-color: var(--eggshell);cursor:pointer;}

cite.cite-box {
    position: relative;
}
cite.cite-box > span {
    display: none;
    position: absolute;
    max-width: 300px;
    width: 100vw;
    background-color: white;
    padding: 1em;
    border: 1px solid black;
    line-height: 1em;
    z-index: 1;
}
cite.cite-box:hover span {
    display: inline-block;
}

.image-section.square img {
    aspect-ratio: 1;
    object-fit: cover;
}

.image-section.monochrome img {
    filter: saturate(0);
}

.logo img {height: 5em;width: 100%;object-fit: contain;padding: 1em;}

.logo {margin: 1em;}

.button:not(.carbon):not(.green):not(.pink):not(.orange):not(.blue):not(.purple),
.btn:not(.carbon):not(.green):not(.pink):not(.orange):not(.blue):not(.purple) {
	--color: var(--teal);
	--inverse: white;
}

.button,
.btn {
	display: inline-block;
	padding: .5em .75em;
	border-radius: 0.5em;
	transition: all .1s;
	border: .1em solid;
	background-color: var(--color);
	border-color: var(--color);
	color: var(--inverse);
}

.button:hover,
.btn:hover {
	text-decoration: none;
	background-color: transparent;
	color: var(--color);
}

.padded, .padded-bottom {padding-bottom: 2rem;}

.padded, .padded-top {padding-top: 2rem;}

.color-background {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding-left: calc(50vw - 50%);
	padding-right: calc(50vw - 50%);
	background-color: var(--color);
	color: var(--inverse);
}

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

.margin, .margin-bottom {margin-bottom: 2rem;}

footer#page-footer {
	width: 100%;
	background-color: var(--teal);
	color: white;
	padding: 1em;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
}

#page-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#page-footer li {
	margin: .5em 0;
}

#page-footer a {
	text-decoration: none;
	color: white;
}

#page-footer h4, #page-footer h2 {
	font-size: 1.1em;
	border-bottom: 2px solid white;
	margin-bottom: .5em;
	padding-bottom: .5em;
	text-align: left;
	font-weight: bold;
	margin-top: 1em;
}

div#block-footer-copyright-block {width: 100%;text-align: center;}

.block-text:not(:last-child) {
	border-right: 2px solid var(--orange);
}

svg.ext, svg.mailto {
    display: none;
}

[data-dropdown-trigger]:hover {
	cursor: pointer;
}

[data-dropdown-trigger]:before {
	content: "\f055";
	font-family: 'FontAwesome';
	margin-right: .5em;
}

[data-dropdown-trigger="open"]:before {
	content: "\f057";
}

[data-dropdown-content] {
	display: none;
}

[data-dropdown-trigger="open"] + [data-dropdown-content] {
	display: initial;
}

#svg-banner-container {
	height: 0;
	width: 0;
	position: fixed;
}