/* Styles */

.feat-image,
.feat-image img{
	display: inline-block;
	vertical-align: top;
}
.feat-image img{
	margin: 0;
}
.event-info{
	display: flex;
	flex-direction: column;
    justify-content: space-between;
    min-height: 100px;
}
.clearEventSmall{
    clear:both;
    display:block;
}
/* key events styles for list - just for main body display */

/* Key Dates/Events Hack For Main Body
---------------------------------------------------------------------------*/

ul.keyevents {
	margin: 0px 0 10px 0;
	padding: 0;
	background: none;
	border: 0;
}
ul.keyevents li {
	font-style: normal;
	background: none;
	clear: both;
	line-height: 1.0em;
	margin: 0;
	overflow: hidden;
	padding: 3px 0;
}
ul.keyevents li h2 {
	border-bottom: medium none;
	color: #318077;
	display: inline;
	font-size: 1.45em;
	letter-spacing: -1px;
	line-height: 1.3em;
}
ul.keyevents li h2 a {
	color: #007096;
	display: inline;
	margin-top: 10px;
	padding-top: 16px;
	text-decoration: underline !important;
}
ul.keyevents li a {
	float: none;
	display: inline;
	line-height: 1.3em;
	color: #444;
	margin: 0;
	padding: 10px 0px;
	background: none;
	border: 0;
	text-decoration:underline;
}
ul.keyevents li a:before {
	content: '';
	float: none;
	margin: 0;
}
ul.keyevents li a:hover {
	color: #1A784F;
}

ul.keyevents li span.eventDate {
	background: none repeat scroll 0 0 #006341 !important;
	color: #FFFFFF !important;
	display: inline-block !important;
	float: left !important;
	min-width: 50px !important;
	min-height: 50px !important;
	height:auto !important;
	font-size: 1.1em !important;
	line-height: 1.25em !important;
	margin: 5px 15px 5px 0 !important;
	padding: 9px 6.5px 5px !important;
	text-align: center!important;
	text-transform: uppercase !important;
}

ul.keyevents li span.eventDate span {
	font-size: 1.8em;
}
ul.keyevents li span.eventDate span.tinyYear {
	/*font-size: 1.1em !important;*/
	font-size: 0.9em !important;
	clear:both;
	display:block;
}
ul.keyevents li .eventSpan {
	color: #AAAAAA;
	display: inline-block;
	float: left;
	font-size: 2.3em;
	left: -9px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: 30px;
	width: 10px;
}

ul.keyevents li span.readmore a {
	color: #0D6935;
	font: 400 0.8em 'proxima_nova_rgbold', helvetica, arial, sans-serif;
	padding: 0;
	text-transform: uppercase;
	border-bottom: medium none;
}
ul.keyevents li span.readmore a:hover {
	color: #1A784F;
}
ul.keyevents li .slide-block {
	border-bottom: 1px solid #ddd;
	padding: 20px 0px 0px;
}
/* Key Widgets Event List - WP-Pagenavi hack
------------------------------------------------------------------------- */


ul.keyevents .wp-pagenavi a, ul.keyevents .wp-pagenavi span {
	border: none;
}
ul.keyevents .wp-pagenavi a {
	color: #007096;
}
ul.keyevents .wp-pagenavi a:hover {
	color: #1A784F;
}
ul.keyevents .wp-pagenavi {
	text-align: center;
	margin: 20px 0px;
}


.master-list-type span {
	color: #0d6935;
	border-bottom: 2px solid #0d6935;
	margin: 10px;
}
.master-list-type a {
	color: #0d6935;
	margin: 10px;
}
.master-list-type .mlt-nothing {
    color: #575757;
    border: 0;
}

.event-title {
    margin-bottom: 0;
}
.event-campus {
    text-transform: uppercase;
   /* opacity: 0.25;*/
    color:#555555;
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 8px;
}