<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul.scroll-stop-handle {
  display: block;
  position: fixed;
  top: 50%;
  right: 0;
  width: 40px;
  padding: 10px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.4);
  list-style: none;
  z-index: 1000; }
  ul.scroll-stop-handle &gt; li {
    padding: 7px; }
    ul.scroll-stop-handle &gt; li &gt; a {
      display: block;
      width: 7px;
      height: 7px;
      margin-right: 10px;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      border-radius: 7px;
      background-color: rgba(255, 255, 255, 0.5);
      text-indent: -9999px; }
    ul.scroll-stop-handle &gt; li.active &gt; a {
      background-color: #fff !important; }

div.scroll-top-handle {
  position: fixed;
  text-align: center;
  font-size: 12px;
  color: #898989;
  right: 10px;
  bottom: 25px;
  width: 30px;
  height: 30px;
  background-color: #cdcdcd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  cursor: pointer;
  opacity: 0;
  transition: opacity 1s, visibility 1s;
  z-index: 1000; }
  div.scroll-top-handle:before {
    content: "";
    background: url(/Content/7907/Media/General/TopLevelFlash/Corporate/socialmedia-sprite.png) -228px -267px no-repeat;
    width: 20px;
    height: 20px;
    margin: 5px 0 5px 5px;
    position: relative;
    display: block; }

</pre></body></html>