/* Event Widgets on Home Page */

@import url('https://fonts.googleapis.com/css?family=Raleway:700&display=swap');

#mn-vert-marquee ul	{
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.mn-scroll-item	{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 0;
	min-width: 0;
	margin: 0;
	padding: 8px 0;
	background: none !important;
	}
	
.mn-scroll-item div	{
	padding: 0 10px;
	}
	
.mn-scroll-date	{
	font-family: "Raleway", sans-serif !important;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex:  0; 
	-ms-flex: 0 0 150px;
	flex: 0 0 150px;
	white-space: nowrap;
	}
	
.mn-scroll-link	{
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex:  1; 
	-ms-flex: 1 0 150px;
	flex: 1 0 150px;
	}
	
.mn-scroll-link a	{
	display: inline-block;
	font-family: "Raleway", sans-serif !important;
	font-weight: 700;
	text-decoration: underline !important;
	}
	