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: 158px;
  height: 598px;
  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: -165px -185px;
  position: relative;
  width: 135px;
  height: 30px;
  margin: 10px 0px 10px -5px;
}
.sprite.text-1 {
  background-position: -318px -23px;
  width: 130px;
  height: 120px;
  margin: 60px 0 0 11px;
}
.sprite.text-2 {
  background-position: -306px -153px;
  width: 141px;
  height: 224px;
  margin: 40px 0 0 5px;
}
.sprite.logo {
  background-position: -167px -91px;
  width: 143px;
  height: 90px;
  margin: 50px 0 0 10px;
}
.sprite.text-3 {
  background-position: -167px -48px;
  width: 114px;
  height: 44px;
  margin: 170px 0 0 20px;
}
.sprite.cta {
  background-position: -155px -1px;
  width: 152px;
  height: 47px;
  margin: 240px 0 0 4px;
}

#animation {
  position: absolute;
  margin: 0 0 0 2px;
  width: 158px;
  height: 500px;
  cursor: pointer;
}
#animation #dolphins-container {
  height: 137px;
  width: 100%;
  overflow: hidden;
}

#pi {
  margin-top: 320px;
  background-color: #7399c6;
  height: 35px;
  width: 100%;
  font-size: 10px;
  color: #fff;
}
#pi p {
  color: #ddd5e0;
  float: left;
  margin: 0;
  padding: 0;
  display: block;
  margin-top: 3px;
  padding: 0 10px 0 7px;
}
#pi p a {
  color: #ddd5e0;
  text-decoration:underline;
  cursor:pointer;
}

#scrolling-isi {
  margin: 355px 0 0 0px;
  width: 152px;
  height: 237px;
  -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: 14px;
  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-weight: 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; 
}