@keyframes announcement-highlight {
  0% {
    color: #0B0A0A;
  }
  50% {
    color: red;
  }
  100% {
    color: #0B0A0A;
  }
}
section#announcementBar {
  position: relative;
  background-color: #de9e48;
  background: -webkit-gradient(linear, left top, left bottom, from(#de9e48), to(#CE8625));
  background: -webkit-linear-gradient(top, #de9e48, #CE8625);
  background: -moz-linear-gradient(top, #de9e48, #CE8625);
  background: -ms-linear-gradient(top, #de9e48, #CE8625);
  background: -o-linear-gradient(top, #de9e48, #CE8625);
  color: #0B0A0A;
}
section#announcementBar label {
  color: #0B0A0A;
}
section#announcementBar #app-announcement article.marquee > p {
  display: none;
}
#app-announcement {
  line-height: 30px;
}
#app-announcement header {
  font-weight: bold;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
}
#app-announcement header a {
  -webkit-animation: announcement-highlight 1.5s infinite;
  -moz-animation: announcement-highlight 1.5s infinite;
  animation: announcement-highlight 1.5s infinite;
}
#app-announcement article.marquee {
  overflow: hidden;
  font-size: 0.8em;
}
#app-announcement article.marquee a {
  color: #0B0A0A;
  margin: 0 200px 0 0;
}
#app-announcement article.marquee a:focus,
#app-announcement article.marquee a:active {
  text-decoration: underline;
  font-weight: bold;
}
#app-announcement article.marquee a:hover,
#app-announcement article.marquee a.is-active {
  text-decoration: underline;
  font-weight: bold;
}
@media screen and (max-width: 40em) {
  #quickLinks a {
    margin: 0 10px;
  }
  #app-announcement header a .flxf-announcement {
    line-height: 30px;
  }
}
@media screen and (min-width: 40em) {
  #quickLinks {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
  }
}
#quickLinks {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  font-size: 0.9em;
  line-height: 26px;
  background-color: #de9e48;
  background: -webkit-gradient(linear, left top, left bottom, from(#de9e48), to(#CE8625));
  background: -webkit-linear-gradient(top, #de9e48, #CE8625);
  background: -moz-linear-gradient(top, #de9e48, #CE8625);
  background: -ms-linear-gradient(top, #de9e48, #CE8625);
  background: -o-linear-gradient(top, #de9e48, #CE8625);
  color: #0B0A0A;
}
#quickLinks label {
  color: #0B0A0A;
}
#quickLinks a {
  vertical-align: middle;
  font-weight: bold;
  margin: 0 10px;
  color: #0B0A0A;
}
#quickLinks a:hover {
  font-weight: bolder;
  text-decoration: none;
}
