﻿body, h1, h2, h3, h4, h5, h6 {
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}

.menucontainer {
	border-bottom: 0px;
}

#HomepageBanner {
	padding: 10px 140px;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	position: relative;
	z-index: 1;
	opacity: 0.8;
	background: rgba(255, 255, 255, 0.50);
	box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
	backdrop-filter: blur(2px);
	margin-bottom: -63px;
}

	#HomepageBanner > div {
		background: white;
		display: inline-block;
		padding: 10px 20px;
		border-radius: 10px;
		box-shadow: 0 0 15px 1px white;
	}

#HomepageMarquee {
	background-image: url(/content/images/HomePage/Marquee.png), url(/content/images/HomePage/MarqueeMid-t-l.svg), url(/content/images/HomePage/MarqueeMid-t-r.svg), url(/content/images/HomePage/MarqueeMid-b-r.svg), url(/content/images/HomePage/MarqueeMid-b-l.svg), url(/content/images/HomePage/MarqueeBackground.png);
	background-position: center 10%, top left, top right, bottom right, bottom left, center;
	height: 460px;
	background-repeat: no-repeat;
	background-size: 1600px, 500px, 500px, 500px, 500px, cover;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 40px;
}

	#HomepageMarquee h1 {
		margin: 0 auto;
		padding: 77px 0 0 0;
		text-align: center;
		font-weight: bold;
		color: #000;
		font-size: 2.5rem;
	}

h2 {
	text-align: center;
	font-weight: 700;
	color: #274F63;
	font-size: 2.30rem;
	margin-bottom: 20px;
}

h3.modal-title {
	margin-top: 0;
}

h3 {
	color: #404040;
	font-weight: 700;
}

#StatsSection {
	margin-top: -50px;
}

#GetStartedSection, #StatsSection, #WhatsNewSection {
	padding: 20px 17% 0;
}

#StatsSection {
	padding-left: 16%;
	padding-right: 16%;
}

.tile-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 25px;
}

.simple-tile {
	display: flex;
	text-decoration: none;
	border: solid 1px #939393;
	border-radius: 10px;
	align-items: center;
	padding: 10px 20px;
	gap: 10px;
	background: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border: 2px solid #dfdfdf;
	border-radius: 10px;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 4px #ddd;
	-moz-box-shadow: 2px 2px 4px #ddd;
	box-shadow: 2px 2px 4px #ddd;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

	.simple-tile > img {
		background-color: #F0EDED;
		border-radius: 100%;
		width: 80px;
		height: 80px;
	}

	.simple-tile > h3 {
		display: inline-block;
		font-size: 1.25rem;
		margin: 0;
	}

a[href].simple-tile:hover {
	background-color: #e6e6e6;
	background-position: 0 -15px;
	border-color: #0098E3;
	text-decoration: none;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

a[href].simple-tile:active {
	background-color: #d9d9d9;
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	outline: 0;
}

.stats-tile {
	display: flex;
	flex-direction: column;
}

	.stats-tile .stats-tile-header {
		display: flex;
		gap: 10px;
	}

		.stats-tile .stats-tile-header img {
			width: 40px;
			height: 40px;
		}

		.stats-tile .stats-tile-header h3 {
			width: 40px;
			height: 40px;
			margin: 0;
			font-size: 2rem;
		}

			.stats-tile .stats-tile-header h3 span {
				font-size: 1.3rem;
			}

	.stats-tile p {
		color: #404040;
		font-size: 1.05rem;
		margin-bottom: 0;
	}

.carousel {
	margin-bottom: 40px;
}

.carousel-tile-wrapper {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin: 0 2.25rem;
}

.carousel-tile {
	display: flex;
	text-decoration: none;
	align-items: center;
	flex-basis: 0;
	flex-grow: 1;
	max-width: 50%;
	padding: 10px 30px;
	margin: 5px 0;
	gap: 20px;
	background: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border: 2px solid #dfdfdf;
	border-radius: 10px;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 4px #ddd;
	-moz-box-shadow: 2px 2px 4px #ddd;
	box-shadow: 2px 2px 4px #ddd;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

	.carousel-tile > img {
		width: 70px;
		height: 70px;
	}

	.carousel-tile > p {
		display: inline-block;
		display: -webkit-box;
		text-align: left;
		font-size: 1rem;
		color: #404040;
		margin: 0;
		height: 130px;
		overflow: hidden;
		align-content: center;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
	}

	.carousel-tile:hover {
		background-color: #e6e6e6;
		background-position: 0 -15px;
		border-color: #0098E3;
		text-decoration: none;
		-webkit-transition: background-position 0.1s linear;
		-moz-transition: background-position 0.1s linear;
		-ms-transition: background-position 0.1s linear;
		-o-transition: background-position 0.1s linear;
		transition: background-position 0.1s linear;
	}

	.carousel-tile:active {
		background-color: #d9d9d9;
		background-image: none;
		-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
		box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
		outline: 0;
	}

a[href].carousel-tile:hover {
	text-decoration: none;
}

.carousel-tile-empty {
	border: none;
	border: initial;
	box-shadow: initial;
	text-shadow: initial;
	display: none;
}

	.carousel-tile-empty.carousel-tile:hover {
		background-color: initial;
		border-color: initial;
		text-decoration: none;
	}

.carousel button.carousel-control-next, .carousel button.carousel-control-prev {
	background-color: #fff;
}

	.carousel button.carousel-control-next:hover, .carousel button.carousel-control-prev:hover {
		background-color: #e6e6e6;
		opacity: 1;
	}

	.carousel button.carousel-control-prev .carousel-control-prev-icon {
		background-image: url(/content/images/HomePage/CarouselLeft.svg);
	}

	.carousel button.carousel-control-next .carousel-control-next-icon {
		background-image: url(/content/images/HomePage/CarouselRight.svg);
	}

.carousel-indicators {
	margin-bottom: -30px;
}

	.carousel-indicators [data-bs-target] {
		background-color: #009FE6;
		width: 10px;
		height: 10px;
		border-radius: 100%;
		align-self: center;
		-moz-transition: .3s;
		-o-transition: .3s;
		-webkit-transition: .3s;
		transition: .3s;
	}

#main {
	padding: 0px 0px 0px 0px;
}

.content {
	max-width: none;
}

body {
}

.page {
	margin-bottom: -20px;
}

@media screen and (max-width: 1600px) {
	#HomepageMarquee {
		height: 460px;
		background-position: center 0, top left, top right, bottom right, bottom left, center;
	}

	#GetStartedSection, #StatsSection, #WhatsNewSection {
		padding: 20px 7% 0;
	}
}

@media screen and (max-width: 1400px) {
	#HomepageMarquee {
		height: 390px;
		background-size: 1300px, 500px, 500px, 500px, 500px, cover;
		background-position: center -35%, top left, top right, bottom right, bottom left, center;
	}

		#HomepageMarquee div {
			margin-bottom: 60px;
			width: 86%;
		}

	#GetStartedSection, #StatsSection, #WhatsNewSection {
		padding: 20px 5% 0;
	}

	.tile-wrapper {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 1200px) {
	#HomepageMarquee {
		height: 340px;
		background-size: 1100px, 400px, 400px, 400px, 400px, cover;
		background-position: center -100%, top left, top right, bottom right, bottom left, center;
	}

		#HomepageMarquee div {
			margin-bottom: 20px;
			width: 90%;
			font-size: 1.9rem;
		}

	#GetStartedSection, #StatsSection, #WhatsNewSection {
		padding: 20px 5% 0;
	}

	.tile-wrapper {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 1000px) {
	#HomepageMarquee {
		background-image: url(/content/images/HomePage/Marquee-mobile.png), url(/content/images/HomePage/MarqueeBackground-mobile.png);
		background-position: center 40%, top left, top right, bottom right, bottom left, center;
		height: calc(2.4 * 100vw - 12px);
		background-size: 100vw, cover;
	}

		#HomepageMarquee h1 {
			padding-top: 90px;
			margin: 0 20%;
			font-size: 2.5rem;
			text-shadow: 0 0 5px #fff;
		}

		#HomepageMarquee div {
			display: none;
		}

	#GetStartedSection, #StatsSection, #WhatsNewSection {
		padding: 20px 5% 0;
	}

	.tile-wrapper {
		flex-direction: column;
		grid-template-columns: 1fr;
	}

	.carousel {
		display: block;
	}

		.carousel .carousel-inner {
		}

		.carousel .carousel-item {
			display: block;
			float: unset;
			margin-bottom: 10px;
		}

			.carousel .carousel-item .carousel-tile-wrapper {
				margin: 0;
				flex-direction: column;
				gap: 10px;
			}

		.carousel .carousel-control-prev, .carousel .carousel-control-next {
			display: none;
		}

		.carousel .carousel-indicators {
			display: none;
		}

	.carousel-tile {
		max-width: 100%;
		min-height: 154px;
	}
}

@media screen and (max-width: 900px) {
	#HomepageMarquee {
		background-position: center 40%, top left, top right, bottom right, bottom left, center;
	}

		#HomepageMarquee h1 {
			padding-top: 85px;
			margin: 0 20%;
			font-size: 2.5rem;
		}
}

@media screen and (max-width: 875px) {
	#HomepageBanner {
		padding: 10px 10px;
		background-size: cover;
	}
}


@media screen and (max-width: 800px) {
	#HomepageMarquee {
		background-position: center 60%, top left, top right, bottom right, bottom left, center;
	}

		#HomepageMarquee h1 {
			padding-top: 85px;
			margin: 0 20%;
			font-size: 2.5rem;
		}
}

@media screen and (max-width: 700px) {
	#HomepageMarquee {
		background-position: center 90%, top left, top right, bottom right, bottom left, center;
	}

		#HomepageMarquee h1 {
			padding-top: 75px;
			margin: 0 20%;
			font-size: 2.5rem;
		}
}

@media screen and (max-width: 600px) {
	#HomepageMarquee {
		background-position: center 90%, top left, top right, bottom right, bottom left, center;
	}

		#HomepageMarquee h1 {
			padding-top: 65px;
			margin: 0 10%;
			font-size: 2.25rem;
		}
}

@media screen and (max-width: 500px) {
	#HomepageMarquee {
		background-position: center 90%, top left, top right, bottom right, bottom left, center;
	}

		#HomepageMarquee h1 {
			padding-top: 70px;
			max-width: 400px;
			font-size: 2.1rem;
		}
}

@media screen and (max-width: 400px) {
	#HomepageBanner {
		padding: 0;
		margin-top: 20px;
	}

		#HomepageBanner > div {
			padding: 10px 0;
			border-radius: 0;
			width: 100%;
		}

	#HomepageMarquee {
		background-position: center 150%, top left, top right, bottom right, bottom left, center;
	}

		#HomepageMarquee h1 {
			padding-top: 70px;
			font-size: 1.75rem;
		}
}
