

#breadcrumbs { display: none; }

main header h1 {
	margin-bottom: -3px;
}

.tile {
	margin: 50px 0;
	position: relative;
}
.tile:first-child {
	margin: 20px 0;
	position: relative;
}

#result.collapse .tile:not(:target) .content, .tile .image {
	display: inline-block; vertical-align: top;
	overflow: hidden; position: relative;
	width: calc(50% - 40px/2); min-height: 400px;
}
.tile .image {
	float: left;
	margin-right: 40px;
}

@media (max-width: 840px) {
	#main #result .tile .image, #main #result .tile .content {
		display: block; width: 100%;
		min-height: 0;
	}
	.tile .image {
		height: 400px; max-height: 65vw;
		margin: 0 0 20px 0;
	}
}


.tile .tag {
	position: absolute; display: block; z-index: 1; top: 0; left: 0;
	font-size: 120%; padding: .2em .5em;
	color: white; font-weight: bold;
	min-height: 2em; min-width: 2em; text-align: center;
	/**/background:#559326;/**/
}
.tile .image {
	background-size: cover; background-position: center; background-repeat: no-repeat;
}
.tile .image .credit {
	position: absolute; bottom: 0; right: 0;
	background-color: rgba(255,255,255,60%);
	font-size: 80%; padding: .2em .5em;
}
.tile .active-gallery .slide.has-credit {
	font-size: 80%;
	padding-bottom: 1.8em;
}
.tile .active-gallery .slide.has-credit .control {
	bottom: 1.8em;
}
.tile .active-gallery .slide.has-credit .control .description {
	font-size: 125%;
}
.tile .active-gallery .credit {
	font-size: 100%; line-height: 1.4;
	white-space: nowrap; max-width: 100%;
}

.tile .content .title {
	font-weight: bold; font-size: 125%;
	margin: 0 0 .3em 0;
}
.tile .content .description {
	flex: 1;
}
.tile .content .footer {
	display: flex; overflow: hidden;
}
.tile .content .footer>div {
	width: 100%;
}
.tile .content .footer .logo {
	float: right; height: 100%;
	display: flex; align-items: flex-end;
	shape-outside: inset(calc(100% - 200px) 0 0 0);
}
.tile .content .footer em {
	display: inline-block;
	color: unset;
}
.tile .content .footer .contact-info .title { display: none; }
.tile .content .footer .contact-info p { margin: 0; }
.tile .content .footer .contact-info .address br { display: none; }
.tile .content .footer .contact-info .address span { display: inline-block; }
.tile .content .footer .contact-info .address span:not(:first-child)::before { content: '· '; }
.tile .content .footer .contact-info .links p:not(.social) { display: inline; }
.tile .content .footer .contact-info .links p:not(.social):not(.provider) a { display: inline-block; }
.tile .content .footer .contact-info .links p:not(:first-child, .social)::before { content: '· '; }
.tile .content .footer .contact-info .links .provider { font-weight: bold; }
.tile .content .footer .contact-info .links .provider::before { content: "\a" !important; white-space: pre; }
.tile .content .footer .contact-info .links .social a { display: inline-block; }
.tile .content .footer .contact-info .links .social img { width: 36px; height: 36px; margin: 6px; }


/* .tile-anchor { position: fixed; top: 0; } */
.tile .content {
}
#result.collapse .tile:not(:target) .content {
	max-height: 400px; padding-bottom: 70px;
}
#result.collapse .tile:not(:target) .content .footer {
	position: absolute; bottom: 0; width: 100%;
	background: linear-gradient(transparent, white 20px);
	padding-top: 20px;
}
.tile:target       .collapse-show { display: none; }
.tile:not(:target) .collapse-hide { display: none; }
.collapse-toggle {
	margin: .5em 0;
}
.collapse-toggle a {
	/**/color:#76B82A;/**/
	font-weight: bold;
}
.collapse-toggle a:is(:hover, :focus) {
	/**/color:#559326;/**/
}
.collapse-toggle a::after {
	display: inline-block; content: '⌵';
	line-height: 0; font-size: 170%;
	position: relative; left: .4em;
}
.collapse-toggle a.collapse-hide::after {
	transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -webkit-transform: rotate(-180deg);
	top: .4em;
}
