@charset "UTF-8";
/* GLOBAL STYLES */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent; }

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

img {
  display: block; }

ul, ol, li {
  list-style: none; }

body {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0; }

.container {
  background-color: #fff;
  visibility: hidden;
  position: absolute;
  border: 2px solid #41165c;
  overflow: hidden; }

sub {
  font-size: 75%;
  position: relative;
  top: 1px; }

sup {
  font-size: 60%;
  position: relative;
  top: -4px; }

[data-clicktag] {
  cursor: pointer; }

.hide {
  display: none; }

.nobr {
  white-space: nowrap; }

#footer {
  background: #fff;
  position: absolute;
  z-index: 2; }

.gradient-top, #scroll_btn {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a2a2a2+0,efefef+33,ffffff+67 */
  background: #a2a2a2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a2a2a2 0%, #efefef 33%, white 67%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a2a2a2), color-stop(33%, #efefef), color-stop(67%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a2a2a2 0%, #efefef 33%, white 67%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a2a2a2 0%, #efefef 33%, white 67%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a2a2a2 0%, #efefef 33%, white 67%);
  /* IE10+ */
  background: linear-gradient(to bottom, #a2a2a2 0%, #efefef 33%, white 67%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a2', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }

.gradient-left {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a2a2a2+0,efefef+33,ffffff+67&amp;1+0,0+100 */
  background: -moz-linear-gradient(left, #a2a2a2 0%, rgba(239, 239, 239, 0.67) 33%, rgba(255, 255, 255, 0.33) 67%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a2a2a2), color-stop(33%, rgba(239, 239, 239, 0.67)), color-stop(67%, rgba(255, 255, 255, 0.33)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #a2a2a2 0%, rgba(239, 239, 239, 0.67) 33%, rgba(255, 255, 255, 0.33) 67%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #a2a2a2 0%, rgba(239, 239, 239, 0.67) 33%, rgba(255, 255, 255, 0.33) 67%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #a2a2a2 0%, rgba(239, 239, 239, 0.67) 33%, rgba(255, 255, 255, 0.33) 67%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, #a2a2a2 0%, rgba(239, 239, 239, 0.67) 33%, rgba(255, 255, 255, 0.33) 67%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a2', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 */ }

/* SCROLLING CONTAINER STYLES */
#scroll_container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  font-size: 12px;
  line-height: 1em; }
  #scroll_container .scrollbar {
    background-image: url("scroll-bar.png");
    background-repeat: repeat-y;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    float: right;
    z-index: 2; }
    #scroll_container .scrollbar:before {
      content: url("scroll-up-arrow.png");
      position: absolute;
      top: 0;
      left: 0; }
    #scroll_container .scrollbar:after {
      content: url("scroll-down-arrow.png");
      position: absolute;
      bottom: 0;
      left: 0; }
    #scroll_container .scrollbar .track {
      position: relative;
      padding: 0 1px; }
      #scroll_container .scrollbar .track .thumb {
        background: url("scroll-thumb.png");
        background-repeat: no-repeat;
        cursor: pointer;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 1px; }
        #scroll_container .scrollbar .track .thumb .end {
          width: 25px;
          height: 5px;
          background: transparent url(bg-scrollbar-thumb-y.png) no-repeat 50% 0;
          overflow: hidden; }
  #scroll_container .viewport {
    height: 100%;
    overflow: hidden;
    position: relative; }
    #scroll_container .viewport .overview {
      list-style: none;
      position: absolute;
      left: 0;
      top: 0;
      padding: 0;
      margin: 0; }
      #scroll_container .viewport .overview p, #scroll_container .viewport .overview li {
        font-family: Arial, Helvetica, sans-serif;
        color: #000;
        line-height: 1.2em;
        margin-bottom: 8px; }
      #scroll_container .viewport .overview p {
        margin-top: 0; }
      #scroll_container .viewport .overview ul {
        margin-bottom: 10px; }
        #scroll_container .viewport .overview ul li {
          list-style: none;
          position: relative;
          margin-bottom: 5px;
          margin-left: 8px; }
          #scroll_container .viewport .overview ul li:before {
            content: "•";
            color: #481e62;
            position: absolute;
            top: 0;
            left: -8px; }
          #scroll_container .viewport .overview ul li > ul {
            list-style: none;
            position: relative;
            margin: 5px 0 5px 2px; }
            #scroll_container .viewport .overview ul li > ul li:before {
              content: "\2013";
              position: absolute;
              top: 0;
              left: -10px; }
      #scroll_container .viewport .overview .head, #scroll_container .viewport .overview .subhead {
        color: #481e62;
        font-weight: bold; }
      #scroll_container .viewport .overview .head {
        font-size: 15px;
        padding-top: 18px; }
      #scroll_container .viewport .overview .copy .box p, #scroll_container .viewport .overview .copy .box li {
        font-weight: bold; }
      #scroll_container .viewport .overview .footnote {
        font-size: 11px;
        margin: 15px 0; }
      #scroll_container .viewport .overview .sixPointAst {
        font-family: Tahoma, Verdana, sans-serif; }
  #scroll_container .disable {
    display: none; }

/* GLOBAL BANNER RELATED STYLED */
.main-clicktag {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: url(/fixer.png); }

.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%; }
  .circle.circle1 {
    background-color: #733b97; }
  .circle.circle2 {
    background-color: #763C9B; }
  .circle.circle3 {
    background-color: #7E48A1; }
  .circle.circle4 {
    background-color: #926AB1; }
  .circle.circle5 {
    background-color: #9E7BBA; }
  .circle.circle6 {
    background-color: #AC8DC4; }
  .circle.circle7 {
    background-color: #B9A1CF; }

.arrow, #arrow_top, #arrow_top2, #arrow_indicator, #arrow_bottom, #arrow_bottom2 {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 50%;
  opacity: 0; }

#arrow_top, #arrow_top2, #arrow_indicator {
  border-color: #ffffff transparent transparent transparent; }

#arrow_bottom, #arrow_bottom2 {
  border-color: transparent transparent #ffffff transparent; }

#arrow_indicator, #arrow_top2, #arrow_bottom2 {
  opacity: 1; }
  #arrow_indicator.purple, #arrow_top2.purple, #arrow_bottom2.purple {
    border-color: #ab89c1 transparent transparent transparent; }

#viiv-logo {
  position: absolute;
  opacity: 0;
  z-index: 3; }

#pi_btn {
  width: 100%;
  background-color: #41165c;
  position: absolute;
  z-index: 2; }
  #pi_btn .pi-copy {
    float: left;
    position: relative;
    left: 50%; }
  #pi_btn .pi-arrow {
    float: right; }

#scroll_btn {
  width: 100%;
  position: absolute;
  z-index: 1; }
  #scroll_btn img {
    position: absolute; }

#content1, #content2 {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0; }

#content3 {
  background-color: #3b1062;
  opacity: 0; }
  #content3 #content3_img {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0; }

#content4 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3dae7+0,ffffff+10 */
  background: #e3dae7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e3dae7 0%, #ffffff 10%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3dae7), color-stop(10%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e3dae7 0%, #ffffff 10%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e3dae7 0%, #ffffff 10%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e3dae7 0%, #ffffff 10%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e3dae7 0%, #ffffff 10%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3dae7', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
  #content4 img {
    position: absolute; }

#content4b_img {
  opacity: 0; }

#content5, #content6, #content6b {
  position: absolute;
  opacity: 0; }

#content7 {
  position: absolute; }
  #content7 img {
    position: absolute; }
  #content7 #content7_indicator1 {
    background-color: #733b97;
    position: absolute;
    top: 0; }
  #content7 #content7_indicator2 {
    background-color: #ab89c1;
    position: absolute;
    top: 0;
    opacity: 0; }
  #content7 #content7_indicator3 {
    background-color: #c7b1d5;
    position: absolute;
    top: 0;
    opacity: 0; }

#content8 {
  position: absolute;
  top: 0; }
  #content8 #content8_img, #content8 #content8b_img, #content8 #content8_copy, #content8 #content8b_copy {
    position: absolute;
    opacity: 0; }

#content9 {
  position: absolute;
  opacity: 0; }
  #content9 #triumeq-logo {
    position: absolute;
    opacity: 0; }
  #content9 #content9_circle_holder {
    position: absolute;
    overflow: hidden; }
  #content9 #content9_circle1, #content9 #content9_circle2 {
    position: absolute;
    border-radius: 50%; }
  #content9 #content9_circle1 {
    background-color: #d8cce5; }
  #content9 #content9_circle2 {
    background-color: #733b97; }
  #content9 #content9_copy {
    position: absolute;
    top: 50%;
    left: 50%; }

#peel {
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1; }

#peel_bg {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #3b1062 transparent;
  position: absolute;
  z-index: 0; }

#peel_container {
  position: absolute;
  top: 0;
  opacity: 0; }
  #peel_container:before {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #733b97; }

#strength {
  position: absolute;
  opacity: 0; }



#banner_728_90_triumeq_branded_html5 {
  width: 728px;
  height: 90px; }
  #banner_728_90_triumeq_branded_html5 .banner-size, #banner_728_90_triumeq_branded_html5 #banner_300_600_triumeq_branded_html5, #banner_728_90_triumeq_branded_html5 #banner_300_250_triumeq_branded_html5, #banner_728_90_triumeq_branded_html5 #banner_728_90_triumeq_branded_html5, #banner_728_90_triumeq_branded_html5 .main-clicktag, #banner_728_90_triumeq_branded_html5 #peel_container, #banner_728_90_triumeq_branded_html5 #content3, #banner_728_90_triumeq_branded_html5 #content4 {
    width: 726px;
    height: 88px; }
  #banner_728_90_triumeq_branded_html5 .circle {
    width: 98px;
    height: 98px;
    margin-top: -49px;
    margin-left: -49px; }
  #banner_728_90_triumeq_branded_html5 .footer_wrapper {
    background-image: url("scroll-bg.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 243px;
    height: 86px;
    top: 0;
    right: -243px; }
  #banner_728_90_triumeq_branded_html5 #arrow_top {
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #ffffff;
    top: 31px;
    left: 52px; }
  #banner_728_90_triumeq_branded_html5 #arrow_bottom {
    border-width: 12px 20px 12px 0;
    border-color: transparent #ffffff transparent transparent;
    top: 31px;
    left: auto;
    right: 52px; }
  #banner_728_90_triumeq_branded_html5 #arrow_indicator {
    border-width: 10px 0 10px 14px;
    border-color: transparent transparent transparent #ffffff;
    top: 34px;
    left: 423px; }
  #banner_728_90_triumeq_branded_html5 #arrow_top2 {
    border-width: 10px 8px 0 8px;
    margin-left: -15px;
    top: 3px; }
  #banner_728_90_triumeq_branded_html5 #arrow_bottom2 {
    border-width: 0 8px 10px 8px;
    margin-left: -15px;
    bottom: 3px; }
  #banner_728_90_triumeq_branded_html5 #peel {
    right: -111px; }
  #banner_728_90_triumeq_branded_html5 #peel_bg {
    border-width: 0 0 90px 115px;
    bottom: -88px;
    right: -115px; }
  #banner_728_90_triumeq_branded_html5 #peel_container {
    width: 614px; }
    #banner_728_90_triumeq_branded_html5 #peel_container:before {
      height: 456px; }
  #banner_728_90_triumeq_branded_html5 #viiv-logo {
    top: 49px;
    left: 319px; }
  #banner_728_90_triumeq_branded_html5 #strength {
    width: 350px;
    height: 60px;
    top: 15px;
    left: 415px;
    overflow: hidden;
    opacity: 1;
    z-index: 0; }
    #banner_728_90_triumeq_branded_html5 #strength img {
      position: absolute;
      left: -310px; }
  #banner_728_90_triumeq_branded_html5 #content1 {
    width: 166px;
    height: 20px;
    margin-top: -10px;
    margin-left: -83px; }
  #banner_728_90_triumeq_branded_html5 #content2 {
    width: 248px;
    height: 17px;
    margin-top: -8px;
    margin-left: -124px; }
  #banner_728_90_triumeq_branded_html5 #content3 img {
    margin-top: -8px;
    margin-left: -315px; }
  #banner_728_90_triumeq_branded_html5 #content4 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3dae7+0,ffffff+67 */
    background: #e3dae7;
    /* Old browsers */
    background: -moz-linear-gradient(left, #e3dae7 0%, white 67%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e3dae7), color-stop(67%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #e3dae7 0%, white 67%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #e3dae7 0%, white 67%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #e3dae7 0%, white 67%);
    /* IE10+ */
    background: linear-gradient(to right, #e3dae7 0%, white 67%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3dae7', endColorstr='#ffffff',GradientType=1 );
    /* IE6-9 */ }
    #banner_728_90_triumeq_branded_html5 #content4 #content4_img {
      top: -2px;
      left: 352px;
      z-index: 1; }
    #banner_728_90_triumeq_branded_html5 #content4 #content4b_img {
      top: 18px;
      left: 92px; }
  #banner_728_90_triumeq_branded_html5 #content5, #banner_728_90_triumeq_branded_html5 #content6, #banner_728_90_triumeq_branded_html5 #content6b {
    top: 6px;
    left: 7px; }
  #banner_728_90_triumeq_branded_html5 #content7 {
    width: 485px;
    height: 90px;
    top: -2px;
    left: -485px; }
    #banner_728_90_triumeq_branded_html5 #content7 img {
      top: 30px;
      left: 13px; }
    #banner_728_90_triumeq_branded_html5 #content7 #content7_indicator1, #banner_728_90_triumeq_branded_html5 #content7 #content7_indicator2, #banner_728_90_triumeq_branded_html5 #content7 #content7_indicator3 {
      border-top-right-radius: 50px;
      border-bottom-right-radius: 50px; }
    #banner_728_90_triumeq_branded_html5 #content7 #content7_indicator1 {
      width: 455px;
      height: 105%;
      top: -3px; }
    #banner_728_90_triumeq_branded_html5 #content7 #content7_indicator2 {
      width: 470px;
      height: 115%;
      top: -7px; }
    #banner_728_90_triumeq_branded_html5 #content7 #content7_indicator3 {
      width: 100%;
      height: 125%;
      top: -11px; }
  #banner_728_90_triumeq_branded_html5 #content8 .mask {
    width: 221px;
    height: 47px;
    position: absolute;
    top: 18px;
    left: 90px;
    overflow: hidden; }
  #banner_728_90_triumeq_branded_html5 #content8 #content8_img {
    top: -2px;
    z-index: 1; }
  #banner_728_90_triumeq_branded_html5 #content8 #content8_copy {
    top: 0;
    left: -215px;
    z-index: 0; }
  #banner_728_90_triumeq_branded_html5 #content9 {
    top: 0; }
    #banner_728_90_triumeq_branded_html5 #content9 #content9_circle_holder {
      width: 150px;
      height: 86px;
      left: 171px; }
    #banner_728_90_triumeq_branded_html5 #content9 #content9_circle1 {
      width: 89%;
      height: 140px;
      top: -27px; }
    #banner_728_90_triumeq_branded_html5 #content9 #content9_circle2 {
      width: 79%;
      height: 123px;
      top: -19px;
      left: 5%; }
    #banner_728_90_triumeq_branded_html5 #content9 #content9_copy {
      margin-top: -18px;
      margin-left: -54px; }
  #banner_728_90_triumeq_branded_html5 .scroller {
    height: 69px; }
    #banner_728_90_triumeq_branded_html5 .scroller .scrollbar {
      width: 14px;
      padding: 15px 0; }
      #banner_728_90_triumeq_branded_html5 .scroller .scrollbar:before {
        width: 14px;
        height: 15px; }
      #banner_728_90_triumeq_branded_html5 .scroller .scrollbar:after {
        width: 14px;
        height: 17px; }
    #banner_728_90_triumeq_branded_html5 .scroller .viewport {
      margin-left: 9px; }
      #banner_728_90_triumeq_branded_html5 .scroller .viewport .overview .copy, #banner_728_90_triumeq_branded_html5 .scroller .viewport .overview .head {
        width: 96%; }
      #banner_728_90_triumeq_branded_html5 .scroller .viewport .overview .space {
        display: none; }
  #banner_728_90_triumeq_branded_html5 #scroll_btn {
    background-image: url("scroll-bg.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #fff;
    height: 18px;
    padding: 5px 0; }
    #banner_728_90_triumeq_branded_html5 #scroll_btn img {
      right: 20px; }
  #banner_728_90_triumeq_branded_html5 #pi_btn {
    height: 17px;
    padding-top: 3px;
    bottom: 0; }
    #banner_728_90_triumeq_branded_html5 #pi_btn .pi-copy {
      margin-left: -73px; }
    #banner_728_90_triumeq_branded_html5 #pi_btn .pi-arrow {
      margin-right: 3px; }
  #banner_728_90_triumeq_branded_html5 #content8b_img, #banner_728_90_triumeq_branded_html5 #content8b_copy, #banner_728_90_triumeq_branded_html5 #triumeq-logo {
    display: none; }
