
.content h1 {
	font-size: 35px;
}

.title h1 {
	font-size: 40px;
	line-height: 1em;
	padding: 18px 20px 20px 80px;
	text-align: left;
}

/* ============ layout ====================== */
.hideonmobile {
	display: none;
}
.onlymobile {
	display: initial;
}
header {
	height: auto;
}

	header nav {
		height: 50px;
		font-size: 24px;
		display: block;
		transition:height 300ms ease-out;
	}

	header nav a, header nav a:visited {
		padding: 0px 20px;
	}

	.menu-icon {
		display: block;
		position: absolute;
		top:0px;
		right: 0px;
		width:60px;
		height:50px;
	}

	nav.open {
		height: 300px;
	}

.front-page .main-grid {
	display:grid;
	grid-template-columns: 100%;
	grid-template-rows: auto;
	grid-template-areas:
	"logo"
	"cell1"
	"sidebar"
	"cell2"
	"cell3"
	"cell4"
	"cell5"
	"footer";
}

	.logo {
		margin-top:-13px;
	}

		.logo .more {
			display: none;
		}
		.slider .more {
			display: block;
			bottom:40px;
		}

	.sidebar {
		z-index:initial;
		border:none;
		background: white;
		transform-origin: center;
		transform:rotate(-1.6deg) skewX(-1.6deg);
		height: auto;
	}

	.cell::before, .sidebar::before,  .cell-false::before {
		content:"";
		display:block;
		position: relative;
		width:calc(100% - 24px);
		height: 18px;
		margin: -1px 11px;
		transform: skewX(-55deg);
		z-index: -1;
	}

		.cell-false .cell-ribbon {
			top: 16px;
		}

		.sidebar::before {
			background-color: #514F43;
		}

		.sidebar .cell-ribbon, .sidebar .cell-content {
			height: auto;
			max-height: 200vh;
		}

	.cell.logo::before {
		width:100%;
	}

	.cell5 .cell-ribbon {
		padding:30px 15px;
	}

	.sidebar .cell-ribbon {
		position: relative;
		overflow: hidden;
		background-color: #FFFDE6;
		border-top: 16px #AB223C solid;
		border-bottom: 16px #AB223C solid;
		min-height:50px;
	}

	.sidebar .cell-content {
		position: relative;
		box-sizing: border-box;
		width: 100%;
		min-height:150px;
		transform-origin: center;
		transform: rotate(1.6deg) skewX(1.6deg);
		border: 1px transparent solid;
		padding: 30px 15px 433px 15px;
	}

	.true-cell-content {
		padding: 60px 20px 50px 20px;
	}

	.footer-column.spaced {
		padding-right:0px;
	}

	.footer .true-cell-content {
		display:flex;
		justify-content: space-between;
		gap: 30px;
		padding: 70px 20px 60px 20px;
		flex-direction: column;
	}

.title {
	margin-top:-28px;
}


.parent-title {
	display: block;
	font-size: 0.6em;
	line-height: 0.6em;
	margin-bottom: 10px;
	font-weight: 650;
}

	.child-title {
		display: inline;
		width: auto;
		height: auto;
		overflow: visible;
	}


/* ===== content ====*/

.logoSlide {
	transform-origin: center center;
	transform: scale(1.8);
}

	.logo-slider {
		margin: -10px -2px;
	}

.cell1 .cell-content, .cell2 .cell-content, .cell3 .cell-content {
	min-height: 104px;
}

	.cell1-image {
		left:-40px;
		width:147px;
	}

	.cell1-text {
		padding: 20px 20px 20px 107px;
		font-size: 6.1vw;
	}

	.cell2-image {
		right:-40px;
		width:160px;
	}

	.cell2-text {
		padding: 20px 107px 20px 20px;
		font-size: 6.1vw;
	}


.cell4 .cell-content {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: repeat(3, auto 90px) auto auto;
	margin:20px 10px 50px 10px;
}
a.stat-link {
	align-self: start;
}


.scrollable-list .text-frame,
.scrollable-list .image-frame,
.scrollable-list .icon-frame {
	width:calc(100% - 10px);
}

.scrollable-list .image-frame-limit {
    max-height: 350px;
}

.scrollable-list {
	width:100%;
	gap: 10px;
}

.material-box {
	width: calc(100% - 10px);
	min-height: 50px;
	max-height: 250px;
}

.bottom-line-box {
	padding-bottom: 60px;
	box-shadow: 0 0 9px rgba(0,0,0,0.16);
}

a.bottom-line-permanent {
	border: 3px #FFF3CC solid;
	margin: 10px 10px;
	border-radius: 50px;
	font-size: 0.9em;

}

.bottom-line-icon-area{
	width: 90px;
	padding-left:10px;
	flex-shrink: 0;
}


.slider .true-cell-content {
	padding: 60px 20px 40px 20px;
}

.content .cell-content {
	flex-flow: column;
	overflow: visible;
}


.back-icon {
	width: 70px;
	height: 70px;
	position: absolute;
	top: calc(50% - 35px);
	left: 0px;
}

.sub-nav {
	position: relative;
	z-index: 1;
	flex-shrink: 1;
	background-color: #B72440;
	width: auto;
	min-width: 100%;
	padding: 10px 0px;
	box-shadow: none;
	margin: -3px 0px 0 0;
	border-bottom: 16px #B72440 solid;
}

	.in-subpage .sub-nav {
		display: none;
	}

	.sub-nav a {
		display: block;
		color: white;
		text-decoration: none;
		font-weight: 500;
		font-size: 24px;
		transform: rotate(1.6deg) skewX(1.6deg);
		line-height: 52px;
		text-align: left;
	}

		.limiter {
			display: block;
			box-sizing: border-box;
			padding: 0px 20px 0px 30px;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			width: 100%;
			max-width: 100%;
			text-align: left;
			margin: 0 auto;
		}

		.sub-nav a:hover {
			background-color: #AB223C;
		}

		.sub-nav a:focus,
		.sub-nav a:hover,
		.sub-nav a.active:hover,
		.sub-nav a.active:focus {
			background-color: rgba(0,0,0,0.16);
		}

		.sub-nav a:after {
			position: absolute;
			top: 0px;
			right:-14px;
			display:block;
			content:"";
			height: 0;
			border-style: solid;
			border-width: 26px 0 26px 15px;
			border-color: transparent transparent transparent transparent;
		}

			.sub-nav a.active {
				background-color: transparent;
			}
			.sub-nav a.active:after {
				border-color: transparent transparent transparent #AB223C;
				left: 0px;
				right: auto;
				top: 16px;
				border-width: 10px 0 10px 15px;
			}

.article {
	background-color: white;
	width: calc(100% + 2px);
	margin: 0 -1px;
}

	.article::before {
		content:"";
		display:block;
		position: relative;
		width:calc(100% - 24px);
		height: 18px;
		background-color: #9F2038;
		margin: -1px 11px;
		transform: skewX(-55deg);
	}

	.article-box {
		background:#FFFDE6;
		border-top: 16px #B72440 solid;
		transform:none;
		overflow: hidden;
	}

	.in-subpage .article::before {
		display: none;
	}

	.in-subpage .article-box {
		background:#FFFDE6;
		border-top: none;
	}

	.article-content {
		padding: 30px 20px;
	}

	.article-sidebar {
		width: calc(100% + 2px);
		margin: 0 -1px;
	}

	.sidebar-fixer {
		position: relative;
		border:none;
		border-top: 8px white solid;
		margin: 0px;
		margin-top: -2px;
		background-color: #FFFDE6;
	}

	.article-line {
		display:none;
	}

	.sidebar-content {
		padding: 40px 20px 30px 20px;
		transform: rotate(1.6deg) skewX(1.6deg);
		font-size: 1em;
	}

		.sidebar-content h2 {
			font-size: 23px;
			line-height: 1.3em;
		}

	.sidebar-img {
		width: auto;
		max-width: 100%;
	}

	.events-body {
		margin: -37px -29px -30px 0;
		padding: 32px 54px 18px 0px;
	}

	.events-body h1,
	.events-body h1:first-child {
		margin-right: 0px;
		margin-left: 0px;
	}
	.events-body h2,
	.events-body h2:first-child {
		margin-right: 0px;
	}

	.header-icon {
		display: block;
		margin: 0 auto 0.2em auto;
	}

	h1.primary-h1 {
		display:none;
	}
	.events-body h1.primary-h1 {
		display: none;
	}



	.with-sidebar-on-top .sub-nav{
		order: 0;
	}

	.with-sidebar-on-top .article{
		order: 2;
		background-color: white;
		width: calc(100% + 2px);
		margin: 0 -1px;
	}

		.with-sidebar-on-top .article::before {
			content:"";
			display:none;
		}
		.with-sidebar-on-top .article-box {
			background:#FFFDE6;
			border-top: none;
			transform:none;
		}

		.with-sidebar-on-top .article-content {
			padding: 30px 20px;
		}

		.with-sidebar-on-top .article-sidebar {
			width: calc(100% + 2px);
			margin: 0 -1px;
		}

	.with-sidebar-on-top .article-sidebar{
		order: 1;
		background-color: white;
	}

		.with-sidebar-on-top .article-sidebar::before {
			content:"";
			display:block;
			position: relative;
			width:calc(100% - 24px);
			height: 18px;
			background-color: #9F2038;
			margin: -1px 11px;
			transform: skewX(-55deg);
		}

		.with-sidebar-on-top .sidebar-fixer {
			display: block;
			position: relative;
			border:none;
			margin: 0px;
			background-color: #FFFDE6;
			border-top: 16px #B72440 solid;
			transform:none;
			background-clip:padding-box;
			border-bottom: 8px white solid;
			margin-bottom: -2px;
		}


		.with-sidebar-on-top.in-subpage .article-sidebar::before {
			display: none;
		}

		.with-sidebar-on-top.in-subpage .sidebar-fixer {
			background:#FFFDE6;
			border-top: none;
			background-clip:border-box;
		}

		.with-sidebar-on-top .sidebar-content {
			padding: 18px 20px 0px 20px;
		}


.photogalery-area {
	background: rgba(0,0,0,1);
}

.photogalery-gallery-scroller {
	transition: transform 600ms ease-out;
}

.photogalery-close-tag {
	opacity: 0;
	transition: opacity 300ms ease-out;
}

.photogalery-next-tag,
.photogalery-prev-tag {
	opacity: 0;
	transition: opacity 600ms ease-out, transform 500ms ease-out;
}

	.photogalery-close-tag:focus:not(:hover),
	.photogalery-next-tag:focus:not(:hover),
	.photogalery-prev-tag:focus:not(:hover)
	{
		filter: none;
		background: transparent;
		border-radius: 0px;
		outline: none;
	}

.photogalery-image {
	filter: none;
	transition: opacity 300ms ease-out, transform 600ms ease-out;
}


.photogalery-area::before {
	top: -60px;
	background: #AB223C;
}

.photogalery-area::after {
	bottom: -60px;
	background: #AB223C;
}



label {
	display:block;
	margin: 0.5em auto;
	text-align: left;
	width: auto;
	max-width: 250px;
}

input {
	width: 100%;
	height: 1.6em;
	margin-left: 0px;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	padding: 0px 8px;
	box-sizing: border-box;
}

input[type='submit'] {
	margin-left: 0px;
}