html, body {
	font-family: 'Dosis', serif;
	font-weight: 400;
	color:black;
	font-size: 20px;
	line-height: 1.35;
	margin:0px;
	padding:0px;
	background-color: #F2F2F2;
	position: relative;
	user-select: none;
	text-underline-position: from-font;
}

html,body,div,article,nav,section,footer,header, a, img, a img {
	margin: 0px;
	padding: 0px;
	border: none;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-ms-tap-highlight-color: transparent;
}

::selection {
	background: #AB223C;
	color: white;
	border-radius: 3px;
  }
::-moz-selection {
	background: #AB223C;
	color: white;
	border-radius: 3px;
}


/* ============ text ====================== */

b {
	font-weight: 650;
}

i {
	font-weight: 400;
	font-style: italic;
}

a {
	color:black;
	text-decoration: underline;
}
	a:hover {
		text-decoration: none;
	}
	a:focus {
		text-decoration: none;
	}
	p a:focus {
		text-decoration: none;
		background:white;
		color: black;
		border-radius: 5px;
		border: 2px black solid;
		outline: 2px white solid;
		padding: 1px 5px;
		font-weight: 650;
	}
	p a:hover {
		text-decoration: none;
		background:transparent;
		color: black;
		border-radius: 5px;
		border: none;
		outline: none;
		padding: 0px;
		font-weight: inherit;
	}
	a:visited {
		color:black;
		text-decoration-color: rgba(0,0,0,0.4);
	}

		h1 a:any-link {
			color:white;
		}
		h1 a:visited {
			color:white;
			text-decoration-color: rgba(255,255,255,0.6);
		}

h1 {
	font-weight: 750;
	color:white;
	font-size: 53px;
	line-height: 1.35;
	margin:0px;
	padding:0px;
}

.content h1 {
	font-weight: 750;
	color:#AB223C;
	font-size: 40px;
	line-height: 1.35;
	margin:0.3em 0 0.3em 0;
	padding:0px;
}

	.content h1:first-child {
		margin:0 0 0.3em 0;
	}

	.content h1 a:any-link {
		color:#AB223C;
	}
	.content h1 a:visited {
		color:#AB223C;
		text-decoration-color: rgba(255,255,255,0.6);
	}

h2 {
	font-weight: 650;
	color:black;
	font-size: 24px;
	line-height: 1.35;
	margin:0.3em 0px 0.3em 0px;
	padding:0px;
}
	img + h2 {
		margin-top: 0.6em;
	}

	h2:first-child {
		margin:0 0 0.3em 0;
	}

h3 {
	font-weight: 650;
	color:black;
	font-size: 1em;
	line-height: 1.35;
	margin:0em 0px 0.3em 0px;
	padding:0px;
}

	img + h3 {
		margin-top: 0.6em;
	}

p {
	padding: 0px;
	margin: 0 0 0.8em 0;
}

img + p {
	padding: 0.5em 0 0.8em 0;
}

p:last-child {
	margin-bottom: 0px;
}

.onlymobile {
	display: none;
}

.text-frame, .image-frame, .icon-frame, .alert-frame {
	position: relative;
	display: block;
	width:100%;
	border:5px #FFF3CC solid;
	margin: 1.7em 0 1.5em 0;
	text-align: left;
	text-decoration: none;
}​

	a.text-frame:hover, a.image-frame:hover, a.icon-frame:hover,
	a.text-frame:focus, a.image-frame:focus, a.icon-frame:focus  {
		border-color: #FFE89D;
	}

	.frame-description {
		display: block;
		position: absolute;
		left: 18px;
		top: -18px;
		max-width: 90%;
		background-color: #FFF3CC;
		padding: 5px 10px;
		font-style: normal;
		font-size: 16px;
		text-align: left;
		user-select: none;
		z-index: 1;
		font-weight: 500;
	}

	a.text-frame:hover .frame-description, a.image-frame:hover .frame-description, a.icon-frame:hover .frame-description,
	a.text-frame:focus .frame-description, a.image-frame:focus .frame-description, a.icon-frame:focus .frame-description {
		background-color: #FFE89D;
	}

.image-frame {
	background-color: white;
}

	.image-frame-limit {
		overflow: hidden;
		max-height: 246px;
	}

	.in-frame-image {
		width:100%;
		display: block;
		min-height:30px;
		transition: transform 300ms ease-out;
	}

	.image-frame-textarea {
		background-color: #FFF3CC;
		padding: 12px 15px;
	}

		.image-frame-title {
			font-weight: 650;
		}

		.image-frame-text {
			margin-top: 0.2em;
		}

		.sidebar .image-frame:hover .in-frame-image, .sidebar .image-frame:focus .in-frame-image {
		transform: scale(1.1);
	}

.text-frame {
	font-style: italic;
	font-weight: 400;
	padding: 0px 20px 20px 20px;
	user-select: text;
}

	.text-frame .frame-description, .alert-frame .frame-description {
		display: inline-block;
		position: relative;
		left: -2px;
		top: -18px;
		margin-bottom:-10px;
		text-align: left;
	}

.alert-frame {
	padding: 0px 20px 20px 20px;
	border-color:#AB223C;
	color: #AB223C;
	font-weight: 500;
	background-color: #FDF3F5;
}

	.alert-frame .frame-description {
		background-color: #AB223C;
		color:white;
	}

.icon-frame {
	padding: 15px;
	padding-left:125px;
	line-height: 1;
	background-color: white;
}

	.icon-frame .frame-description {
		top:-16px;
	}

	.icon-frame-iconarea {
		position: absolute;
		left: 0px;
		top: 0px;
		bottom: 0px;
		width: 114px;
		background-color: white;
		padding: 8px;
		display: flex;
		align-items: center;
		align-content: center;
		overflow: hidden;
	}

	.icon-frame-icon {
		display: block;
		max-width: 100%;
		align-self: center;
		transition: transform 300ms ease-out;
	}

	.sidebar .icon-frame:hover .icon-frame-icon,
	.sidebar .icon-frame:focus .icon-frame-icon {
		transform: scale(1.1);
	}




/* ============ layout ====================== */

header {
	background: #FFFDE6;
	border-bottom: 16px #AB223C solid;
	width: 100%;
	height: 50px;
	box-sizing:content-box;
	position: fixed;
	top:0px;
	overflow: hidden;
	z-index: 50;
	user-select: none;
}

	header nav {
		background:transparent;
		max-width: 1366px;
		margin: 0px auto;
		font-size: 24px;
		color: #AB223C;
		font-weight: 650;
		line-height: 50px;
		display: flex;
		justify-content: space-between;
	}

	.header-nav-a, .header-nav-a:visited {
		display: block;
		color: #AB223C;
		text-decoration:none;
		padding: 0px 20px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
		.header-nav-a:hover,
		.header-nav-a:focus {
			background-color: #FFF4D1;
		}

	.menu-item-icon {
		width: 40px;
		height:40px;
		margin:5px 10px 5px 0px;
		display:inline-block;
		vertical-align: top;
	}

	.menu-icon {
		display:none;
		-webkit-tap-highlight-color: black;
		-ms-tap-highlight-color: black;
	}

.main-content {
	position: relative;
	overflow: hidden;
	box-sizing: content-box;
	max-width: 1366px;
	margin: 0px auto 0px auto;
	padding-top:66px;
	background:whitesmoke;
	outline: 9px white solid;
	min-height:100px;
}

	.main-grid {
		display:grid;
		grid-template-columns: 100%;
		grid-template-rows: auto;
		grid-template-areas:
		"title"
		"content"
		"slider"
		"footer";
		place-items: stretch;
	}

	.cell,.cell-false {
		position: relative;
		background: white;
		transform-origin: center;
		transform:skewY(-1.6deg);
	}

		.cell::before, .cell-false::before {
			content:"";
			display:block;
			position: relative;
			width:calc(100% - 29px);
			height: 22px;
			background-color: #9F2038;
			margin: -1px 14px;
			transform: skewX(-55deg);
			z-index: -1;
		}

			.cell-false{
				position: absolute;
				top: 0px;
				left: 0px;
				right: 0px;
				bottom: 0px;
			}

		.cell-ribbon {
			overflow: hidden;
			background-color: #B72440;
			min-height:50px;
			background-clip: padding-box;
		}

			.cell-false .cell-ribbon {
				position: absolute;
				top: 20px;
				left: 0px;
				right: 0px;
				bottom:0px;
			}

		.cell-content {
			position: relative;
			box-sizing:border-box;
			width: 100%;
			min-height:50px;
			transform-origin: center;
			transform: skewX(1.6deg);
			border: 1px transparent solid;
			max-width: 100vw;
		}

		.true-cell-content {
			position: relative;
			padding: 70px 30px 50px 30px;
			width:100%;
			max-width: 100vw;
		}


	.footer {
		position: relative;
		grid-area: footer;
		margin-bottom:-20px;
		user-select: text;
	}

		.footer .cell-false::before {
			background-color: #9F2038;
		}

		.footer .cell-ribbon {
			border-top: 16px #AB223C solid;
			background-color: #FFFDE6;
		}

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

			.footer-column {
				width:100%;
				max-width: 350px;
			}

			.footer-logo {
				width: 229px;
				max-width: 100%;
			}
			.footer-text {
				margin-top: 10px;
				font-size: 16px;
			}

			.footer h2 {
				padding:0px 0px 0.3em 0px;
			}
			.footer h2 a {
				color:#B72440;
				text-decoration-color: #B72440;
			}
			.footer .spaced-h2 {
				margin: 20px 0px;
			}
			.footer-a {
				display: block;
				max-width: max-content;
			}
			.footer-column.spaced {
				padding-right:10px;
			}

			.contact-list {
				font-style: normal;
				padding-left:35px;
			}

				.contact {
					position: relative;
					line-height: 24px;
					margin: 2px 0 0.8em 0;
				}

					.contact-icon {
						position: absolute;
						display: block;
						width: 24px;
						height:24px;
						top: 0px;
						left: -35px;
					}

/* =========== CONTENT ================== */

.button-ribbon {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-items: center;
	justify-content: center;
	row-gap: 10px;
	column-gap: 10px;
	width:auto;
	margin: 12px 0px 45px 0px;
	font-size: 16px;
	font-weight: 500;
}

	a.ribbon-button {
		background:white;
		border-radius: 20px;
		padding: 3px 15px;
		text-decoration: none;
		border: 2px #FFF3CC solid;
		letter-spacing: 0.05em;
		font-size: 16px;
		font-weight: 500;
	}

	a.ribbon-button:hover,
	a.ribbon-button:focus:not(:hover) {
		background:#FFE89D;
		border-color: #FFE89D;
		color:black;
	}

	a.ribbon-button.selected {
		background:#AB223C;
		border-color: #AB223C;
		color: white;
	}


a.sidebar-button {
	display: block;
	background: white;
	border-radius: 3px;
	padding: 9px 15px;
	text-decoration: none;
	border: 3px #FFF3CC solid;
	text-align: center;
	letter-spacing: 0.045em;
	font-weight: 650;
	line-height: 1.1em;
	margin: 1.2em 0;
	font-size: 1em;
	color:black;
}

	.sidebar-button:first-child {
		margin: 0 0 1.2em 0;
	}

	.sidebar-button:hover,
	.sidebar-button:focus {
		border-color: #FFE89D;
		background-color: #FFE89D;
	}

.hide {
	display: inline-block;
	width: 0px;
	height: 0px;
	overflow: hidden;
	line-height: 0px;
}


