table caption {
	border:0;
}

#content #event-nav ul {
	margin:0;
	padding:0;
	float:right;
}

#content #event-nav li {
	list-style:none;
	float:left; 
	height:68px;
	line-height:68px;
	padding:0 20px;
	margin:0;
}

#content #event-nav li:before {
	content:'';
}

#content #event-nav li.active {
	background:url(/_assets/img/view-arrow-featured.png) no-repeat center bottom;
}

#content #event-nav li.featured.active {
	background:url(/_assets/img/view-arrow-featured.png) no-repeat center bottom;
}

#content #event-nav li a {
	text-decoration:none;
}

#event-control-bar {
	position:relative;
	padding:10px;
	height:40px;
}

#event-control-bar h3 {
	color:#18426b;
	margin:0;
}

#event-control-bar h3 span {
	color:#18426b;
}

#event-control-bar.event-list {
	margin-bottom:2em;
}
 
#event-control-bar .event-list-title {
	position:absolute;
	top:15px;
	left:30px; 
	font-size:1.25em;
	font-weight:700;
	color:#18426b;
}

.event-left {
	float:left;
}
 
.event-right {
	float:right;
}

.list-controls {
	float:left;
	position:relative;
	left:22px;
	top:-82px;
	width:30%;
	width:221px;
	line-height:30px;
	padding-right:50px;
	text-align:center;
	display:none;
}

.list-month-title {
	margin:0 25px 0 0;
	line-height:40px;
	font-weight:400;
}

.list-event-prev {
	float:left;
	width:17px;
	height:17px;
	background:url(/_assets/img/month-arrows.png) no-repeat left top;
	position:absolute;
	right:28px;
	top:12px;
}

.list-event-next {
	float:left;
	width:17px;
	height:17px;
	background:url(/_assets/img/month-arrows.png) no-repeat right top;
	position:absolute;
	right:12px;
	top:12px;
}

.list-event-prev.hasPrev {
	background-position:left -26px;
	cursor:pointer;
}

.list-event-next.hasNext {
	background-position:right -26px;
	cursor:pointer;
}

.calendar-month {
	display:block;
	width:221px;
	float:left;
	margin:0;
	line-height:40px;
	position:relative;
	top:-48px;
	left:10px;
	font-weight:400;
	padding:0;
	padding-right:50px;
	text-align:center;
	*text-align:right;
	background:url(/_assets/img/month-arrows.png) no-repeat right 16px;
}

.calendar-prev {
	float:right;
	width:17px;
	height:17px;
	background:url(/_assets/img/month-arrows.png) no-repeat left -24px;
	cursor:pointer;
	text-indent:-999em;
	display:block;
	position:absolute;
	right:16px;
	top:14px;
	text-align:left;
}

.calendar-next {
	float:right;
	width:17px;
	height:17px;
	background:url(/_assets/img/month-arrows.png) no-repeat right -24px;
	cursor:pointer;
	text-indent:-999em;
	display:block;
	position:absolute;
	right:0;
	top:14px;
	text-align:left;
}

.list-time {
	width:60px;
	float:left;
	margin-right:-80px;
	font-weight:800;
	text-align:center;
	text-transform:uppercase;
	line-height:1.3;
}

.list-time-day {
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px;
	border-radius:5px 5px 0 0;
}

.list-time-month {
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0;
	border-radius:0 0 5px 5px;
	padding:6px 0;
}

.list-day-detail {
	padding-left:80px;
}

.list-weekday {
	line-height:1.1;
	font-size:1.5em;
	color:#18426b;
	border-bottom:1px solid rgba(0,0,0,0.15);
	padding-bottom:10px;
	margin-bottom:10px;
	font-weight:800;
}

@media (min-width: 74.5em) {
	.list-weekday {
		font-size:2.5em;
	}
}

.nrf-message {
	text-align:center;
}

.day-stage {
	margin-top:20px;
}

#cal-responsive {
	display:none;
}

.calendar {
	width:100%;
	table-layout:fixed;
	border:0;
	text-align:left;
}

.calendar th {
	text-align:left;
	padding:10px;
	line-height:1.1;
}

.calendar td {
	text-align:left;
	padding:3px;
	height:75px;
	border:1px solid;
	vertical-align:top;
}

.calendar td>a {
	font-weight:700;
	text-decoration:none;
	line-height:1.1;
	display:block;
	padding:3px;
	float:left;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin-bottom:5px;
}

#content .calendar td ul {
	margin:0 0 0 1.5em;
}

#content .calendar td ul {
	margin:0 0 0 1em;
	padding:0;
	clear:both;
}

#content .calendar td ul li {
	font-size:.875em;
	list-style:none;
	margin:0 0 .5em;
	padding:0;
	line-height:1.1em;
}

#content .calendar td ul li:before {
	display:none;
}

#featured-events {
	margin:3em 0;
}

.featured-event {
	float:left;
	width:31.68%;
	margin:0 2.4% 3em 0;
}

.featured-event.end {
	margin-right:0;
}

.featured-image {
	position:relative;
	overflow:hidden;
	display:block;
	margin-bottom:1em;
	text-decoration:none;
	width:100%;
	min-height:178px;
	*z-index:0;
}

.featured-image img {
	display:block;
	z-index:2;
	width:100%;
	height:auto;
	position:absolute;
	left:0;
	top:0;
}

.featured-image:hover img {
	z-index:0;
}

.featured-image img.featured-image-push {
	width:100%;
	position:relative;
}

.featured-description {
	z-index:1;
	position:absolute;
	left:0;
	top:0;
	width:92%;
	height:88%;
	padding:6% 4%;
}

#content .featured-description p {
	margin:0;
	line-height:1.8em;
}

.featured-event h2 {
	margin:.125em 0;
	font-weight:700;
}

.event-row {
	margin-bottom:1em;
	width:100%;
}

#event-control-bar .ui-selectmenu {
	float:left;
	margin-right:1em;
	display:none!important;
}

@media (min-width: 74.5em) {
	#event-control-bar .ui-selectmenu {
		display:block!important;
	}
}

#event-control-bar #category_select {
	display:inline-block!important;
}

@media (min-width: 74.5em) {
	#event-control-bar #category_select {
		display:none!important;
	}
}

#category-selector,#event_categories div {
	float:left;
}

#event-search {
	float:left;
	width:144px;
}

#module-search fieldset {
	border:1px solid #222;
	padding:4px;
}

#content #event-nav li {
	font-size:1.25em;
}

.list-month-title {
	font-family:"lato",sans-serif;
	font-size:1.375em;
	text-transform:none;
}

.list-month-search h4 {
	margin-bottom:1em;
	text-align:center;
}

.calendar th {
	font-size:1em;
}

.calendar td {
	font-size:.875em;
}

.calendar td ul li {
	font-size:.75em;
}

.calendar-month {
	font-family:"lato",sans-serif;
	font-size:1.375em;
	text-transform:none;
}

.list-time-day {
	font-size:1.5em;
}

#content .featured-description p {
	font-size:1em;
	font-family:"lato",sans-serif;
	margin:0!important;
}

.featured-event .meta {
	font-family:"lato",sans-serif;
	font-size:1em;
	line-height:1.4em;
}

#content #event-nav {
	background-color:#f1f1f1;
}

#content #event-nav li a:hover,#content #event-nav li.active a {
	color:#18426b;
}

#event-control-bar {
	background:#fff;
}

.calendar-month,.list-month-title {
	color:#18426b;
}

.calendar th {
	background-color:#18426b;
	color:#fff;
}

.calendar td {
	border-color:rgba(0,0,0,0.15);
}

.calendar td>a {
	color:#18426b;
}

.calendar td>a:hover {
	color:#fff;
	background-color:#18426b;
}

.list-time-day {
	font-family:"lato",sans-serif;
	text-transform:uppercase;
	color:#18426b;
	font-size:1.25em;
	border:1px solid #18426b;
	margin-bottom:0;
}

.list-time-month {
	font-family:"lato",sans-serif;
	text-transform:uppercase;
	color:#fff;
	font-size:1.125em;
	background:#18426b;
	border:1px solid #18426b;
	border-bottom:0;
}

.featured-description:hover {
	background-color:#444;
	background-color:rgba(80,80,80,0.9);
}

.featured-description:hover p {
	color:#fff;
}

.featured-start {
	font-family:"lato",sans-serif;
	font-size:.875em;
	font-weight:700;
	color:#18426b;
	margin-bottom:5px;
}

.meta {
	color:#18426b;
}

.calendar td ul li {
	list-style:none;
}

.calendar td ul li a {
	text-decoration:none;
}

.event h3 {
	margin-bottom:5px;
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	display:block;
}

audio,canvas,video {
	display:inline-block;
	*display:inline;
	*zoom:1;
}

.ir {
	display:block;
	border:0;
	text-indent:-999em;
	overflow:hidden;
	background-color:transparent;
	background-repeat:no-repeat;
	text-align:left;
	direction:ltr;
}

.ir br {
	display:none;
}

.hidden {
	display:none!important;
	visibility:hidden;
}

.visuallyhidden {
	border:0;
	clip:rect(0 0 0 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px;
}

.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
	clip:auto;
	height:auto;
	margin:0;
	overflow:visible;
	position:static;
	width:auto;
}

.invisible {
	visibility:hidden;
}

.clearfix:before,.clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}

.clearfix {
	zoom:1;
}

.push {
	clear:both;
}

.floatleft {
	float:left;
}

a {
	text-decoration:none;
}

.featured-event h2 {
	font-size:22px;
}

.featured-event h2 a {
	text-decoration:none;
}

.list-day h3 {
	font-size:1.5em;
}

#content #event-nav {
	font-family:"lato",sans-serif;
	font-weight:400;
}

@media (max-width: 62.5em) {
	#content #event-nav ul {
		float:none;
	}
	
	#content #event-nav li {
		height:auto;
		line-height:1.3em;
		text-align:center;
		width:45%;
		padding:2.5%;
		padding-top:3%;
	}
	
	#content #event-nav li.featured.active,#content #event-nav li.active {
		background:0;
	}
	
	#content #event-nav li a {
		display:inline-block;
	}
	
	#content #event-nav li.active a {
		border-bottom:2px solid #18426b;
	}
	
	.list-controls {
		width:75%;
	}
	
	#cal-responsive {
		display:block;
	}
	
	#cal-wrap {
		display:none;
	}
	
	.featured-event {
		width:90%;
		margin:0 5% 2%;
	}
	
	.featured-event.end {
		margin:0 5% 2%;
	}
	
	.featured-description {
		display:none;
	}
	
	.featured-event h2 {
		font-size:1.2em;
	}
	
	#event-control-bar {
		height:auto;
		text-align:center;
	}
	
	.content.view-calendar #event-control-bar {
		display:none;
	}
	
	#event-control-bar .event-right {
		float:none;
		width:100%;
		padding-bottom:10px;
		border-bottom:1px solid #f1f1f1;
		margin-bottom:40px;
	}
	
	#category-selector {
		float:none;
		margin-bottom:10px;
	}
	
	select.sorter {
		width:80%;
		margin:0 auto 1em;
	}
	
	#event-search {
		position:relative;
		float:none;
		margin:0 auto 1em;
	}
	
	#content #event-nav li:last-child {
		display:none;
	}
	
	.floatleft {
		float:none;
		margin-bottom:10px;
	}
}

table {
	border-bottom:0;
}

table.fc-header td {
	border-left:0;
	border-right:0;
	border-bottom:0;
}

table td {
	vertical-align:top;
	border-bottom:1px solid rgba(53,53,53,0.2);
}

.fc-event-container a {
	margin-bottom:10px;
}

.fc-other-month,.fc-past {
	color:#999;
}

.fc-day-number {
	margin-bottom:10px;
}

#event-search-term {
	height:32px;
	width:140px;
	border:2px solid #CCC;
}

#search_submit {
	width:17px;
	height:21px;
	background:url(/_assets/img/search_go.png) no-repeat left top;
	position:absolute;
	right:5px;
	top:8px;
	cursor:pointer;
	text-transform:capitalize;
	border:none;
	text-indent:-9999px;
}

@media (min-width: 74.5em) {
	#search_submit {
		right:15px;
		top:18px;
	}
}

table .fc-header-left {
	width:30%;
}

table .fc-header-right {
	top:-8px;
}

table.fc-header td {
	padding:0;
	position:relative;
	float:left;
}

table.fc-header .fc-header-left {
	width:30%;
}

#cal-wrap .fc-button-prev {
	float:left;
	width:17px;
	height:17px;
	background:url(/_assets/img/month-arrows.png) no-repeat left -26px;
	position:absolute;
	right:28px;
	top:16px;
	text-indent:-9999px;
}

#cal-wrap .fc-button-prev.fc-state-disabled {
	background:url(/_assets/img/month-arrows.png) no-repeat left top;
}

#cal-wrap .fc-button-next {
	float:left;
	width:17px;
	height:17px;
	background:url(/_assets/img/month-arrows.png) no-repeat right -26px;
	position:absolute;
	right:12px;
	top:16px;
	text-indent:-9999px;
}

#cal-wrap .fc-button-next.fc-state-disabled {
	background:url(/_assets/img/month-arrows.png) no-repeat right top;
}

.fc-button-today {
	display:none;
}