/* events navigation */
.em_nav {
    margin:1em 1em 1em 1em;
}

.em_nav li a {
	width: 98%;
	padding: 0.5em 0 0.5em 3.5em;
	font-size: 1.6em;
    line-height:1;
	font-weight:400;
	display: block;
	color: #535353;
}

.em_nav li a[href*="annual-meeting"] {
	background: url(../../Img/icons/ico.png) 0 -490px no-repeat;
}

.em_nav li a[href*="student-research-conference"] {
	background: url(../../Img/icons/ico.png) 0 -525px no-repeat;
}

.em_nav li a[href*="student-research-showcase"] {
	background: url(../../Img/icons/ico.png) 0 -564px no-repeat;
}

.em_nav li a[href*="past-events"] {
	background: url(../../Img/icons/ico.png) 0 -603px no-repeat;
}

/* events */
.mt_title {
    margin-top: 3em;
}

@media (max-width: 800px) {
    .em_nav {
        display:none;
    }

    .lnd_bnr_holder {
        display:none;
    }
}