@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;
  background-image: url("background-color.png");
  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: 15px;
  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: #000000;
        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: 10px;
        margin: 15px 0; }
      #scroll_container .viewport .overview .sixPointAst {
        font-family: Tahoma, Verdana, sans-serif;
        font-weight: 100; }
      #scroll_container .viewport .overview .fdagov {
        color: #0000EE;
        text-decoration: underline; }
      #scroll_container .viewport .overview .linkColor {
        color: #0000EE; }
  #scroll_container .disable {
    display: none; }

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

.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: #733b97;
  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; }

#banner_160_600_epzicom_dual_branded_html5 {
  width: 160px;
  height: 600px; }
  #banner_160_600_epzicom_dual_branded_html5 .banner-size, #banner_160_600_epzicom_dual_branded_html5 .main-clicktag, #banner_160_600_epzicom_dual_branded_html5 #banner_300_600_epzicom_dual_branded_html5, #banner_160_600_epzicom_dual_branded_html5 #banner_300_250_epzicom_dual_branded_html5, #banner_160_600_epzicom_dual_branded_html5 #banner_728_90_epzicom_dual_branded_html5, #banner_160_600_epzicom_dual_branded_html5 #banner_500_90_epzicom_dual_branded_html5 {
    width: 158px;
    height: 598px; }
  #banner_160_600_epzicom_dual_branded_html5 .footer_wrapper {
    width: 156px;
    height: 256px;
    bottom: 0px; }
  #banner_160_600_epzicom_dual_branded_html5 #viiv-logo {
    top: 10px;
    left: 62px;
    cursor: pointer; }
  #banner_160_600_epzicom_dual_branded_html5 #slide1 {
    position: absolute;
    opacity: 1; }
    #banner_160_600_epzicom_dual_branded_html5 #slide1 #triumeq_img {
      position: absolute;
      top: 35px;
      left: 12px; }
    #banner_160_600_epzicom_dual_branded_html5 #slide1 #div-image {
      position: absolute;
      top: 110px;
      left: 12px; }
    #banner_160_600_epzicom_dual_branded_html5 #slide1 #time-to-talk {
      position: absolute;
      top: 110px;
      left: 8px;
      opacity: 0; }
    #banner_160_600_epzicom_dual_branded_html5 #slide1 #learn-more {
      top: 180px;
      left: 3px;
      opacity: 0;
      position: absolute;
      z-index: 1; }
    #banner_160_600_epzicom_dual_branded_html5 #slide1 #triumeq-epzicom-logos {
      position: absolute;
      top: 220px;
      left: 25px; }
  #banner_160_600_epzicom_dual_branded_html5 #slide2 {
    position: absolute;
    opacity: 0;
    top: 2px;
    left: 5px; }
  #banner_160_600_epzicom_dual_branded_html5 #slide3 {
    position: absolute;
    opacity: 0;
    top: 5px;
    left: 5px; }
  #banner_160_600_epzicom_dual_branded_html5 #slide4 {
    position: absolute;
    opacity: 0;
    top: 45px;
    left: 8px; }
    #banner_160_600_epzicom_dual_branded_html5 #slide4 #polygon1 {
      margin: 20px 0 0 45px; }
    #banner_160_600_epzicom_dual_branded_html5 #slide4 #polygon2 {
      margin: 8px 0 0 51px;
      width: 35px; }
    #banner_160_600_epzicom_dual_branded_html5 #slide4 #polygon3 {
      margin: 8px 0 0 54px;
      width: 30px; }
  #banner_160_600_epzicom_dual_branded_html5 #slide5 {
    position: absolute;
    opacity: 0; }
    #banner_160_600_epzicom_dual_branded_html5 #slide5 #triumeq-logo {
      position: absolute;
      top: 60px;
      left: 14px; }
    #banner_160_600_epzicom_dual_branded_html5 #slide5 #div-image {
      position: absolute;
      top: 125px;
      left: 14px; }
    #banner_160_600_epzicom_dual_branded_html5 #slide5 #slide5-text {
      position: absolute;
      top: 155px;
      left: 20px; }
    #banner_160_600_epzicom_dual_branded_html5 #slide5 #learn-more {
      position: absolute;
      top: 280px;
      left: 4px; }
  #banner_160_600_epzicom_dual_branded_html5 #slide6 {
    position: absolute;
    opacity: 0;
    top: 5px;
    left: 5px; }
  #banner_160_600_epzicom_dual_branded_html5 #slide7 {
    position: absolute;
    opacity: 0;
    top: 5px;
    left: 5px; }
  #banner_160_600_epzicom_dual_branded_html5 #slide8 {
    position: absolute;
    opacity: 0;
    top: 5px;
    left: 5px; }
  #banner_160_600_epzicom_dual_branded_html5 #slide9 {
    position: absolute;
    opacity: 0;
    top: 5px;
    left: 5px; }
  #banner_160_600_epzicom_dual_branded_html5 .scroller {
    height: 208px; }
    #banner_160_600_epzicom_dual_branded_html5 .scroller .scrollbar {
      width: 14px;
      padding: 15px 0; }
      #banner_160_600_epzicom_dual_branded_html5 .scroller .scrollbar:before {
        width: 14px;
        height: 15px; }
      #banner_160_600_epzicom_dual_branded_html5 .scroller .scrollbar:after {
        width: 14px;
        height: 17px; }
    #banner_160_600_epzicom_dual_branded_html5 .scroller .viewport {
      width: 130px;
      margin-left: 9px; }
      #banner_160_600_epzicom_dual_branded_html5 .scroller .viewport .overview .copy, #banner_160_600_epzicom_dual_branded_html5 .scroller .viewport .overview .head {
        width: 128px; }
  #banner_160_600_epzicom_dual_branded_html5 #scroll_btn {
    height: 18px;
    padding: 5px 0; }
    #banner_160_600_epzicom_dual_branded_html5 #scroll_btn img {
      right: 20px; }
  #banner_160_600_epzicom_dual_branded_html5 #scroll_container {
    font-size: 12px; }
  #banner_160_600_epzicom_dual_branded_html5 #scroll_container .viewport .overview .head {
    font-size: 14px; }
  #banner_160_600_epzicom_dual_branded_html5 #pi_btn {
    position: absolute;
    padding: 0;
    bottom: 0; }
  #banner_160_600_epzicom_dual_branded_html5 #pi_btn {
    height: 25px;
    padding-top: 5px;
    bottom: 0; }
    #banner_160_600_epzicom_dual_branded_html5 #pi_btn .pi-copy {
      margin-left: -74px; }
    #banner_160_600_epzicom_dual_branded_html5 #pi_btn .pi-arrow {
      display: none; }
  #banner_160_600_epzicom_dual_branded_html5 .main-click {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 345px; }
  #banner_160_600_epzicom_dual_branded_html5 .leading {
    line-height: 0.1; }

#banner_300_600_epzicom_dual_branded_html5 {
  width: 300px;
  height: 600px; }
  #banner_300_600_epzicom_dual_branded_html5 .banner-size, #banner_300_600_epzicom_dual_branded_html5 #banner_300_600_epzicom_dual_branded_html5, #banner_300_600_epzicom_dual_branded_html5 .main-clicktag, #banner_300_600_epzicom_dual_branded_html5 #banner_300_250_epzicom_dual_branded_html5, #banner_300_600_epzicom_dual_branded_html5 #banner_728_90_epzicom_dual_branded_html5, #banner_300_600_epzicom_dual_branded_html5 #banner_500_90_epzicom_dual_branded_html5 {
    width: 298px;
    height: 598px; }
  #banner_300_600_epzicom_dual_branded_html5 .footer_wrapper {
    width: 296px;
    height: 250px;
    bottom: 0px; }
  #banner_300_600_epzicom_dual_branded_html5 #arrow_top {
    border-width: 20px 12px 0 12px;
    margin-left: -12px;
    top: 190px; }
  #banner_300_600_epzicom_dual_branded_html5 #arrow_bottom {
    border-width: 0 12px 20px 12px;
    margin-left: -12px;
    bottom: 190px; }
  #banner_300_600_epzicom_dual_branded_html5 #arrow_indicator {
    border-width: 28px 20px 0 20px;
    margin-left: -20px;
    top: 308px; }
  #banner_300_600_epzicom_dual_branded_html5 #arrow_top2 {
    border-width: 10px 8px 0 8px;
    margin-left: -8px;
    top: 5px; }
  #banner_300_600_epzicom_dual_branded_html5 #arrow_bottom2 {
    border-width: 0 8px 10px 8px;
    margin-left: -8px;
    bottom: 5px; }
  #banner_300_600_epzicom_dual_branded_html5 #viiv-logo {
    top: 15px;
    left: 130px;
    cursor: pointer; }
  #banner_300_600_epzicom_dual_branded_html5 #slide1 {
    position: absolute;
    opacity: 1; }
    #banner_300_600_epzicom_dual_branded_html5 #slide1 #triumeq_img {
      position: absolute;
      top: 50px;
      left: 30px; }
    #banner_300_600_epzicom_dual_branded_html5 #slide1 #div-image {
      position: absolute;
      top: 128px;
      left: 18px; }
    #banner_300_600_epzicom_dual_branded_html5 #slide1 #time-to-talk {
      position: absolute;
      top: 140px;
      left: 25px;
      opacity: 0; }
    #banner_300_600_epzicom_dual_branded_html5 #slide1 #learn-more {
      top: 205px;
      left: 35px;
      opacity: 0;
      position: absolute;
      z-index: 1; }
    #banner_300_600_epzicom_dual_branded_html5 #slide1 #triumeq-epzicom-logos {
      position: absolute;
      top: 250px;
      left: 25px; }
  #banner_300_600_epzicom_dual_branded_html5 #slide2 {
    position: absolute;
    opacity: 0;
    top: 10px;
    left: 5px; }
  #banner_300_600_epzicom_dual_branded_html5 #slide3 {
    position: absolute;
    opacity: 0;
    top: 5px;
    left: 5px; }
  #banner_300_600_epzicom_dual_branded_html5 #slide4 {
    position: absolute;
    opacity: 0;
    top: 70px;
    left: 18px; }
    #banner_300_600_epzicom_dual_branded_html5 #slide4 #polygon1 {
      margin: 40px 0 0 105px; }
    #banner_300_600_epzicom_dual_branded_html5 #slide4 #polygon2 {
      margin: 8px 0 0 111px;
      width: 35px; }
    #banner_300_600_epzicom_dual_branded_html5 #slide4 #polygon3 {
      margin: 8px 0 0 113px;
      width: 30px; }
  #banner_300_600_epzicom_dual_branded_html5 #slide5 {
    position: absolute;
    opacity: 0; }
    #banner_300_600_epzicom_dual_branded_html5 #slide5 #triumeq-logo {
      position: absolute;
      top: 70px;
      left: 45px; }
    #banner_300_600_epzicom_dual_branded_html5 #slide5 #div-image {
      position: absolute;
      top: 170px;
      left: 18px; }
    #banner_300_600_epzicom_dual_branded_html5 #slide5 #slide5-text {
      position: absolute;
      top: 205px;
      left: 36px; }
    #banner_300_600_epzicom_dual_branded_html5 #slide5 #learn-more {
      position: absolute;
      top: 280px;
      left: 33px; }
  #banner_300_600_epzicom_dual_branded_html5 #slide6 {
    position: absolute;
    opacity: 0;
    top: 5px;
    left: 5px; }
  #banner_300_600_epzicom_dual_branded_html5 #slide7 {
    position: absolute;
    opacity: 0;
    top: 5px;
    left: 5px; }
  #banner_300_600_epzicom_dual_branded_html5 #slide8 {
    position: absolute;
    opacity: 0;
    top: 5px;
    left: 5px; }
  #banner_300_600_epzicom_dual_branded_html5 #slide9 {
    position: absolute;
    opacity: 0;
    top: 5px;
    left: 5px; }
  #banner_300_600_epzicom_dual_branded_html5 .scroller {
    height: 200px; }
    #banner_300_600_epzicom_dual_branded_html5 .scroller .scrollbar {
      width: 14px;
      padding: 15px 0; }
      #banner_300_600_epzicom_dual_branded_html5 .scroller .scrollbar:before {
        width: 14px;
        height: 15px; }
      #banner_300_600_epzicom_dual_branded_html5 .scroller .scrollbar:after {
        width: 14px;
        height: 17px; }
    #banner_300_600_epzicom_dual_branded_html5 .scroller .viewport {
      width: 276px;
      position: absolute;
      margin-left: 9px; }
      #banner_300_600_epzicom_dual_branded_html5 .scroller .viewport .overview {
        padding-right: 11px; }
        #banner_300_600_epzicom_dual_branded_html5 .scroller .viewport .overview .copy, #banner_300_600_epzicom_dual_branded_html5 .scroller .viewport .overview .head {
          width: 270px; }
        #banner_300_600_epzicom_dual_branded_html5 .scroller .viewport .overview .space {
          display: none; }
  #banner_300_600_epzicom_dual_branded_html5 #scroll_btn {
    height: 18px;
    padding: 5px 0; }
    #banner_300_600_epzicom_dual_branded_html5 #scroll_btn img {
      right: 20px; }
  #banner_300_600_epzicom_dual_branded_html5 #pi_btn {
    height: 25px;
    padding-top: 5px;
    bottom: 0; }
    #banner_300_600_epzicom_dual_branded_html5 #pi_btn .pi-copy {
      margin-top: 1spx;
      margin-left: -142px; }
    #banner_300_600_epzicom_dual_branded_html5 #pi_btn .pi-arrow {
      margin-right: 5px; }
  #banner_300_600_epzicom_dual_branded_html5 .main-click {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 350px; }

#banner_300_250_epzicom_dual_branded_html5 {
  width: 300px;
  height: 250px; }
  #banner_300_250_epzicom_dual_branded_html5 .banner-size, #banner_300_250_epzicom_dual_branded_html5 #banner_300_600_epzicom_dual_branded_html5, #banner_300_250_epzicom_dual_branded_html5 #banner_300_250_epzicom_dual_branded_html5, #banner_300_250_epzicom_dual_branded_html5 .main-clicktag, #banner_300_250_epzicom_dual_branded_html5 #banner_728_90_epzicom_dual_branded_html5, #banner_300_250_epzicom_dual_branded_html5 #banner_500_90_epzicom_dual_branded_html5 {
    width: 298px;
    height: 248px; }
  #banner_300_250_epzicom_dual_branded_html5 .main-clicktag {
    z-index: 5; }
  #banner_300_250_epzicom_dual_branded_html5 .footer_wrapper {
    width: 300px;
    height: 120px;
    bottom: 0px; }
  #banner_300_250_epzicom_dual_branded_html5 #arrow_top {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #ffffff;
    left: 24px;
    top: 113px; }
  #banner_300_250_epzicom_dual_branded_html5 #arrow_bottom {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 20px 12px 0;
    border-color: transparent #ffffff transparent transparent;
    left: 255px;
    top: 113px; }
  #banner_300_250_epzicom_dual_branded_html5 #arrow_indicator {
    border-width: 15px 12px 0 12px;
    margin-left: -10px;
    top: 330px; }
  #banner_300_250_epzicom_dual_branded_html5 #arrow_top2 {
    border-width: 10px 8px 0 8px;
    margin-left: -15px;
    top: 5px; }
  #banner_300_250_epzicom_dual_branded_html5 #arrow_bottom2 {
    border-width: 0 8px 10px 8px;
    margin-left: -15px;
    bottom: 5px; }
  #banner_300_250_epzicom_dual_branded_html5 #viiv-logo {
    top: 22px;
    left: 252px;
    cursor: pointer; }
  #banner_300_250_epzicom_dual_branded_html5 #slide1 {
    position: absolute;
    opacity: 1; }
    #banner_300_250_epzicom_dual_branded_html5 #slide1 #triumeq_img {
      position: absolute;
      top: 10px;
      left: 16px; }
    #banner_300_250_epzicom_dual_branded_html5 #slide1 #div-image {
      position: absolute;
      top: 45px;
      left: 3px; }
    #banner_300_250_epzicom_dual_branded_html5 #slide1 #time-to-talk {
      position: absolute;
      top: 10px;
      left: 60px;
      opacity: 0; }
    #banner_300_250_epzicom_dual_branded_html5 #slide1 #learn-more {
      position: absolute;
      top: 103px;
      left: 40px;
      opacity: 0; }
    #banner_300_250_epzicom_dual_branded_html5 #slide1 #triumeq-epzicom-logos {
      position: absolute;
      top: 54px;
      left: 30px; }
  #banner_300_250_epzicom_dual_branded_html5 #slide2 {
    position: absolute;
    opacity: 0;
    top: 5px;
    left: 5px; }
  #banner_300_250_epzicom_dual_branded_html5 #slide3 {
    position: absolute;
    opacity: 0;
    top: 5px;
    left: 5px; }
  #banner_300_250_epzicom_dual_branded_html5 #slide4 {
    position: absolute;
    opacity: 0;
    top: 5px;
    left: 28px; }
    #banner_300_250_epzicom_dual_branded_html5 #slide4 #polygon1 {
      margin: 8px 0 0 96px; }
    #banner_300_250_epzicom_dual_branded_html5 #slide4 #polygon2 {
      margin: 5px 0 0 101px;
      width: 30px; }
    #banner_300_250_epzicom_dual_branded_html5 #slide4 #polygon3 {
      margin: 5px 0 0 103px;
      width: 25px; }
  #banner_300_250_epzicom_dual_branded_html5 #slide5 {
    position: absolute;
    opacity: 0; }
    #banner_300_250_epzicom_dual_branded_html5 #slide5 #triumeq-logo {
      position: absolute;
      top: 5px;
      left: 90px; }
    #banner_300_250_epzicom_dual_branded_html5 #slide5 #div-image {
      position: absolute;
      top: 52px;
      left: 3px; }
    #banner_300_250_epzicom_dual_branded_html5 #slide5 #slide5-text {
      position: absolute;
      top: 68px;
      left: 8px; }
    #banner_300_250_epzicom_dual_branded_html5 #slide5 #learn-more {
      position: absolute;
      top: 103px;
      left: 42px; }
  #banner_300_250_epzicom_dual_branded_html5 #slide6 {
    position: absolute;
    opacity: 0;
    top: 5px;
    left: 5px; }
  #banner_300_250_epzicom_dual_branded_html5 #slide7 {
    position: absolute;
    opacity: 0;
    top: 5px;
    left: 5px; }
  #banner_300_250_epzicom_dual_branded_html5 #slide8 {
    position: absolute;
    opacity: 0;
    top: 5px;
    left: 5px; }
  #banner_300_250_epzicom_dual_branded_html5 #slide9 {
    position: absolute;
    opacity: 0;
    top: 5px;
    left: 5px; }
  #banner_300_250_epzicom_dual_branded_html5 .scroller {
    height: 74px; }
    #banner_300_250_epzicom_dual_branded_html5 .scroller .scrollbar {
      width: 14px;
      padding: 15px 0; }
      #banner_300_250_epzicom_dual_branded_html5 .scroller .scrollbar:before {
        width: 14px;
        height: 15px; }
      #banner_300_250_epzicom_dual_branded_html5 .scroller .scrollbar:after {
        width: 14px;
        height: 17px; }
    #banner_300_250_epzicom_dual_branded_html5 .scroller .viewport {
      width: 276px;
      position: absolute;
      margin-left: 9px; }
      #banner_300_250_epzicom_dual_branded_html5 .scroller .viewport .overview {
        padding-right: 11px; }
        #banner_300_250_epzicom_dual_branded_html5 .scroller .viewport .overview .copy, #banner_300_250_epzicom_dual_branded_html5 .scroller .viewport .overview .head {
          width: 270px; }
        #banner_300_250_epzicom_dual_branded_html5 .scroller .viewport .overview .space {
          display: none; }
  #banner_300_250_epzicom_dual_branded_html5 #scroll_btn {
    height: 18px;
    padding: 5px 0; }
    #banner_300_250_epzicom_dual_branded_html5 #scroll_btn img {
      right: 20px; }
  #banner_300_250_epzicom_dual_branded_html5 #scroll_container {
    width: 99%; }
  #banner_300_250_epzicom_dual_branded_html5 #pi_btn {
    height: 24px;
    padding-top: 4px;
    bottom: 0; }
    #banner_300_250_epzicom_dual_branded_html5 #pi_btn .pi-copy {
      margin-top: 2px;
      margin-left: -140px; }
    #banner_300_250_epzicom_dual_branded_html5 #pi_btn .pi-arrow {
      margin-right: 6px; }
  #banner_300_250_epzicom_dual_branded_html5 .main-click {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 130px; }

#banner_728_90_epzicom_dual_branded_html5 {
  width: 728px;
  height: 90px; }
  #banner_728_90_epzicom_dual_branded_html5 .banner-size, #banner_728_90_epzicom_dual_branded_html5 #banner_300_600_epzicom_dual_branded_html5, #banner_728_90_epzicom_dual_branded_html5 #banner_300_250_epzicom_dual_branded_html5, #banner_728_90_epzicom_dual_branded_html5 #banner_728_90_epzicom_dual_branded_html5, #banner_728_90_epzicom_dual_branded_html5 .main-clicktag, #banner_728_90_epzicom_dual_branded_html5 #banner_500_90_epzicom_dual_branded_html5 {
    width: 726px;
    height: 88px; }
  #banner_728_90_epzicom_dual_branded_html5 .footer_wrapper {
    background-image: url("scroll-bg.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 255px;
    /*243*/
    height: 86px;
    /*top: 0;*/
    right: 0px;
    bottom: 0px; }
  #banner_728_90_epzicom_dual_branded_html5 #arrow_top {
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #ffffff;
    top: 31px;
    left: 52px; }
  #banner_728_90_epzicom_dual_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_epzicom_dual_branded_html5 #arrow_indicator {
    border-width: 10px 0 10px 14px;
    border-color: transparent transparent transparent #ffffff;
    top: 34px;
    left: 423px; }
  #banner_728_90_epzicom_dual_branded_html5 #arrow_top2 {
    border-width: 10px 8px 0 8px;
    margin-left: -15px;
    top: 3px; }
  #banner_728_90_epzicom_dual_branded_html5 #arrow_bottom2 {
    border-width: 0 8px 10px 8px;
    margin-left: -15px;
    bottom: 3px; }
  #banner_728_90_epzicom_dual_branded_html5 #viiv-logo {
    top: 34px;
    right: 10px;
    cursor: pointer; }
  #banner_728_90_epzicom_dual_branded_html5 #slide1 {
    position: absolute;
    opacity: 1; }
    #banner_728_90_epzicom_dual_branded_html5 #slide1 #triumeq_img {
      margin: 8px 0 0 20px; }
    #banner_728_90_epzicom_dual_branded_html5 #slide1 #div-image {
      margin: -70px 0 0 193px; }
    #banner_728_90_epzicom_dual_branded_html5 #slide1 #time-to-talk {
      margin: -50px 0 0 12px;
      opacity: 0; }
    #banner_728_90_epzicom_dual_branded_html5 #slide1 #learn-more {
      margin: 10px 0 0 5px;
      opacity: 0;
      position: absolute;
      z-index: 1; }
    #banner_728_90_epzicom_dual_branded_html5 #slide1 #triumeq-epzicom-logos {
      position: absolute;
      top: 10px;
      left: 210px; }
    #banner_728_90_epzicom_dual_branded_html5 #slide1 #for-more-info {
      margin: 2px 0 0 214px;
      position: absolute;
      z-index: 1; }
  #banner_728_90_epzicom_dual_branded_html5 #slide2 {
    position: absolute;
    opacity: 0;
    top: 10px;
    left: 5px; }
  #banner_728_90_epzicom_dual_branded_html5 #slide3 {
    position: absolute;
    opacity: 0;
    top: 10px;
    left: 5px; }
  #banner_728_90_epzicom_dual_branded_html5 #slide4 {
    position: absolute;
    opacity: 0;
    top: 10px;
    left: 8px; }
    #banner_728_90_epzicom_dual_branded_html5 #slide4 #polygon1 {
      margin: -50px 0 0 370px; }
    #banner_728_90_epzicom_dual_branded_html5 #slide4 #polygon2 {
      margin: -33px 0 0 395px;
      height: 30px; }
    #banner_728_90_epzicom_dual_branded_html5 #slide4 #polygon3 {
      margin: -27px 0 0 418px;
      height: 25px; }
  #banner_728_90_epzicom_dual_branded_html5 #slide5 {
    position: absolute;
    opacity: 0; }
    #banner_728_90_epzicom_dual_branded_html5 #slide5 #triumeq-logo {
      margin: 15px 0 0 14px; }
    #banner_728_90_epzicom_dual_branded_html5 #slide5 #div-image {
      padding: 18px 0 0 14px; }
    #banner_728_90_epzicom_dual_branded_html5 #slide5 #slide5-text {
      margin: -134px 0px 0px 192px; }
    #banner_728_90_epzicom_dual_branded_html5 #slide5 #learn-more {
      margin: 10px 0px 0px 192px; }
  #banner_728_90_epzicom_dual_branded_html5 #slide6 {
    position: absolute;
    opacity: 0;
    top: 10px;
    left: 5px; }
  #banner_728_90_epzicom_dual_branded_html5 #slide7 {
    position: absolute;
    opacity: 0;
    top: 10px;
    left: 5px; }
  #banner_728_90_epzicom_dual_branded_html5 #slide8 {
    position: absolute;
    opacity: 0;
    top: 10px;
    left: 5px; }
  #banner_728_90_epzicom_dual_branded_html5 #slide9 {
    position: absolute;
    opacity: 0;
    top: 5px;
    left: 5px; }
  #banner_728_90_epzicom_dual_branded_html5 #pi_btn2 {
    position: absolute;
    top: 70px;
    right: 255px; }
  #banner_728_90_epzicom_dual_branded_html5 .scroller {
    height: 70px; }
    #banner_728_90_epzicom_dual_branded_html5 .scroller .scrollbar {
      width: 14px;
      padding: 15px 0; }
      #banner_728_90_epzicom_dual_branded_html5 .scroller .scrollbar:before {
        width: 14px;
        height: 15px; }
      #banner_728_90_epzicom_dual_branded_html5 .scroller .scrollbar:after {
        width: 14px;
        height: 17px; }
    #banner_728_90_epzicom_dual_branded_html5 .scroller .viewport {
      margin-left: 9px; }
      #banner_728_90_epzicom_dual_branded_html5 .scroller .viewport .overview .copy, #banner_728_90_epzicom_dual_branded_html5 .scroller .viewport .overview .head {
        width: 96%; }
      #banner_728_90_epzicom_dual_branded_html5 .scroller .viewport .overview .space {
        display: none; }
  #banner_728_90_epzicom_dual_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_epzicom_dual_branded_html5 #scroll_btn img {
      right: 20px; }
  #banner_728_90_epzicom_dual_branded_html5 #scroll_container .viewport .overview .head {
    padding-top: 15px; }
  #banner_728_90_epzicom_dual_branded_html5 #scroll_container .viewport .overview .copy .box {
    margin-top: -6px; }
  #banner_728_90_epzicom_dual_branded_html5 #pi_btn {
    height: 16px;
    padding-top: 3px;
    bottom: 0; }
    #banner_728_90_epzicom_dual_branded_html5 #pi_btn .pi-copy {
      margin-left: -120px; }
    #banner_728_90_epzicom_dual_branded_html5 #pi_btn .pi-arrow {
      margin-right: 3px; }
  #banner_728_90_epzicom_dual_branded_html5 .main-click {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 90px; }

#banner_500_90_epzicom_dual_branded_html5 {
  width: 500px;
  height: 90px; }
  #banner_500_90_epzicom_dual_branded_html5 .banner-size, #banner_500_90_epzicom_dual_branded_html5 #banner_300_600_epzicom_dual_branded_html5, #banner_500_90_epzicom_dual_branded_html5 #banner_300_250_epzicom_dual_branded_html5, #banner_500_90_epzicom_dual_branded_html5 #banner_728_90_epzicom_dual_branded_html5, #banner_500_90_epzicom_dual_branded_html5 #banner_500_90_epzicom_dual_branded_html5, #banner_500_90_epzicom_dual_branded_html5 .main-clicktag {
    width: 498px;
    height: 88px; }
  #banner_500_90_epzicom_dual_branded_html5 .footer_wrapper {
    background-image: url("scroll-bg.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 200px;
    height: 86px;
    right: 0px;
    bottom: 0px; }
  #banner_500_90_epzicom_dual_branded_html5 #arrow_top {
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #ffffff;
    top: 31px;
    left: 52px; }
  #banner_500_90_epzicom_dual_branded_html5 #arrow_bottom {
    border-width: 12px 20px 12px 0;
    border-color: transparent #ffffff transparent transparent;
    top: 31px;
    left: auto;
    right: 52px; }
  #banner_500_90_epzicom_dual_branded_html5 #arrow_indicator {
    border-width: 10px 0 10px 14px;
    border-color: transparent transparent transparent #ffffff;
    top: 34px;
    left: 423px; }
  #banner_500_90_epzicom_dual_branded_html5 #arrow_top2 {
    border-width: 10px 8px 0 8px;
    margin-left: -15px;
    top: 3px; }
  #banner_500_90_epzicom_dual_branded_html5 #arrow_bottom2 {
    border-width: 0 8px 10px 8px;
    margin-left: -15px;
    bottom: 3px; }
  #banner_500_90_epzicom_dual_branded_html5 #viiv-logo {
    top: 45px;
    right: -8px;
    cursor: pointer; }
  #banner_500_90_epzicom_dual_branded_html5 #slide1 {
    position: absolute;
    opacity: 1; }
    #banner_500_90_epzicom_dual_branded_html5 #slide1 #triumeq_img {
      position: absolute;
      top: 2px;
      left: 30px; }
    #banner_500_90_epzicom_dual_branded_html5 #slide1 #div-image {
      opacity: 0;
      position: absolute; }
    #banner_500_90_epzicom_dual_branded_html5 #slide1 #time-to-talk {
      position: absolute;
      top: 2px;
      left: 70px;
      opacity: 0; }
    #banner_500_90_epzicom_dual_branded_html5 #slide1 #learn-more {
      position: absolute;
      top: 40px;
      left: 176px;
      opacity: 0; }
    #banner_500_90_epzicom_dual_branded_html5 #slide1 #triumeq-epzicom-logos {
      position: absolute;
      top: 32px;
      left: 2px; }
    #banner_500_90_epzicom_dual_branded_html5 #slide1 #for-more-info {
      position: absolute;
      top: 44px;
      left: 176px;
      z-index: 1; }
  #banner_500_90_epzicom_dual_branded_html5 #slide2 {
    position: absolute;
    opacity: 0;
    top: 5px;
    left: 5px; }
  #banner_500_90_epzicom_dual_branded_html5 #slide3 {
    position: absolute;
    opacity: 0;
    top: 2px;
    left: 3px; }
  #banner_500_90_epzicom_dual_branded_html5 #slide4 {
    position: absolute;
    opacity: 0;
    top: 2px;
    left: 5px; }
    #banner_500_90_epzicom_dual_branded_html5 #slide4 #polygon1 {
      margin: -48px 0 0 245px;
      height: 28px; }
    #banner_500_90_epzicom_dual_branded_html5 #slide4 #polygon2 {
      margin: -24px 0 0 263px;
      height: 20px; }
    #banner_500_90_epzicom_dual_branded_html5 #slide4 #polygon3 {
      margin: -17px 0 0 277px;
      height: 15px; }
  #banner_500_90_epzicom_dual_branded_html5 #slide5 {
    position: absolute;
    opacity: 0; }
    #banner_500_90_epzicom_dual_branded_html5 #slide5 #triumeq-logo {
      margin: 4px 0 0 4px; }
    #banner_500_90_epzicom_dual_branded_html5 #slide5 #div-image {
      opacity: 0;
      position: absolute; }
    #banner_500_90_epzicom_dual_branded_html5 #slide5 #slide5-text {
      margin: -32px 0px 0px 105px; }
    #banner_500_90_epzicom_dual_branded_html5 #slide5 #learn-more {
      margin: 3px 0px 0px 40px;
      position: absolute;
      z-index: 1; }
  #banner_500_90_epzicom_dual_branded_html5 #slide6 {
    position: absolute;
    opacity: 0;
    top: 5px;
    left: 5px; }
  #banner_500_90_epzicom_dual_branded_html5 #slide7 {
    position: absolute;
    opacity: 0;
    top: 2px;
    left: 5px; }
  #banner_500_90_epzicom_dual_branded_html5 #slide8 {
    position: absolute;
    opacity: 0;
    top: 5px;
    left: 5px; }
  #banner_500_90_epzicom_dual_branded_html5 #slide9 {
    position: absolute;
    opacity: 0;
    top: 5px;
    left: 5px; }
  #banner_500_90_epzicom_dual_branded_html5 #pi_btn2 {
    position: absolute;
    top: 70px;
    right: 200px; }
  #banner_500_90_epzicom_dual_branded_html5 .scroller {
    height: 64px; }
    #banner_500_90_epzicom_dual_branded_html5 .scroller .scrollbar {
      width: 14px;
      padding: 15px 0; }
      #banner_500_90_epzicom_dual_branded_html5 .scroller .scrollbar:before {
        width: 14px;
        height: 15px; }
      #banner_500_90_epzicom_dual_branded_html5 .scroller .scrollbar:after {
        width: 14px;
        height: 17px; }
    #banner_500_90_epzicom_dual_branded_html5 .scroller .viewport {
      margin-left: 9px; }
      #banner_500_90_epzicom_dual_branded_html5 .scroller .viewport .overview .copy, #banner_500_90_epzicom_dual_branded_html5 .scroller .viewport .overview .head {
        width: 96%; }
      #banner_500_90_epzicom_dual_branded_html5 .scroller .viewport .overview .space {
        display: none; }
  #banner_500_90_epzicom_dual_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_500_90_epzicom_dual_branded_html5 #scroll_btn img {
      right: 20px; }
  #banner_500_90_epzicom_dual_branded_html5 #scroll_container {
    font-size: 10px; }
  #banner_500_90_epzicom_dual_branded_html5 #scroll_container .viewport .overview .head {
    font-size: 12px;
    padding-top: 16px; }
  #banner_500_90_epzicom_dual_branded_html5 #scroll_container .viewport .overview .copy .box {
    margin-top: -4px; }
  #banner_500_90_epzicom_dual_branded_html5 #pi_btn {
    height: 25px;
    padding-top: 4px;
    bottom: 0; }
    #banner_500_90_epzicom_dual_branded_html5 #pi_btn .pi-copy {
      margin-left: -90px; }
    #banner_500_90_epzicom_dual_branded_html5 #pi_btn .pi-arrow {
      margin-right: 3px; }
  #banner_500_90_epzicom_dual_branded_html5 .main-click {
    top: 0px;
    left: 0px;
    width: 300px;
    height: 90px; }
  #banner_500_90_epzicom_dual_branded_html5 .footnote {
    font-size: 8px; }
