/* SCSS Document */
/* SCSS Document */
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/* line 11, _reset.scss */
html {
  color: #000;
  background: #FFF;
}

/* line 11, _reset.scss */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

/* line 11, _reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 11, _reset.scss */
fieldset, img {
  border: 0;
}

/* line 11, _reset.scss */
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

/* line 11, _reset.scss */
ol, ul {
  list-style: none;
}

/* line 11, _reset.scss */
caption, th {
  text-align: left;
}

/* line 11, _reset.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

/* line 11, _reset.scss */
q:before, q:after {
  content: '';
}

/* line 11, _reset.scss */
abbr, acronym {
  border: 0;
  font-variant: normal;
}

/* line 11, _reset.scss */
sup {
  vertical-align: text-top;
}

/* line 11, _reset.scss */
sub {
  vertical-align: text-bottom;
}

/* line 11, _reset.scss */
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/* line 11, _reset.scss */
legend {
  color: #000;
}

/* line 11, _reset.scss */
#yui3-css-stamp.cssreset {
  display: none;
}

/* line 14, _reset.scss */
*, *:after, *:before {
  /* global box-sizing */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* global font-smoothing */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 25, _reset.scss */
strong {
  font-weight: bold;
}

/* line 26, _reset.scss */
em {
  font-style: italic;
}

/* line 27, _reset.scss */
sup {
  position: relative;
  top: -0.5em;
  vertical-align: baseline;
  font-size: 0.7em;
  line-height: 0px;
}

/* SCSS Document */
/********** IMAGES *********/
/********** BUTTONS *********/
/********** LAYOUT *********/
/********** LAYOUT STYLES *********/
/********** Typography *********/
/********** ANIMATION *********/
@-webkit-keyframes anim-alpha-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anim-auto-alpha-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
/********** MOBILE SPECIFIC *********/
/* line 266, _mixins.scss */
.arx-scrollbar-content {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

/* SCSS Document */
/* line 28, _arxscrollbar.scss */
.arx-scrollbar {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 264px;
  height: 56px;
  padding: 3px;
  border: 0px solid gray;
  /* custom styles */
  background-color: #ffffff;
  border-left: 1px solid #e0e0e0;
}
/* line 36, _arxscrollbar.scss */
.arx-scrollbar * {
  box-sizing: border-box;
}
/* line 42, _arxscrollbar.scss */
.arx-scrollbar .no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 50, _arxscrollbar.scss */
.arx-scrollbar .arx-scrollbar-mask, .arx-scrollbar .arx-scrollbar-content, .arx-scrollbar .arx-scrollbar-track, .arx-scrollbar .arx-scrollbar-thumb {
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
/* line 56, _arxscrollbar.scss */
.arx-scrollbar .arx-scrollbar-mask {
  width: 250px;
  height: 100%;
  padding: 0 0;
  border: 0 solid gray;
  float: left;
  overflow: hidden;
  /* custom styles */
  background-color: #ffffff;
}
/* line 67, _arxscrollbar.scss */
.arx-scrollbar .arx-scrollbar-track {
  width: 6px;
  height: 100%;
  padding: 0 0;
  border: 0 solid gray;
  margin-left: 1px;
  float: left;
  /* custom styles */
}
/* line 74, _arxscrollbar.scss */
.arx-scrollbar .arx-scrollbar-track:hover {
  cursor: pointer;
}
/* line 77, _arxscrollbar.scss */
.arx-scrollbar .arx-scrollbar-track .line {
  position: absolute;
  top: 0;
  left: 2px;
  display: block;
  background-color: #b7b7b7;
  width: 2px;
  height: 100%;
}
/* line 86, _arxscrollbar.scss */
.arx-scrollbar .arx-scrollbar-track .arx-scrollbar-thumb {
  width: 100%;
  height: 10px;
  /* custom styles */
  margin: 0 auto;
  background-color: #189eb6;
}
/* line 89, _arxscrollbar.scss */
.arx-scrollbar .arx-scrollbar-track .arx-scrollbar-thumb:hover {
  cursor: pointer;
}

/* line 98, _arxscrollbar.scss */
.arx-scrollbar-content {
  /* custom styles */
  font-family: Helvetica,Arial,sans-serif;
  font-size: 9px;
}
/* line 105, _arxscrollbar.scss */
.arx-scrollbar-content h1, .arx-scrollbar-content h2, .arx-scrollbar-content h3, .arx-scrollbar-content h4, .arx-scrollbar-content p, .arx-scrollbar-content li, .arx-scrollbar-content .box-warning {
  margin: 0 0 3px 0;
  line-height: 1.2;
}
/* line 109, _arxscrollbar.scss */
.arx-scrollbar-content h1, .arx-scrollbar-content h2, .arx-scrollbar-content h3, .arx-scrollbar-content h4 {
  font-size: 9px;
  font-weight: bold;
  color: #189eb6;
}
/* line 114, _arxscrollbar.scss */
.arx-scrollbar-content h1 {
  font-size: 11px;
}
/* line 115, _arxscrollbar.scss */
.arx-scrollbar-content h4 {
  font-weight: normal;
}
/* line 116, _arxscrollbar.scss */
.arx-scrollbar-content li {
  padding-left: 7px;
  background: url(../images/bullet_black.gif) 0px 3px no-repeat;
}
/* line 120, _arxscrollbar.scss */
.arx-scrollbar-content a {
  color: #189eb6;
  text-decoration: underline;
}
/* line 124, _arxscrollbar.scss */
.arx-scrollbar-content .u {
  text-decoration: underline;
}
/* line 125, _arxscrollbar.scss */
.arx-scrollbar-content .brandcolor {
  color: #189eb6;
}
/* line 126, _arxscrollbar.scss */
.arx-scrollbar-content .box-warning {
  border: 1px solid #000000;
  padding: 2px 0 0 2px;
}
/* line 130, _arxscrollbar.scss */
.arx-scrollbar-content .box-warning h1, .arx-scrollbar-content .box-warning h2, .arx-scrollbar-content .box-warning h3, .arx-scrollbar-content .box-warning h4 {
  font-weight: bold;
  color: #000000;
}
/* line 135, _arxscrollbar.scss */
.arx-scrollbar-content .wrap {
  word-wrap: break-word;
  word-break: break-all;
}

/* line 10, banner.scss */
html,
body {
  font-family: Helvetica, Arial, Verdana, sans-serif;
}

/* line 15, banner.scss */
.exit1,
.exit2 {
  cursor: pointer;
  background: url(../images/transparent.png);
}

/* line 22, banner.scss */
.brandcolor {
  color: #189eb6;
}

/* line 26, banner.scss */
.brandsecondary {
  color: #309fb6;
}

/* line 30, banner.scss */
#isi {
  bottom: -90px;
  right: 0;
  position: absolute;
  height: 90px;
  width: 264px;
  background: #ffffff;
}
/* line 39, banner.scss */
#isi .pi-link,
#isi .medication-link {
  top: 10px;
  position: relative;
  font-size: 10px;
  margin-left: 4px;
  color: #000000;
  font-weight: bold;
}
/* line 48, banner.scss */
#isi .medication-link {
  margin-left: 2px;
}
/* line 54, banner.scss */
#isi .arx-scrollbar {
  top: 35px;
}

/* line 61, banner.scss */
#warning {
  position: absolute;
  top: 0;
  width: 230px;
  left: -230px;
  font-size-adjust: 0.40;
}

/* line 70, banner.scss */
#stage {
  width: 728px;
  height: 90px;
  z-index: 1;
}
/* line 75, banner.scss */
#stage h1 {
  font-size: 19px;
  line-height: 31px;
}
/* line 79, banner.scss */
#stage h1.brandsecondary {
  font-weight: bold;
}
/* line 82, banner.scss */
#stage h2 {
  font-size: 16.4px;
}
/* line 85, banner.scss */
#stage h3 {
  font-size: 13.4px;
}
/* line 88, banner.scss */
#stage .note {
  font-size: 11.6px;
  font-weight: lighter;
}
/* line 92, banner.scss */
#stage .note.note-end {
  font-size: 11px;
}

/* line 97, banner.scss */
.animate {
  position: absolute;
}

/* line 101, banner.scss */
#gradientTop {
  width: 671px;
  height: 7px;
  left: -671px;
  position: absolute;
  background: url("../images/gradient-top.png") no-repeat;
}

/* line 109, banner.scss */
#gradientBottom {
  width: 672px;
  height: 8px;
  right: -672px;
  position: absolute;
  bottom: 0;
  background: url("../images/gradient-bottom.png") no-repeat;
}

/* line 128, banner.scss */
.warningnote {
  background-color: #626262;
  color: #ffffff;
  font-size: 9px;
  line-height: 9px;
  text-align: left;
  font-family: Arial, Verdana, sans-serif;
  padding: 4px 1px 6px 5px;
  width: 230px;
  height: 91px;
}

/* line 142, banner.scss */
.scene, #scene1, #scene2, #scene3, #scene4, #scene5, #scene6, #scene7, #scene8 {
  width: 728px;
  height: 90px;
  position: absolute;
}
/* line 146, banner.scss */
.scene #info, #scene1 #info, #scene2 #info, #scene3 #info, #scene4 #info, #scene5 #info, #scene6 #info, #scene7 #info, #scene8 #info {
  color: #309fb6;
  font-size: 13.8px;
  font-weight: bold;
  line-height: 15px;
}

/* line 154, banner.scss */
#scene1 {
  background: url("../images/blue-bg-full.png") no-repeat fixed;
}
/* line 157, banner.scss */
#scene1 h1,
#scene1 h2 {
  display: inline;
}
/* line 161, banner.scss */
#scene1 #s1_p1 {
  top: 11px;
  right: -600px;
  width: 600px;
}
/* line 167, banner.scss */
#scene1 #s1_p2 {
  bottom: 13px;
  left: 31px;
}
/* line 171, banner.scss */
#scene1 #s1_p3 {
  width: 296px;
  right: -296px;
  bottom: 14px;
}

/* line 182, banner.scss */
#scene2 h2,
#scene3 h2,
#scene4 h2 {
  font-size: 20.6px;
}

/* line 189, banner.scss */
#scene2 #s2_p1 {
  right: 640px;
  right: -71px;
  top: 14px;
}
/* line 194, banner.scss */
#scene2 #s2_p2 {
  right: 281px;
  right: -342px;
  top: 35px;
  width: 343px;
}

/* line 204, banner.scss */
#scene3 #s3_p1 {
  right: -71px;
  top: 14px;
}
/* line 209, banner.scss */
#scene3 #s3_p2 {
  right: -346px;
  top: 35px;
  width: 346px;
}

/* line 219, banner.scss */
#scene4 #s4_p1 {
  right: -71px;
  top: 14px;
}
/* line 224, banner.scss */
#scene4 #s4_p2 {
  right: -611px;
  top: 24px;
  width: 611px;
}

/* line 234, banner.scss */
#scene5 img {
  width: 33px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  display: table-cell;
}
/* line 241, banner.scss */
#scene5 span {
  display: inline-block;
  font-size: 15px;
  vertical-align: middle;
  display: table-cell;
}
/* line 247, banner.scss */
#scene5 #s5_p1 {
  display: table;
  right: 523px;
  right: -184px;
  top: 19px;
}
/* line 254, banner.scss */
#scene5 #s5_p2 {
  display: table;
  vertical-align: middle;
  right: 298px;
  right: -170px;
  top: 19px;
}
/* line 262, banner.scss */
#scene5 #s5_p3 {
  display: table;
  vertical-align: middle;
  right: 32px;
  right: -230px;
  top: 9px;
}
/* line 263, banner.scss */
#scene5 #s5_p3 img {
  margin-top: 10px;
}
/* line 272, banner.scss */
#scene5 #s5_p4 {
  left: 31px;
  bottom: 13px;
}
/* line 277, banner.scss */
#scene5 #s5_p5 {
  right: 12px;
  bottom: 12px;
  right: -294px;
}

/* line 292, banner.scss */
#scene6 #s6_p4 {
  left: -198px;
  width: 198px;
  top: 20px;
}

/* line 303, banner.scss */
#scene7 #s7_p1 {
  left: -198px;
  width: 198px;
  top: 29px;
  text-align: center;
}

/* line 312, banner.scss */
#scene8 {
  top: 0;
}
/* line 315, banner.scss */
#scene8 #s8_p1 {
  top: 23px;
  left: -69px;
}
/* line 320, banner.scss */
#scene8 #s8_p2 {
  top: 38px;
  right: 382px;
}
