  
/*
Newsroom - Featured Events - LiveWhale Widget
Edited By Mark Fernandez 02-14-2017
*/

#mtsac-featured-events {
	margin: 0px;
	padding: 0;
	width: 100%;
	background: none;
}
.see-all-events {
	float: right;
	padding: 5px 20px 5px 20px;
	overflow: auto;
	background: #EDF2F8;
	margin-bottom: 10px;
	border-radius: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 5px;
}

h2 {font-size: 2.5rem;}

.lwcw a {
	margin: 0;
	padding: 0 0 0 0;
	/* padding: 3px 0 0 85px; */
	position: relative;
	overflow: hidden;
	display: block;
/*	padding: 5px 5px 5px 100px; */
	min-height: 40px;
	background: 
}

.lwcw ul {
	list-style-type: none;
	margin: 0;
}

.lwcw h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}

.lwcw li {
	padding: 0px;
	overflow: auto;
/*	background: #EDF2F8; */
	margin-bottom: 10px;
	border-radius: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 5px;
}

.lwcw li:hover {
/*	background: #c1d9f0; */
	cursor: pointer;
}

.lw_events_date span {
	width: 80px;
	position: absolute;
	margin: 0 15px 0 0;
	background: none;
/*	background-color: #c1d9f0; 
	color: #9e1b2a; */
	text-align: center;
	-webkit-font-smoothing: subpixel-antialiased;
}

.lw_events_date {
	width: 80px;
	position: absolute;
	margin: 0 15px 0 0;
	background: none;
	background-color: #c1d9f0; 
	color: #950000; 
	text-align: center;
	-webkit-font-smoothing: subpixel-antialiased;
}

.lw_events_date div {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -50px;
}

.lw_events_day {
	font-size: 1.25em;
	line-height: 1.5;
	padding: 1.5em 0 0 0;
	margin: 0;
	font-weight: bold;
}

.lw_events_month {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	padding: 1.5em 0 0 0;
}


.lw_events_time:before,
.lw_events_location:before {
	speak: none;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #9e1b2a;
	position: absolute;
	left: 0;
	top: 6px;
}

.lw_events_time:before {
	content: '\f017';
}

.lw_events_location:before {
	content: '\f041';
}

/* h3 {height: 1.5em; overflow: hidden;} Adjusted by Matt. Longer headlines were getting cut in half.  */ 
