/*
MP EVENTS
-------------------------------*/

body {
	font-family:Lato;
	color:#575757;
	font-size:1em;
	background:#FFF;
	margin:0;
}

h1, h2, b {
	font-weight:800;
	font-family: 'Open Sans';
}

.cell {display:table-cell;
		vertical-align:middle;
	}

.center{text-align:center}

.mp-container {
	width:100%;
	background:#FFF;
	padding-bottom:40px;
	padding-left:20px;
	padding-right:20px;
}

.mp-events-header {
	display:table;
	width:100%;
	padding:40px;
	background:url('/_images/mp_event_bg.jpg');
	margin-bottom:20px;

}

a.mp-logo {display:table-cell;
			vertical-align:middle;
			text-align:center;
			text-decoration:none;
}

a.mp-logo:hover {
	text-decoation:none;
}

.mp-footer {
	padding:20px;
	background:url('/_images/mp_footer_bg.jpg');
	color:#FFF;
	display: table;
	width:100%;
	text-transform:uppercase;
}

a.forward {
	display:table;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	background:#1b60ae;
	color:#FFF;
	font-family:'Open Sans';
	font-size:200%;
	font-weight:800;
	border-radius:6px;
	text-decoration:none;
}

a.forward:hover{
	text-decoration:none;
	background:#293b50;
}



