/* Ticker Styling */

.ticker-wrapper.has-js {
	width: 850px;
	height: 40px;
	float:left;
	background-color: transparent;
	font-size: 0.75em;
}
.ticker {
	width: 850px;
	height: 23px;
	display: block;
	position: relative;
}
.ticker-title {
	color: #fff;
	font-family:'BebasNeue';
	font-size:26px;
	background-color: transparent;
	text-transform: uppercase;
	float:left;
	width:100px;
}
.ticker-content {
	position: absolute;
	color:#fff;
	font-size:16px;
}
.ticker-content:focus {
	none;
}
.ticker-content a {
	text-decoration: none;	
	color: #1F527B;
}
.ticker-content a:hover {
	text-decoration: underline;	
	color: #0D3059;
}
.ticker-swipe {
	position: absolute;
	top: 0px;
	background-color: #f8f0db;
	display: block;
	width: 850px;
	height: 23px; 
}
.ticker-swipe span {
	background-color: #f8f0db;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	display: block;
}
