<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	box-sizing: border-box;
}
@font-face {
	font-family: rubik;
	src: url('../fonts/rubik-regular.ttf');
}
@font-face {
	font-family: josefin-semibold;
	src: url('../fonts/josefin-semibold.ttf');
}
@font-face {
	font-family: josefin-regular;
	src: url('../fonts/josefin-regular.ttf');
}

/* Background Waves */
.background {
	background-image: url('../images/apply/gradientBG.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 120vw;
	margin: 0px;
}

.nav {
	min-height: 10vh;
}
.content {
	min-height: 80vh;
	font-family: josefin-semibold;
	color: #777777;
	font-size: 2.5vw;
	width: 80%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	align-items: center;
}

.navbar {
	float: right;
	font-weight: 300;
	font-family: josefin-regular;
	margin-bottom: 1.5%;
	margin-top: 2%;
	margin-right: 1.5%;
}
.navbar a {
	color: #777777;
	margin: 2vw;
	text-decoration: none;
	font-size: 1.2vw;
	border-bottom: 1px solid transparent;
	padding-bottom: 3px;
	transition: border-bottom 0.7s;
}
.navbar a.active {
	color: #55b469;
}
.navbar a:hover {
	padding-bottom: 3px;
	border-bottom: 1px solid #777777;
}
.navbar .active:hover {
	padding-bottom: 3px;
	border-bottom: 1px solid #55b469;
}

.navline {
	opacity: 0.3;
	width: 93%;
}
.navline.two {
	width: 75%;
}
.header-tagline {
	height: auto;
	width: 800px;
	height: auto;
	margin: 70px auto;
}
.timeline {
	width: 800px;
	height: auto;
}
.header-button {
	display: flex;
	width: 18vw;
	height: 3.5vw;
	margin-top: 2%;
	align-items: center;
	justify-content: center;
	background-color: white;
	font-family: josefin-semibold;
	font-size: 1.4vw;
	color: #55b469;
	letter-spacing: 0.16em;
	border-radius: 0.5vw;
	border: none;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.14);
	transition: font-size 0.5s, box-shadow 0.5s;
	text-decoration: none;
}
.header-button:hover {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	font-size: 1.35vw;
	text-decoration: none;
}
.news-title {
	font-family: josefin-semibold;
	font-size: 2vw;
	letter-spacing: 0.2em;
	color: #777777;
	width: 70%;
	margin: 90px auto 30px auto;
	text-align: center;
}
.link {
	font-size: 1.8vw;
	color: #777777;
	font-family: Rubik;
	margin-bottom: 100px;
}
.foot {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: rgba(85, 180, 105, 0.43);
	font-family: josefin-semibold;
	color: white;
	height: 15vw;
	width: 100%;
	justify-content: center;
	margin: 0 auto 0 auto;
	text-align: center;
	bottom: 0;
	min-height: 10vh;
}
.socials {
	display: flex;
	flex-direction: row;
	margin: 0 auto 0 auto;
}
.social-icons {
	width: 2vw;
	height: 2vw;
	margin: 1vw 1vw 0vw 1vw;
	transition: all 0.5s ease;
	border-radius: 0.5vw;
}
.social-icons:hover {
	transform: translateX(-1.5px) translateY(-1.5px);
	box-shadow: 0.2vw 0.2vw 0.7vw rgba(0, 0, 0, 0.2);
}
.social-icon {
	width: inherit;
	height: inherit;
}
.disclaimer {
	font-size: 1vw;
	font-family: rubik;
	margin-bottom: 1vw;
}
.wdb-badge-image {
	width: 16vw;
	height: 4.29vw;
	margin-right: 1vw;
	box-shadow: none;
	transform: translateX(0) translateY(0);
	transition: all 0.5s ease;
}
.wdb-badge-image:hover {
	transform: translateX(-1.5px) translateY(-1.5px);
	box-shadow: 0.2vw 0.2vw 0.7vw rgba(0, 0, 0, 0.2);
}
.ocf-badge-image {
	height: 4.29vw;
	width: auto;
	margin-left: 1vw;
	box-shadow: none;
	transform: translateX(0) translateY(0);
	transition: all 0.5s ease;
}
.ocf-badge-image:hover {
	transform: translateX(-1.5px) translateY(-1.5px);
	box-shadow: 0.2vw 0.2vw 0.7vw rgba(0, 0, 0, 0.2);
}
.badges {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 1vw;
}
@media only screen and (max-width: 900px) {
	.nav {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.navbar {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		font-weight: 300;
		font-family: josefin-regular;
		margin: 4vw auto 2vw auto;
		width: 80%;
	}
	.navbar a {
		font-size: 3.5vw;
		margin-left: 4vw;
		margin-bottom: 0;
	}
	.navline {
		margin-top: 0.5vw;
	}
	.content {
		font-size: 10vw;
		width: 100%;
		margin-top: 10vw;
	}

	.header-tagline {
		height: auto;
		width: 85%;
		margin: 20px auto 70px;
	}
	.timeline {
		width: 90%;
	}
	.header-button {
		display: flex;
		width: 30vw;
		height: 6vw;
		margin-top: 2%;
		align-items: center;
		justify-content: center;
		background-color: white;
		font-family: josefin-semibold;
		font-size: 2vw;
		color: #55b469;
		letter-spacing: 0.16em;
		border-radius: 1vw;
		border: none;
		box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.14);
		transition: font-size 0.5s, box-shadow 0.5s;
		text-decoration: none;
	}

	.news-title {
		font-family: josefin-semibold;
		font-size: 2vw;
		letter-spacing: 0.2em;
		color: #777777;
		width: 70%;
		margin: 90px auto 30px auto;
		text-align: center;
	}
	.link {
		font-size: 1.8vw;
		color: #777777;
		font-family: Rubik;
		margin-bottom: 100px;
	}
	.social-icons {
		border-radius: 0.5vw;
		width: 30px;
		height: 30px;
		margin: 2.5vw 2.5vw 1vw 2.5vw;
	}
	.foot {
		height: 60vw;
		margin-top: 20vw;
	}
	.disclaimer {
		width: 80%;
		font-size: 2.3vw;
		font-family: rubik;
		margin-bottom: 1vw;
	}
	.wdb-badge-image {
		width: auto;
		height: 60px;
	}
	.ocf-badge-image {
		height: 60px;
		margin-top: 2vw;
	}
	.badges {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 2vw;
	}
	.esc-badge {
		margin-right: 20px;
		margin-top: 20px;
	}
	.cnr-badge {
		margin-left: 15px;
		margin-bottom: 20px;
	}
}
</pre></body></html>