body {
	max-width: 60em;
	margin: auto;
	padding: 1em;
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 1.7em;
	color: hsl(0,0%, 30%);
	letter-spacing: -.01em;
	word-spacing: .03em;
}

div.header {
	height: 25em;
	background: url(header.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	color: white;
	display: flex;
  width: 100%;
  align-items: center;
}

h1 {
	display: flex;
	flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  align-items: baseline;
	font-size: 3em;
	line-height: 1.5em;
	margin: 0 0 2em;
}

h1 img{
	height: 1.5em;
	border: solid 1rem white;
	top: 1rem;
	position: relative;
	margin-right: 1rem;
	margin-bottom: 1rem;
}

h1 .small{
	font-size: .5em;
	line-height: 1.0em;
}

h1 span + span{
	padding-left: .85rem;
}

a {
	color: inherit;
}

a:hover,
.collapsible .handle:hover {
	color: hsl(0,0%, 70%);
}

a:visited {
	color: hsl(0,0%, 50%);
}

blockquote {
	font-style: italic;
}

.level1_container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	margin: 2em 0;
}

.level1_container a{
	text-decoration: none;
	font-size: .9em;
}

.level1_container .submenu-active a,
.level1_container .submenu:hover a
{
	/* color: hsl(204, 50%, 50%); */
	text-decoration: underline;
}

h2 {
	font-weight: normal;
	margin: 0 0 2em 0;
	font-size: 1.2em;
	/* padding-bottom: 1rem; */
	line-height: 1.5em;
	/* border-bottom: solid 2px hsl(204, 50%, 50%); */
}

.gallery {
  display: grid;
  grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	grid-gap: 0;
	font-size: .8em;
	line-height: 1.5em;
}

.gallery img,
.gallery .handle
{
	line-height: 0;
}

.gallery p,
.gallery h3
{
	margin: 1em 0 1em;
}

.gallery ul
{
	padding-left: 2em;
}


.gallery .entry:nth-of-type(4) .handle {
	cursor: default;
}

.gallery .entry:nth-of-type(4) .content {
	display: none;
}

.gallery .entry img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	outline: solid 1em white;
}

h3 {
	font-weight: normal;
	font-size: inherit;
	border-bottom: solid 1px hsl(0,0%, 50%);
}

.collapsible .handle:hover h3{
	border-color: hsl(0,0%, 80%);
}

.collapsible .handle h3:before{
	content: "";
	display: inline-block;
	width: 1em;
	height: .8em;
	margin-right: 1em;
	background: url("/core/template/icons/down.svg?color=hsl(0,0%, 30%)") no-repeat center;
	background-size: contain;
}

.collapsible .handle.collapsed h3:before{
	background-image: url("/core/template/icons/right.svg?color=hsl(0,0%, 30%)");
}



ol{
	margin: 0 0 2em;
	padding: 0
}

ol li{
	margin: 0 8% 1em;
}

.collapsible {
	margin: 4em 0;
}

