<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: "EB Garamond";
	src: url("lib/EB_Garamond/EBGaramond-Regular.ttf");
}
html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #4E4E4E;
	font-size: 0.82rem;
	min-height: 60rem;
}

h4 {
	font-weight: normal;
	font-family: "EB Garamond", "Times New Roman", serif;
	color: #4E4E4E;
	font-size: 1.7em;
}

a {
	/*color: #036; *//* blu */
	color: rgb(45, 58, 7); /* verde */
	text-decoration: none;
	border-bottom: 1px dotted rgba(128, 128, 128, 0.4);
}

a:hover {
	border-bottom-style: solid;
}

.mmfg-clean-link {
	border: none;
}

.mmfg-clean-link:hover, .mmfg-clean-link:active {
	border: none;
}

.mmfg-strip {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 90px;
	background-color: rgb(149, 152, 157);
	text-align: center;
}

#mmfg-header {
	position: absolute;
	top: 0;
}

#mmfg-footer {
	margin-top: -90px;
}

#mmfg-content {
	border-color: transparent;
	border-style: solid;
	border-width: 90px 0 90px 0;
	text-align: center;
	height: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-size: 100% auto;
	background: url(/static/campus/campus-north.jpg) no-repeat top;
}

@media screen and (max-aspect-ratio: 1594/960) {
	/* portrait */
	#mmfg-content {
		background-size: auto 100%;
	}
}

@media screen and (min-aspect-ratio: 1594/960) {
	/* landscape */
	#mmfg-content {
		background-size: 100% auto;
	}
}


@media screen and (min-width: 1920px) {
	#mmfg-content {
		background-image: url(/static/campus/campus-north.L.jpg);
	}
}

#mmfg-content .mmfg-content-body {
	height: 100%;
	background-color: rgba(245, 245, 250, 0.8);
	padding-top: 0;
}

.mmfg-content-body {
	display: inline-block;
	width: 980px;
	padding-top: 2rem;
}

.mmfg-list {
	text-align: left;
	padding-left: 0.25rem;
	font-size: 0.82rem;
	list-style-type: none;
	margin: 0.5rem;
}

.mmfg-list li {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.mmfg-list li p {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

.mmfg-list li ul {
	list-style-type: none;
	padding-left: 0.25rem;
}

.mmfg-list li li {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

#mmfg-logo-group {
	padding: 0.5em 0;
	background-color: rgb(250, 250, 250);
}

#mmfg-logo-group &gt; img {
	padding: 0 14px;
}

/*
#mmfg-weather {
	font-size: 0.82rem;
	text-transform: uppercase;
	color: rgb(241, 249, 247);
	margin: 0.2rem;
	vertical-align: bottom;
}
*/
#mmfg-login-deck-container {
	position: relative;
	height: 36rem;
	overflow-y: auto;
	overflow-x: hidden;
}

.mmfg-login-deck input {
	border: 1px solid rgb(199, 204, 184);
	border-radius: 2px;
	box-sizing: border-box;
	color: rgb(74, 77, 70);
	font-size: 1rem;
	margin: 1em auto 0;
	padding: .4em;
	width: 80%;
	transition: border .35s cubic-bezier(.78, .33, .3, .71);
}

.mmfg-login-deck input:focus {
	border-color: rgb(124, 128, 115);
	outline: none; 
}

.mmfg-login-deck button[type=submit] {
	background-color: rgb(74, 77, 69);
	border: none;
	border-radius: 2px;
	color: #FFF;
	font-size: 1rem;
	margin: 1em auto;
	padding: .5em;
	transform: translate3d(0, 0, 0);
	width: 80%;
}

.mmfg-login-deck button[type=submit]:active {
	transform: translate3d(0, 1px, 0);
}

#mmfg-login-form-message {
	text-align: center;
	padding: 2rem;
	font-size: 1.85em;
	color: #888;
}

#mmfg-login-form-message.mmfg-login-error,
.mmfg-password-check-error {
	color: #800;
}

.mmfg-password-check-error {
	color: #e40000;
	text-decoration: underline;
}

#mmfg-login-sites ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#mmfg-login-sites ul li {
	margin: 0;
	padding: 0;
}

#mmfg-login-sites ul a {
	display: block;
	padding: 0.5rem 1rem;
	text-align: left;
	background-color: transparent;
	-moz-transition: background-color 0.1s;
	-webkit-transition: background-color 0.1s;
	transition: background-color 0.1s;
}

#mmfg-login-sites ul li a:hover {
	background-color: rgba(152, 179, 205, 0.75);
}

#mmfg-login-progress {
	font-size: 2em;
}

#mmfg-loggedin {
	padding-top: 3em;
	color: #555;
	text-align: right;
}

/* loading animation */
@keyframes show {
	from { opacity: 1 }
	to { opacity: 0 }
}
.spoke {
	fill: #1f4e7d;
	animation-name: show;
	animation-iteration-count: infinite;
	animation-duration: 1s;
}
#spoke-1  { animation-delay: 0s; }
#spoke-2  { animation-delay: .08333333333333333s; }
#spoke-3  { animation-delay: .16666666666666666s; }
#spoke-4  { animation-delay: .25s; }
#spoke-5  { animation-delay: .3333333333333333s; }
#spoke-6  { animation-delay: .4166666666666667s; }
#spoke-7  { animation-delay: .5s; }
#spoke-8  { animation-delay: .5833333333333334s; }
#spoke-9  { animation-delay: .6666666666666666s; }
#spoke-10 { animation-delay: .75s; }
#spoke-11 { animation-delay: .8333333333333334s; }
#spoke-12 { animation-delay: .9166666666666666s; }

#mmfg-signature {
	color: rgb(102, 102, 102);
	font-size: 1em;
	letter-spacing: -1px;
}

.mmfg-reset-password-info p {
	padding: 0 3em;
	text-align: left;
}

/* deck shuffle animation */
.mmfg-shuffle {
	position: absolute;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	
	transition-property: visibility, opacity, transform;
	transition-duration: 0s, .35s, .35s;
	transition-timing-function: linear, cubic-bezier(.78,.33,.3,.71), cubic-bezier(.78,.33,.3,.71);  
	transform: translate3d(0, 10px, 0);
}

.mmfg-shuffle.in {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	transition-delay: 0s, 0s, 0s;
}

.mmfg-shuffle.out {
	transform: translate3d(0, -20px, 0);
	transition-delay: .35s, 0s, 0s;
}

#popup-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
}

#popup-overlay:target,
#popup-overlay.visible {
	visibility: visible;
	opacity: 1;
}

#popup {
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 464px;
	height: 464px;
	margin: auto;
	position: relative;
	top: 50%;
    transform: translateY(-50%);
}

#popup #popup-buttons {
	position: absolute;
  	top: 20px;
  	right: 30px;
	display: flex;
	flex-direction: row;
	align-content: center;
    justify-content: flex-end;
    align-items: center;
}

#popup .popup-button {
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	cursor: pointer;
	border-bottom: none;
}

#popup .popup-button:hover {
	color: #06D85F;
}

#popup #popup-content {
	height: 100%;
    width: 100%;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
</pre></body></html>