/*
Theme Name: Northeastern RISE Child
Theme URI: https://www.northeastern.edu/rise/
Description: A child theme of Northeastern RISE Theme
Author: Northeastern RISE
Author URI: https://www.northeastern.edu/rise/
Version: 1.0.0
Template: neurise
*/
@import url("../neurise/style.css");

.alm-nav-container {
background: #2a5888;
text-align: center;
padding: 10px;
margin: 10px 0;
display: block;
}

.alm-filter-nav {
list-style-type: none;
display: inline-block;
}

.alm-filter-nav li {
display: inline;
}

.alm-filter-nav li a {
background: #2a5888;
    padding: 4px 9px;
    border-radius: 7px;
    color: #fff;
}

.alm-filter-nav li.active a {
background: #207bda;
}

.alm-listing li {
    background: none;
    margin: 2em 0 2em;
    padding: 1em 0;
    overflow: hidden;
    position: relative;
    list-style: none;
}

.presentation-item {
border-top: 2px solid #9BAEBB;
margin-top: 1em;
margin-bottom: 2em;
}
.presentation-title {
font-size: 19px;
}

.presentation-categories {
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
color: #8a8a8a;
}

.alm-nav-container label {
	color: #fff;
}

.alm-nav-container select {font-size: 14px;}

.nav-column {
	width: 100%;
	margin: 0 0 1em 0;
}

@media only screen and (min-width : 962px) 
 {
 	.alm-nav-container {
 		padding: 12px 0 40px;
 	}
	.nav-column {
		width: 33%;
		float: left;
		display: inline-block;
	}
	.nav-column.first { width: 29%; }
	.nav-column.second {
		width: 40%;
	}
	.nav-column.third {
		width: 212px;
	}
}		