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: 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: -344px -310px;
  position: relative;
  width: 239px;
  height: 50px;
  margin: 10px 0 10px -10px;
}
.sprite.text-1 {
  background-position: -308px -1px;
  width: 287px;
  height: 86px;
  margin: 100px 0 0 8px;
}
.sprite.text-2 {
  background-position: -328px -83px;
  width: 264px;
  height: 228px;
  margin: 50px 0 0 30px;
}
.sprite.logo {
  background-position: -345px -369px;
  width: 231px;
  height: 151px;
  margin: 35px 0 0 35px;
}
.sprite.text-3 {
  background-position: -344px -584px;
  width: 215px;
  height: 28px;
  margin: 190px 0 0 45px;
}
.sprite.cta {
  background-position: -385px -524px;
  width: 196px;
  height: 61px;
  margin: 250px 0 0 50px;
}

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

#pi {
  margin-top: 337px;
  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: 355px 0 0 0px;
  width: 292px;
  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: 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; 
}