/* Last-Modified: Sat, 1 Jan 2000 10:00:30 GMT [ver: ] */
/* Current-Time:Mon, 10 Aug 2026 18:40:42 -0500*/
/*Seattle Sleekness - Removed archived works link - JMG - 5/31/2017*/
.btn.faso-works-link-archived-works {display: none;}

/*Seattle Sleekness - Line Spacing Issue - JMG - 6/14/2017*/
p {margin:0px;padding:0px;}


body { margin: 20px; }

.marquee {
  height: 450px;
  width: 1800px;

  overflow: hidden;
  position: relative;
}

.marquee div {
  display: block;
  width: 200%;
  height: 450px;

  position: absolute;
  overflow: hidden;

  animation: marquee 20s linear infinite;
}

.marquee span {
  float: left;
  width: 150%;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}

/*Seattle Sleekness - Center Slide Show - SG - 7/25/2017*/
.faso-main-data-mainpagetext {overflow: hidden;}