<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (min-width: 960px) {
	.sbudiff.parent {
		display: none;
	}
}

@media only screen and (max-width: 959px) {
	.home-sbu-diff {
		display: none;
	}
}

.home-sbu-diff {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	padding: 200px 0 160px;
	text-align: center;
	overflow: hidden;
}

.home-sbu-diff .container {
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
	overflow: visible;
}

.home-sbu-diff .container .bkg-art {
	position: absolute;
}

.home-sbu-diff .container .music {
	left: -50px;
	top: -150px;
	width: 20%;
}

.home-sbu-diff .container .cloud1 {
	left: 22%;
	top: -38%;
	width: 10%;
	-webkit-animation: clouds ease-in-out 3s infinite alternate;
	animation: clouds ease-in-out 3s infinite alternate;
}

.home-sbu-diff .container .cloud2 {
	left: 32%;
	top: -25%;
	width: 10%;
	-webkit-animation: clouds ease-in-out 3.2s infinite alternate;
	animation: clouds ease-in-out 3.2s infinite alternate;
}

.home-sbu-diff .container .bird1 {
	left: 46%;
	top: -35%;
	width: 4%;
	-webkit-animation: birds ease-in-out 0.6s infinite alternate;
	animation: birds ease-in-out 0.6s infinite alternate;
}

.home-sbu-diff .container .bird2 {
	left: 51%;
	top: -35%;
	width: 4%;
	animation: birds ease-in-out 0.6s infinite alternate-reverse;
}

.home-sbu-diff .container .bird3 {
	left: -5%;
	top: 30%;
	width: 4%;
	-webkit-animation: birds ease-in-out 0.6s infinite alternate;
	animation: birds ease-in-out 0.6s infinite alternate;
}

.home-sbu-diff .container .plane {
	left: 64%;
	top: -35%;
	width: 10%;
}

.home-sbu-diff .container .cloud3 {
	left: 79%;
	top: -35%;
	width: 10%;
	-webkit-animation: clouds ease-in-out 3s infinite alternate;
	animation: clouds ease-in-out 3s infinite alternate;
}

.home-sbu-diff .container .ball {
	left: 89%;
	top: -15%;
	width: 18%;
}

.home-sbu-diff .container .backpack {
	left: -50px;
	bottom: -100px;
	width: 33%;
}

.home-sbu-diff .container .lab {
	right: -50px;
	bottom: -100px;
	width: 33%;
}

.home-sbu-diff .bkg-rays {
	font-size: calc(48px + 6 * ((100vw - 320px) / 680));
	font-weight: 900;
	background: url(https://www.stonybrook.edu/far-beyond/img/home-apr15/redSwooshes.jpg) repeat;
	background-size: cover;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 20px 0;
	line-height: 1;
}

@media only screen and (max-width: 960px) {
	.home-sbu-diff .container .top-art,
	.home-sbu-diff .btn-wing,
	#cursive{
		display: none;
	}

	.home-sbu-diff {
		padding: 20px 0 160px;
	}

	.home-sbu-diff .description {
		width: 80% !important;
	}
}

@media only screen and (max-width: 560px) {
	.home-sbu-diff .container .bottom-art {
		display: none;
	}
}

@media only screen and (min-width: 960px) {
	.home-sbu-diff .bkg-rays {
		font-size: 90px;
	}
}

.home-sbu-diff svg path {
	opacity: 0;
}

.home-sbu-diff #cursive path:nth-child(1) {
	stroke-dasharray: 250;
	stroke-dashoffset: 250;
	-webkit-animation: cursive-anim 1s ease forwards;
	animation: cursive-anim 1s ease forwards;
}

.home-sbu-diff #cursive path:nth-child(2) {
	stroke-dasharray: 5;
	stroke-dashoffset: 5;
	-webkit-animation: cursive-anim 1s ease forwards 0.1s;
	animation: cursive-anim 1s ease forwards 0.1s;
}

.home-sbu-diff #cursive path:nth-child(3) {
	stroke-dasharray: 96;
	stroke-dashoffset: 96;
	-webkit-animation: cursive-anim 1s ease forwards 0.2s;
	animation: cursive-anim 1s ease forwards 0.2s;
}

.home-sbu-diff #cursive path:nth-child(4) {
	stroke-dasharray: 113;
	stroke-dashoffset: 113;
	-webkit-animation: cursive-anim 1s ease forwards 0.3s;
	animation: cursive-anim 1s ease forwards 0.3s;
}

.home-sbu-diff #cursive path:nth-child(5) {
	stroke-dasharray: 15;
	stroke-dashoffset: 15;
	-webkit-animation: cursive-anim 1s ease forwards 0.4s;
	animation: cursive-anim 1s ease forwards 0.4s;
}

.home-sbu-diff #cursive path:nth-child(7) {
	stroke-dasharray: 45;
	stroke-dashoffset: 45;
	-webkit-animation: cursive-anim 1s ease forwards 0.5s;
	animation: cursive-anim 1s ease forwards 0.5s;
}

.home-sbu-diff #cursive path:nth-child(8) {
	stroke-dasharray: 544;
	stroke-dashoffset: 544;
	-webkit-animation: cursive-anim 1s ease forwards 0.6s;
	animation: cursive-anim 1s ease forwards 0.6s;
}

.home-sbu-diff #cursive path:nth-child(9) {
	stroke-dasharray: 25;
	stroke-dashoffset: 25;
	-webkit-animation: cursive-anim 1s ease forwards 0.7s;
	animation: cursive-anim 1s ease forwards 0.7s;
}

.home-sbu-diff #cursive path:nth-child(6) {
	stroke-dasharray: 15;
	stroke-dashoffset: 15;
	-webkit-animation: cursive-anim 1s ease forwards 0.8s;
	animation: cursive-anim 1s ease forwards 0.8s;
}

.home-sbu-diff #cursive path:nth-child(10) {
	stroke-dasharray: 4;
	stroke-dashoffset: 4;
	-webkit-animation: cursive-anim 1s ease forwards 0.9s;
	animation: cursive-anim 1s ease forwards 0.9s;
}

.home-sbu-diff #cursive path:nth-child(12) {
	stroke-dasharray: 120;
	stroke-dashoffset: 120;
	-webkit-animation: cursive-anim 1s ease forwards 1s;
	animation: cursive-anim 1s ease forwards 1s;
}

.home-sbu-diff #cursive path:nth-child(13) {
	stroke-dasharray: 111;
	stroke-dashoffset: 111;
	-webkit-animation: cursive-anim 1s ease forwards 1.1s;
	animation: cursive-anim 1s ease forwards 1.1s;
}

.home-sbu-diff #cursive path:nth-child(14) {
	stroke-dasharray: 115;
	stroke-dashoffset: 115;
	-webkit-animation: cursive-anim 1s ease forwards 1.2s;
	animation: cursive-anim 1s ease forwards 1.2s;
}

.home-sbu-diff #cursive path:nth-child(15) {
	stroke-dasharray: 145;
	stroke-dashoffset: 145;
	-webkit-animation: cursive-anim 1s ease forwards 1.3s;
	animation: cursive-anim 1s ease forwards 1.3s;
}

.home-sbu-diff #cursive path:nth-child(16) {
	stroke-dasharray: 5;
	stroke-dashoffset: 5;
	-webkit-animation: cursive-anim 1s ease forwards 1.4s;
	animation: cursive-anim 1s ease forwards 1.4s;
}

.home-sbu-diff #cursive path:nth-child(17) {
	stroke-dasharray: 11;
	stroke-dashoffset: 11;
	-webkit-animation: cursive-anim 1s ease forwards 1.5s;
	animation: cursive-anim 1s ease forwards 1.5s;
}

.home-sbu-diff #cursive path:nth-child(18) {
	stroke-dasharray: 270;
	stroke-dashoffset: 270;
	-webkit-animation: cursive-anim 1s ease forwards 1.6s;
	animation: cursive-anim 1s ease forwards 1.6s;
}

.home-sbu-diff #cursive path:nth-child(19) {
	stroke-dasharray: 38;
	stroke-dashoffset: 38;
	-webkit-animation: cursive-anim 1s ease forwards 1.7s;
	animation: cursive-anim 1s ease forwards 1.7s;
}

.home-sbu-diff #cursive path:nth-child(11) {
	stroke-dasharray: 2;
	stroke-dashoffset: 2;
	-webkit-animation: cursive-anim 1s ease forwards 1.8s;
	animation: cursive-anim 1s ease forwards 1.8s;
}

.home-sbu-diff #cursive path:nth-child(20) {
	stroke-dasharray: 240;
	stroke-dashoffset: 240;
	-webkit-animation: cursive-anim 1s ease forwards 1.9s;
	animation: cursive-anim 1s ease forwards 1.9s;
}

.home-sbu-diff #cursive path:nth-child(21) {
	stroke-dasharray: 284;
	stroke-dashoffset: 284;
	-webkit-animation: cursive-anim 1s ease forwards 2s;
	animation: cursive-anim 1s ease forwards 2s;
}

.home-sbu-diff #cursive path:nth-child(22) {
	stroke-dasharray: 157;
	stroke-dashoffset: 157;
	-webkit-animation: cursive-anim 1s ease forwards 2.1s;
	animation: cursive-anim 1s ease forwards 2.1s;
}

.home-sbu-diff #cursive path:nth-child(23) {
	stroke-dasharray: 57;
	stroke-dashoffset: 57;
	-webkit-animation: cursive-anim 1s ease forwards 2.2s;
	animation: cursive-anim 1s ease forwards 2.2s;
}

.home-sbu-diff #cursive path:nth-child(24) {
	stroke-dasharray: 9;
	stroke-dashoffset: 9;
	-webkit-animation: cursive-anim 1s ease forwards 2.3s;
	animation: cursive-anim 1s ease forwards 2.3s;
}

.home-sbu-diff #cursive path:nth-child(25) {
	stroke-dasharray: 9;
	stroke-dashoffset: 9;
	-webkit-animation: cursive-anim 1s ease forwards 2.4s;
	animation: cursive-anim 1s ease forwards 2.4s;
}

.home-sbu-diff #cursive path:nth-child(26) {
	stroke-dasharray: 9;
	stroke-dashoffset: 9;
	-webkit-animation: cursive-anim 1s ease forwards 2.5s;
	animation: cursive-anim 1s ease forwards 2.5s;
}

.home-sbu-diff .description {
	line-height: 1.5;
	width: 60%;
	margin: 0 auto;
	margin-bottom: 50px;
	font-size: 21px;
}

.home-sbu-diff .description strong {
	color: #990000;
}

.home-sbu-diff .btn-wrapper {
	position: relative;
}

.home-sbu-diff .btn-wing {
	position: absolute;
	bottom: -60%;
	width: 60px;
}

.home-sbu-diff .btn-wing-left {
	left: 33%;
}

.home-sbu-diff .btn-wing-right {
	right: 34%;
}

.home-sbu-diff .sbu-diff-button {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	border: 3px solid #990000;
	padding: 10px 20px;
}

.home-sbu-diff .sbu-diff-button {
	color: #900;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
}

.home-sbu-diff .sbu-diff-button span {
	width: 90%;
	margin: 0 auto;
	z-index: 101;
	position: relative;
}

.home-sbu-diff .sbu-diff-button:hover {
	color: #fff !important;
	z-index: 999999;
	position: relative;
}

.home-sbu-diff .sbu-diff-button:after {
	width: 0;
	height: 103%;
	top: 50%;
	left: 50%;
	background: #900;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.home-sbu-diff .sbu-diff-button:hover:after {
	width: 90%;
	width: 101%;
	opacity: 1;
	z-index: 100;
}

@media only screen and (max-width: 1023px) {
	.home-sbu-diff .sbu-diff-button:before,
	.home-sbu-diff .sbu-diff-button:after {
		width: 100%;
	}
	.home-sbu-diff .sbu-diff-button {
		width: 20%;
		min-width: 150px;
	}
}

@-webkit-keyframes clouds {
	0% {
		-webkit-transform: scale(1) translateX(0px);
		transform: scale(1) translateX(0px);
	}
	50% {
	}
	100% {
		-webkit-transform: scale(1) translateX(10px);
		transform: scale(1) translateX(10px);
	}
}

@keyframes clouds {
	0% {
		-webkit-transform: scale(1) translateX(0px);
		transform: scale(1) translateX(0px);
	}
	50% {
	}
	100% {
		-webkit-transform: scale(1) translateX(10px);
		transform: scale(1) translateX(10px);
	}
}

@-webkit-keyframes birds {
	0% {
		-webkit-transform: rotate(0deg) translateY(0px);
		transform: rotate(0deg) translateY(0px);
	}
	50% {
	}
	100% {
		-webkit-transform: rotate(6deg) translateY(3px);
		transform: rotate(6deg) translateY(3px);
	}
}

@keyframes birds {
	0% {
		-webkit-transform: rotate(0deg) translateY(0px);
		transform: rotate(0deg) translateY(0px);
	}
	50% {
	}
	100% {
		-webkit-transform: rotate(6deg) translateY(3px);
		transform: rotate(6deg) translateY(3px);
	}
}

@-webkit-keyframes plane {
	0% {
		-webkit-transform: rotate(0deg) translateY(0px);
		transform: rotate(0deg) translateY(0px);
	}
	33% {
		-webkit-transform: rotate(0deg) translateY(-10px);
		transform: rotate(0deg) translateY(-10px);
	}
	66% {
		-webkit-transform: rotate(10deg) translateY(0px);
		transform: rotate(10deg) translateY(0px);
	}
	100% {
		-webkit-transform: rotate(6deg) translateY(3px);
		transform: rotate(6deg) translateY(3px);
	}
}

@keyframes plane {
	0% {
		-webkit-transform: rotate(0deg) translateY(0px);
		transform: rotate(0deg) translateY(0px);
	}
	33% {
		-webkit-transform: rotate(0deg) translateY(-10px);
		transform: rotate(0deg) translateY(-10px);
	}
	66% {
		-webkit-transform: rotate(10deg) translateY(0px);
		transform: rotate(10deg) translateY(0px);
	}
	100% {
		-webkit-transform: rotate(6deg) translateY(3px);
		transform: rotate(6deg) translateY(3px);
	}
}

@-webkit-keyframes cursive-anim {
	from {
		opacity: 1;
	}
	to {
		stroke-dashoffset: 0;
		opacity: 1;
	}
}

@keyframes cursive-anim {
	from {
		opacity: 1;
	}
	to {
		stroke-dashoffset: 0;
		opacity: 1;
	}
}

/* Music */
.home-sbu-diff .container .music {
	-webkit-animation: music ease-in-out 6s infinite alternate;
	animation: music ease-in-out 6s infinite alternate;
}

@keyframes music {
	0% {
		-webkit-transform: scale(1) rotate(-7deg) skew(10deg, 0deg);
		transform: scale(1) rotate(-7deg) skew(10deg, 0deg);
	}

	50% {
	}

	100% {
		-webkit-transform: scale(1.1) rotate(0deg) skew(0deg, 0deg);
		transform: scale(1.1) rotate(0deg) skew(0deg, 0deg);
	}
}

/* Frisbee */
.home-sbu-diff .container .ball {
	-webkit-animation: ball ease-in-out 1s infinite alternate;
	animation: ball ease-in-out 1s infinite alternate;
}

@keyframes ball {
	0% {
		-webkit-transform: scale(1) rotate(-7deg);
		transform: scale(1) rotate(-7deg);
	}

	50% {
		/*         -webkit-transform: scale(1.0) rotate(1deg); */
		/*         transform: scale(1.0) rotate(1deg); */
	}

	100% {
		-webkit-transform: scale(1.1) rotate(0deg);
		transform: scale(1.1) rotate(0deg) skew(20deg, 0deg);
	}
}

.grow-glow {
	animation: grow-glow ease-in-out 500ms infinite alternate;
}

@keyframes grow-glow {
	from {
		transform: translateY(0px) scale(1);
	}

	to {
		transform: translateY(0px) scale(1.1);
		filter: brightness(1.1);
	}
}</pre></body></html>