/* Ticker Styling */
.ticker-wrapper.has-js {
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
display: block;
font-size: 0.75em;
height: 32px;
width: 100%;
}
.ticker {
    position: relative;
    height: 32px;
	width: 480px;
    font-size: 13px;
	display: block;
	position: relative;
	overflow: hidden;
}
div.ticker p{
	margin:0;
}
.ticker-title {
	font-weight: bold;
	padding: 7px;
    color: black;
    height: 32px;
    line-height: 32px;
}
.ticker-title:before {
    content: "\f09e";
    padding-right: 10px;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ticker-content {
	margin: 0px;
	padding: 7px 5px;
	position: absolute;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
	line-height: 1.2em;
	width:300px;
    height: 32px;
    line-height: 32px;
    text-align: left;
}
.ticker-content a {
	text-decoration: none;	
    
	/*color: #1261A2;*/
}
.ticker-content a:hover {
	text-decoration: underline;	
	/*color: #1261A2;*/
	opacity:.8;
}
.ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	display: block;
	width: 100%;
	height: 23px; 
}
.ticker-swipe span {
	margin-left: 1px;
	height: 12px;
	width: 7px;
	display: block;
}
.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px; 
	/*color: #1261A2;*/
}
.left .ticker-swipe {
	/*left: 80px;*/
}
.ticker-content, .ticker-title, .ticker {
    float: left;
}
.left {
    padding-left: 2%;
	width: 10%;
}
.right .ticker-swipe {
	/*right: 80px;*/
}

.ticker-title{background: none;}
.ticker,.ticker-swipe span, .ticker-swipe, .ticker-content{background: none;}
.ticker-content a{color:#a1b1bc !important;}