html{
	float: left;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
	scrollbar-width: none;
	scroll-behavior: smooth;
}

body{
	float: left;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
}

main{
	float: left;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
}

section{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
	section.banner{
		float: left;
		width: 100vw;
		height: 50vh;
		margin: 0;
		padding: 0;
		background-size: cover!important;
		background-position: center!important;
		box-shadow: inset 0px 8px 8px -8px rgba(0, 0, 0, .25), inset 0px -8px 8px -8px rgba(0, 0, 0, .25);
	}

	main > header{
		float: left;
		width: 90vw;
		height: 32px;
		margin: 0;
		padding: 5vh 5vw;
		background: #f9f9f9;
		display: block;
	}

		main > header > nav{
			float: left;
			width: 90vw;
			height: 32px;
			margin: 0;
			padding: 0;
			display: block;
		}

				main > header > nav a.logo{
					text-decoration: none;
					line-height: 32px;
					font-size: 32px;
					float: left;
					width: auto;
					height: 32px;
					margin: 0;
					padding: 0;
					color: black;
					display: block;
				}

			main > header > nav > label{
				float: right;
				width: 64px;
				height: 64px;
				margin: -16px -12px;
				padding: 0;
				background: transparent;
				cursor: pointer;
			}

			main > header > nav > ul{
				float: right;
				width: auto;
				height: 32px;
				margin: 0 0 0 16px;
				padding: 0 16px 0 0;
				box-sizing: border-box;
				display: block;
			}

				main > header > nav > ul.group{
					border: 1px solid black;
					border-radius: 4px;
				}

					main > header > nav > ul.group.wiki{

					}

						main > header > nav > ul.group.wiki:after{
							content: "";
							float: left;
							width: 12px;
							height: 12px;
							margin: 2px -16px 0 0;
							padding: 2px;
							display: block;
							background: url("../assets/images/icons/wiki.png"), #f9f9f9;
							background-size: 12px;
							background-repeat: no-repeat;
							background-position: center;
							transform: translateX(8px);
						}

					main > header > nav > ul.group.events{

					}

						main > header > nav > ul.group.events:after{
							content: "";
							float: left;
							width: 12px;
							height: 12px;
							margin: 2px -16px 0 0;
							padding: 2px;
							display: block;
							background: url("../assets/images/icons/event.png"), #f9f9f9;
							background-size: 12px;
							background-repeat: no-repeat;
							background-position: center;
							transform: translateX(8px) rotate(0deg);
							transform-origin: top center;
							animation: ring 2.5s infinite linear;
						}

							@keyframes ring {
								from {
									transform: translateX(8px) rotate(0deg);
								}
								25% {
									transform: translateX(8px) rotate(15deg);
								}
								50% {
									transform: translateX(8px) rotate(0deg);
								}
								75% {
									transform: translateX(8px) rotate(-15deg);
								}
								to {
									transform: translateX(8px) rotate(0deg);
								}
							}

				main > header > nav > ul > li{
					float: left;
					width: auto;
					height: 32px;
					margin: 0 0 0 16px;
					padding: 0;
					display: block;
				}

					main > header > nav > ul > li > a{
						text-decoration: none;
						line-height: 32px;
						font-size: .9rem;
						float: left;
						width: auto;
						height: 32px;
						margin: 0;
						padding: 0;
						color: black;
						display: block;
					}

	section.first{
		float: left;
		width: 90vw;
		height: auto;
		margin: 0;
		padding: 5vh 5vw;
		background: #f9f9f9;
	}
		section.first section{
			float: left;
		}

	section article{
		float: left;
		height: auto;
		display: block;
	}
		section article header{
			float: left;
			width: 100%;
			height: auto;
			margin: 0;
			padding: 0;
			display: block;
		}
			section article header h1{
				letter-spacing: .1vw;
				text-align: center;
				font-weight: 400;
				float: left;
				width: 100%;
				height: auto;
				margin: 0;
				padding: 0 0 1vh 0;
				display: block;
			}
			section article header h2{
				letter-spacing: .1vw;
				text-align: center;
				font-weight: 400;
				float: left;
				width: 100%;
				height: auto;
				margin: 0;
				padding: 0 0 1vh 0;
				display: block;
			}
				section article header h1 span{
					display: block;
				}
				section article header h2 span{
					display: block;
				}
		section article p{
			letter-spacing: .05vw;
			text-align: center;
			font-weight: 300;
			float: left;
			width: 100%;
			height: auto;
			margin: 0;
			padding: 0;
			display: block;
		}

	body > footer{
		float: left;
		width: 90vw;
		height: auto;
		margin: 0;
		padding: 10vh 5vw 20vh 5vw;
		background: #f9f9f9;
		box-shadow: 0 0 8px rgba(0, 0, 0, .1);
		display: block;
	}
		body > footer > nav{
			float: left;
			width: 90vw;
			height: auto;
			margin: 0;
			padding: 0;
		}
			body > footer > nav ul{
				list-style: none;
				float: left;
				width: auto;
				height: auto;
				margin: 0;
				display: block;
			}
				body > footer > nav ul:last-child{
					padding: 0 0 5vh 0;
				}
					body > footer > nav ul:not(:last-child){
						padding: 0 10vw 5vh 0;
					}
					body > footer > nav ul li a{
						text-decoration: none;
						letter-spacing: .1vw;
						font-weight: 500;
						float: left;
						width: auto;
						height: auto;
						margin: 0;
						padding: 0;
						color: black;
						display: block;
						clear: both;
					}
						body > footer > nav ul li:first-child a{
							font-size: 1.5rem;
							margin: 0 0 .5vh 0;
						}
						body > footer > nav ul li:not(:first-child) a{
							font-size: 1rem;
							margin: 1vh 0 0 0;
						}

@media only screen and (min-width: 1025px) {

	.button{
		line-height: 2.25rem;
		font-size: 1.25rem;
		padding: 1vh calc(2vw + 2vh + 2.25rem) 1vh 2vw;
		background-size: 2.25rem!important;
		background-position: calc(100% - 2vw) center!important;
		border-radius: .5rem;
	}

			main > header > nav > label{
				display: none;
			}

			section.first section.left{
				width: 45vw;
			}
				section.first section.left article{
					width: 45vw;
					margin: 0;
					padding: 0;
				}
						section.first section.left article header h1{
							text-align: left;
							line-height: 2.25rem;
							font-size: 2rem;
							padding-bottom: 24px;
						}
						section.first section.left article header h2{
							line-height: 1.75rem;
							font-size: 1.5rem;
						}
					section.first section.left article p{
						text-align: left;
						line-height: 1.25rem;
						font-size: 1rem;
					}

			section.first section.right{
				width: 45vw;
				margin: 0 0 0 0;
			}

	section.grid{
		float: left;
		width: 90vw;
		height: auto;
		margin: 0;
		padding: 5vh 5vw;
		background: #f9f9f9;
	}
		section.grid article{
			float: left;
			width: 25vw;
			height: auto;
			margin: 1vw;
			padding: 0;
			border-radius: 8px;
			box-shadow: 0 0 4px rgba(0, 0, 0, .1);
			display: block;
			overflow: hidden;
		}
			section.grid article header{
				width: 25vw;
				height: 25vw;
			}
				section.grid article header a{
					background-size: contain!important;
					width: 25vw;
					height: 25vw;
					margin: 0;
					padding: 0;
					display: block;
				}
					section.grid article header a h1{
						width: 23vw;
						height: auto;
						margin: 22.1vw 0 0 0;
						padding: 2vw 1vw 1vw 1vw;
						background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
						color: #f9f9f9;
						transform: translateY(calc(-100% + 3vw));
					}

	main > article{
		float: left;
		width: calc(100% - 30vw);
		height: auto;
		margin: 0;
		padding: 5vw 15vw;
		display: block;
	}

		main > article > header{
			text-align: center;
			float: left;
			width: 100%;
			height: auto;
			margin: 0;
			padding: 0 0 5vw 0;
			display: block;
		}

			main > article > header > h1{
				line-height: 3rem;
				font-size: 2rem;
			}

			main > article > header > span{
				line-height: 1.75rem;
				font-size: 1.25rem;
				color: rgba(0, 0, 0, .75);
			}

		main > article > h2{
			line-height: 2.5rem;
			font-size: 1.75rem;
		}

		main > article > p{
			line-height: 1.5rem;
			font-size: 1.25rem;
		}

			main > article > p > a{
				text-decoration: none;
			}

		main > article > ul{
			list-style: none;
		}

			main > article > ul > li{
				line-height: 1.5rem;
				font-size: 1.25rem;
				padding: 0 0 .5rem 0;
			}

				main > article > ul > li:before{
					content: "-";
					margin: 0 0 0 -8px;
				}

}

@media only screen and (min-width: 801px) and (max-width: 1024px) {

	.button{
		line-height: 2rem;
		font-size: 1rem;
		padding: 1vh calc(2vw + 2vh + 2rem) 1vh 2vw;
		background-size: 1.75rem!important;
		background-position: calc(100% - 2vw) center!important;
		border-radius: .4rem;
	}

			main > header > nav > label{
				display: none;
			}

			section.first section.left{
				width: 60vw;
			}
				section.first section.left article{
					width: 55vw;
					margin: 0;
					padding: 0;
				}
						section.first section.left article header h1{
							line-height: 2.25rem;
							font-size: 1.7rem;
							padding-bottom: 20px;
						}
						section.first section.left article header h2{
							line-height: 1.75rem;
							font-size: 1.3rem;
						}
						section.first section.left article p{
							text-align: center;
							line-height: 1.25rem;
							font-size: .9rem;
						}

			section.first section.right{
				width: 90vw;
				margin: 2.5vh 0 0 0;
			}
				section.first section.right article{
					width: 20vw;
					margin: 30vh 0 0 0;
					padding: 2.5vh 2.5vw;
					transform: translateY(-50%);
				}
						section.first section.right article header h1{
							line-height: 1.25rem;
							font-size: 1rem;
						}
					section.first section.right article a{
						line-height: 1rem;
						font-size: 1rem;
					}

	section.grid{
		float: left;
		width: 90vw;
		height: auto;
		margin: 0;
		padding: 5vh 5vw;
		background: #f9f9f9;
	}
		section.grid article{
			float: left;
			width: 33vw;
			height: auto;
			margin: 3vw;
			padding: 0;
			border-radius: 8px;
			box-shadow: 0 0 4px rgba(0, 0, 0, .1);
			display: block;
			overflow: hidden;
		}
			section.grid article header{
				width: 33vw;
				height: 33vw;
			}
				section.grid article header a{
					background-size: contain!important;
					width: 33vw;
					height: 33vw;
					margin: 0;
					padding: 0;
					display: block;
				}
					section.grid article header a h1{
						width: 31vw;
						height: auto;
						margin: 29.1vw 0 0 0;
						padding: 2vw 1vw;
						background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
						color: #f9f9f9;
						transform: translateY(calc(-100% + 4vw));
					}

	main > article{
		float: left;
		width: calc(100% - 20vw);
		height: auto;
		margin: 0;
		padding: 5vw 10vw;
		display: block;
	}

		main > article > header{
			text-align: center;
			float: left;
			width: 100%;
			height: auto;
			margin: 0;
			padding: 0 0 5vw 0;
			display: block;
		}

			main > article > header > h1{
				line-height: 3rem;
				font-size: 2rem;
			}

			main > article > header > span{
				line-height: 1.75rem;
				font-size: 1.25rem;
				color: rgba(0, 0, 0, .75);
			}

		main > article > h2{
			line-height: 2.5rem;
			font-size: 1.75rem;
		}

		main > article > p{
			line-height: 1.5rem;
			font-size: 1.25rem;
		}

			main > article > p > a{
				text-decoration: none;
			}

		main > article > ul{
			list-style: none;
		}

			main > article > ul > li{
				line-height: 1.5rem;
				font-size: 1.25rem;
				padding: 0 0 .5rem 0;
			}

				main > article > ul > li:before{
					content: "-";
					margin: 0 0 0 -8px;
				}

}

@media only screen and (max-width: 800px) {

	.button{
		line-height: 1.75rem;
		font-size: 1rem;
		padding: 1vh calc(4vw + 2vh + 1.75rem) 1vh 4vw;
		background-size: 1.5rem!important;
		background-position: calc(100% - 4vw) center!important;
		border-radius: .5rem;
	}

main{
	padding: calc(10vh + 32px) 0 0 0;
}

	main > header{
		position: fixed;
		top: 0;
		left: 0;
	}
			main > header > nav > label{
				display: block;
			}

	input + div{
		position: relative;
		float: right;
		width: 40px;
		height: 32px;
		margin: 0 -40px 0 0;
		padding: 0;
		display: block;
		z-index: -1;
	}
		input + div span{
			position: relative;
			left: 0;
			width: 40px;
			height: 2px;
			margin: 0;
			padding: 0;
			background: #000000;
			border-radius: 1px;
			display: block;
			opacity: 1;
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			transform: rotate(0deg);
			-webkit-transition: .25s ease-in-out;
			-moz-transition: .25s ease-in-out;
			-o-transition: .25s ease-in-out;
			transition: .25s ease-in-out;
		}
			input + div span:nth-child(1) {
				top: 0px;
			}
			input + div span:nth-child(2) {
				top: 12px;
			}
			input + div span:nth-child(3) {
				top: 24px;
			}
				input:checked + div span:nth-child(1) {
					top: 8px;
					-webkit-transform: rotate(135deg);
					-moz-transform: rotate(135deg);
					-o-transform: rotate(135deg);
					transform: rotate(135deg);
				}
				input:checked + div span:nth-child(2) {
					opacity: 0;
					left: -32px;
				}
				input:checked + div span:nth-child(3) {
					top: 16px;
					-webkit-transform: rotate(-135deg);
					-moz-transform: rotate(-135deg);
					-o-transform: rotate(-135deg);
					transform: rotate(-135deg);
				}

			main > header > nav > ul{
				float: right;
				clear: both;
				width: 90vw;
				height: auto;
				margin: 0 0 0 0;
				padding: 0;
				border: none!important;
				display: block;
				transform: translateX(100%);
				transition: transform .25s;
			}
				main > header > nav > ul:nth-of-type(1){
					margin: calc(5vh + 5vw) 0 0 0;
				}
					main > header > nav > ul:not(:nth-of-type(1)){
						margin: 0;
					}

						main > header > nav input:checked + div ~ ul{
							transform: translateX(0%);
						}
					main > header > nav > ul.group.events:after{
						display: none;
					}
					main > header > nav > ul.group.wiki:after{
						display: none;
					}
				main > header > nav > ul li{
					float: left;
					width: 100%;
					height: 32px;
					margin: 0 0 8px 0;
				}
					main > header > nav > ul li a{
						line-height: 30px;
						font-size: 1rem;
						float: right;
						height: 32px;
						padding: 0 2vw;
						background: #0091ea;
						color: white;
						border-radius: 1vh;
					}

			section.first section.left{
				width: 90vw;
			}
				section.first section.left article{
					width: 90vw;
					margin: 0;
					padding: 0;
				}
						section.first section.left article header h1{
							line-height: 1.95rem;
							font-size: 1.4rem;
							padding-bottom: 16px;
						}
						section.first section.left article header h2{
							line-height: 1.65rem;
							font-size: 1.1rem;
						}
					section.first section.left article p{
						text-align: center;
						line-height: 1.15rem;
						font-size: .8rem;
					}

			section.first section.right{
				width: 90vw;
				margin: 2.5vh 0 0 0;
			}

	section.grid{
		float: left;
		width: 90vw;
		height: auto;
		margin: 0;
		padding: 5vh 5vw;
		background: #f9f9f9;
	}
		section.grid article{
			float: left;
			width: 75vw;
			height: auto;
			margin: 5vw 0;
			padding: 0;
			border-radius: 8px;
			box-shadow: 0 0 4px rgba(0, 0, 0, .1);
			display: block;
			overflow: hidden;
		}
			section.grid article header{
				width: 75vw;
				height: 75vw;
			}
				section.grid article header a{
					background-size: contain!important;
					width: 75vw;
					height: 75vw;
					margin: 0;
					padding: 0;
					display: block;
				}
					section.grid article header a h1{
						width: 71vw;
						height: auto;
						margin: 69.1vw 0 0 0;
						padding: 3vw 2vw;
						background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
						color: #f9f9f9;
						transform: translateY(calc(-100% + 6vw));
					}

	main > article{
		float: left;
		width: calc(100% - 10vw);
		height: auto;
		margin: 0;
		padding: 5vw 5vw;
		display: block;
	}

		main > article > header{
			text-align: center;
			float: left;
			width: 100%;
			height: auto;
			margin: 0;
			padding: 0 0 5vw 0;
			display: block;
		}

			main > article > header > h1{
				line-height: 2.75rem;
				font-size: 1.75rem;
			}

			main > article > header > span{
				line-height: 1.5rem;
				font-size: 1rem;
				color: rgba(0, 0, 0, .75);
			}

		main > article > h2{
			text-align: center;
			line-height: 2.25rem;
			font-size: 1.5rem;
		}

		main > article > p{
			line-height: 1.25rem;
			font-size: 1rem;
		}

			main > article > p > a{
				text-decoration: none;
			}

		main > article > ul{
			list-style: none;
		}

			main > article > ul > li{
				line-height: 1.25rem;
				font-size: 1rem;
				padding: 0 0 .5rem 0;
			}

				main > article > ul > li:before{
					content: "-";
					margin: 0 0 0 -8px;
				}

}

/*button*/

.button{
	text-decoration: none;
	font-weight: 400;
	vertical-align: middle;
	width: auto;
	height: auto;
	margin: 0;
	background: #00b0ff;
	background-repeat: no-repeat!important;
	color: white;
	display: inline-block;
	transition: opacity .25s;
}
	.button:hover{
		opacity: .9;
	}
	.button.phone{
		background: url('images/icons/phone.png'), #00b0ff;
	}
	.button.facebook{
		background: url('images/icons/facebook.png'), #00b0ff;
	}
		.button.group{
			background: url('images/icons/group.png'), #00b0ff;
		}
	.button.calendar{
		background: url('images/icons/calendar.png'), #00b0ff;
	}

/*letter spacing*/

.ls-1{
	letter-spacing: 1px;
}



.past{
	opacity: .75;
}



/*space*/

.s10{
	float: left;
	width: 100%;
	height: 10px;
	margin: 0;
	padding: 0;
	display: block;
}
