<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: "NorthernSoul";
	src: url("/wp-content/themes/ShiftAgency/fru-match/fonts/NorthernSoul-Caps.otf");
}
@font-face {
	font-family: "NorthernSoul Script";
	src: url("/wp-content/themes/ShiftAgency/fru-match/fonts/NorthernSoul-Script.otf");
}

@font-face {
	font-family: "Pangolin";
src: url("/wp-content/themes/ShiftAgency/fru-match/fonts/Pangolin-Regular.ttf");
}

body {
    padding-top: 0;
}

.lang-item {
	display: flex;
	justify-content: center;
	align-items: center;
	
	list-style: none;
	text-decoration: none;
	
	background: #093a61;
	height: 48px;
	width: 121px;
	padding: 10px 20px;
	margin: 3px 0 0 0;
	border-radius: 4px;
	border: 1px solid #afb3b5;
	font-size: 18px;
	font-weight: 700;
}

.lang-item a {
	color: #afb3b5;	
}

/* Hero Banner and Header */
.fru-match__hero-banner {
	min-height: 816px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 7%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 180px;
}
.fru-match__header-container {
	display: flex;
	justify-content: space-between;
	max-width: 1050px;
	width: 100%;
	margin-bottom: 25px;
}
.fru-match__hero-text-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin-top: 40px;
	margin-bottom: auto;
	max-width: 1050px;
	width: 100%;
}
.fru-match__hero-title {
	color: #fff;
	font-family: 'Ubuntu Bold';
	font-size: 70px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 30px;
	max-width: 680px;
}
.fru-match__hero-subtitle {
	color: #FFD400;
	font-family: 'Pangolin';
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 30px;
	max-width: 680px;
}
.fru-match__hero-paragraph {
	max-width: 680px;	
}
.fru-match__hero-paragraph p {
	color: #fff;
	font-family: 'Roboto';
	font-size: 18px;
	line-height: 1.7;
	font-weight: 400;
}
.fru-match__donate-button {
	color: #fff;
	text-align: center;
	padding: 15px 36px;
	background: #6AC228;
	border-radius: 8px;
	font-weight: 700;
	margin-top: 35px;
}

/* Thermometer */
.fru-match__thermometer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 1050px;
	margin: auto;
	border-radius: 8px;
	margin-top: -100px;
	background: #fff;
	padding: 50px 7%;
}
.fru-match__thermometer-title {
	max-height: 52px;
	height: 100%;
	margin-bottom: 20px;
	padding: 0 7%;
}
.fru-match__countdown {
	color: #000;
}
.fru-match__countdown-container {
	
}
.fru-match__list-container {
	display: flex;
	justify-content: center;
	padding: 20px 7%;
}
.fru-match__list-item {
    list-style: none;
    font-family: 'Ubuntu';
    font-size: 12px;
    color: #0078AE;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fru-match__list-item span{
    font-family: 'Ubuntu Bold';
    font-size: 40px;
    color: #000;
    margin: 0 1.5vw;
}

/* Secondary Text */
.fru-match__secondary-text {
	color: #000;
	max-width: 583px;
	width: 100%;
	display: flex;
	margin: auto;
	text-align: center;
}
.fru-match__secondary-text-container {
	padding: 0 7%;
}
.fru-match__secondary-text-title {
	color: #000;
	font-size: 42px;
	font-family: 'Ubuntu Bold';
	line-height: 1.2;
	font-weight: 700;
}
.fru-match__special-text-green {
	font-family: 'NorthernSoul';
	font-size: 64px;
	line-height: .8;
	font-weight: 400;
	color: #6AC228;
}
.fru-match__secondary-text-paragraph p {
	color: #000;
	font-size: 14px;
	font-family: 'Roboto';
	line-height: 1.2;
	font-weight: 300;
}

/* Two Column Donate */
.fru-match__two-column-bg {
	background: #DDEEFF;
}
.fru-match__two-column-donate {
	max-width: 1120px;
	display: flex;
	margin: 30px auto 0;
	justify-content: center;
	align-items: center;
	background: #DDEEFF;
	padding: 50px 7%;
}
.fru-match__column-one-container {
	max-width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.fru-match__column-one-title {
	font-family: 'NorthernSoul';
	font-size: 90px;
	line-height: .8;
	color: #0379AF;
	font-weight: 400;
}
.fru-match__column-one-subtitle {
	font-family: 'Ubuntu Bold';
	font-size: 30px;
	margin-bottom: 20px;
}
.fru-match__column-one-image {
	max-width: 555px;
	width: 100%;
}
.fru-match__column-two-container {
	max-width: 50%;
	display: flex;
	margin: auto;
}

/* Footer */
.fru-match__footer {
	background: #003a61;
	height: 129px;
	padding: 0 7%;
}
.fru-match__footer-container {
	display: flex;
	justify-content: space-between;
	margin: auto;
	align-items: center;
	height: 100%;
	max-width: 1300px;
}
.fru-match__charity-info {
	max-width: 70%;
}
.fru-match__share-links {
	max-width: 30%;
}
.fru-match__share-icon {
	height: 25px;
	margin: 0 10px;
}
.fru-match__share-icon:hover {
    opacity: 0.7;
}

@media screen and (max-width: 1050px) {
	.fru-match__thermometer {
		border-radius: 0;
	}
	.fru-match__two-column-donate {
		flex-direction: column;
	}
	.fru-match__column-one-container {
		max-width: 100%;
		align-items: center;
		text-align: center;
	}
	.fru-match__column-two-container {
		margin-top: 50px;
		width: 100%;
		display: flex;
		justify-content: center;
	}
}

@media screen and (max-width: 767px) {
	.fru-match__hero-banner {
		background-position: left;
	}
	.fru-match__hero-text-container {
		align-items: center;
		text-align: center;
	}
	.fru-match__footer-container {
		flex-direction: column-reverse;
		justify-content: space-evenly;
		text-align: center;
	}
	.fru-match__charity-info {
		max-width: 100%;
	}
	.fru-match__share-links {
		max-width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.fru-match__secondary-text-title {
		font-size: 32px;
	}
	.fru-match__special-text-green {
		font-size: 44px;
	}
	.fru-match__column-one-title {
		font-size: 60px;
	}
}</pre></body></html>