/*UComms font update 2024: Metropolis*/
@import url("https://msu-p-001.sitecorecontenthub.cloud/api/public/content/1a1d46b45afb40eda6ebf4ed44077295");

.module {
	position: relative;
	margin: 10px;
}
.column {
	position: relative;
	margin: 10px;
}

.login-header, .menu-header, .box-header {
	background:#3F5657;
	background:-moz-linear-gradient(
		top,
		#627D79 0%,
		#3F5657 100%
	);
	background:-webkit-linear-gradient(
		top,
		#627D79 0%,
		#3F5657 100%
	);
	background:-o-linear-gradient(
		top,
		#627D79 0%,
		#3F5657 100%
	);
	background:linear-gradient(
		top,
		#627D79 0%,
		#3F5657 100%
	);
	background:-ms-linear-gradient(
		top,
		#627D79 0%,
		#3F5657 100%
	);
	 border: 1px solid #262628;
}
.login-header h3, .menu-header h3, .box-header h3 {
	color: #FDFDFF;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	margin: 0px;
	padding: 10px 15px;
}
.login-header h3 small, .menu-header h3 small {
	display: block;	
	font-size: 11px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.ajax-load {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #FFFFFF url(../images/ajax-loader.gif) no-repeat 50% 50%;
	width: 100%;
	height: 100%;
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.login-options {
	margin: 0px;
	padding: 0px;
	list-style: none;	
}
.login-options li {
	margin-bottom: 5px;
}
.login-options li:last-child {
	margin-bottom: 0px;
}
.login-options li a {
	display: block;
	height: 48px;
	line-height: 48px;
	padding-left: 48px;	
	cursor: pointer;
	background: #F1F1F1;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
	color: #3f5657;
	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
}
.login-options li a.loginIcon {
	background: #F1F1F1 url(../images/loginIcon.png) no-repeat 8px 50%;	
}
.login-options li a.msuaaIcon {
	background: #F1F1F1 url(../images/msuaaIcon.png) no-repeat 8px 50%;	
}

.login-options li a.publicIcon {
	background: #F1F1F1 url(../images/publicIcon.png) no-repeat 8px 50%;	
}

.login-options li a.facebookIcon {
	background: #F1F1F1 url(../images/facebookIcon.png) no-repeat 8px 50%;	
}
.login-options li a:hover {
	background-color: rgba(0,0,0,0.1);	
	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
	-webkit-transition:
		border-color 0.25s ease-in-out,
		color 0.25s ease-in-out,
		background 0.25s ease-in-out;
	-moz-transition:
		border-color 0.25s ease-in-out,
		color 0.25s ease-in-out,
		background 0.25s ease-in-out;
	-o-transition:
		border-color 0.25s ease-in-out,
		color 0.25s ease-in-out,
		background 0.25s ease-in-out;
	-ms-transition:
		border-color 0.25s ease-in-out,
		color 0.25s ease-in-out,
		background 0.25s ease-in-out;
	transition:
		border-color 0.25s ease-in-out,
		color 0.25s ease-in-out,
		background 0.25s ease-in-out;
}

#ForgotMSUAA {
	cursor: pointer;	
}

#quickIdList {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#quickIdList li {
	border-bottom: 1px dotted #d1d1d1;
	margin-bottom: 5px;
	padding: 10px 0;
}
#quickIdList li label {
	display: flex;
	align-items: center;
	font-size: 16px;
	margin-left: 5px;
	margin-bottom: 0px;
}

.data-label, .data-value {
	display: inline-block;
	margin-bottom: 4px;	
}
.data-label {
	width: 120px;
	font-size: 12px;
	color: #777;
}
.data-value {
	width: 250px;
	color: #444;
}
.checkbox {
	width: 16px;
	height: 16px;
	display: inline-block;	
}
.checkbox.on {
	background: url(../images/checkboxes.png) no-repeat 0 0;	
}
.checkbox.of {
	background: url(../images/checkboxes.png) no-repeat -16px 0px;	
}



.participant {
	min-height: 48px;
	padding-left: 48px;	
	background: #f1f1f1 url(../images/participant.png) no-repeat 8px 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 8px;
	overflow: hidden;
}
.participant-empty {
	color: #3f5657;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
}
.participant-name {
	color: #3f5657;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
	padding: 7px 0px;
	line-height: 17px;
}
.participant-details {
	font-size: 12px;
	font-weight: normal;
	color: #6E6E6E;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 0 0 3px;
	line-height: 11px;
}
.participant-detail-item {
	display: flex;
	line-height: 1.2em;
	margin: 0 12px 7px 0;
}
.participant-cancel a {
	background: url(../images/cancel.png) no-repeat 0 8px;
	color: #3f5657;
	display: inline-block;
	font-size: 14px;
	padding: 7px 0 0 20px;
	margin-bottom: 15px;
	min-height: 30px;
}
.participant-cancel a:hover {
	color: #6E6E6E;
}
@media only screen and (min-width : 768px) {
	.participant-cancel {
		text-align: center;
	}
	.participant-cancel a {
		background: url(../images/cancel.png) no-repeat 50% 100%;
		min-height: 31px;
		padding: 6px 0;
	}
}
.participant-amount {
	font-weight: bold;
	font-size: 14px;
	color: #3f5657;
	padding: 7px 0;
	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
}

.summary {
	margin: 0px;
	padding: 0px;
	list-style: none;	
}
.summary li {
	margin-bottom: 5px;
	padding: 0px 5px 5px 5px;
	border-bottom: 1px dotted #d1d1d1;	
}
.summary span {
	display: inline-block;
	float: right;
}

.summary-total {
	margin: 10px 0px;
	padding: 0px;
	list-style: none;	
}
.summary-total li {
	padding: 5px;	
	font-weight: bold;
	color: #3f5657;
}
.summary-total li span {
	display: inline-block;
	padding-left: 10px;	
}

/* Wizard Navigation
----------------------------------------------------------------------------------------------------*/
.flexer,
.progress-indicator {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.no-flexer,
.progress-indicator.stacked {
    display: block;
}

.no-flexer-element {
    -ms-flex: 0;
    -webkit-flex: 0;
    -moz-flex: 0;
    flex: 0;
}

.flexer-element,
.progress-indicator > li {
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
}

.progress-indicator {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 1em;
	margin-top: 1em;
}

.progress-indicator > li {
    list-style: none;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    text-overflow: ellipsis;
    color: #6e6e6e;
    display: block;
}

.progress-indicator > li .bubble {
    border-radius: 1000px;
    width: 20px;
    height: 20px;
    background-color: #bbbbbb;
    display: block;
    margin: 0 auto 0.5em auto;
    border-bottom: 1px solid #888888;
}

.progress-indicator > li .bubble:before,
.progress-indicator > li .bubble:after {
    display: block;
    position: absolute;
    top: 9px;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #bbbbbb;
}

.progress-indicator > li .bubble:before {
    left: 0;
}

.progress-indicator > li .bubble:after {
    right: 0;
}

.progress-indicator > li.completed {
    color: #000;
	font-weight: 800;
}

.progress-indicator > li.completed a {
    color: #000;
	font-weight: 800;
	text-decoration: underline;
}

.progress-indicator > li.completed a:hover {
	text-decoration: none;
}

.progress-indicator > li.completed .bubble {
    background-color: #000;
    color: #000;
    border-color: #000;
}

.progress-indicator > li.completed .bubble:before,
.progress-indicator > li.completed .bubble:after {
    background-color: #000;
    border-color: #247830;
}
@media handheld,
screen and (max-width: 667px) {
    .progress-indicator {
        font-size: 65%;
    }
}

#steps {
	margin: 0px 10px 5px 10px;
	height: 40px;	
}

#steps span {
	display: block;
	padding-left: 48px;
	height: 40px;
	line-height: 18px;
	font-size: 13px;
	font-weight: bold;
	color: #999;
}
#steps span small {
	font-size: 11px;
	font-weight: bold;
	padding-left: 1px;
	color: #999;
}
#steps span.active, #steps span.active small {
	color: #555;
}
#steps span.first {
	background: url(../images/step.png) no-repeat 0 0;	
}
#steps span.first.active {
	background: url(../images/step.png) no-repeat 0 -40px;	
}
#steps span.second {
	background: url(../images/step.png) no-repeat 0 -80px;	
}
#steps span.second.active {
	background: url(../images/step.png) no-repeat 0 -120px;	
}
#steps span.third {
	background: url(../images/step.png) no-repeat 0 -160px;	
}
#steps span.third.active {
	background: url(../images/step.png) no-repeat 0 -200px;	
}
#steps span.fourth {
	background: url(../images/step.png) no-repeat 0 -240px;	
}
#steps span.fourth.active {
	background: url(../images/step.png) no-repeat 0 -280px;	
}
#steps span.fifth {
	background: url(../images/step.png) no-repeat 0 -320px;	
}
#steps span.fifth.active {
	background: url(../images/step.png) no-repeat 0 -360px;	
}

#paymentButton {
	text-align: center;	
}

@media screen and (min-width : 768px) and (max-width : 1024px) {
	#paymentButton span a {
		font-size: 10px;
	}
}

a#btnSubmit {
	cursor: pointer;
	margin: 3px;
	padding: 4px 8px;
	border: 1px solid #333335;
	border-top-color: #3d3d3f;
	border-bottom-color: #111113;
	border-radius: 4px;
	background: #3c3c3e;
	background: -moz-linear-gradient(
					top,
					rgba(90,90,92,1.0) 0%,
					rgba(60,60,62,1.0) 100%
				);
	background: -webkit-linear-gradient(
					top,
					rgba(90,90,92,1.0) 0%,
					rgba(60,60,62,1.0) 100%
				);
	background: -o-linear-gradient(
					top,
					rgba(90,90,92,1.0) 0%,
					rgba(60,60,62,1.0) 100%
				);
	background: linear-gradient(
					top,
					rgba(90,90,92,1.0) 0%,
					rgba(60,60,62,1.0) 100%
				);
	background: -ms-linear-gradient(
					top,
					rgba(90,90,92,1.0) 0%,
					rgba(60,60,62,1.0) 100%
				);
	box-shadow:
		inset 0 1px 0 rgba(253,253,255,0.2),
		0 1px 0 rgba(0,0,2,0.2);
	color: #fdfdff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0,0,2,0.6);
	text-align: center;
}

a#btnSubmit:hover {
	box-shadow:
		inset 0 1px 0 rgba(253,253,255,0.1),
		inset 0 0 8px 1px rgba(0,0,2,0.4),
		0 1px 0px rgba(0,0,2,0.4);
	text-shadow: 0 -1px 0 rgba(0,0,2,0.8);
}

a#btnSubmit:active {
	border-top-color: #111113;
	background: #5a5a5c;
	background: -moz-linear-gradient(
					top,
					rgba(60,60,62,1.0) 0%,
					rgba(90,90,92,1.0) 100%
				);
	background: -webkit-linear-gradient(
					top,
					rgba(60,60,62,1.0) 0%,
					rgba(90,90,92,1.0) 100%
				);
	background: -o-linear-gradient(
					top,
					rgba(60,60,62,1.0) 0%,
					rgba(90,90,92,1.0) 100%
				);
	background: linear-gradient(
					top,
					rgba(60,60,62,1.0) 0%,
					rgba(90,90,92,1.0) 100%
				);
	background: -ms-linear-gradient(
					top,
					rgba(60,60,62,1.0) 0%,
					rgba(90,90,92,1.0) 100%
				);
	box-shadow:
		inset 0 1px 1px rgba(0,0,2,0.1),
		inset 0 0 5px rgba(0,0,2,0.15),
		0 1px 0 rgba(253,253,255,1.0);
	color: #c2c2c4;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.6);
}
.warning{
	background: #fff0eb url(../images/error.png) 0 0 no-repeat;
	border-top: 1px #dcbeb3 solid;
	border-bottom: 1px #dcbeb3 solid;
	margin: 25px 0;
	padding: 10px 10px 8px 40px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.error{
	border-color: rgb(196, 20, 37) !important;
}
/*
Copyright 2011 Michigan State University
Kris Olszewski (olszew33@msu.edu)
*/

/* Useful Classes for Content Creation
----------------------------------------------------------------------------------------------------*/

.display-block { display: block; }
.remove-margin { margin: 0; }
.remove-margin-t { margin-top: 0; }
.remove-margin-b { margin-bottom: 0; }
.hide {display: none;}

/* Fluid images and objects */
.size-auto {
	max-width: 100%;
	height: auto;
}
/* Block Alignment */
.align-left {
	display: block;
	margin-right: 15px;
	float: left;
}
.align-right {
	display: block;
	margin-left: 15px;
	float: right;
}
.align-center {
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

/* Text Alignment */
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }

.offscreen {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
}

/* Tables 
----------------------------------------------------------------------------------------------------*/

table.zebra {
    width: 100%;
}
table.zebra th {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}
table.zebra th, table.zebra td {
    padding: 5px;
}
table.zebra tbody, table.zebra tfoot {
    font-size: 12px;
}
table.zebra .bold {
    font-weight: bold;
}
table.zebra .center {
    text-align: center;
}
table.zebra td * {
    vertical-align: middle;
}
table.zebra tfoot {
    font-style: italic;
}
table.zebra caption {
    font-size: 11px;
    font-style: italic;
    text-align: left;
}
table.zebra tbody td {
    border-bottom: 1px solid #D2D2D4;
}
table.zebra tbody tr:first-child td {
    border-top: 1px solid #D2D2D4;
}
table.zebra tbody tr:nth-of-type(2n+1) {
    background: none repeat scroll 0 0 #FDFDFF;
}
table.zebra {
    background: none repeat scroll 0 0 #F5F5F7;
    border-bottom: 1px solid #D2D2D4;
    border-right: 1px solid #D2D2D4;
    box-shadow: 0 8px 4px -4px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}
table.zebra caption {
    color: #777779;
}
table.zebra thead {	
	background:#3F5657;
	background:-moz-linear-gradient(
		top,
		#627D79 0%,
		#3F5657 100%
	);
	background:-webkit-linear-gradient(
		top,
		#627D79 0%,
		#3F5657 100%
	);
	background:-o-linear-gradient(
		top,
		#627D79 0%,
		#3F5657 100%
	);
	background:linear-gradient(
		top,
		#627D79 0%,
		#3F5657 100%
	);
	background:-ms-linear-gradient(
		top,
		#627D79 0%,
		#3F5657 100%
	);
}
table.zebra thead tr td, table.zebra thead tr th {
    border: 1px solid #262628;
}
table.zebra thead th {
    color: #FDFDFF;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 0 -1px 1px rgba(0, 0, 2, 0.6);
    text-transform: uppercase;
}
table.zebra thead th a:hover {
    color: #FDFDFF;
}
table.zebra tbody tr {
    border-top: 1px solid #D2D2D4;
}
table.zebra tr td, table.zebra tr th {
    border-left: 1px solid #D2D2D4;
}
table.zebra tfoot tr {
    background: none repeat scroll 0 0 #EAEAEC;
    border-bottom: 1px solid #A2A2A4;
    color: #99999B;
}

/* Boxes ADVANCED
----------------------------------------------------------------------------------------------------*/

.box-content {
	border: 1px solid #d2d2d4;
	border-bottom-color: #a2a2a4;
	border-radius: 2px;
	background: #fdfdff;
	box-shadow:
		0 1px 3px rgba(0,0,0,0.08),
		inset 0 1px 0 rgba(255,255,255,1.0);
}

.box-note,
.box-info,
.box-warning,
.box-hint,
.box-success {
	border: 1px solid #d2d2d4;
	border-bottom-color: #a2a2a4;
	border-radius: 2px;
	background: #fdfdff;
	box-shadow:
		0 1px 3px rgba(0,0,0,0.08),
		inset 0 1px 0 rgba(255,255,255,1.0);
}

.box-note p,
.box-info p,
.box-warning p,
.box-hint p,
.box-success p {
	margin: 0;
}

.box-content, .box-note, .box-info, .box-warning, .box-hint, .box-success {
    margin: 15px 0;
    padding: 10px;
}
.box-info, .box-warning, .box-hint, .box-success {
	padding-left: 40px;	
}

.box-info {
	border-color: #a1c0d0;
	border-bottom-color: #79a0b4;
	background: #ebf5fa url(../images/box_info.png) 0 0 no-repeat;
	color: #1d5e80;
}

.box-warning {
	border-color: #edb1a2;
	border-bottom-color: #d18c7b;
	background: #fff0eb url(../images/box_warning.png) 0 0 no-repeat;
	color: #414141;
}

.box-hint {
	border-color: #e2c487;
	border-bottom-color: #c5a35d;
	background: #fffae6 url(../images/box_hint.png) 0 0 no-repeat;
	color: #6a4f16;
}

.box-success {
	border-color: #c2d685;
	border-bottom-color: #a1b661;
	background: #faffe6 url(../images/box_success.png)5px 5px no-repeat;
	color: #51621c;
}

/*
-----------------------------------------------------------------------------------
PAYMENT BLOCK
-----------------------------------------------------------------------------------
*/
.payment-loading-wrapper {
	height: 200px;
	position: relative;
}
.payment-loading {
	bottom: 0;
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.payment-center {
	background: #fff url(../images/ajax-loader.gif) no-repeat 50% 0;
	font: 16px/21px Arial, Helvetica, sans-serif;
	height: 24px;
	left: 50%;
	margin-left: -140px;
	margin-top: -32px;
	padding-top: 40px;
	position: relative;
	text-align:center;
	top: 50%;
	width: 280px;
}
.payment-complete-error {
	background: #ebf5fa;
	border: 1px solid #a1c0d0;
	border-bottom-color: #79a0b4;
	border-radius: 3px;
	box-shadow: 2px 2px 3px rgba(136, 136, 136, 0.75);
	box-sizing: border-box;
	color: #1d5e80;
	display: none;
	height: auto;
	left: 0;
	margin: 0;
	padding: .5em;
	text-align: left;
	top: 25px;
	width: 100%;
}
.payment-complete-error a {
	color: #1d5e80;
	font-weight: bold;
	text-decoration: underline;
}
.payment-complete-error-text-override {
	display:none;
}
#payWithCreditCard {
	display:none;
}
#payment-iframe {
	height:0;
	width:100%;
}
#payment-notice {
	color: #999;
	display:none;
	font-size: 12px;
	line-height:16px;
}

/* Forms (Needed for System Markup)
----------------------------------------------------------------------------------------------------*/

/* Box */
form.box fieldset {
	margin-bottom: 30px;
	padding: 0 10px 10px 10px;
}
form.box legend { padding: 0 10px; }
form.box fieldset > div { margin: 15px 0; }

form.box button,
form.box input[type='button'],
form.box input[type='reset'] { vertical-align: middle; }

/* Forms ADVANCED
----------------------------------------------------------------------------------------------------*/
form.box, .menu-holder, .bio-information, .inner-box {
	position: relative;
	padding: 15px;	
	background: #FFF;
	border: 1px solid #d1d1d1;
	border-top: 0px;
	box-shadow: 0 8px 4px -4px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	min-height: 210px;
}
.menu-holder.sparty {
	background: #FFFFFF url(../images/sparty.png) no-repeat 100% 0;
	height: 159px;
}
form.box div {
	margin-bottom: 12px;	
}
form.box p.forgot {
	margin: 8px 0px 0px 0px;
	font-size: 12px;	
}
/*
form.box div span {
	margin-left: 10px;
	display: inline-block;
	font-size: 12px;
	font-style:italic;
	color: #777;	
}
*/
form.box fieldset {
	margin-bottom: 10px;
	padding: 10px 15px;
	border: 1px solid #d2d2d4;
	border-radius: 4px;
	overflow: hidden;
	box-shadow:
		1px 1px 0 rgba(253,253,255,1.0),
		inset 1px 1px 0 rgba(253,253,255,1.0);
}

form.box fieldset legend {
	color: #a2a2a4;
	font-size: 12px;
	text-transform: uppercase;
}
form.box label {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}
form.box label.hide {
	display: none;	
}
form.box label.radio {
	float: none;
	display: inline;
	text-align: left;
}
form.box input[type="text"],
form.box input[type="password"],
form.box select,
form.box textarea {
	padding: 4px;
	border: 1px solid #c2c2c4;
	border-radius: 2px;
	background-color: #fefeff;
	box-shadow: inset 0 1px 1px rgba(0,0,2,0.06);
	color: #777777;
	float: left;
	margin-right: 5px;
}
form.box input[type="text"].short,
form.box input[type="password"].short,
form.box select.short {
	width: 100px;	
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	form.box select.short {
		margin-bottom: 5px;
		width: 100%;
	}
}
form.box input[type="text"].medium,
form.box input[type="password"].medium {
	width: 150px;
}

form.box input[type="text"]:focus,
form.box input[type="password"]:focus,
form.box select:focus,
form.box textarea:focus {
	outline: none;
	color: #444446;
	border-color: #a2a2a4;
	box-shadow:
		inset 0 1px 1px rgba(0,0,2,0.2),
		0 1px 0 rbga(253,253,255,1.0);
}
form.box input[type="text"],
form.box input[type="password"] {
	width: 220px;
}
form.box select {
	width: 230px;
}
form.box textarea { padding: 6px;width: 246px; }
form.box label span.astx {
	color:#F00;
	margin: 0px;	
}

form.box input[type="radio"],
form.box input[type="checkbox"] {
	margin: 0px;	
}

/* Basic Buttons
----------------------------------------------------------------------------------------------------*/
a.button,
a.icon {
	cursor: pointer;
    color: #484848;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    font: bold 12px Helvetica, Arial, sans-serif;
    line-height: 35px;
    height: 35px;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 0 10px;
    background: #f0f0f0;
    background: -webkit-linear-gradient(top, #f7f7f7, #d1d1d1);
    background: -moz-linear-gradient(top, #f7f7f7, #d1d1d1);
    background: -ms-linear-gradient(top, #f7f7f7, #d1d1d1);
    background: -o-linear-gradient(top, #f7f7f7, #d1d1d1);
    border: solid 1px #7f7f7f;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color='#ffffff')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color='#ffffff');
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
}

a.button {
	height: 25px;
	line-height: 26px;	
}

a.button:hover,
a.icon:hover {
    border: solid 1px #333;
    color: #282828;
    background: -webkit-linear-gradient(top, #ffffff, #dfdfdf);
    background: -moz-linear-gradient(top, #ffffff, #dfdfdf);
    background: -ms-linear-gradient(top, #ffffff, #dfdfdf);
    background: -o-linear-gradient(top, #ffffff, #dfdfdf);
}
a.button:active,
a.icon:active {
    border: solid 1px #7f7f7f;
    background: #d0d0d0;
    background: -webkit-gradient(linear, left top, left bottom, from(#a8a8a8), color-stop(0.15, #c6c6c6), to(#d8d8d8));
    background: -webkit-linear-gradient(top, #a8a8a8, #c6c6c6 15%, #d8d8d8);
    background: -moz-linear-gradient(top, #a8a8a8, #c6c6c6 15%, #d8d8d8);
    background: -ms-linear-gradient(top, #a8a8a8, #c6c6c6 15%, #d8d8d8);
    background: -o-linear-gradient(top, #a8a8a8, #c6c6c6 15%, #d8d8d8);
}
a.icon {
    padding: 0;
    margin-bottom: 10px;
}
a.icon span {
    display: block;
    line-height: 35px;
    height: 35px;
    width: 36px;
    max-width: 36px;
    overflow: hidden;
    text-indent: -9999px;
}
a.left {
    margin: 0;
    border-right: solid 1px #b0b0b0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}
a.middle {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin: 0;
    border-left: solid 1px rgba(255, 255, 255, 0);
    border-right: solid 1px #b0b0b0;
}
a.middle:hover,
a.right:hover { border-left: solid 1px #333 }
a.middle:active,
a.right:active { border-left: solid 1px #7f7f7f }
a.right {
    border-left: solid 1px rgba(255, 255, 255, 0);
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}
/* Advanced Buttons 
----------------------------------------------------------------------------------------------------*/
p.sprite-button {
	padding: 0px;
	margin: 0px;
}
p.sprite-button span {
	display: block;
	float: left;
	background: url(../images/button.png) no-repeat 0 0;
	line-height: 30px;
	margin: 0px 40px 0px 0px;
}
p.sprite-button span a {
	background: url(../images/button.png) no-repeat 100% 0;
	color: #FFF;
	font-size: 12px;
	display: block;
	float: left;
	min-width: 42px;
	height: 35px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	line-height: 30px;
	margin: 0px -33px 0 0;
	padding: 0px 23px 0px 19px;
	text-shadow: 0 1px 0px #4e5868;
}

p.sprite-button span.white { background-position: left -0px; }
p.sprite-button span.white:hover,
p.sprite-button span.white:focus { background-position: left -35px; }
p.sprite-button span.white:active { background-position: left -70px; }
p.sprite-button span.white a { background-position: right -0px; color: #333; text-shadow: 0 1px 0px rgba(255, 255, 255, 0.5); }
p.sprite-button span.white:hover a,
p.sprite-button span.white:focus a { background-position: right -35px; }
p.sprite-button span.white:active a { background-position: right -70px; }

p.sprite-button span.black { background-position: left -105px; }
p.sprite-button span.black:hover,
p.sprite-button span.black:focus { background-position: left -140px; }
p.sprite-button span.black:active { background-position: left -175px; }
p.sprite-button span.black a { background-position: right -105px; }
p.sprite-button span.black:hover a,
p.sprite-button span.black:focus a { background-position: right -140px; }
p.sprite-button span.black:active a { background-position: right -175px; }

p.sprite-button span.gray { background-position: left -210px; }
p.sprite-button span.gray:hover,
p.sprite-button span.gray:focus { background-position: left -245px; }
p.sprite-button span.gray:active { background-position: left -280px; }
p.sprite-button span.gray a { background-position: right -210px; }
p.sprite-button span.gray:hover a,
p.sprite-button span.gray:focus a { background-position: right -245px; }
p.sprite-button span.gray:active a { background-position: right -280px; }

body {
	background: #E4E8DE;
	color: #555;
    font: normal 16px / 22px "Metropolis", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Metropolis", sans-serif;
	margin: 10px 0px;
	padding: 0px;
}
h1, h3, h5 {
	color: #548654;
}
h2, h4, h6 {
	color: #AA975A;
}
h1 { font-size: 22px; line-height: 20px; font-weight:bold; }
h2 { font-size: 18px; line-height: 18px; }
h3 { font-size: 16px; line-height: 16px; }
h4 { font-size: 14px; line-height: 14px; }
h5 { font-size: 14px; line-height: 14px; }
h6 { font-size: 14px; line-height: 14px; }

h3.divide {
	margin: 30px -15px;
	padding: 30px 15px;
	border-top: 1px solid #d1d1d1;	
	font-weight: bold;
	font-size: 18px;
}
h3.divide small {
	font-size: 13px;
	color: #999;
	display: block;	
	margin-top: 8px;
}

a {
	color: #539753;	
}
a:hover {
	color: #1D110B;
	text-decoration: none;
}
.whitebox {
	padding: 15px;
	background: #FBFCFD;
	border: 1px solid #D2D3D4;
	box-shadow: inset 0 0 0 1px #fff;
	border-radius: 6px;
}
.whitebox h1 {
	font-size: 26px;
	line-height: 33px;
	border-bottom: 1px solid #D2D3D4;
	padding-bottom: 10px;
}
.whitebox h1 small {
	display: block;
	color: #3f5657;
	font-size: 14px;

}
dl dt {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
dl dd {
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 1.4;
	color: #666;
}
.register-button {
	padding: 6px 12px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	border-radius: 2px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	transition: box-shadow linear .3s;
}
.register-button:hover {
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.2), 0 4px 1px -3px rgba(0,0,0,.2), 0 2px 7px 0 rgba(0,0,0,.18);
}
.register-button-top {
	display: block;
	background-color: E8E8E8;
	border: 1px solid #ccc;
	color: #555;
	float: right;
	margin-top: 10px;
}
.register-button-top:hover {
	color: #555;
}
.register-button-bottom {
	display: inline-block;
	border: 1px solid #eee;
	border-color: #1d3632;
	background-color: #3f5657;
	margin: 5px 0 5px 70px;
	color: #fff;
}
.register-button-bottom:hover {
	color: #fff;
}
ol.slats {
	list-style: none;	
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
ol.slats li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eee;
}
ol.slats li:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
ol.slats li h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1;
}
ol.slats li h3 img {
	float: left;
	margin: 0 18px 0 0;
}
ol.slats li p {
	margin: 0 0 0 72px;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 15px;
}
.invite {
	line-height: 1.6;
	font-size: 14px;
	margin-bottom: 20px;	
}	

.bottomImg{
	text-align:center;
}
/*
Copyright 2011 Michigan State University
Kris Olszewski (olszew33@msu.edu)

MEDIA QUERIES CSS
*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	/* Styles */
	.wrapper {width: 740px;}

}

/* Desktops and laptops ----------- */
@media only screen and (max-width : 768px) {
	/* Styles */
	.register-button-top {
		float: none;
		margin-bottom: 20px;
	}
	.wrapper {width: 740px;}
	.width50, .width40, .width60, .width66, .width33 {
		width: 100%;	
	}
	form.box .width50 {
		width: 50%;	
	}
	iframe { width: 584px; margin: 0px auto; }
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
	/* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 and high pixel ratio devices ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
main {
	flex: 1;	
}