body {margin: 0px;}

@font-face {
  font-family:UniversLTStd-Regular;
  src: url("https://s0.2mdn.net/creatives/assets/3652915/UniversLTStd.woff");
}
@font-face {
  font-family:UniversLTStd-Bold;
  src: url("https://s0.2mdn.net/creatives/assets/3652915/UniversLTStd-Bold.woff");
}

@font-face {
  font-family:UniversLTStd-BoldCn;
  src: url("https://s0.2mdn.net/creatives/assets/3652915/UniversLTStd-BoldCn.woff");
}


#container {
    background-color: black;
    border: 1px solid gray;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
    overflow: hidden;
    position: absolute;
    width: 728px;
    height: 90px;
    pointer-events: none;
}


#clickthru{
    width: 100%;
    height: 100%;
    pointer-events: auto;
    position: absolute;
}
.sprite{
    position: absolute;
}
footer{
    width: 364px;
    height: 17px;
    bottom: -1px;
    right: -1px;
    position: absolute;
    background-color: #f9f9f9;
    z-index: 1111;
     -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    box-shadow: 0px 0px 10px rgba(0,0,0,.5);
}

/*-------------- SPRITE -------------*/
.sprite { background: url('sprite.png') no-repeat top left; width: 329px; height: 609px; background-size: 329px 609px;  } 
.sprite.collapse { background-position: 0 0; width: 16px; height: 16px; } 
.sprite.cta-text1 { background-position: 0 -21px; width: 79px; height: 13px; } 
.sprite.cta-text2 { background-position: 0 -39px; width: 79px; height: 13px; } 
.sprite.actor-port { background-position: 0 -57px; width: 82px; height: 11px; } 
.sprite.expand { background-position: 0 -73px; width: 16px; height: 16px; } 
.sprite.t1-1 { background-position: 0 -94px; width: 147px; height: 63px; } 
.sprite.t1-3 { background-position: 0 -162px; width: 90px; height: 42px; } 
.sprite.t4-2 { background-position: 0 -209px; width: 150px; height: 39px; } 
.sprite.t4-3 { background-position: 0 -253px; width: 149px; height: 42px; } 
.sprite.t1-2 { background-position: 0 -300px; width: 184px; height: 42px; } 
.sprite.t1-5 { background-position: 0 -347px; width: 208px; height: 36px; } 
.sprite.t4-1 { background-position: 0 -388px; width: 117px; height: 69px; } 
.sprite.t1-4 { background-position: 0 -462px; width: 206px; height: 42px; } 
.sprite.t3-2 { background-position: 0 -509px; width: 196px; height: 41px; } 
.sprite.t2-1 { background-position: 0 -555px; width: 329px; height: 54px; } 

/*--------- SPRITE POSITION ---------*/
.t1-1           {top: 23px;left: 500px;}
.t1-2           {top: 69px;left: 245px;}
.t1-3           {top: 41px;left: 455px;}
.t1-4           {top: -6px;left: 550px;}
.t1-5           {top: 27px;left: 175px;}

.t2-1           {top: 17px;left: 285px;}
.t2-2           {top: 29px;left: 324px;}
.t2-3           {top: 30px;left: 522px;}

.t3-2           {top: 27px;left: 305px;z-index: 11;}

.t4-1           {top: 13px;left: 9px;}
.t4-2           {top: 3px;left: 201px;}
.t4-3           {bottom: 0px;left: 201px;}
.actor-port         {top: 75px;left: 6px;}

/*-------- IMAGES | POSITION --------*/
.posAbs{
    position: absolute;
}

img {
    width: 100%;
    height: 100%;
    display: block;
}
.bg1{
    width: 728px;
    height: 90px;
    position: absolute;
}
.bg2{
    width: 748px;
    height: 90px;
    top: 0;
    left: -31px;
    position: absolute;
}
.bg3{
    width: 728px;
    height: 90px;
    background-color: #3a9096;
    z-index: 11;
    position: absolute;
}
.bg4{
    width: 728px;
    height: 90px;
    background-color: #3a9096;
    position: absolute;
/*    z-index: 1;*/
}


{
    width: 120px;
    height: 77px;
    top: 2px;
    left: 114px;
    will-change: transform;
    position: absolute;
}

.tell-t3{
    z-index: 111;
    width: 66px;
    height: 41px;
    top: 27px;
    left: 226px;
    position: absolute;
}
.logo, .tell-logo{
    width: 97px;
    height: 61px;
    top: 8px;
    left: 134px;
    will-change: transform;
    position: absolute;
    }


.cta-text1 ,.cta-text2 {top: 6px;left: 5px;}
.cta-text2 {opacity:0; }
.cta{
    background-color:#f99303;
    position: absolute;
    width: 91px;
    height: 26px;
    left: 253px;
    top: 32px;
    pointer-events: auto;
    border-radius: 2px;
}

#header-container{
    position: absolute;
    top: 0px;
    right: 0;
    width: 363px;
    height: 90px;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.4);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.4);
    box-shadow: 0px 0px 46px rgb(0 0 0 / 40%);
}
#headerClick{
    position: absolute;
    pointer-events: auto;
    width: 160px;
    height: 25px;
    top:0px;
}
#headerBG {
    background-color: #3a9096;
    width: 100%;
    height: 100%;
}
#headerTxt{
    top: 24px;
    left: 4px;
    position: absolute;
    font-family:UniversLTStd-BoldCn;
    margin-top:-17px;
    padding-right:7px;
    font-size: 14px;
    letter-spacing: -0.25px;
}
.shadow2{
    right: -1px;
    top: 48px;
    position: absolute;
    width: 364px;
    height: 28px;
    z-index: 999;
}

.shadow{
    left: -21px;
    position: absolute;
    width: 21px;
    height: 90px;
}

nowrap{
	white-space: nowrap;
}
/*--------------------------------------------------------*/
/*-------------scroller css start-------------------------*/
/*--------------------------------------------------------*/
p,span,table,ul,li{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    image-rendering: optimizeQuality;
    font-weight: lighter !important;
}

p{
    padding-top: 1px;
    padding-left: 5px;
    line-height: 1.1;
    padding-bottom: 6px;
}

sup {
    font-size: 55%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.65em;
}

.content{
	position: relative!important;
	padding-top: 4px;
	padding-left: 3px;
	padding-right: 20px;
    padding-bottom: 10px;
	font-size: 11.5px;
	line-height: 13px;
	color: rgba(0,0,0,1);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0 -16px 0 0;
	font-family:UniversLTStd-Regular;
	width: 333px;
}
.content table{
    border-collapse: collapse;
    border-spacing: 0;
  }
.content a {
    color: rgba(233,122,34,1);
}
.content .takeda{
    width: 120px;
    height: 24px;
}
ul{
    padding: 0;
    list-style-type: disc;
    list-style-position: inside;
    list-style: none;
    margin-left: 5px;
}
ul li{
    list-style-type: none;
    margin-left: 15px;
    list-style-position: inside;
    position: relative;
}
ul li:before {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background: currentColor;
    position: absolute;
    left: -9px;	
    top: 3px;
    border-radius: 999px;
    overflow: visible;
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.ub{
    font-family: UniversLTStd-Bold;
    line-height: 14px;
}
a u, a span {
    color: inherit;
}

#scroller-container{
	width: 363px;
	height: 49px;
	right: 0px;
	bottom: 13px;
	pointer-events: auto;
	cursor: default;
	position: absolute;
	z-index: 112;
}
#scroller{
	width: 100%;
	height: 100%;
	background-color: #f9f8f6;
	overflow-y: scroll;
	overflow-x: hidden;
	 /* Increase/Decrease this value for cross-browser compatibility */
	padding-right: 10px;
}
#scrollerbar {
	position: absolute;
	width: 9px;
	height: 50px;
	right: 0;
	top: 0;
}
#scrollbar {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #e1e1e1;
	left: 0;
	top: 0;
}
#scrubber {
	position: absolute;
	width: 9px;
	height: 33px;
	background: rgba(128,130,133,1);
	cursor: pointer!important;
}


#toggle {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    right: 4px;
    cursor: pointer;
    font-size: 11px;
    margin-right: 3px;
    float: right;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: auto;
}

#toggle .expand, #toggle .collapse {
    display: none;
    height: inherit;
}
#toggle.expand .expand,#toggle.collapse .collapse{
    display: block;
}

.content .takeda-logo{
    width: 93px;
    height: 32px;
}

.content .star-logo{
    width: 89px;
    height: 39px;
    margin-top: -34px;
    margin-left: 160px;
}

.prescribe{
    width: 310px;
    height: 22px;
    top: 169px;
    left: -1px;
}

#medWatch, #presInf, #medGuide,
#privacyCTA, #tcCTA, #contactCTA, #unsubsCTA, #infoCTA {
    pointer-events: auto;
    cursor: pointer;
}
.ubfoot{
    font-family: UniversLTStd-Bold;
    margin-top: 5px;
    font-size: 9px;
    margin-left: 1px;
}
#medication-cta, #prescribe-cta, #medwatch-cta, #medfooter {
    pointer-events: auto;
    cursor: pointer;
}