@charset "UTF-8";

/* Events (aka Videos) page filter styles
-------------------------------------------------- */

.events-filters {
	text-align: center;
	margin-bottom: 20px;
}

.events-filters ul {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
}

li.events-filter {
	float: left;
	list-style: none;
	margin: 0 10px;
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
	font-family: "franklin-gothic-ext-comp-urw", Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.02em;
}

li.events-filter a:hover {
	color: #f41226;
}

li.events-filter a.active {
	color: #f41226;
}

/* Lazy loader styles
-------------------------------------------------- */

#load-more {
	display: none;
	height: 40px;
	margin: 7px 7px 0;
	padding-top: 7px;
	text-align: center;
	background-color: #f5f5f5;
	color: #999;
	cursor: pointer;
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
	font-family: "franklin-gothic-ext-comp-urw", Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.02em;
}

#load-more:hover {
	background-color: #f2f2f2;
	color: #888;
}

#load-more:active {
	background-color: #eee;
	color: #666;
}


/* Search box and autocomplete dropdown styles
-------------------------------------------------- */

.search-box-wrapper {
	padding: 0 15px;
	text-align: center;
}

#searchplus {
	display: inline-block;
	height: 60px;
	margin: 0 auto;
	width: 100%;
	max-width: 460px;
}

#esearch {
	width: 78%;
	height:60px;
	background:#000; 
	color:#fff;
	text-transform:uppercase;
	padding-left:25px;
	float:left;
	border: none;
	border-radius: 0;
}
	/* text styles for search box and dropdown */
	#esearch, #btn-search, .ui-autocomplete.ui-menu .ui-menu-item a {
		font-size: 34px;
		font-family: "franklin-gothic-ext-comp-urw", Helvetica, Arial, sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.05em;
	}

	/* allow search box and dropdown text to fix in box on narrow screens */
	@media (max-width: 586px) {
		#esearch, .ui-autocomplete.ui-menu .ui-menu-item a {
			font-size: 22px;
		}

		#esearch {
			padding-left:20px;
		}
	}

#btn-search {
	float:left;
	clear:right; 
	margin:0; 
	padding-top: 5px;
	height:60px;
	width:60px;  
	background:#fff;
	color:#f41226;
	text-align:center;
	border:1px solid #000;
}

#btn-search:hover {
	background: #f41226;
	color: #fff;
	cursor:pointer;  
}

#btn-search:active {
	background: #cb0f20;
	cursor:pointer;  
}

#mssgs {
	text-align:center;
	margin:24px auto; 
	width:50%;
	font-family: "nyt-cheltenham", Georgia, serif;
	font-style: italic;  
}

a#lnk-seeAll {
	text-decoration: underline;  
}

.ui-autocomplete.ui-menu {
	padding: 0;
}

.ui-autocomplete.ui-corner-all, .ui-autocomplete .ui-corner-all {
	padding: 0;
	border-radius: 0;
}

.ui-autocomplete .ui-menu-item {
	padding: 15px 25px;
	border-radius: 0;
	background: #fff;
	cursor: pointer;
}

.ui-autocomplete.ui-menu .ui-menu-item a {
	padding: 0;
}

.ui-state-focus, .ui-widget-content .ui-state-focus {
	background: none;
	border-color: transparent;
	color: #f41226;
}
