body {
  font-family: arial, helvetica, sans-serif;
  margin: 0;
}
body.show-isi #scrolling-isi {
  margin: 0;
}
body.show-isi #scrolling-isi #isi-container {
  overflow: visible;
  border-width: 0;
}
body.show-isi #scrolling-isi #isi-scroller {
  display: none;
}
body.show-isi #scrolling-isi #isi {
  background-color: #fff;
}
body.show-isi #wrapper {
  border-width: 0;
  overflow: visible;
}

div {
  position: absolute;
}

#wrapper {
  width: 298px;
  height: 248px;
  border-style: solid;
  border-color: #999;
  border-width: 1px;
  overflow: hidden;
  background-color: #fff;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  background: transparent url(bullet.png) no-repeat 3px 3px;
  background-size: 4px 4px;
  font-size: 1em;
  height: auto;
  padding: 0 0 5px 15px;
}
ul li ul {
  margin-top: 5px;
}
ul li ul li {
  background: transparent url(dash.png) no-repeat 0px 4px;
}

.hide {
  opacity: 0;
}

.right {
  text-align: right;
  width: 100%;
}

.center {
  text-align: center;
  width: 100%;
}

.link {
  text-decoration: underline;
  cursor: pointer;
}

.opaque {
  opacity: 1;
}

.sprite {
  background: url(sprite.png) no-repeat;
  -moz-transition: opacity, 0.5s;
  -o-transition: opacity, 0.5s;
  -webkit-transition: opacity, 0.5s;
  transition: opacity, 0.5s;
}
.sprite.isi-logo {
  background-position: -10px -237px;
  position: relative;
  width: 257px;
  height: 57px;
  margin: 10px 0 10px -3px;
}
.sprite.text-1 {
  background-position: -10px -166px;
  width: 243px;
  height: 71px;
  margin: 34px 0 0 16px;
}
.sprite.text-2 {
  background-position: -147px -287px;
  width: 286px;
  height: 110px;
  margin: 20px 0 0 10px;
}
.sprite.logo {
  background-position: -0px -297px;
  width: 142px;
  height: 91px;
  margin: 30px 0 0 12px;
}
.sprite.text-3 {
  background-position: -159px -397px;
  width: 121px;
  height: 57px;
  margin: 40px 0 0 170px;
}
.sprite.cta {
  background-position: -5px -406px;
  width: 120px;
  height: 41px;
  margin: 110px 0 0 177px;
}

#animation {
  position: absolute;
  margin: 0;
  width: 300px;
  height: 153px;
  cursor: pointer;
}

#pi {
  margin-top: 152px;
  background-color: #7399c6;
  height: 18px;
  width: 100%;
  font-size: 9px;
  color: #fff;
}
#pi p {
  color: #ddd5e0;
  float: left;
  margin: 0;
  padding: 0;
  display: block;
  margin-top: 6px;
  padding: 0 0 0 10px;
}
#pi p:nth-of-type(2) {
  float: right;
  padding-right: 10px;
}
#pi p a {
  color: #ddd5e0;
  text-decoration:underline;
  cursor: pointer;
}

#scrolling-isi {
  margin: 170px 0 0 0px;
  width: 292px;
  height: 72px;
  -moz-transition-property: margin-top;
  -o-transition-property: margin-top;
  -webkit-transition-property: margin-top;
  transition-property: margin-top;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 1;
  border-style: solid;
  border-color: #7399c6;
  border-width: 3px;
}
#scrolling-isi div {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#scrolling-isi #isi-scroller {
  width: 6px;
  height: 100%;
  position: absolute;
}
#scrolling-isi #isi-container {
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: #fff;
}
#scrolling-isi #isi-container #isi {
  width: 95%;
  margin: 0 0 0 5px;
}

#isi {
  font-size: 10px;
  color: #666;
  line-height: 1.2;
}
#isi sup, #isi sub {
  font-size: 9px;
}
#isi a {
  color: #666;
  text-decoration: underline;
  cursor: pointer;
}
#isi h1, #isi h2 {
  font-weight: bold;
  font-size: 13px;
  padding: 5px 0 0px 0;
  color: #ff9933;
  margin: 0;
}
#isi h1:first-of-type, #isi h2:first-of-type {
  padding: 5px 0 0 0;
}
#isi h3 {
  font-style: bold;
  margin: 5px 0 5px 0;
  font-size: 10px;
}
#isi h4 {
  font-weight: bold;
  margin: 0;
}
#isi p {
  margin: 10px 0 10px 0;
  line-height: 1.2;
}
#isi .shorten {
    margin-top:5px;
}
#isi .shorten2 {
    margin-top:0px;
    margin-bottom:7px;
}
#isi .icon {
  margin-left: -4px;
}
#isi .isi-footer {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}
