/* NEWS TICKER */
.gfg-title {
  font-size:14px;
  font-weight:bold;
  color:#252525;
  background-color:#E5ECF9;
  line-height:1.4em;
  overflow:hidden;
  white-space:nowrap;
}
.gfg-entry {
  background-color:white;
  width:100%;
  position:relative;
  overflow:hidden;
  text-align:left;
  margin-top:3px;
}
.gfg-root .gfg-entry .gf-result {
  position:relative;
  background-color:white;
  width:auto;
  height:100%;
  padding-left:20px;
  padding-right:5px;
}
.gfg-root .gfg-entry .gf-result .gf-title {
  font-size:14px;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  margin-bottom:2px;
}
.gfg-horizontal-container {position:relative;}
.gfg-horizontal-root {
    overflow:hidden;
    position:relative;
    text-align:center;
    white-space:nowrap;
}
.gfg-horizontal-root .gfg-title {
  background-color:#FFFFFF;
  color:#252525;
  overflow:hidden;
  white-space:nowrap;
  float:left;
  padding-right:8px;
  border-right:2px solid #252525;
  font-size:15px;
}
.gfg-horizontal-root .gfg-title a {
  color:#F15C29;
  text-decoration:none;
}
.gfg-horizontal-root .gfg-entry {
  width:auto;
  height:1.5em;
  position:relative;
  overflow:hidden;
  text-align:left;
  margin-top:0px;
  margin-left:0px;
  padding-left:7px;
}
.ie .gfg-horizontal-root .gfg-entry,
.safari .gfg-horizontal-root .gfg-entry {top:-1px;}
/* To allow correct behavior for overlay */
.gfg-horizontal-root .gfg-entry .gf-result {
  position:relative;
  background-color:white;
  width:100%;
  height:100%;
  line-height:1.5em;
  overflow:hidden;
  white-space:nowrap;
}
.gfg-horizontal-root .gfg-list {display:none;}
.gfg-horizontal-root .gfg-entry .gf-result .gf-snippet,
.gfg-horizontal-root .gfg-entry .gf-result .gf-author {
  display:none;
}
.gfg-horizontal-root .gfg-entry  .gf-result .gf-title {
    float:left;
    margin:0 3px 0 0;
}
.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer,
.gfg-horizontal-root .gfg-entry .gf-result .gf-relativePublishedDate {display:none;}
.gfg-collapse-href {
    color:#252525;
    float:left;
}
.gfg-branding {display:none}
.clearFloat {clear:both;}

#feed-control{
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 0px;
}

#feed-control a{
	font-size:15px;
	color:#ff5001;
	text-decoration:none;
	
}
#feed-control a:hover{
	font-size:15px;
	color:#ff5001;
	text-decoration:underline
	
}

.newsticker {
	  font-family:Arial, Helvetica, sans-serif;
	  font-size:15px;
}

