.original-marquee .eas-plugin-mqMarqueePlugin-widget-mqMarquee2,
.static-marquee .eas-plugin-mqMarqueePlugin-widget-mqMarquee2 {
  display: block;
}

.original-marquee #full_container:before,
.static-marquee #full_container:before {
  background: -moz-linear-gradient(top,  rgba(34,34,34,1) 0%, rgba(17,17,17,0) 50%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34,34,34,1)), color-stop(50%,rgba(17,17,17,0)), color-stop(100%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top,  rgba(34,34,34,1) 0%,rgba(17,17,17,0) 50%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top,  rgba(34,34,34,1) 0%,rgba(17,17,17,0) 50%,rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top,  rgba(34,34,34,1) 0%,rgba(17,17,17,0) 50%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,  rgba(34,34,34,1) 0%,rgba(17,17,17,0) 50%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a222222', endColorstr='#00000000',GradientType=0 );
  border-top: 1px solid #333;
  content: '';
  display: block;
  height: 500px;
  left: 0;
  position: absolute;
  top: 458px;
  width: 100%;
}

.original-marquee.ie8 #full_container:before,
.original-marquee.ie9 #full_container:before,
.static-marquee.ie8 #full_container:before,
.static-marquee.ie9 #full_container:before {
  background: url('../../../../../images/template/themes/easports/ie-community-bar-gradient.png') repeat-x;
}

.no-marquee #full_container:before {
  background: #2d2d2d;
  background: -moz-linear-gradient(top,  #2d2d2d 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d2d2d), color-stop(100%,#000000));
  background: -webkit-linear-gradient(top,  #2d2d2d 0%,#000000 100%);
  background: -o-linear-gradient(top,  #2d2d2d 0%,#000000 100%);
  background: -ms-linear-gradient(top,  #2d2d2d 0%,#000000 100%);
  background: linear-gradient(to bottom,  #2d2d2d 0%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#000000',GradientType=0 );
  display: block;
  content: '';
  width: 100%;
  height: 230px;
  position: absolute;
  top: 30px;
  left: 0;
}

.no-marquee #primary_middle {
  /* push the tiles down so the ea medallion does not intefere */
  margin-top: 30px;
}

.no-marquee .eas-plugin-scSocialTilesPlugin-widget-scFeedback .feedback-container {
  top: 130px;
}