/***************************/
/* Default CSS             */
/* 20th February 2023      */
/***************************/

/******************/
/* General Styles */
/******************/

body {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #333;
	line-height: 1.8em;
	background-color: #fff;
	margin: 0;
}

h1, h2, h3  {
	color: #333;
	font-family: Georgia, Times New Roman, Times, serif; font-weight: bold;
	text-align: center;
}
h1 a, h2 a, h3 a {
	color: #333;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}
p {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #333;
	font-size: 0.875rem;
}
p b {
	font-family: Georgia, Times New Roman, Times, serif; font-weight: bold;
}
p a,
ul a,
table a {
	font-family: Georgia, Times New Roman, Times, serif; font-weight: bold;
	color: #333;
	text-decoration: underline;
}
p a:hover,
ul a:hover,
table a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
	height: 20px;
}

/**********/
/* Header */
/**********/

.header-wrapper {
	position: fixed;
	width: 100%;
}
.header {
	margin: 0 auto;
}

.header .links ul {
	overflow: hidden;
	height: 52px;
	background-color: #fff;
	padding: 0;
	margin: 0;
}
.header .links ul li {
	float: left;
	font-size: 100%;
	list-style-type: none;
	padding: 12px 0 0 10px;
}
.header .links ul li a {
	margin: 4px;
	color: #000;
	text-decoration: none;
}
.header .links ul li a:hover {
	text-decoration: underline;
}
.header .links ul li.title {
	padding: 12px 7px 0 0;
}
.header .links ul li.home {
	text-indent: -9999px;
	padding: 0;
}
.header .links ul li.home a {
	display: block;
	width: 45px;
	height: 45px;
	background-repeat: no-repeat;
	background-size: 45px 45px;
	background-position: center;
}

.header .mobile ul {
	height: 52px;
	background-color: #fff;
	padding: 0;
	margin: 0;
	border-bottom: #ccc;
}
.header .mobile ul li {
	float: left;
	font-size: 100%;
	list-style-type: none;
	padding: 12px 0 0 10px;
}
.header .mobile ul li a {
	margin: 4px;
	color: #000;
	text-decoration: none;
}
.header .mobile ul li a:hover {
	text-decoration: underline;
}
.header .mobile ul li.title {
	padding: 12px 7px 0 0;
}
.header .mobile ul li.home {
	text-indent: -9999px;
	padding: 0;
}
.header .mobile ul li.home a {
	display: block;
	width: 45px;
	height: 45px;
	background-repeat: no-repeat;
	background-size: 45px 45px;
	background-position: center;
	margin: 4px;
}
.header .mobile ul li.menu {
	position: absolute;
	right: 0;
	text-indent: -9999px;
	background-color: #000;
	padding: 0;
}
.header .mobile ul li.menu a {
	display: block;
	width: 45px;
	height: 45px;
	background-repeat: no-repeat;
	background-size: 45px 45px;
	background-position: center;
	margin: 4px;
}

.header .navigation ul {
	overflow: hidden;
	height: 50px;
	padding: 0;
	margin: 0;
	background-color: #000;
	user-select: none;
}
.header .navigation ul li {
	font-family: Georgia, Times New Roman, Times, serif; font-weight: bold;
	font-weight: bold;
	float: left;
	font-size: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header .navigation ul li.active {
	border-bottom: 2px solid #fff;
}
.header .navigation ul li a {
	display: block;
	margin: 4px;
	color: #fff;
	text-decoration: none;
	padding: 5px 5px 0 5px;
}

/********************/
/* Cover and Banner */
/********************/

.body .title {
	background-color: #666;
	padding: 30px 20px 30px 20px;
}

.body .cover {
	background-color: #000;
}
.body .banner {
	background-color: transparent;
}
.body .cover img,
.body .banner img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 1000px;
	padding: 20px 0 0 0;
	margin: 0 auto;
}

/* Archive override: don't stretch cover images */
.body .cover img {
	width: auto;
	max-width: 100%;
	padding: 0;
}
.body .cover p {
	max-width: 1000px;
	color: #fff;
	font-size: 100%;
	text-align: center;
	line-height: 1.5em;
	padding: 10px 10px 20px 10px;
	margin: 0 auto;
}
.body .banner p {
	max-width: 1000px;
	color: #333;
	font-size: 100%;
	text-align: center;
	line-height: 1.5em;
	padding: 10px 10px 20px 10px;
	margin: 0 auto;
}
.body .cover p a {
	color: #fff;
}
.body .banner p a {
	color: #333;
}

/**************/
/* Body Title */
/**************/

.body .title h1 {
	color: #fff;
	font-size: 220%;
	line-height: 1.2em;
	padding: 10px;
	margin: 0 auto;
}
.body .title p {
	font-family: Georgia, Times New Roman, Times, serif; font-weight: bold;
	color: #fff;
	font-size: 140%;
	text-align: center;
}
.body .title p a {
	color: #fff;
	text-decoration: none;
}
.body .title p a:hover {
	color: #fff;
	text-decoration: underline;
}

/********/
/* Body */
/********/

.body h2 {
	clear: both;
	font-size: 180%;
	line-height: 1.2em;
	background-color: #eee;
	padding: 30px 20px;
	margin: 0 auto;
}
.body h3 {
	overflow: hidden;
	font-size: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}
.body h1 span {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 70%;
}
.body h2 span {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 90%;
}
.body h3 span {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 90%;
}
.body p {
	max-width: 1000px;
	font-size: 100%;
	text-align: justify;
	padding: 10px 20px;
	margin: 10px auto;
}
.body img {
	max-width: 100%;
}

.body img.medium {
	width: 50%;
}
.body img.border {
	border: 1px solid #ccc;
}
.body ul {
	max-width: 1000px;
	font-size: 120%;
	text-align: justify;
	padding: 10px 20px;
	margin: 10px auto;
}
.body ul li {
	margin-left: 40px;
	margin-right: 40px;
}

/***************/
/* Photographs */
/***************/

.body .photographs {
	max-width: 1000px;
	margin: 0 auto;
}
.body .photographs img {
	float: left;
	width: 48%;
	margin: 1%;
}

/*********/
/* Video */
/*********/

.body .video {
	max-width: 1000px;
	margin: 20px auto;
	padding: 0 20px;
}
.body .video iframe {
	max-width: 100%;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

/*********/
/* Table */
/*********/

.body table {
	width: 70%;
	max-width: 1000px;
	padding: 10px 20px;
	margin: 20px auto;
	border-collapse: collapse;
}
.body table th {
	font-family: Georgia, Times New Roman, Times, serif; font-weight: bold;
	background-color: #eee;
	padding: 4px;
	border: 1px solid #eee;
}
.body table td {
	padding: 4px;
	border: 1px solid #eee;
}
.body table tbody th {
	text-align: left;
}
.body table.twocol th {
	width: 50%;
}
.body table.fourcol th {
	width: 25%;
}

/***********/
/* Listing */
/***********/

.body ul.listing {
	max-width: 1200px;
	padding: 10px;
	margin: 10px auto;
	display: grid;
	grid-template-columns: repeat(auto-fill, 230px);
	justify-content: center;
	gap: 20px 10px;
}
.body ul.listing li {
	list-style: none;
	width: 210px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 0;
	border-radius: 10px;
	overflow: hidden;
}
.body ul.listing li:hover {
	background-color: #e0e0e0;
	border-radius: 10px;
}
.body ul.listing img {
	width: 90%;
	height: auto;
	margin: 5%;
	border: 2px solid #bbb;
}
.body ul.listing h3 {
	height: 2.8em;
	line-height: 1.3em;
}
.body ul.listing li a {
	display: block;
	color: inherit;
	text-decoration: none;
}
.body ul.listing p {
	height: 1.4em;
	text-align: center;
	font-size: 90%;	height: 1.3em;
	padding: 0;
	margin: 0;
}

/**********/
/* Footer */
/**********/

.footer-wrapper {
	background-color: #000;
}
.footer {
	height: 300px;
	max-width: 1000px;
	margin: 20px auto 0 auto;
}
.footer h2 {
	color: #fff;
	text-align: center;
	padding: 0;
}
.footer p {
	color: #fff;
	text-align: center;
	padding: 0;
	margin: 0;
}
.footer .social {
	font-size: 110%;
	text-align: center;
	padding: 20px 10px 0  10px;
}
.footer .social a {
	text-decoration: none;
	margin: 0 10px;
}
.footer .social a:hover {
	text-decoration: underline;
}
.footer .social span {
	display :none;
}
.footer p a {
	color: #fff;
}
.footer p a:hover {
	color: #fff;
}
.footer ul {
	padding: 0;
	margin: 0;
}
.footer ul li {
	float: left;
	list-style-type: none;
	margin: 0 20px;
}
.footer ul li a {
	display: block;
	width: 100px;
	height: 100px;
	background-size: 100px 100px; 
}

/****************/
/* Named Styles */
/****************/

p.alert {
	width: 50%;
	text-align: center;
	background-color: #66cc66;
	border: 1px solid #333;
}
p.small {
	font-size: 90%;
}
p.center {
	text-align: center;
}

/*****************/
/* Archive Pages */
/*****************/

/* Site Header */
.site-header {
	background: #000;
	color: #fff;
	padding: 8px 0;
}
.site-header .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
}
.site-logo {
	font-size: 1.0rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.02em;
	display: flex;
	align-items: center;
	gap: 6px;
	margin-left: -10px;
	text-decoration: none;
}
.site-logo:hover {
	text-decoration: none;
}
.logo-img {
	height: 36px;
	width: auto;
	display: inline-block;
	border: 2px solid #000;
	border-radius: 50%;
	box-sizing: border-box;
}
.page-index .logo-img {
	border-color: #fff;
}
.site-nav {
	display: flex;
	gap: 10px;
}
.site-nav a {
	color: #fff;
	font-size: 1.0rem;
	font-weight: 500;
	padding: 4px 0 6px 0;
	border-bottom: 4px solid transparent;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
}
.site-nav a.active {
	border-bottom-color: #fff;
}
.site-nav a svg {
	display: block;
}
.site-nav a img {
	width: 24px;
	height: 24px;
}

/* Mobile nav toggle */
.nav-toggle {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: 4px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	width: 40px;
	height: 40px;
}
.hamburger-bar {
	display: block;
	width: 24px;
	height: 3px;
	background: #fff;
	border-radius: 2px;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

/*
@media (max-width: 900px) {
	.site-header .container {
		flex-direction: row;
		position: relative;
		justify-content: flex-start;
		align-items: baseline;
	}
	.nav-toggle {
		display: flex;
		position: absolute;
		right: 16px;
		top: 50%;
		transform: translateY(-50%);
	}
	.site-nav {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: #000;
		flex-direction: column;
		padding: 16px 20px;
		gap: 0;
		z-index: 1000;
	}
	.site-nav.open {
		display: flex;
	}
	.site-nav a {
		display: block;
		padding: 8px 20px;
		margin: 0 -20px;
		border-bottom: 1px solid rgba(0,0,0,0.2);
		text-decoration: none;
	}
	.site-nav a:last-child {
		border-bottom: none;
	}
	.site-nav a.active {
		background: transparent;
		color: #fff;
	}
	.site-nav a:hover,
	.site-nav a.active,
	.site-nav a.active:hover {
		border-bottom-color: rgba(0,0,0,0.2);
		background: #fff;
		color: #000;
	}
	.nav-toggle[aria-expanded="true"] .hamburger-bar:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}
	.nav-toggle[aria-expanded="true"] .hamburger-bar:nth-child(2) {
		opacity: 0;
	}
	.nav-toggle[aria-expanded="true"] .hamburger-bar:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}
}
*/

/* Footer */
.footer-logo {
	display: table;
	margin: 0 auto;
	padding: 32px 0 0;
}
.footer-logo img {
	width: 50px;
	height: auto;
	border-radius: 50%;
	display: block;
}

/* Search Page */
.result-item {
	display: block;
	border-bottom: 0;
	padding-top: 0.5rem;
	text-align: left;
	padding-left: 1rem;
	margin-bottom: 1.5rem;
	border-radius: 10px;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
}
.result-item:hover {
	background: #e0e0e0;
	border-radius: 10px;
}
.result-item h3 {
	text-align: left;
	font-size: 1.15rem;
	font-weight: 700;
	margin: 0 0 0.5rem 0;
}
.result-item h3 a {
	color: #000;
	text-decoration: none;
}
.result-item h3 a:hover {
	text-decoration: underline;
}
.result-excerpt {
	text-align: left;
	color: #000;
	font-size: 0.95rem;
	margin: 0.25rem 0;
	line-height: 1.5;
}
.result-category {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #666;
	background: #f5f5f5;
	padding: 0.15rem 0.5rem;
	border-radius: 3px;
	margin-bottom: 0.35rem;
}
.result-site {
	display: block;
	font-size: 0.85rem;
	font-weight: 700;
	color: #000;
	margin-bottom: 0.15rem;
}
.result-date-text {
	font-weight: 400;
}
.result-date {
	display: inline-block;
	font-size: 0.75rem;
	color: #666;
	margin-left: 0.5rem;
	margin-bottom: 0.35rem;
}
.result-image {
	float: right;
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 0.5rem;
}
.result-image img {
	width: 200px;
	height: 100px;
	border: 1px solid #000;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	object-fit: cover;
	display: block;
}
.result-image a:hover img {
	border: 1px solid #000;
}
.result-url {
	text-align: left;
	font-size: 0.85rem;
}
.result-url a {
	color: #000;
}
mark {
	background: #ffff00;
	color: #000;
	padding: 0 0.1rem;
}

.search-form {
	text-align: center;
	margin: 0 auto 1.5rem;
	max-width: 1000px;
	padding: 20px 20px 0;
}
.search-box-wrap {
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.search-box-wrap input {
	width: 100%;
	padding: 10px 36px 10px 12px;
	font-size: 1.1rem;
	font-family: inherit;
	border: 2px solid #000;
	box-sizing: border-box;
}
.search-spinner {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	width: 16px;
	height: 16px;
}
.search-spinner::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border: 2px solid #ddd;
	border-top-color: #333;
	border-radius: 50%;
	animation: spin 0.7s linear infinite;
}
@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.scope-filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
	margin-top: 0.75rem;
}
.scope-filters label {
	font-size: 0.95rem;
	cursor: pointer;
	white-space: nowrap;
}
.scope-filters input[type="checkbox"] {
	margin-right: 0.3rem;
	cursor: pointer;
}

.category-filter {
	margin-top: 0.75rem;
	text-align: center;
}
.category-filter select {
	padding: 8px 12px;
	font-size: 1rem;
	font-family: inherit;
	border: 2px solid #000;
	background: #fff;
	cursor: pointer;
}

.pagination {
	text-align: center;
	margin: 1rem auto;
	max-width: 1000px;
	padding: 0 20px;
}
.pagination button,
.pagination .page-info {
	display: inline-block;
	padding: 8px 14px;
	font-size: 0.95rem;
	line-height: 1;
	vertical-align: middle;
	box-sizing: border-box;
}
.pagination button {
	min-width: 100px;
	background: #000;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	border: 1px solid #999;
}
.pagination button:disabled {
	background: #ccc;
	color: #333;
	cursor: not-allowed;
}
.pagination .page-info {
	color: #333;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#results-meta {
	text-align: center;
	margin: 0 auto 1.5rem;
	max-width: 1000px;
	padding: 0 20px;
	font-size: 1.1rem;
}
#results {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}
#no-results {
	text-align: center;
	font-style: italic;
	color: #666;
	margin-top: 2rem;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/**************/
/* Index Page */
/**************/

.body ul.listing {
	margin-bottom: 40px;
}
.notice {
	background: #f5f5f5;
	border-left: 4px solid #000;
	padding: 12px 16px;
	margin: 1.5em 0;
	font-size: 0.95rem;
}

.ps-section {
	padding-top: 1.5em;
	margin-top: 2em;
	font-size: 0.95rem;
	max-width: 1000px;
	padding-left: 20px;
	padding-right: 20px;
}

.ps-section p {
	margin-bottom: 1em;
}

.ps-logo {
	width: 240px;
	height: auto;
	display: inline-block;
	margin: 0;
}

/*****************/
/* Mobile Styles */
/*****************/

@media (max-width: 600px) {
	.pagination {
		margin: 0.5rem auto;
		padding: 0 10px;
	}
	.pagination button,
	.pagination .page-info {
		padding: 6px 10px;
		font-size: 0.85rem;
	}
	.pagination button {
		min-width: auto;
	}
	#results-meta {
		margin: 0 auto 1rem;
		padding: 0 10px;
		font-size: 1rem;
	}
}
