 /* ================== Tophat Mobile Hamburger =============================*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
	display: block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	background-color: transparent;
	border: 0;
	padding: 0;
	overflow: visible;
	.hamburger-inner {
		background-color: #fff;
		display: block;
		top: 50%;
		margin-top: -2px;
		&:before,
		&:after {
			content: "";
			display: block;
			background-color: #fff;
		}
		&:before {
			top: -10px;
		}
		&:after {
			bottom: -10px;
		}
	}
	.hamburger-inner,
	.hamburger-inner:before,
	.hamburger-inner:after {
		width: 2rem;
		height: 3px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}
	&.is-active {
		.hamburger-inner,
		.hamburger-inner:before,
		.hamburger-inner:after {
			background-color: #000;
		}
	}
}
.umass-platform-framework .hamburger {
	.hamburger-inner,
	.hamburger-inner:before,
	.hamburger-inner:after {
		width: 2.1875rem;	
	}
}
.hamburger-box {
	width: 2rem;
	height: 1.5rem;
	display: block;
	position: relative;
	.umass-platform-framework & {
		width: 2.1875rem;
	}
}
.hamburger--collapse .hamburger-inner {
   top: auto;
   bottom: 0;
   transition-duration: 0.13s;
   transition-delay: 0.13s;
   transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 }
 .hamburger--collapse .hamburger-inner::after {
   top: -20px;
   transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
 }
 .hamburger--collapse .hamburger-inner::before {
   transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
 }
 .hamburger--collapse.is-active .hamburger-inner {
   transform: translate3d(0, -10px, 0) rotate(-45deg);
   transition-delay: 0.22s;
   transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 }
 .hamburger--collapse.is-active .hamburger-inner::after {
   top: 0;
   opacity: 0;
   transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
 }
 .hamburger--collapse.is-active .hamburger-inner::before {
   top: 0;
   transform: rotate(-90deg);
   transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
 }

/* ================== Tophat =============================*/

#umass--global--header {
	--color-charcoal: #4f5055;
	background: var(--color-charcoal);
	position: relative;
	z-index: 5;
	border-bottom: 1px solid var(--color-charcoal);
	padding: .5rem var(--gutter);
	.umass-platform-framework & {
		padding: .5rem 0.9375rem;
	}
	&:after {
		position: fixed;
		z-index: 502;
		top: 0;
		right: 0;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
		opacity: 0;
		transition-property: opacity;
		transition-delay: 0.13s;
		transition-duration: 0.26s;
	}
	&.overlay-active:after {
		content: "";
		display: block;
		background: rgba(255, 255, 255, 0.95);
		opacity: 1;
		clip: auto;
		top: 0;
		right: 0;
		width: 100vw;
		height: 100vh;
	}
	@media (min-width: 37.5rem) {
		&.overlay-active:after {
			content: none;
		}
	}
	@media (min-width: 48rem) {
		padding: .5rem var(--v-space-m);
	}
	@media (min-width: 80rem) {
		padding: .5rem var(--layout-padding);
	}
	@media (min-width: 87.5rem) {
		padding: .5rem calc(var(--gutter)*2);
	}
	@media (min-width: 46.1875rem) {
		.umass-platform-framework & {
			padding: .5rem 0.9375rem .5rem 1.875rem;
		}
	}
	@media (min-width: 58.6875rem) {
		.umass-platform-framework & {
			padding: .5rem 1.875rem .5rem 1.875rem;
		}
	}
	@media print {
		background-color: #fff;
	}
}
#umass--global-tophat-container,
#container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#umass--global-tophat-wordmark,
#wordmark {
	background-image: url("data:image/svg+xml,%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' width='253' height='43.8' viewBox='0 0 253 43.8'%3E%3Crect width='253' height='43.8' fill='none'/%3E%3Cpath d='M29.7,5.3c-2.6.2-3.6.8-3.8,2.6-.1,1.2-.2,3-.2,7v3.6c0,5.1-.8,8.8-3.3,11.5-2,2.1-4.9,3-7.8,3-2.5,0-5-.6-7-2.1-2.6-2-3.8-5.3-3.8-10.4v-10.8C3.8,5.8,3.5,5.6,0,5.3v-1.2h11.3v1.2c-3.4.2-3.8.5-3.8,4.4v9.9c0,7,2.8,11,8.2,11,6.3,0,8.2-5.2,8.2-12.4v-3.3c0-4-.1-5.8-.3-7.2-.3-1.7-1.2-2.2-4.2-2.4v-1.2h10.4v1.2h-.1Z' fill='%23fff'/%3E%3Cpath d='M53,32.4v-1.2c3.5-.3,3.7-.6,3.7-5.2l-.1-17.8h-.2l-10.6,23.8h-.9l-9.7-23.2h-.1l-.7,12.4c-.2,3.6-.2,5.5-.1,7.2.1,2.1,1.1,2.4,4,2.7v1.2h-10.1v-1.2c2.5-.3,3.4-.8,3.7-2.6.2-1.5.5-3.4.8-8l.6-9c.4-5.7.2-5.8-3.8-6.2v-1.2h7.1l9.9,21.8,10.1-21.8h7.4v1.2c-3.8.3-4.1.4-4,4.9l.4,15.8c.1,4.6.3,4.8,4,5.2v1.2h-11.4Z' fill='%23fff'/%3E%3Cpath d='M78.2,32.9c-.7,0-1.6-.4-2-.8-.6-.6-.8-1.2-1-2-1.7,1.2-3.8,2.8-5.1,2.8-3.1,0-5.2-2.6-5.2-5.3,0-2.1,1.1-3.5,3.5-4.3,2.6-.9,5.8-2,6.7-2.8v-.8c0-3.1-1.5-4.9-3.7-4.9-.9,0-1.5.3-2,.9-.6.6-1,1.5-1.3,2.8-.2.7-.7,1-1.3,1-.8,0-1.9-.9-1.9-1.9,0-.7.6-1.1,1.4-1.7,1.2-.9,4-2.6,6.5-3,1.3,0,2.6.4,3.6,1.2,1.5,1.3,2,3,2,5.3v8.1c0,2,.8,2.6,1.5,2.6.5,0,1.1-.2,1.6-.5l.4,1.1-3.7,2.2ZM75,22c-.9.5-3,1.4-3.9,1.8-1.7.8-2.7,1.6-2.7,3.2,0,2.3,1.7,3.4,3.1,3.4,1.1,0,2.7-.8,3.5-1.6v-6.8h0Z' fill='%23fff'/%3E%3Cpath d='M93.9,18.5c-.8-2.6-2.3-4.3-4.5-4.3-1.7,0-2.8,1.3-2.8,3,0,1.9,1.7,3,3.7,3.8,3.3,1.3,5.5,2.9,5.5,5.9,0,4-3.7,6-7.2,6-2.2,0-4.2-.8-5-1.5-.3-.6-.7-3.6-.7-5.1l1.1-.2c.8,2.9,2.7,5.4,5.4,5.4,1.6,0,3.1-1.2,3.1-3,0-1.9-1.3-3-3.4-4-2.6-1.2-5.4-2.7-5.4-6,0-3,2.6-5.6,6.6-5.6,1.8,0,3,.4,3.9.7.3,1,.8,3.6,1,4.7l-1.3.2Z' fill='%23fff'/%3E%3Cpath d='M107.7,18.5c-.8-2.6-2.4-4.3-4.5-4.3-1.7,0-2.8,1.3-2.8,3,0,1.9,1.7,3,3.7,3.8,3.3,1.3,5.5,2.9,5.5,5.9,0,4-3.7,6-7.2,6-2.2,0-4.2-.8-5-1.5-.3-.6-.7-3.6-.7-5.1l1.1-.2c.8,2.9,2.7,5.4,5.4,5.4,1.6,0,3.1-1.2,3.1-3,0-1.9-1.3-3-3.4-4-2.6-1.2-5.4-2.7-5.4-6,0-3,2.6-5.6,6.6-5.6,1.8,0,3,.4,3.9.7.3,1,.8,3.6,1,4.7l-1.3.2Z' fill='%23fff'/%3E%3Cpath d='M128.5,32.4v-1.2c2.7-.3,3.1-.7,2.6-2.4-.6-1.7-1.4-4-2.4-6.7h-9.3c-.7,2-1.3,3.8-1.9,5.6-1,2.7-.6,3.2,2.7,3.5v1.2h-9.4v-1.2c2.7-.4,3.4-.7,4.9-4.5l9-22.8,1.3-.4c2.7,7.5,5.6,15.8,8.4,23.3,1.4,3.7,2,4.1,4.8,4.4v1.2h-10.7ZM124.2,9.1h0c-1.5,3.7-2.9,7.5-4.2,11.1h8l-3.8-11.1Z' fill='%23fff'/%3E%3Cpath d='M163.2,32.4v-1.1c2.6-.3,3-.4,3-3.5v-7.3c0-3.1-1.1-5-3.8-5-1.6,0-3.2.9-4.9,2.3.1.5.1,1,.1,1.8v8.5c0,2.7.4,3,2.8,3.3v1.1h-9.3v-1.1c2.7-.3,3.1-.5,3.1-3.4v-7.5c0-3.2-1.1-5-3.8-5-1.7,0-3.4,1.2-4.7,2.3v10.2c0,2.8.3,3.1,2.5,3.4v1.1h-9.2v-1.1c2.9-.3,3.3-.5,3.3-3.4v-9c0-2.8-.1-3-2.7-3.4v-1c1.9-.3,4.1-.9,6-1.8v3.5c.9-.6,1.9-1.4,3.2-2.2,1.1-.7,2.2-1.2,3.6-1.2,2.1,0,4,1.3,4.8,3.6,1.3-1,2.5-1.8,3.6-2.4.9-.6,2-1.1,3.3-1.1,3.4,0,5.5,2.4,5.5,6.7v8.4c0,2.9.3,3.1,2.8,3.3v1.1l-9.2-.1h0Z' fill='%23fff'/%3E%3Cpath d='M185.9,32.4v-1.1c2.5-.3,2.9-.5,2.9-3.4v-7.2c0-3.6-1.3-5.4-4.3-5.4-1.7,0-3.3.8-4.5,2.2v10.4c0,2.8.2,3.1,2.8,3.4v1.1h-9.2v-1.1c2.6-.2,3-.5,3-3.4V7.1c0-2.7-.1-3-3-3.2v-1c2.1-.3,4.7-1,6.4-1.5v14.6c1.5-1.6,3.9-3.2,6.2-3.2,3.5,0,6,2.2,6,7.4v7.6c0,2.9.3,3.1,2.9,3.4v1.1l-9.2.1h0Z' fill='%23fff'/%3E%3Cpath d='M210,28.7c-2.7,3.4-5.7,4.2-7.1,4.2-5.4,0-8.5-4.4-8.5-9.3,0-3,1.1-5.7,2.9-7.6,1.8-2,4.1-3.2,6.4-3.2h0c3.6,0,6.5,3.2,6.5,6.6,0,.9-.2,1.2-1,1.4-.7.1-6.2.6-11.4.7,0,5.9,3.4,8.4,6.5,8.4,1.7,0,3.4-.7,5-2.2l.7,1ZM202.6,14.5c-2,0-3.9,1.8-4.5,5.4,2.4,0,4.8,0,7.4-.1.8,0,1-.3,1-.9,0-2.3-1.4-4.4-3.9-4.4.1,0,0,0,0,0Z' fill='%23fff'/%3E%3Cpath d='M218.3,17.5c1.3-2.2,3.2-4.6,5.3-4.6,1.5,0,2.5,1.1,2.5,2.2,0,.9-.6,1.7-1.4,2.1-.5.2-.9.2-1.2-.1-.6-.7-1.1-.9-1.8-.9-1.1,0-2.5,1.3-3.5,3.7v8c0,2.9.2,3.1,3.6,3.4v1.1h-10v-1.1c2.7-.3,3-.5,3-3.4v-9c0-2.9-.2-3-2.7-3.4v-1c2.1-.3,4-.9,6.1-1.8l.1,4.8c-.1,0,0,0,0,0Z' fill='%23fff'/%3E%3Cpath d='M238,18.5c-.8-2.6-2.3-4.3-4.5-4.3-1.7,0-2.8,1.3-2.8,3,0,1.9,1.7,3,3.7,3.8,3.3,1.3,5.5,2.9,5.5,5.9,0,4-3.7,6-7.2,6-2.2,0-4.2-.8-5-1.5-.3-.6-.7-3.6-.7-5.1l1.1-.2c.8,2.9,2.7,5.4,5.4,5.4,1.6,0,3.1-1.2,3.1-3,0-1.9-1.3-3-3.4-4-2.6-1.2-5.4-2.7-5.4-6,0-3,2.6-5.6,6.6-5.6,1.8,0,3,.4,3.9.7.4,1,.8,3.6,1,4.7l-1.3.2Z' fill='%23fff'/%3E%3Cpath d='M250,32.4c-.7.4-1.4.6-1.8.6-2.7,0-4.3-1.7-4.3-5.2v-12.7h-3l-.2-.4,1.2-1.3h2v-3.2l2.8-2.9.6.1v6h4.9c.4.4.3,1.4-.3,1.7h-4.7v11.2c0,3.5,1.4,4.2,2.5,4.2s2.1-.4,2.7-.7l.4,1.1-2.8,1.5Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left: center;
	height: 30px;
	width: 173px;
	flex-shrink: 0;
	@media (min-width: 62rem) {
		width: 411px;
		background-image: url("data:image/svg+xml,%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' width='600' height='43.8' viewBox='0 0 600 43.8'%3E%3Crect x='0' width='600' height='43.8' fill='none'/%3E%3Cpath d='M178.9,26c0-3.8,2-6.6,4.4-7.9,1-.6,2.2-.9,3.1-.9,2.4,0,3.9,1.7,3.9,4.5,0,2.5-1.1,5.3-3.1,7-1.2,1-2.8,1.8-4.5,1.8-2.7.1-3.8-2.1-3.8-4.5ZM184.7,29.2c1.6-.7,3.2-3.7,3.2-7.4,0-2.3-1-3.5-2.3-3.5-.4,0-.8.1-1.1.3-1.1.5-3.1,2.9-3.1,7.3,0,2.1.9,3.5,2.4,3.5.3,0,.6-.1.9-.2Z' fill='%23fff'/%3E%3Cpath d='M193.9,17.7c.4-2.2,1.1-4.3,2.4-5.8s3-2.3,4.1-2.3c1,0,1.8.7,1.7,1.2,0,.4-.4,1-.7,1.2-.2.2-.5.2-.7,0-.6-.6-1.2-1-1.8-1-1.1,0-1.9,1.3-2.8,6.7h3.3l-.6.9-2.9.3c-.5,3.2-.8,5-1.5,8.2-1,5-2.1,7.2-3.7,8.8-1.3,1.4-2.5,1.8-3.3,1.8s-1.8-.6-1.8-1.2c0-.4.3-.9.8-1.2.2-.2.4-.2.6,0,.5.4,1.3.7,1.8.7s1-.2,1.2-.6c.4-.4,1.1-1.7,2-7.3.7-4,1.1-6.4,1.6-9.3h-2.4l-.1-.3.9-.8h1.9Z' fill='%23fff'/%3E%3Cpath d='M29.7,5.4c-2.6.2-3.6.8-3.8,2.6-.1,1.2-.2,3-.2,7v3.6c0,5.1-.8,8.8-3.3,11.5-2,2.1-4.9,3-7.8,3-2.5,0-5-.6-7-2.1-2.6-2-3.8-5.3-3.8-10.3v-10.9c0-3.9-.3-4.1-3.8-4.4v-1.2h11.3v1.2c-3.4.2-3.8.5-3.8,4.4v9.9c0,7,2.8,11,8.2,11,6.3,0,8.2-5.2,8.2-12.4v-3.3c0-4-.1-5.8-.3-7.2-.3-1.7-1.2-2.2-4.2-2.4v-1.2h10.3s0,1.2,0,1.2Z' fill='%23fff'/%3E%3Cpath d='M41.2,32.4v-1.1c2.6-.3,2.9-.6,2.9-3.6v-7.3c0-3-1-5-4-5-1.7,0-3.4,1.1-4.7,2.2v10.2c0,3,.3,3.1,2.8,3.4v1.1h-9.4v-1.1c3-.3,3.2-.5,3.2-3.4v-9c0-2.8-.3-2.9-2.6-3.3v-1c2.1-.4,4.1-.9,6-1.8v3.5c.9-.7,1.8-1.3,2.9-2,1.2-.8,2.3-1.3,3.6-1.3,3.4,0,5.6,2.4,5.6,6.6v8.4c0,3,.2,3.1,2.7,3.4v1.1h-9Z' fill='%23fff'/%3E%3Cpath d='M52.3,32.4v-1.1c2.7-.3,3-.5,3-3.5v-9c0-2.7-.1-2.9-2.7-3.3v-1c2.2-.3,4.3-.9,6.2-1.7v15c0,3,.3,3.2,3.1,3.5v1.1h-9.6ZM54.6,6.9c0-1.3,1-2.3,2.2-2.3s2.2,1,2.2,2.3c0,1.2-1,2.2-2.2,2.2-1.2,0-2.2-1-2.2-2.2Z' fill='%23fff'/%3E%3Cpath d='M82,14.5c-2.3.3-2.7.7-3.8,3.3-1.4,3.3-3.7,8.6-6.1,15.1h-1.2c-2-5.2-4-10.2-6-15.2-1-2.5-1.3-2.8-3.7-3.2v-1.1h8.9v1.1c-2.3.3-2.4.7-1.7,2.5,1.1,3,2.9,7.6,4.1,10.7,1.5-3.6,2.9-7.6,3.9-10.4.7-2.1.4-2.6-2.1-2.9v-1.1h7.7s0,1.2,0,1.2Z' fill='%23fff'/%3E%3Cpath d='M96.5,28.7c-2.7,3.4-5.7,4.2-7.1,4.2-5.3,0-8.5-4.3-8.5-9.3,0-3,1.1-5.7,2.9-7.6,1.8-2,4.1-3.2,6.4-3.2,3.6,0,6.5,3.2,6.5,6.6,0,.9-.2,1.2-1,1.4-.7.1-6.2.6-11.3.7,0,5.9,3.4,8.3,6.5,8.3,1.7,0,3.4-.7,5-2.2l.6,1.1ZM84.6,19.8c2.4,0,4.8,0,7.3-.1.8,0,1-.3,1-.9,0-2.3-1.4-4.3-3.8-4.3-1.9,0-3.8,1.8-4.5,5.3Z' fill='%23fff'/%3E%3Cpath d='M105.3,17.5c1.3-2.2,3.2-4.6,5.3-4.6,1.5,0,2.5,1.1,2.5,2.2,0,.9-.6,1.7-1.4,2.1-.5.2-.9.2-1.2-.1-.6-.7-1.1-.9-1.8-.9-1.1,0-2.5,1.3-3.5,3.7v8c0,2.9.2,3.1,3.6,3.4v1.1h-10v-1.1c2.7-.3,3-.5,3-3.4v-9c0-2.9-.2-3-2.7-3.4v-1c2.1-.3,4-.9,6.1-1.8l.1,4.8h0Z' fill='%23fff'/%3E%3Cpath d='M125.3,18.5c-.8-2.6-2.3-4.3-4.5-4.3-1.7,0-2.8,1.3-2.8,3,0,2,1.7,3,3.7,3.8,3.3,1.3,5.5,2.9,5.5,5.9,0,4-3.7,6-7.2,6-2.2,0-4.2-.8-5-1.5-.3-.6-.7-3.6-.7-5.1l1.1-.2c.8,2.9,2.7,5.4,5.3,5.4,1.6,0,3.1-1.2,3.1-3,0-1.9-1.3-3-3.4-4-2.6-1.2-5.4-2.7-5.4-6,0-3,2.6-5.6,6.6-5.6,1.8,0,3,.4,3.9.7.3,1,.8,3.6,1,4.7l-1.2.2Z' fill='%23fff'/%3E%3Cpath d='M129.7,32.4v-1.1c2.7-.3,3-.5,3-3.5v-9c0-2.7-.1-2.9-2.7-3.3v-1c2.2-.3,4.3-.9,6.2-1.7v15c0,3,.3,3.2,3.1,3.5v1.1h-9.6ZM132,6.9c0-1.3,1-2.3,2.2-2.3s2.2,1,2.2,2.3c0,1.2-1,2.2-2.2,2.2-1.2,0-2.2-1-2.2-2.2Z' fill='%23fff'/%3E%3Cpath d='M149.5,32.4c-.7.4-1.4.6-1.8.6-2.7,0-4.3-1.7-4.3-5.2v-12.7h-3l-.2-.4,1.2-1.3h2v-3.2l2.8-2.9.6.1v6h4.9c.4.4.3,1.4-.3,1.7h-4.7v11.2c0,3.5,1.4,4.2,2.5,4.2s2.1-.4,2.7-.7l.4,1.1-2.8,1.5Z' fill='%23fff'/%3E%3Cpath d='M173.4,14.5c-2.3.3-2.7.7-3.9,3.2-1.1,2.3-2.4,5.9-5.4,13.1-2.9,7-3.9,9.4-4.5,11.8-.2.8-.8,1-1.4,1-1.2,0-2.5-1-2.5-2.1,0-.7.4-1.1,1.1-1.6,1.3-.9,2.2-2,3.2-3.9.8-1.5,1.2-2.4,1.3-3,.2-.7.2-1.2,0-2-1.7-5-3.7-10.2-5-13.3-.9-2.4-1.3-3-3.7-3.3v-1.1h8.8v1.1c-2,.3-2.2.8-1.7,2.4l4,10.9c1.2-3,3.1-8.1,4-10.8.5-1.7.2-2.1-2.3-2.5v-1.1h7.9l.1,1.2h0Z' fill='%23fff'/%3E%3Cpath d='M232.1,32.4v-1.2c3.5-.3,3.7-.6,3.7-5.2l-.1-17.7h-.2l-10.6,23.8h-.9l-9.7-23.2h-.1l-.7,12.4c-.2,3.6-.2,5.5-.1,7.2.1,2.1,1.1,2.4,4,2.7v1.2h-10.1v-1.2c2.5-.3,3.4-.8,3.7-2.6.2-1.5.5-3.4.8-8l.6-9c.4-5.7.2-5.8-3.8-6.2v-1.2h7.1l9.9,21.7,10-21.7h7.4v1.2c-3.8.3-4.1.4-4,4.9l.4,15.7c.1,4.6.3,4.8,4,5.2v1.2h-11.3Z' fill='%23fff'/%3E%3Cpath d='M258.8,32.9c-.7,0-1.6-.4-2-.8-.6-.6-.8-1.2-1-2-1.7,1.2-3.8,2.8-5.1,2.8-3.1,0-5.2-2.6-5.2-5.3,0-2.1,1.1-3.5,3.5-4.3,2.6-.9,5.8-2,6.7-2.8v-.8c0-3.1-1.5-4.9-3.7-4.9-.9,0-1.5.3-2,.9-.6.6-1,1.5-1.3,2.9-.2.7-.7,1-1.3,1-.8,0-1.9-.9-1.9-1.9,0-.7.6-1.1,1.4-1.7,1.2-.9,4-2.6,6.5-3,1.3,0,2.6.4,3.6,1.2,1.5,1.3,2,3,2,5.3v8.1c0,2,.8,2.6,1.5,2.6.5,0,1.1-.2,1.6-.5l.4,1.1-3.7,2.1ZM255.6,22c-.9.5-3,1.4-3.9,1.8-1.7.8-2.7,1.6-2.7,3.2,0,2.3,1.7,3.3,3.1,3.3,1.1,0,2.7-.8,3.5-1.6v-6.7h0Z' fill='%23fff'/%3E%3Cpath d='M274.9,18.5c-.8-2.6-2.3-4.3-4.5-4.3-1.7,0-2.8,1.3-2.8,3,0,2,1.7,3,3.7,3.8,3.3,1.3,5.5,2.9,5.5,5.9,0,4-3.7,6-7.2,6-2.2,0-4.2-.8-5-1.5-.3-.6-.7-3.6-.7-5.1l1.1-.2c.8,2.9,2.7,5.4,5.3,5.4,1.6,0,3.1-1.2,3.1-3,0-1.9-1.3-3-3.4-4-2.6-1.2-5.4-2.7-5.4-6,0-3,2.6-5.6,6.6-5.6,1.8,0,3,.4,3.9.7.3,1,.8,3.6,1,4.7l-1.2.2Z' fill='%23fff'/%3E%3Cpath d='M290.2,18.5c-.8-2.6-2.3-4.3-4.5-4.3-1.7,0-2.8,1.3-2.8,3,0,2,1.7,3,3.7,3.8,3.3,1.3,5.5,2.9,5.5,5.9,0,4-3.7,6-7.2,6-2.2,0-4.2-.8-5-1.5-.3-.6-.7-3.6-.7-5.1l1.1-.2c.8,2.9,2.7,5.4,5.3,5.4,1.6,0,3.1-1.2,3.1-3,0-1.9-1.3-3-3.4-4-2.6-1.2-5.4-2.7-5.4-6,0-3,2.6-5.6,6.6-5.6,1.8,0,3,.4,3.9.7.3,1,.8,3.6,1,4.7l-1.2.2Z' fill='%23fff'/%3E%3Cpath d='M307.8,32.9c-.7,0-1.6-.4-2-.8-.6-.6-.8-1.2-1-2-1.7,1.2-3.8,2.8-5.1,2.8-3.1,0-5.2-2.6-5.2-5.3,0-2.1,1.1-3.5,3.5-4.3,2.6-.9,5.8-2,6.7-2.8v-.8c0-3.1-1.5-4.9-3.7-4.9-.9,0-1.5.3-2,.9-.6.6-1,1.5-1.3,2.9-.2.7-.7,1-1.3,1-.8,0-1.9-.9-1.9-1.9,0-.7.6-1.1,1.4-1.7,1.2-.9,4-2.6,6.5-3,1.3,0,2.6.4,3.6,1.2,1.5,1.3,2,3,2,5.3v8.1c0,2,.8,2.6,1.5,2.6.5,0,1.1-.2,1.6-.5l.4,1.1-3.7,2.1ZM304.6,22c-.9.5-3,1.4-3.9,1.8-1.7.8-2.7,1.6-2.7,3.2,0,2.3,1.7,3.3,3.1,3.3,1.1,0,2.7-.8,3.5-1.6v-6.7h0Z' fill='%23fff'/%3E%3Cpath d='M328.2,28.5c-1.9,2.5-4.8,4.4-7.4,4.4-5.5,0-8.7-4.4-8.7-9.1,0-3.3,1.4-6.3,4.3-8.5,2.3-1.7,4.9-2.4,6.6-2.4s3.2.6,3.9,1.1c.6.5.7.9.7,1.3,0,.9-1,1.9-1.4,1.9-.2,0-.4-.1-.8-.5-1.3-1.2-2.8-1.8-4.3-1.8-2.9,0-5.4,2.4-5.4,7,0,6,4.1,8,6.6,8,1.9,0,3.3-.5,5.3-2.4l.6,1Z' fill='%23fff'/%3E%3Cpath d='M340.6,32.4v-1.1c2.5-.3,2.9-.5,2.9-3.3v-7.2c0-3.6-1.3-5.3-4.3-5.3-1.7,0-3.3.8-4.5,2.2v10.3c0,2.8.2,3.1,2.8,3.3v1.1h-9.2v-1.1c2.6-.2,3-.5,3-3.3V7.3c0-2.7-.1-3-3-3.2v-1c2.1-.3,4.7-1,6.4-1.5v14.6c1.5-1.6,3.9-3.2,6.2-3.2,3.5,0,6,2.2,6,7.4v7.6c0,2.9.3,3.1,2.9,3.3v1.1h-9.2Z' fill='%23fff'/%3E%3Cpath d='M371.2,31.4c-2,.3-4.2.9-6.4,1.6l-.3-.3v-3.1c-1,.7-2,1.5-3.2,2.3-1.3.7-2.2,1.1-3.3,1.1-2.9,0-5.4-1.8-5.4-6.5v-8.5c0-2.4-.2-2.6-2.7-3v-1c2-.1,4.1-.4,6.2-.8-.1,1.3-.1,3.4-.1,6.3v5.8c0,3.9,1.9,4.9,3.8,4.9,1.6,0,3.2-.7,4.7-2.1v-10.1c0-2.5-.3-2.7-3.4-3.1v-1c2.3-.1,4.5-.3,6.8-.8v14.5c0,2.2.3,2.5,2,2.6l1.2.1.1,1.1h0Z' fill='%23fff'/%3E%3Cpath d='M384.1,18.5c-.8-2.6-2.3-4.3-4.5-4.3-1.7,0-2.8,1.3-2.8,3,0,2,1.7,3,3.7,3.8,3.3,1.3,5.5,2.9,5.5,5.9,0,4-3.7,6-7.2,6-2.2,0-4.2-.8-5-1.5-.3-.6-.7-3.6-.7-5.1l1.1-.2c.8,2.9,2.7,5.4,5.3,5.4,1.6,0,3.1-1.2,3.1-3,0-1.9-1.3-3-3.4-4-2.6-1.2-5.4-2.7-5.4-6,0-3,2.6-5.6,6.6-5.6,1.8,0,3,.4,3.9.7.3,1,.8,3.6,1,4.7l-1.2.2Z' fill='%23fff'/%3E%3Cpath d='M404,28.7c-2.7,3.4-5.7,4.2-7.1,4.2-5.3,0-8.5-4.3-8.5-9.3,0-3,1.1-5.7,2.9-7.6,1.8-2,4.1-3.2,6.4-3.2,3.6,0,6.5,3.2,6.5,6.6,0,.9-.2,1.2-1,1.4-.7.1-6.2.6-11.3.7,0,5.9,3.4,8.3,6.5,8.3,1.7,0,3.4-.7,5-2.2l.6,1.1ZM392.1,19.8c2.4,0,4.8,0,7.3-.1.8,0,1-.3,1-.9,0-2.3-1.4-4.3-3.8-4.3-1.9,0-3.8,1.8-4.5,5.3Z' fill='%23fff'/%3E%3Cpath d='M414.5,32.4c-.7.4-1.4.6-1.8.6-2.7,0-4.3-1.7-4.3-5.2v-12.7h-3l-.2-.4,1.2-1.3h2v-3.2l2.8-2.9.6.1v6h4.9c.4.4.3,1.4-.3,1.7h-4.7v11.2c0,3.5,1.4,4.2,2.5,4.2s2.1-.4,2.7-.7l.4,1.1-2.8,1.5Z' fill='%23fff'/%3E%3Cpath d='M427,32.4c-.7.4-1.4.6-1.8.6-2.7,0-4.3-1.7-4.3-5.2v-12.7h-3l-.2-.4,1.2-1.3h2v-3.2l2.8-2.9.6.1v6h4.9c.4.4.3,1.4-.3,1.7h-4.7v11.2c0,3.5,1.4,4.2,2.5,4.2s2.1-.4,2.7-.7l.4,1.1-2.8,1.5Z' fill='%23fff'/%3E%3Cpath d='M442.4,18.5c-.8-2.6-2.3-4.3-4.5-4.3-1.7,0-2.8,1.3-2.8,3,0,2,1.7,3,3.7,3.8,3.3,1.3,5.5,2.9,5.5,5.9,0,4-3.7,6-7.2,6-2.2,0-4.2-.8-5-1.5-.3-.6-.7-3.6-.7-5.1l1.1-.2c.8,2.9,2.7,5.4,5.3,5.4,1.6,0,3.1-1.2,3.1-3,0-1.9-1.3-3-3.4-4-2.6-1.2-5.4-2.7-5.4-6,0-3,2.6-5.6,6.6-5.6,1.8,0,3,.4,3.9.7.3,1,.8,3.6,1,4.7l-1.2.2Z' fill='%23fff'/%3E%3Cpath d='M470.5,32.4v-1.2c2.7-.3,3.1-.7,2.6-2.4-.6-1.7-1.4-4-2.4-6.7h-9.3c-.7,2-1.3,3.8-1.9,5.6-1,2.7-.6,3.2,2.7,3.5v1.2h-9.4v-1.2c2.7-.4,3.3-.7,4.9-4.5l9-22.8,1.3-.4c2.7,7.5,5.6,15.7,8.4,23.3,1.4,3.7,2,4.1,4.8,4.4v1.2h-10.7ZM466.3,9.1h0c-1.5,3.7-2.9,7.5-4.2,11.1h8l-3.8-11.1Z' fill='%23fff'/%3E%3Cpath d='M507.2,32.4v-1.1c2.6-.3,3-.4,3-3.5v-7.3c0-3.1-1.1-5-3.8-5-1.6,0-3.2.9-4.9,2.3.1.5.1,1,.1,1.8v8.5c0,2.7.4,3,2.8,3.3v1.1h-9.3v-1.1c2.7-.3,3.1-.5,3.1-3.3v-7.5c0-3.2-1.1-5-3.8-5-1.7,0-3.4,1.2-4.7,2.3v10.2c0,2.8.3,3.1,2.5,3.3v1.1h-9.2v-1.1c2.9-.3,3.3-.5,3.3-3.3v-9c0-2.8-.1-3-2.7-3.4v-1c1.9-.3,4.1-.9,6-1.8v3.5c.9-.6,1.9-1.4,3.2-2.2,1.1-.7,2.2-1.2,3.6-1.2,2.1,0,4,1.3,4.8,3.6,1.3-1,2.5-1.8,3.6-2.4.9-.6,2-1.1,3.3-1.1,3.4,0,5.5,2.4,5.5,6.7v8.4c0,2.9.3,3.1,2.8,3.3v1.1l-9.2-.2h0Z' fill='%23fff'/%3E%3Cpath d='M530.2,32.4v-1.1c2.5-.3,2.9-.5,2.9-3.3v-7.2c0-3.6-1.3-5.3-4.3-5.3-1.7,0-3.3.8-4.5,2.2v10.3c0,2.8.2,3.1,2.8,3.3v1.1h-9.2v-1.1c2.6-.2,3-.5,3-3.3V7.3c0-2.7-.1-3-3-3.2v-1c2.1-.3,4.7-1,6.4-1.5v14.6c1.5-1.6,3.9-3.2,6.2-3.2,3.5,0,6,2.2,6,7.4v7.6c0,2.9.3,3.1,2.9,3.3v1.1h-9.2Z' fill='%23fff'/%3E%3Cpath d='M556.3,28.7c-2.7,3.4-5.7,4.2-7.1,4.2-5.3,0-8.5-4.3-8.5-9.3,0-3,1.1-5.7,2.9-7.6,1.8-2,4.1-3.2,6.4-3.2,3.6,0,6.5,3.2,6.5,6.6,0,.9-.2,1.2-1,1.4-.7.1-6.2.6-11.3.7,0,5.9,3.4,8.3,6.5,8.3,1.7,0,3.4-.7,5-2.2l.6,1.1ZM544.4,19.8c2.4,0,4.8,0,7.3-.1.8,0,1-.3,1-.9,0-2.3-1.4-4.3-3.8-4.3-1.9,0-3.8,1.8-4.5,5.3Z' fill='%23fff'/%3E%3Cpath d='M565.2,17.5c1.3-2.2,3.2-4.6,5.3-4.6,1.5,0,2.5,1.1,2.5,2.2,0,.9-.6,1.7-1.4,2.1-.5.2-.9.2-1.2-.1-.6-.7-1.1-.9-1.8-.9-1.1,0-2.5,1.3-3.5,3.7v8c0,2.9.2,3.1,3.6,3.4v1.1h-10v-1.1c2.7-.3,3-.5,3-3.4v-9c0-2.9-.2-3-2.7-3.4v-1c2.1-.3,4-.9,6.1-1.8l.1,4.8h0Z' fill='%23fff'/%3E%3Cpath d='M585,18.5c-.8-2.6-2.3-4.3-4.5-4.3-1.7,0-2.8,1.3-2.8,3,0,2,1.7,3,3.7,3.8,3.3,1.3,5.5,2.9,5.5,5.9,0,4-3.7,6-7.2,6-2.2,0-4.2-.8-5-1.5-.3-.6-.7-3.6-.7-5.1l1.1-.2c.8,2.9,2.7,5.4,5.3,5.4,1.6,0,3.1-1.2,3.1-3,0-1.9-1.3-3-3.4-4-2.6-1.2-5.4-2.7-5.4-6,0-3,2.6-5.6,6.6-5.6,1.8,0,3,.4,3.9.7.3,1,.8,3.6,1,4.7l-1.2.2Z' fill='%23fff'/%3E%3Cpath d='M597,32.4c-.7.4-1.4.6-1.8.6-2.7,0-4.3-1.7-4.3-5.2v-12.7h-3l-.2-.4,1.2-1.3h2v-3.2l2.8-2.9.6.1v6h4.9c.4.4.3,1.4-.3,1.7h-4.7v11.2c0,3.5,1.4,4.2,2.5,4.2s2.1-.4,2.7-.7l.4,1.1-2.8,1.5Z' fill='%23fff'/%3E%3C/svg%3E");	
	}
	@media print {
		content: url("data:image/svg+xml,%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' width='600' height='43.81' viewBox='0 0 600 43.81'%3E%3Crect width='600' height='43.81' fill='none'/%3E%3Cpath d='M178.93,26.04c0-3.77,2-6.64,4.41-7.91,1.04-.55,2.23-.93,3.13-.93,2.41,0,3.85,1.65,3.85,4.52,0,2.49-1.07,5.33-3.1,7.01-1.25,1.04-2.84,1.83-4.46,1.83-2.75,0-3.83-2.17-3.83-4.52ZM184.73,29.23c1.57-.67,3.16-3.74,3.16-7.45,0-2.35-1.01-3.48-2.35-3.48-.43,0-.78.12-1.1.26-1.13.49-3.07,2.87-3.07,7.33,0,2.15.9,3.51,2.43,3.51.35,0,.64-.06.93-.17Z'/%3E%3Cpath d='M193.92,17.67c.43-2.2,1.13-4.32,2.43-5.77,1.33-1.48,2.99-2.32,4.15-2.32,1.01,0,1.77.73,1.74,1.25,0,.44-.41.96-.72,1.19-.23.17-.52.2-.73-.03-.61-.64-1.22-1.02-1.83-1.02-1.07,0-1.94,1.33-2.81,6.7h3.27l-.61.9-2.9.29c-.52,3.19-.84,4.96-1.48,8.17-1.01,4.99-2.09,7.16-3.68,8.81-1.27,1.36-2.49,1.83-3.28,1.83-.84,0-1.83-.58-1.8-1.25,0-.38.35-.87.78-1.22.23-.2.38-.17.55,0,.46.44,1.3.72,1.83.72.49,0,.96-.23,1.25-.58.38-.44,1.07-1.65,2.03-7.28.7-4,1.07-6.43,1.57-9.28h-2.41l-.09-.32.87-.81h1.86Z'/%3E%3Cpath d='M29.7,5.37c-2.61.17-3.61.78-3.83,2.57-.13,1.17-.22,3.04-.22,7.04v3.61c0,5.13-.78,8.83-3.31,11.48-2,2.09-4.91,3-7.78,3-2.52,0-5.04-.61-6.96-2.09-2.61-2-3.83-5.26-3.83-10.35v-10.87C3.78,5.85,3.44,5.68,0,5.37v-1.22h11.26v1.22c-3.44.22-3.78.48-3.78,4.39v9.91c0,7,2.78,11,8.17,11,6.26,0,8.22-5.22,8.22-12.39v-3.3c0-4-.13-5.83-.3-7.18-.26-1.7-1.17-2.22-4.22-2.43v-1.22h10.35s0,1.22,0,1.22Z'/%3E%3Cpath d='M41.22,32.42v-1.13c2.56-.26,2.87-.61,2.87-3.61v-7.26c0-3-1.04-4.96-3.96-4.96-1.74,0-3.44,1.09-4.74,2.22v10.22c0,2.96.26,3.13,2.83,3.39v1.13h-9.44v-1.13c2.96-.3,3.17-.52,3.17-3.39v-9c0-2.78-.26-2.91-2.61-3.35v-1c2.09-.39,4.13-.91,6.04-1.78v3.48c.87-.65,1.83-1.31,2.91-2.04,1.22-.78,2.35-1.3,3.61-1.3,3.44,0,5.61,2.39,5.61,6.61v8.39c0,2.96.22,3.13,2.74,3.39v1.13h-9.04Z'/%3E%3Cpath d='M52.26,32.42v-1.13c2.74-.26,3.04-.52,3.04-3.48v-8.96c0-2.7-.13-2.87-2.74-3.31v-1.04c2.22-.35,4.26-.91,6.17-1.69v15c0,2.96.3,3.22,3.09,3.48v1.13h-9.57ZM54.56,6.9c0-1.3,1.04-2.26,2.22-2.26s2.17.96,2.17,2.26c0,1.17-.96,2.22-2.22,2.22-1.13,0-2.17-1.04-2.17-2.22Z'/%3E%3Cpath d='M82.04,14.51c-2.26.31-2.65.7-3.83,3.3-1.43,3.26-3.74,8.61-6.13,15.09h-1.17c-1.96-5.22-3.96-10.17-6-15.22-1-2.52-1.35-2.83-3.7-3.17v-1.09h8.91v1.09c-2.35.31-2.43.65-1.74,2.52,1.13,3.04,2.87,7.61,4.13,10.74,1.52-3.61,2.91-7.57,3.87-10.39.65-2.09.39-2.57-2.09-2.87v-1.09h7.74v1.09Z'/%3E%3Cpath d='M96.52,28.72c-2.74,3.43-5.74,4.22-7.09,4.22-5.35,0-8.48-4.35-8.48-9.26,0-3,1.09-5.65,2.87-7.61,1.78-2,4.13-3.17,6.39-3.17,3.61,0,6.52,3.22,6.52,6.61,0,.87-.22,1.22-1,1.39-.74.13-6.17.57-11.35.74.04,5.91,3.43,8.35,6.48,8.35,1.74,0,3.39-.7,4.96-2.17l.69.91ZM84.61,19.85c2.43,0,4.83-.04,7.35-.13.78,0,1.04-.26,1.04-.87.04-2.26-1.43-4.35-3.83-4.35-2,0-3.91,1.83-4.57,5.35Z'/%3E%3Cpath d='M105.35,17.5c1.3-2.17,3.17-4.61,5.26-4.61,1.48,0,2.52,1.13,2.52,2.17,0,.87-.57,1.74-1.39,2.13-.52.22-.91.17-1.17-.09-.61-.65-1.13-.91-1.83-.91-1.13,0-2.52,1.3-3.48,3.74v7.96c0,2.87.22,3.13,3.57,3.39v1.13h-10v-1.13c2.7-.26,3-.52,3-3.39v-9c0-2.87-.22-3.04-2.7-3.39v-.96c2.13-.35,4.04-.87,6.13-1.78v4.74h.09Z'/%3E%3Cpath d='M125.34,18.55c-.83-2.57-2.35-4.31-4.48-4.31-1.65,0-2.83,1.3-2.83,3,0,1.96,1.74,2.96,3.7,3.78,3.26,1.35,5.48,2.91,5.48,5.91,0,3.96-3.7,6-7.17,6-2.22,0-4.22-.83-5-1.48-.31-.61-.7-3.57-.7-5.13l1.13-.22c.78,2.87,2.74,5.39,5.35,5.39,1.61,0,3.09-1.22,3.09-3.04s-1.26-2.96-3.43-3.96c-2.61-1.22-5.43-2.65-5.43-6,0-3.04,2.61-5.61,6.61-5.61,1.78,0,2.96.39,3.87.74.35,1,.83,3.56.96,4.65l-1.13.26Z'/%3E%3Cpath d='M129.69,32.42v-1.13c2.74-.26,3.04-.52,3.04-3.48v-8.96c0-2.7-.13-2.87-2.74-3.31v-1.04c2.22-.35,4.26-.91,6.18-1.69v15c0,2.96.3,3.22,3.09,3.48v1.13h-9.57ZM131.99,6.9c0-1.3,1.04-2.26,2.22-2.26s2.17.96,2.17,2.26c0,1.17-.96,2.22-2.22,2.22-1.13,0-2.18-1.04-2.18-2.22Z'/%3E%3Cpath d='M149.52,32.38c-.74.39-1.43.56-1.83.56-2.74,0-4.26-1.74-4.26-5.17v-12.65h-3l-.17-.44,1.17-1.26h2v-3.17l2.83-2.87.61.09v5.96h4.91c.39.44.26,1.39-.26,1.7h-4.65v11.17c0,3.52,1.43,4.17,2.52,4.17s2.09-.43,2.7-.74l.39,1.13-2.96,1.52Z'/%3E%3Cpath d='M173.39,14.51c-2.3.35-2.7.7-3.87,3.17-1.09,2.31-2.43,5.91-5.43,13.09-2.91,6.96-3.87,9.44-4.48,11.78-.22.83-.78,1.04-1.39,1.04-1.22,0-2.48-1.04-2.48-2.09,0-.69.39-1.09,1.13-1.56,1.35-.87,2.22-1.96,3.22-3.87.83-1.52,1.17-2.44,1.35-3,.22-.65.22-1.22-.04-1.96-1.74-4.96-3.7-10.22-5-13.31-.91-2.39-1.35-2.96-3.74-3.31v-1.09h8.83v1.09c-2,.35-2.22.78-1.65,2.39l3.96,10.91c1.22-2.96,3.09-8.09,4-10.83.52-1.65.22-2.13-2.26-2.48v-1.09h7.87v1.09h0Z'/%3E%3Cpath d='M232.15,32.4v-1.22c3.52-.35,3.7-.57,3.65-5.17l-.13-17.74h-.17l-10.61,23.83h-.87l-9.74-23.22h-.09l-.65,12.39c-.17,3.57-.17,5.48-.13,7.22.09,2.09,1.13,2.39,4,2.69v1.22h-10.13v-1.22c2.52-.3,3.39-.78,3.7-2.61.22-1.52.48-3.43.83-7.96l.61-9.04c.39-5.65.17-5.83-3.78-6.22v-1.22h7.13l9.91,21.74,10.04-21.74h7.39v1.22c-3.83.35-4.13.43-4,4.91l.43,15.74c.13,4.61.26,4.83,4.04,5.17v1.22h-11.44Z'/%3E%3Cpath d='M258.8,32.92c-.65,0-1.57-.39-2.04-.83-.57-.61-.83-1.22-1.04-1.96-1.74,1.17-3.83,2.78-5.13,2.78-3.09,0-5.22-2.57-5.22-5.31,0-2.13,1.13-3.48,3.52-4.3,2.61-.87,5.78-2.04,6.74-2.83v-.78c0-3.13-1.48-4.91-3.65-4.91-.87,0-1.52.35-1.96.87-.57.57-.96,1.52-1.3,2.87-.17.69-.65,1-1.26,1-.78,0-1.91-.87-1.91-1.87,0-.65.57-1.13,1.39-1.74,1.22-.87,4.04-2.57,6.52-3.04,1.3,0,2.61.39,3.57,1.17,1.52,1.26,1.96,3.04,1.96,5.3v8.09c0,1.96.78,2.61,1.52,2.61.52,0,1.13-.22,1.57-.48l.43,1.13-3.7,2.22ZM255.62,21.96c-.91.48-3,1.39-3.91,1.83-1.7.78-2.65,1.61-2.65,3.17,0,2.26,1.74,3.35,3.09,3.35,1.13-.04,2.65-.78,3.48-1.57v-6.78h0Z'/%3E%3Cpath d='M274.88,18.53c-.83-2.57-2.35-4.31-4.48-4.31-1.65,0-2.83,1.3-2.83,3,0,1.96,1.74,2.96,3.7,3.78,3.26,1.35,5.48,2.91,5.48,5.91,0,3.96-3.7,6-7.17,6-2.22,0-4.22-.83-5-1.48-.3-.61-.7-3.57-.7-5.13l1.13-.22c.78,2.87,2.74,5.39,5.35,5.39,1.61,0,3.09-1.22,3.09-3.04s-1.26-2.96-3.43-3.96c-2.61-1.22-5.43-2.65-5.43-6,0-3.04,2.61-5.61,6.61-5.61,1.78,0,2.96.39,3.87.74.35,1,.83,3.56.96,4.65l-1.13.26Z'/%3E%3Cpath d='M290.19,18.53c-.83-2.57-2.35-4.31-4.48-4.31-1.65,0-2.83,1.3-2.83,3,0,1.96,1.74,2.96,3.7,3.78,3.26,1.35,5.48,2.91,5.48,5.91,0,3.96-3.7,6-7.17,6-2.22,0-4.22-.83-5-1.48-.3-.61-.7-3.57-.7-5.13l1.13-.22c.78,2.87,2.74,5.39,5.35,5.39,1.61,0,3.09-1.22,3.09-3.04s-1.26-2.96-3.43-3.96c-2.61-1.22-5.43-2.65-5.43-6,0-3.04,2.61-5.61,6.61-5.61,1.78,0,2.96.39,3.87.74.35,1,.83,3.56.96,4.65l-1.13.26Z'/%3E%3Cpath d='M307.79,32.92c-.65,0-1.57-.39-2.04-.83-.57-.61-.83-1.22-1.04-1.96-1.74,1.17-3.83,2.78-5.13,2.78-3.09,0-5.22-2.57-5.22-5.31,0-2.13,1.13-3.48,3.52-4.3,2.61-.87,5.78-2.04,6.74-2.83v-.78c0-3.13-1.48-4.91-3.65-4.91-.87,0-1.52.35-1.96.87-.57.57-.96,1.52-1.3,2.87-.17.69-.65,1-1.26,1-.78,0-1.91-.87-1.91-1.87,0-.65.57-1.13,1.39-1.74,1.22-.87,4.04-2.57,6.52-3.04,1.3,0,2.61.39,3.57,1.17,1.52,1.26,1.96,3.04,1.96,5.3v8.09c0,1.96.78,2.61,1.52,2.61.52,0,1.13-.22,1.57-.48l.43,1.13-3.7,2.22ZM304.62,21.96c-.91.48-3,1.39-3.91,1.83-1.7.78-2.65,1.61-2.65,3.17,0,2.26,1.74,3.35,3.09,3.35,1.13-.04,2.65-.78,3.48-1.57v-6.78h0Z'/%3E%3Cpath d='M328.18,28.49c-1.91,2.52-4.83,4.44-7.39,4.44-5.48,0-8.7-4.43-8.7-9.09,0-3.35,1.43-6.26,4.35-8.52,2.26-1.74,4.87-2.44,6.57-2.44s3.17.57,3.87,1.13c.57.48.7.87.7,1.35,0,.91-.96,1.87-1.43,1.87-.22,0-.43-.13-.83-.48-1.3-1.22-2.83-1.78-4.35-1.78-2.87,0-5.39,2.39-5.39,6.96,0,6.04,4.13,8.04,6.57,8.04,1.87,0,3.3-.52,5.3-2.39l.74.91Z'/%3E%3Cpath d='M340.58,32.4v-1.13c2.52-.26,2.87-.52,2.87-3.35v-7.22c0-3.57-1.35-5.35-4.26-5.35-1.65,0-3.3.83-4.52,2.22v10.35c0,2.78.22,3.09,2.78,3.35v1.13h-9.22v-1.13c2.61-.22,3-.48,3-3.35V7.18c0-2.74-.09-2.96-2.96-3.22v-1c2.09-.3,4.7-1,6.39-1.52v14.61c1.52-1.57,3.87-3.17,6.22-3.17,3.52,0,6,2.22,6,7.44v7.61c0,2.87.3,3.13,2.87,3.35v1.13h-9.17Z'/%3E%3Cpath d='M371.23,31.35c-2,.31-4.22.91-6.39,1.57l-.26-.26v-3.09c-1,.74-2,1.52-3.22,2.26-1.26.74-2.17,1.09-3.35,1.09-2.91,0-5.39-1.78-5.39-6.48v-8.52c0-2.39-.17-2.57-2.65-3.04v-1c2.04-.13,4.13-.39,6.22-.78-.13,1.35-.13,3.39-.13,6.35v5.83c0,3.87,1.87,4.91,3.83,4.91,1.57,0,3.22-.65,4.7-2.09v-10.13c0-2.48-.26-2.65-3.39-3.09v-1c2.26-.13,4.52-.3,6.83-.78v14.52c0,2.17.35,2.48,2,2.57l1.22.09v1.09h0Z'/%3E%3Cpath d='M384.14,18.53c-.83-2.57-2.35-4.31-4.48-4.31-1.65,0-2.83,1.3-2.83,3,0,1.96,1.74,2.96,3.7,3.78,3.26,1.35,5.48,2.91,5.48,5.91,0,3.96-3.7,6-7.17,6-2.22,0-4.22-.83-5-1.48-.3-.61-.7-3.57-.7-5.13l1.13-.22c.78,2.87,2.74,5.39,5.35,5.39,1.61,0,3.09-1.22,3.09-3.04s-1.26-2.96-3.43-3.96c-2.61-1.22-5.43-2.65-5.43-6,0-3.04,2.61-5.61,6.61-5.61,1.78,0,2.96.39,3.87.74.35,1,.83,3.56.96,4.65l-1.13.26Z'/%3E%3Cpath d='M404.05,28.7c-2.74,3.44-5.74,4.22-7.09,4.22-5.35,0-8.48-4.35-8.48-9.26,0-3,1.09-5.65,2.87-7.61,1.78-2,4.13-3.17,6.39-3.17,3.61,0,6.52,3.22,6.52,6.61,0,.87-.22,1.22-1,1.39-.74.13-6.17.57-11.35.74.04,5.91,3.43,8.35,6.48,8.35,1.74,0,3.39-.7,4.96-2.17l.7.91ZM392.14,19.83c2.43,0,4.83-.04,7.35-.13.78,0,1.04-.26,1.04-.87.04-2.26-1.43-4.35-3.83-4.35-2,0-3.91,1.83-4.57,5.35Z'/%3E%3Cpath d='M414.48,32.35c-.74.39-1.43.56-1.83.56-2.74,0-4.26-1.74-4.26-5.17v-12.65h-3l-.17-.44,1.17-1.26h2v-3.17l2.83-2.87.61.09v5.96h4.91c.39.44.26,1.39-.26,1.7h-4.65v11.17c0,3.52,1.43,4.17,2.52,4.17s2.09-.43,2.7-.74l.39,1.13-2.96,1.52Z'/%3E%3Cpath d='M426.96,32.35c-.74.39-1.43.56-1.83.56-2.74,0-4.26-1.74-4.26-5.17v-12.65h-3l-.17-.44,1.17-1.26h2v-3.17l2.83-2.87.61.09v5.96h4.91c.39.44.26,1.39-.26,1.7h-4.65v11.17c0,3.52,1.43,4.17,2.52,4.17s2.09-.43,2.7-.74l.39,1.13-2.96,1.52Z'/%3E%3Cpath d='M442.35,18.53c-.83-2.57-2.35-4.31-4.48-4.31-1.65,0-2.83,1.3-2.83,3,0,1.96,1.74,2.96,3.7,3.78,3.26,1.35,5.48,2.91,5.48,5.91,0,3.96-3.7,6-7.17,6-2.22,0-4.22-.83-5-1.48-.3-.61-.7-3.57-.7-5.13l1.13-.22c.78,2.87,2.74,5.39,5.35,5.39,1.61,0,3.09-1.22,3.09-3.04s-1.26-2.96-3.43-3.96c-2.61-1.22-5.43-2.65-5.43-6,0-3.04,2.61-5.61,6.61-5.61,1.78,0,2.96.39,3.87.74.35,1,.83,3.56.96,4.65l-1.13.26Z'/%3E%3Cpath d='M470.55,32.4v-1.22c2.74-.35,3.13-.7,2.57-2.39-.57-1.7-1.43-4.04-2.39-6.7h-9.26c-.7,1.96-1.35,3.78-1.91,5.61-.96,2.74-.57,3.17,2.7,3.48v1.22h-9.44v-1.22c2.74-.39,3.35-.65,4.87-4.48l9-22.83,1.35-.39c2.7,7.48,5.61,15.74,8.39,23.31,1.39,3.74,1.96,4.13,4.78,4.39v1.22h-10.65ZM466.29,9.14h-.09c-1.39,3.74-2.78,7.52-4.09,11.09h8l-3.83-11.09Z' fill='%23881c1c'/%3E%3Cpath d='M507.21,32.4v-1.13c2.57-.26,3.04-.43,3.04-3.52v-7.26c0-3.09-1.09-5.04-3.83-5.04-1.57,0-3.22.87-4.87,2.26.09.52.13,1,.13,1.83v8.48c0,2.74.39,3,2.78,3.26v1.13h-9.3v-1.13c2.7-.26,3.09-.48,3.09-3.35v-7.48c0-3.22-1.13-5-3.78-5-1.74,0-3.43,1.17-4.74,2.26v10.22c0,2.83.35,3.09,2.48,3.35v1.13h-9.17v-1.13c2.87-.26,3.26-.52,3.26-3.35v-9c0-2.78-.13-3-2.65-3.39v-1c1.91-.35,4.13-.91,6.04-1.78v3.52c.91-.61,1.87-1.39,3.17-2.22,1.13-.7,2.17-1.17,3.57-1.17,2.09,0,3.96,1.3,4.83,3.57,1.26-.96,2.52-1.78,3.61-2.43.91-.61,2.04-1.13,3.26-1.13,3.39,0,5.52,2.39,5.52,6.65v8.39c0,2.91.35,3.09,2.83,3.35v1.13h-9.26Z' fill='%23881c1c'/%3E%3Cpath d='M530.17,32.4v-1.13c2.52-.26,2.87-.52,2.87-3.35v-7.22c0-3.57-1.35-5.35-4.26-5.35-1.65,0-3.3.83-4.52,2.22v10.35c0,2.78.22,3.09,2.78,3.35v1.13h-9.22v-1.13c2.61-.22,3-.48,3-3.35V7.18c0-2.74-.09-2.96-2.96-3.22v-1c2.09-.31,4.7-1,6.39-1.52v14.61c1.52-1.57,3.87-3.17,6.22-3.17,3.52,0,6,2.22,6,7.43v7.61c0,2.87.3,3.13,2.87,3.35v1.13h-9.17Z' fill='%23881c1c'/%3E%3Cpath d='M556.35,28.7c-2.74,3.44-5.74,4.22-7.09,4.22-5.35,0-8.48-4.35-8.48-9.26,0-3,1.09-5.65,2.87-7.61,1.78-2,4.13-3.17,6.39-3.17,3.61,0,6.52,3.22,6.52,6.61,0,.87-.22,1.22-1,1.39-.74.13-6.17.57-11.35.74.04,5.91,3.43,8.35,6.48,8.35,1.74,0,3.39-.69,4.96-2.17l.7.91ZM544.43,19.83c2.43,0,4.83-.04,7.35-.13.78,0,1.04-.26,1.04-.87.04-2.26-1.43-4.35-3.83-4.35-2,0-3.91,1.82-4.57,5.35Z' fill='%23881c1c'/%3E%3Cpath d='M565.17,17.49c1.3-2.17,3.17-4.61,5.26-4.61,1.48,0,2.52,1.13,2.52,2.17,0,.87-.57,1.74-1.39,2.13-.52.22-.91.17-1.17-.09-.61-.65-1.13-.91-1.83-.91-1.13,0-2.52,1.31-3.48,3.74v7.96c0,2.87.22,3.13,3.57,3.39v1.13h-10v-1.13c2.7-.26,3-.52,3-3.39v-9c0-2.87-.22-3.04-2.7-3.39v-.96c2.13-.35,4.04-.87,6.13-1.78v4.74h.09Z' fill='%23881c1c'/%3E%3Cpath d='M584.96,18.53c-.83-2.57-2.35-4.3-4.48-4.3-1.65,0-2.83,1.3-2.83,3,0,1.96,1.74,2.96,3.7,3.78,3.26,1.35,5.48,2.91,5.48,5.91,0,3.96-3.7,6-7.17,6-2.22,0-4.22-.83-5-1.48-.3-.61-.7-3.57-.7-5.13l1.13-.22c.78,2.87,2.74,5.39,5.35,5.39,1.61,0,3.09-1.22,3.09-3.04s-1.26-2.96-3.43-3.96c-2.61-1.22-5.43-2.65-5.43-6,0-3.04,2.61-5.61,6.61-5.61,1.78,0,2.96.39,3.87.74.35,1,.83,3.57.96,4.65l-1.13.26Z' fill='%23881c1c'/%3E%3Cpath d='M597.04,32.36c-.74.39-1.43.56-1.83.56-2.74,0-4.26-1.74-4.26-5.17v-12.65h-3l-.17-.44,1.17-1.26h2v-3.17l2.83-2.87.61.09v5.96h4.91c.39.44.26,1.39-.26,1.7h-4.65v11.17c0,3.52,1.43,4.17,2.52,4.17s2.09-.43,2.7-.74l.39,1.13-2.95,1.52Z' fill='%23881c1c'/%3E%3C/svg%3E") / 'University of Massachusetts Amherst';
		height: 30px;
		width: 411px;
	}
}
#umass--global--navigation {
	position: static;
	@media (min-width: 37.5rem) {
		flex-grow: 1;	
	}
	@media print {
		display: none;
	}
}
#umass--global--navigation--navicon {
	&:focus {
		outline: none;
	}
	&.is-active {
		position: fixed;
		z-index: 503;
		right: var(--gutter);
		top: .5rem;
	}
	@media (min-width: 37.5rem) {
		display: none;	
	}
}
.umass-platform-framework #umass--global--navigation--navicon.is-active {
	right: .5rem;
}
#umass--global--navigation--links {
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	transition-property: opacity;
	transition-delay: 0.25s;
	transition-duration: 0.25s;
	opacity: 0;
	z-index: 504;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	max-width: 280px;
	/* font-size: 3rem; */
	text-align: center;
	left: 50vw;
	top: 50vh;
	transform: translate(-50%, -50%);
	@media (max-width: 37.4375rem) {
		&.is-active {
			border: 0;
			clip: auto;
			height: auto;
			margin: 0;
			overflow: auto;
			position: fixed;
			white-space: wrap;
			width: auto;
			opacity: 1;
			display: flex;
			flex-direction: column;
			row-gap: 2rem;
		}
		& #umass--global--search {
			width: 20px;
			height: 20px;
			bottom: -4px;
		}
	}
	li {
		display: block;
		padding: 0;
	}
	a {
		display: inline-block;
		color: #881c1c;
		text-decoration: none;
		border-bottom: none;
		font-weight: 500;
		font-size: 1.5rem;
		text-decoration-thickness: 2px;
	}
	#umass--global--navigation--search {
		padding: .5rem !important;
		margin: 1rem;
		border-color: #881c1c !important;
	}
	@media (min-width: 37.5rem) {
		text-align: right;
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		column-gap: 1rem;
		justify-content: flex-end;
		line-height: 2;
		position: relative;
		height: auto;
		width: auto;
		overflow: visible;
		clip: initial;
		opacity: 1;
		left: 0;
		top: 0;
		transform: none;
		max-width: none;
		li {
			display: block;
			margin: 0;
			padding: 0;
			font-size: initial;
		}
		a {
			display: inline-block;
			color: #fff;
			text-decoration: none;
			border-bottom: none;
			font-size: initial;
			font-weight: 500;
			&:hover {
				text-decoration: underline;
				text-decoration-thickness: 2px;
			}
		}
		#umass--global--search {
			text-indent: 100%;
			white-space: nowrap;
			overflow: hidden;
			background-size: contain;
			background-position: left center;
			background-image: url("data:image/svg+xml,%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' width='66.9' height='66.8' viewBox='0 0 66.9 66.8'%3E%3Cpath d='M61.6,66.8c-1.4,0-2.7-.6-3.6-1.5l-13.7-13.7c-4.7,3.3-10.3,5-16,5C12.7,56.6,0,43.9,0,28.3S12.7,0,28.3,0s28.3,12.7,28.3,28.3c0,5.7-1.7,11.3-5,16l13.8,13.8c.9.9,1.5,2.2,1.5,3.6-.1,2.8-2.4,5.1-5.3,5.1ZM28.2,10.3c-9.9,0-18,8.1-18,18s8.1,18,18,18,18-8.1,18-18-8.1-18-18-18Z' fill='%23fff'/%3E%3C/svg%3E");
			background-repeat: no-repeat;
			height: 20px;
			width: 20px;
			position: relative;
			bottom: -4px;
			display: none;
		}
		#umass--global--navigation--search {
			top: 0;
			padding: 0 .25rem !important;
			margin: 0;
			border-color: #fff !important;
			border: 2px solid;
			width: 160px;
			height: 30px;
		}
	}
}
#umass--global--search {
	display: none !important;
}
#umass--global--navigation--search {
  top: 0 !important;
  border: none !important;
  width: 160px;
  opacity: 1;
  visibility: visible;
  transition: width 0.5s ease-out .25s, padding-left 0.5s ease-out .25s, padding-right 0.5s ease-out .25s, border-left-width 0.5s ease-out .25s, border-right-width 0.5s ease-out .25s, opacity 0.5s ease-out .25s, visibility 0s linear 0s;
  /* other styles */
  overflow: hidden; /* prevents content from spilling out during width transition */
  @media (max-width: 37.4375rem) {
	border: 2px solid !important;
  }
  @media (min-width: 37.5rem) {
	border: none !important;
  }
  @starting-style {
	width: 0px;
	opacity: 0;
	visibility: hidden;
	padding: 0 !important;
  }
}
@media (min-width: 37.5rem) {
  & #umass--global--header #umass--global--navigation--search {
	height: 30px;      
	border: 2px solid white !important;
	transition: width 0.5s ease-out .25s, padding-left 0.5s ease-out .25s, padding-right 0.5s ease-out .25s, border-left-width 0.5s ease-out .25s, border-right-width 0.5s ease-out .25s, opacity 0.5s ease-out .25s, visibility 0s linear 0s;
	/* other styles */
	overflow: hidden; /* prevents content from spilling out during width transition */
	@starting-style {
	  width: 0;
	  padding: 0 !important;
	  border-width: 0px !important;
	}
  }
}  
@media (max-width: 37.4375rem) {
	.umass-platform-framework #umass--global--navigation--links #umass--global--navigation--search {
		border-color: #881c1c !important
	}
}
#___gcse_0 form.gsc-search-box {
	max-width: 148px;
	margin: 0;
}
#___gcse_0 #gs_id50 {
	padding: 0 !important;
}
#___gcse_0 .gsib_a {
	background-image: none !important;
}
#___gcse_0 .gsc-search-button {
	display: table-cell !important;
	padding: 0;
}
#___gcse_0 {
	.gsc-search-button-v2, 
	.gsc-search-button-v2:hover, 
	.gsc-search-button-v2:focus {
		border-color: transparent;
		background-color: transparent;
	}
}
#___gcse_0 .gsc-search-button-v2 svg {
	width: 24px !important; 
	height: 24px !important;
}

/* ================== Footer =============================*/

#umass--global--footer {
	padding: 1rem var(--gutter);
	color: #fff;
	background-color: #881c1c;
	font-size: var(--font-size-2xs);
	.container {
		padding-top: 1rem;
		padding-bottom: 1rem;
		display: flex;
		flex-direction: column;
		row-gap: 2.5rem;
		align-items: center;
	}
	svg.ext {
		display: none;
		fill: #fff;
		path {
			stroke: #fff;
		}
	}
	@media (min-width: 37.5rem) {
		.container {
			row-gap: 1.5rem;	
		}
	}
	@media (min-width: 62rem) {
		.container {
			flex-direction: row;
			column-gap: 2.5rem;
			justify-content: space-between;
			align-items: last baseline;
		}
	}
	@media (min-width: 48rem) {
		padding: 1rem var(--v-space-m);
	}
	@media (min-width: 80rem) {
		padding: 1rem var(--layout-padding);
	}
	@media (min-width: 87.5rem) {
		padding: 1rem calc(var(--gutter)*2);
	}
	.umass-platform-framework & {
		padding: 1rem 0.9375rem;
	}
}
#umass--global--footer-wordmark {
	width: 230px;
	height: 60px;
	flex-shrink: 0;
	background-image: url("data:image/svg+xml,%3Csvg id='umass--lockup-footer' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 211.91 55.67'%3E%3Ctitle id='umass-m-wordmark-lockup-footerTitle'%3EUMass collegiate M - University of Massachusetts Amherst%3C/title%3E%3Cpath d='M91.52,1.03c-1.52.1-2.1.46-2.23,1.49-.08.68-.13,1.77-.13,4.1v2.1c0,2.98-.46,5.13-1.92,6.68-1.16,1.21-2.86,1.75-4.53,1.75-1.47,0-2.93-.35-4.05-1.21-1.52-1.16-2.23-3.06-2.23-6.02V3.59c0-2.28-.2-2.38-2.2-2.55V.32h6.55v.71c-2,.13-2.2.28-2.2,2.55v5.77c0,4.07,1.62,6.4,4.76,6.4,3.64,0,4.78-3.04,4.78-7.21v-1.92c0-2.33-.08-3.39-.18-4.17-.15-.99-.68-1.29-2.45-1.42V.32h6.02v.71Z' fill='%23fff'/%3E%3Cpath d='M98.22,16.77v-.66c1.49-.15,1.67-.35,1.67-2.1v-4.22c0-1.75-.61-2.88-2.3-2.88-1.01,0-2,.63-2.76,1.29v5.94c0,1.72.15,1.82,1.64,1.97v.66h-5.49v-.66c1.72-.18,1.85-.3,1.85-1.97v-5.24c0-1.62-.15-1.69-1.52-1.95v-.58c1.21-.23,2.4-.53,3.52-1.04v2.02c.51-.38,1.06-.76,1.69-1.19.71-.46,1.37-.76,2.1-.76,2,0,3.26,1.39,3.26,3.84v4.88c0,1.72.13,1.82,1.59,1.97v.66h-5.26Z' fill='%23fff'/%3E%3Cpath d='M104.64,16.77v-.66c1.59-.15,1.77-.3,1.77-2.02v-5.21c0-1.57-.08-1.67-1.59-1.92v-.61c1.29-.2,2.48-.53,3.59-.99v8.73c0,1.72.18,1.87,1.8,2.02v.66h-5.56ZM105.98,1.92c0-.76.61-1.32,1.29-1.32s1.26.56,1.26,1.32c0,.68-.56,1.29-1.29,1.29-.66,0-1.26-.61-1.26-1.29Z' fill='%23fff'/%3E%3Cpath d='M121.97,6.35c-1.32.18-1.54.4-2.23,1.92-.83,1.9-2.18,5.01-3.57,8.78h-.68c-1.14-3.04-2.3-5.92-3.49-8.85-.58-1.47-.78-1.64-2.15-1.85v-.63h5.19v.63c-1.37.18-1.42.38-1.01,1.47.66,1.77,1.67,4.43,2.4,6.25.89-2.1,1.69-4.4,2.25-6.05.38-1.21.23-1.49-1.21-1.67v-.63h4.5v.63Z' fill='%23fff'/%3E%3Cpath d='M130.39,14.62c-1.59,2-3.34,2.45-4.12,2.45-3.11,0-4.93-2.53-4.93-5.39,0-1.75.63-3.29,1.67-4.43,1.04-1.16,2.4-1.85,3.72-1.85,2.1,0,3.79,1.87,3.79,3.84,0,.51-.13.71-.58.81-.43.08-3.59.33-6.6.43.03,3.44,2,4.86,3.77,4.86,1.01,0,1.97-.4,2.88-1.26l.4.53ZM123.46,9.46c1.42,0,2.81-.03,4.27-.08.46,0,.61-.15.61-.51.03-1.32-.83-2.53-2.23-2.53-1.16,0-2.28,1.06-2.66,3.11Z' fill='%23fff'/%3E%3Cpath d='M135.52,8.09c.76-1.26,1.85-2.68,3.06-2.68.86,0,1.47.66,1.47,1.26,0,.51-.33,1.01-.81,1.24-.3.13-.53.1-.68-.05-.35-.38-.66-.53-1.06-.53-.66,0-1.47.76-2.02,2.18v4.63c0,1.67.13,1.82,2.07,1.97v.66h-5.82v-.66c1.57-.15,1.75-.3,1.75-1.97v-5.24c0-1.67-.13-1.77-1.57-1.97v-.56c1.24-.2,2.35-.51,3.57-1.04v2.76h.05Z' fill='%23fff'/%3E%3Cpath d='M147.16,8.7c-.48-1.49-1.37-2.5-2.61-2.5-.96,0-1.64.76-1.64,1.75,0,1.14,1.01,1.72,2.15,2.2,1.9.78,3.19,1.69,3.19,3.44,0,2.3-2.15,3.49-4.17,3.49-1.29,0-2.45-.48-2.91-.86-.18-.35-.4-2.07-.4-2.98l.66-.13c.46,1.67,1.59,3.14,3.11,3.14.94,0,1.8-.71,1.8-1.77s-.73-1.72-2-2.3c-1.52-.71-3.16-1.54-3.16-3.49,0-1.77,1.52-3.26,3.84-3.26,1.04,0,1.72.23,2.25.43.2.58.48,2.07.56,2.71l-.66.15Z' fill='%23fff'/%3E%3Cpath d='M149.69,16.77v-.66c1.59-.15,1.77-.3,1.77-2.02v-5.21c0-1.57-.08-1.67-1.59-1.92v-.61c1.29-.2,2.48-.53,3.59-.99v8.73c0,1.72.18,1.87,1.8,2.02v.66h-5.56ZM151.03,1.92c0-.76.61-1.32,1.29-1.32s1.26.56,1.26,1.32c0,.68-.56,1.29-1.29,1.29-.66,0-1.26-.61-1.26-1.29Z' fill='%23fff'/%3E%3Cpath d='M161.22,16.74c-.43.23-.83.33-1.06.33-1.59,0-2.48-1.01-2.48-3.01v-7.36h-1.75l-.1-.25.68-.73h1.16v-1.85l1.64-1.67.35.05v3.47h2.86c.23.25.15.81-.15.99h-2.71v6.5c0,2.05.83,2.43,1.47,2.43s1.21-.25,1.57-.43l.23.66-1.72.89Z' fill='%23fff'/%3E%3Cpath d='M175.11,6.35c-1.34.2-1.57.4-2.25,1.85-.63,1.34-1.42,3.44-3.16,7.61-1.69,4.05-2.25,5.49-2.61,6.85-.13.48-.46.61-.81.61-.71,0-1.44-.61-1.44-1.21,0-.4.23-.63.66-.91.78-.51,1.29-1.14,1.87-2.25.48-.89.68-1.42.78-1.75.13-.38.13-.71-.03-1.14-1.01-2.88-2.15-5.94-2.91-7.74-.53-1.39-.78-1.72-2.18-1.92v-.63h5.13v.63c-1.16.2-1.29.46-.96,1.39l2.3,6.35c.71-1.72,1.8-4.7,2.33-6.3.3-.96.13-1.24-1.32-1.44v-.63h4.58v.63Z' fill='%23fff'/%3E%3Cpath d='M88.53,37.15v-.71c2.05-.2,2.15-.33,2.12-3.01l-.08-10.32h-.1l-6.17,13.86h-.51l-5.67-13.51h-.05l-.38,7.21c-.1,2.07-.1,3.19-.08,4.2.05,1.21.66,1.39,2.33,1.57v.71h-5.89v-.71c1.47-.18,1.97-.46,2.15-1.52.13-.89.28-2,.48-4.63l.35-5.26c.23-3.29.1-3.39-2.2-3.62v-.71h4.15l5.77,12.65,5.84-12.65h4.3v.71c-2.23.2-2.4.25-2.33,2.86l.25,9.16c.08,2.68.15,2.81,2.35,3.01v.71h-6.65Z' fill='%23fff'/%3E%3Cpath d='M104.03,37.46c-.38,0-.91-.23-1.19-.48-.33-.35-.48-.71-.61-1.14-1.01.68-2.23,1.62-2.98,1.62-1.8,0-3.04-1.49-3.04-3.09,0-1.24.66-2.02,2.05-2.5,1.52-.51,3.36-1.19,3.92-1.64v-.46c0-1.82-.86-2.86-2.12-2.86-.51,0-.89.2-1.14.51-.33.33-.56.89-.76,1.67-.1.4-.38.58-.73.58-.46,0-1.11-.51-1.11-1.09,0-.38.33-.66.81-1.01.71-.51,2.35-1.49,3.79-1.77.76,0,1.52.23,2.07.68.89.73,1.14,1.77,1.14,3.09v4.7c0,1.14.46,1.52.89,1.52.3,0,.66-.13.91-.28l.25.66-2.15,1.29ZM102.19,31.08c-.53.28-1.75.81-2.28,1.06-.99.46-1.54.94-1.54,1.85,0,1.32,1.01,1.95,1.8,1.95.66-.03,1.54-.46,2.02-.91v-3.95Z' fill='%23fff'/%3E%3Cpath d='M113.39,29.08c-.48-1.49-1.37-2.5-2.61-2.5-.96,0-1.64.76-1.64,1.75,0,1.14,1.01,1.72,2.15,2.2,1.9.78,3.19,1.69,3.19,3.44,0,2.3-2.15,3.49-4.17,3.49-1.29,0-2.45-.48-2.91-.86-.18-.35-.4-2.07-.4-2.98l.66-.13c.46,1.67,1.59,3.14,3.11,3.14.94,0,1.8-.71,1.8-1.77s-.73-1.72-2-2.3c-1.52-.71-3.16-1.54-3.16-3.49,0-1.77,1.52-3.26,3.84-3.26,1.04,0,1.72.23,2.25.43.2.58.48,2.07.56,2.71l-.66.15Z' fill='%23fff'/%3E%3Cpath d='M122.3,29.08c-.48-1.49-1.37-2.5-2.61-2.5-.96,0-1.64.76-1.64,1.75,0,1.14,1.01,1.72,2.15,2.2,1.9.78,3.19,1.69,3.19,3.44,0,2.3-2.15,3.49-4.17,3.49-1.29,0-2.45-.48-2.91-.86-.18-.35-.4-2.07-.4-2.98l.66-.13c.46,1.67,1.59,3.14,3.11,3.14.94,0,1.8-.71,1.8-1.77s-.73-1.72-2-2.3c-1.52-.71-3.16-1.54-3.16-3.49,0-1.77,1.52-3.26,3.84-3.26,1.04,0,1.72.23,2.25.43.2.58.48,2.07.56,2.71l-.66.15Z' fill='%23fff'/%3E%3Cpath d='M132.54,37.46c-.38,0-.91-.23-1.19-.48-.33-.35-.48-.71-.61-1.14-1.01.68-2.23,1.62-2.98,1.62-1.8,0-3.04-1.49-3.04-3.09,0-1.24.66-2.02,2.05-2.5,1.52-.51,3.36-1.19,3.92-1.64v-.46c0-1.82-.86-2.86-2.12-2.86-.51,0-.89.2-1.14.51-.33.33-.56.89-.76,1.67-.1.4-.38.58-.73.58-.46,0-1.11-.51-1.11-1.09,0-.38.33-.66.81-1.01.71-.51,2.35-1.49,3.79-1.77.76,0,1.52.23,2.07.68.89.73,1.14,1.77,1.14,3.09v4.7c0,1.14.46,1.52.89,1.52.3,0,.66-.13.91-.28l.25.66-2.15,1.29ZM130.69,31.08c-.53.28-1.75.81-2.28,1.06-.99.46-1.54.94-1.54,1.85,0,1.32,1.01,1.95,1.8,1.95.66-.03,1.54-.46,2.02-.91v-3.95Z' fill='%23fff'/%3E%3Cpath d='M144.4,34.88c-1.11,1.47-2.81,2.58-4.3,2.58-3.19,0-5.06-2.58-5.06-5.29,0-1.95.83-3.64,2.53-4.96,1.32-1.01,2.83-1.42,3.82-1.42s1.85.33,2.25.66c.33.28.4.51.4.78,0,.53-.56,1.09-.83,1.09-.13,0-.25-.08-.48-.28-.76-.71-1.64-1.04-2.53-1.04-1.67,0-3.14,1.39-3.14,4.05,0,3.52,2.4,4.68,3.82,4.68,1.09,0,1.92-.3,3.09-1.39l.43.53Z' fill='%23fff'/%3E%3Cpath d='M151.61,37.15v-.66c1.47-.15,1.67-.3,1.67-1.95v-4.2c0-2.07-.78-3.11-2.48-3.11-.96,0-1.92.48-2.63,1.29v6.02c0,1.62.13,1.8,1.62,1.95v.66h-5.36v-.66c1.52-.13,1.75-.28,1.75-1.95v-12.07c0-1.59-.05-1.72-1.72-1.87v-.58c1.21-.18,2.73-.58,3.72-.89v8.5c.89-.91,2.25-1.85,3.62-1.85,2.05,0,3.49,1.29,3.49,4.33v4.43c0,1.67.18,1.82,1.67,1.95v.66h-5.34Z' fill='%23fff'/%3E%3Cpath d='M169.44,36.55c-1.16.18-2.45.53-3.72.91l-.15-.15v-1.8c-.58.43-1.16.89-1.87,1.32-.73.43-1.26.63-1.95.63-1.69,0-3.14-1.04-3.14-3.77v-4.96c0-1.39-.1-1.49-1.54-1.77v-.58c1.19-.08,2.4-.23,3.62-.46-.08.78-.08,1.97-.08,3.69v3.39c0,2.25,1.09,2.86,2.23,2.86.91,0,1.87-.38,2.73-1.21v-5.89c0-1.44-.15-1.54-1.97-1.8v-.58c1.32-.08,2.63-.18,3.97-.46v8.45c0,1.26.2,1.44,1.16,1.49l.71.05v.63Z' fill='%23fff'/%3E%3Cpath d='M176.98,29.08c-.48-1.49-1.37-2.5-2.61-2.5-.96,0-1.64.76-1.64,1.75,0,1.14,1.01,1.72,2.15,2.2,1.9.78,3.19,1.69,3.19,3.44,0,2.3-2.15,3.49-4.17,3.49-1.29,0-2.45-.48-2.91-.86-.18-.35-.4-2.07-.4-2.98l.66-.13c.46,1.67,1.59,3.14,3.11,3.14.94,0,1.8-.71,1.8-1.77s-.73-1.72-2-2.3c-1.52-.71-3.16-1.54-3.16-3.49,0-1.77,1.52-3.26,3.84-3.26,1.04,0,1.72.23,2.25.43.2.58.48,2.07.56,2.71l-.66.15Z' fill='%23fff'/%3E%3Cpath d='M188.54,35c-1.59,2-3.34,2.45-4.12,2.45-3.11,0-4.93-2.53-4.93-5.39,0-1.75.63-3.29,1.67-4.43,1.04-1.16,2.4-1.85,3.72-1.85,2.1,0,3.79,1.87,3.79,3.84,0,.51-.13.71-.58.81-.43.08-3.59.33-6.6.43.03,3.44,2,4.86,3.77,4.86,1.01,0,1.97-.4,2.88-1.26l.4.53ZM181.61,29.84c1.42,0,2.81-.03,4.27-.08.46,0,.61-.15.61-.51.03-1.32-.83-2.53-2.23-2.53-1.16,0-2.28,1.06-2.66,3.11Z' fill='%23fff'/%3E%3Cpath d='M194.61,37.13c-.43.23-.83.33-1.06.33-1.59,0-2.48-1.01-2.48-3.01v-7.36h-1.75l-.1-.25.68-.73h1.16v-1.85l1.64-1.67.35.05v3.47h2.86c.23.25.15.81-.15.99h-2.71v6.5c0,2.05.83,2.43,1.47,2.43s1.21-.25,1.57-.43l.23.66-1.72.89Z' fill='%23fff'/%3E%3Cpath d='M201.87,37.13c-.43.23-.83.33-1.06.33-1.59,0-2.48-1.01-2.48-3.01v-7.36h-1.75l-.1-.25.68-.73h1.16v-1.85l1.64-1.67.35.05v3.47h2.86c.23.25.15.81-.15.99h-2.71v6.5c0,2.05.83,2.43,1.47,2.43s1.21-.25,1.57-.43l.23.66-1.72.89Z' fill='%23fff'/%3E%3Cpath d='M210.82,29.08c-.48-1.49-1.37-2.5-2.61-2.5-.96,0-1.64.76-1.64,1.75,0,1.14,1.01,1.72,2.15,2.2,1.9.78,3.19,1.69,3.19,3.44,0,2.3-2.15,3.49-4.17,3.49-1.29,0-2.45-.48-2.91-.86-.18-.35-.4-2.07-.4-2.98l.66-.13c.46,1.67,1.59,3.14,3.11,3.14.94,0,1.8-.71,1.8-1.77s-.73-1.72-2-2.3c-1.52-.71-3.16-1.54-3.16-3.49,0-1.77,1.52-3.26,3.84-3.26,1.04,0,1.72.23,2.25.43.2.58.48,2.07.56,2.71l-.66.15Z' fill='%23fff'/%3E%3Cpath d='M178.33,11.7c0-2.19,1.16-3.86,2.56-4.6.61-.32,1.3-.54,1.82-.54,1.4,0,2.24.96,2.24,2.63,0,1.45-.62,3.1-1.8,4.08-.73.61-1.65,1.06-2.6,1.06-1.6,0-2.23-1.26-2.23-2.63ZM181.7,13.55c.91-.39,1.84-2.18,1.84-4.33,0-1.37-.59-2.02-1.37-2.02-.25,0-.46.07-.64.15-.66.29-1.79,1.67-1.79,4.27,0,1.25.52,2.04,1.42,2.04.2,0,.37-.03.54-.1Z' fill='%23fff'/%3E%3Cpath d='M187.06,6.83c.25-1.28.66-2.51,1.42-3.36.78-.86,1.74-1.35,2.41-1.35.59,0,1.03.42,1.01.73,0,.25-.24.56-.42.69-.13.1-.3.12-.42-.02-.35-.37-.71-.59-1.06-.59-.62,0-1.13.78-1.64,3.9h1.91l-.35.52-1.69.17c-.3,1.85-.49,2.88-.86,4.76-.59,2.9-1.21,4.17-2.14,5.13-.74.79-1.45,1.06-1.91,1.06-.49,0-1.06-.34-1.05-.73,0-.22.2-.51.46-.71.13-.12.22-.1.32,0,.27.25.76.42,1.06.42.29,0,.56-.13.73-.34.22-.25.62-.96,1.18-4.23.4-2.33.62-3.74.91-5.4h-1.4l-.05-.19.51-.47h1.08Z' fill='%23fff'/%3E%3Cpath d='M82.12,55.07v-.57c1.28-.16,1.47-.33,1.2-1.12-.26-.79-.67-1.9-1.12-3.14h-4.34c-.33.92-.63,1.77-.9,2.63-.45,1.28-.26,1.49,1.26,1.63v.57h-4.42v-.57c1.28-.18,1.57-.31,2.28-2.1l4.22-10.7.63-.18c1.26,3.5,2.63,7.38,3.93,10.92.65,1.75.92,1.94,2.24,2.06v.57h-4.99ZM80.13,44.17h-.04c-.65,1.75-1.3,3.52-1.92,5.2h3.75l-1.79-5.2Z' fill='%23fff'/%3E%3Cpath d='M98.95,55.07v-.53c1.2-.12,1.43-.2,1.43-1.65v-3.4c0-1.45-.51-2.36-1.79-2.36-.73,0-1.51.41-2.28,1.06.04.24.06.47.06.86v3.97c0,1.28.18,1.41,1.3,1.53v.53h-4.36v-.53c1.26-.12,1.45-.22,1.45-1.57v-3.5c0-1.51-.53-2.34-1.77-2.34-.82,0-1.61.55-2.22,1.06v4.79c0,1.32.16,1.45,1.16,1.57v.53h-4.3v-.53c1.34-.12,1.53-.24,1.53-1.57v-4.22c0-1.3-.06-1.41-1.24-1.59v-.47c.9-.16,1.94-.43,2.83-.84v1.65c.43-.29.88-.65,1.49-1.04.53-.33,1.02-.55,1.67-.55.98,0,1.85.61,2.26,1.67.59-.45,1.18-.84,1.69-1.14.43-.29.96-.53,1.53-.53,1.59,0,2.59,1.12,2.59,3.12v3.93c0,1.37.16,1.45,1.32,1.57v.53h-4.34Z' fill='%23fff'/%3E%3Cpath d='M109.71,55.07v-.53c1.18-.12,1.34-.24,1.34-1.57v-3.38c0-1.67-.63-2.51-2-2.51-.77,0-1.55.39-2.12,1.04v4.85c0,1.3.1,1.45,1.3,1.57v.53h-4.32v-.53c1.22-.1,1.41-.22,1.41-1.57v-9.72c0-1.28-.04-1.39-1.39-1.51v-.47c.98-.14,2.2-.47,3-.71v6.85c.71-.73,1.81-1.49,2.91-1.49,1.65,0,2.81,1.04,2.81,3.48v3.57c0,1.34.14,1.47,1.34,1.57v.53h-4.3Z' fill='%23fff'/%3E%3Cpath d='M121.98,53.34c-1.28,1.61-2.69,1.98-3.32,1.98-2.51,0-3.97-2.04-3.97-4.34,0-1.41.51-2.65,1.34-3.57.84-.94,1.94-1.49,3-1.49,1.69,0,3.06,1.51,3.06,3.1,0,.41-.1.57-.47.65-.35.06-2.89.27-5.32.35.02,2.77,1.61,3.91,3.04,3.91.81,0,1.59-.33,2.32-1.02l.33.43ZM116.39,49.18c1.14,0,2.26-.02,3.44-.06.37,0,.49-.12.49-.41.02-1.06-.67-2.04-1.79-2.04-.94,0-1.83.86-2.14,2.51Z' fill='%23fff'/%3E%3Cpath d='M126.11,48.08c.61-1.02,1.49-2.16,2.47-2.16.69,0,1.18.53,1.18,1.02,0,.41-.26.82-.65,1-.24.1-.43.08-.55-.04-.29-.31-.53-.43-.86-.43-.53,0-1.18.61-1.63,1.75v3.73c0,1.34.1,1.47,1.67,1.59v.53h-4.69v-.53c1.26-.12,1.41-.24,1.41-1.59v-4.22c0-1.34-.1-1.43-1.26-1.59v-.45c1-.16,1.89-.41,2.87-.84v2.22h.04Z' fill='%23fff'/%3E%3Cpath d='M135.38,48.57c-.39-1.2-1.1-2.02-2.1-2.02-.77,0-1.32.61-1.32,1.41,0,.92.82,1.39,1.73,1.77,1.53.63,2.57,1.37,2.57,2.77,0,1.85-1.73,2.81-3.36,2.81-1.04,0-1.98-.39-2.34-.69-.14-.29-.33-1.67-.33-2.4l.53-.1c.37,1.34,1.28,2.53,2.51,2.53.75,0,1.45-.57,1.45-1.43s-.59-1.39-1.61-1.85c-1.22-.57-2.55-1.24-2.55-2.81,0-1.43,1.22-2.63,3.1-2.63.84,0,1.39.18,1.81.35.16.47.39,1.67.45,2.18l-.53.12Z' fill='%23fff'/%3E%3Cpath d='M141.05,55.05c-.35.18-.67.26-.86.26-1.28,0-2-.82-2-2.42v-5.93h-1.41l-.08-.2.55-.59h.94v-1.49l1.32-1.34.29.04v2.79h2.3c.18.2.12.65-.12.79h-2.18v5.24c0,1.65.67,1.96,1.18,1.96s.98-.2,1.26-.35l.18.53-1.39.71Z' fill='%23fff'/%3E%3Cpath d='M64.57,54.67h-20.45l.17-22.68c-2.79,4.24-10.63,15.97-10.63,15.97l-1.45.02s-7.9-11.74-10.69-15.99l.17,22.68H1.25l-.04-13.35h2.75l-.2-26.49H1.08l-.08-13.83h18.99l12.92,20.95L45.83,1h18.99l-.08,13.83h-2.68l-.2,26.49h2.75l-.04,13.35Z' fill='%23fff'/%3E%3Cpath d='M65.56,55.67h-22.45l.16-20.32c-3.44,5.18-8.77,13.16-8.77,13.16l-.29.44-2.52.03-.3-.45c-.06-.1-5.41-8.04-8.83-13.19l.16,20.33H.25l-.04-15.35h2.74l-.19-24.49H.09L0,0h20.55l12.36,20.04L45.27,0h20.55l-.09,15.83h-2.68l-.19,24.49h2.74l-.04,15.35ZM45.13,53.67h18.44l.03-11.35h-2.75l.22-28.49h2.68l.06-11.83h-17.42l-13.48,21.85L19.43,2H2.01l.06,11.83h2.68l.22,28.49h-2.75l.03,11.35h18.44l-.19-25.06,1.86,2.83c2.45,3.72,8.91,13.34,10.38,15.53h.38c1.45-2.17,7.87-11.78,10.33-15.53l1.86-2.83-.19,25.06Z' fill='%23212721'/%3E%3Cpath d='M47.25,51.56h14.21l.02-7.13h-2.76l.25-32.71h2.67l.04-7.61h-14.12l-14.65,23.76L18.26,4.11H4.13l.04,7.61h2.67l.25,32.71h-2.76l.02,7.13h14.21l-.23-30.15,2.9,4.45c3.02,4.63,6.94,10.55,11.68,17.63,4.74-7.07,8.66-12.99,11.68-17.63l2.9-4.45-.23,30.15Z' fill='%23881c1c'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
}
#umass--global--footer--links {
	margin-bottom: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	list-style: none;
	row-gap: .5rem;
	li {
		text-align: center;
	}
	a {
		color: #fff;
		display: inline-block;
		text-decoration-thickness: 2px;
		&:hover {
			text-decoration: underline 2px;
		}
	}
	@media (min-width: 37.5rem) {
		column-gap: 0.25rem;
		flex-flow: wrap;
		justify-content: center;
		li:after {
			content: ' · ';
		}
		li:first-child {
			flex-basis: 100%;
		}
		li:first-child:after,
		li:last-child:after {
			content: none;
		}
	}
	@media (min-width: 62rem) {
		justify-content: flex-end;
		li:first-child {
			text-align: right;
		}
	}
}