body {margin: 0px;}



#container {
	background-color: white;
	border: 1px solid #999999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: none;
	overflow: hidden;
	position: absolute;
	width: 300px;
	height: 600px;
	pointer-events: none;
	font-family: Arial, Helvetica, sans-serif;
}

.pos-abs {
    position: absolute;
}

#clickthru, #firstTag{
	width: 100%;
	height: 100%;
	pointer-events: auto;
	position: absolute;
	top: 0;
}

.sprite{
	position: absolute;
}
/*-------------- SPRITE -------------*/
/*SPRITE*/
.sprite { background: url('sprite.png') no-repeat top left; width: 271px; height: 411px; background-size: 271px 411px;  } 
.sprite.legal { background-position: 0 0; width: 125px; height: 12px; } 
.sprite.t1 { background-position: 0 -17px; width: 271px; height: 194px; } 
.sprite.t3 { background-position: 0 -216px; width: 195px; height: 68px; } 
.sprite.t2 { background-position: 0 -289px; width: 195px; height: 66px; } 
.sprite.t4-1 { background-position: 0 -360px; width: 15px; height: 8px; } 
.sprite.t4-2 { background-position: 0 -373px; width: 217px; height: 10px; } 
.sprite.t4-3 { background-position: 0 -388px; width: 16px; height: 8px; } 
.sprite.t4-4 { background-position: 0 -401px; width: 72px; height: 10px; } 

.cta-text{top: 8px;left: 18px;width: 93px;height: 25px;}
.t1 {top: 205px;left: 12px;}
.t2 {top: 6px;left: 12px;}
.t3 {top: 11px;left: 13px;}
.t5 {top: 16px;left: 10px;}
.t4 {top: 3px;left: 8px;}
.t4-1 {top: 0px;left: -1px;}
.t4-2 {top: 0px;left: 15px;}
.t4-3 {top: 0px;left: 234px;}
.t4-4 {top: 11px;left: -1px;}
.legal {top: 385px;left: 87px;}

.cta{
    width: 129px;
    height: 28px;
    top: 157px;
    left: 13px;
    background-color: #31b2e4;
    border-radius: 20px;
    position: absolute;
    border: 1px solid #31b2e4;
	pointer-events: auto;
}

.bg{
    width:300px;
    height: 408px;
    top: -1px;
    position: absolute;
}

.logo{
    width: 221px;
    height: 130px;
    top: 13px;
    left: 12px;
    position: absolute;
}

.logoHit{
    width: 223px;
    height: 98px;
    top: 45px;
    left: 10px;
    position: absolute;
}

.footer{
    width: 298px;
    height: 30px;
    bottom: 0px;
    background-color: #e7f4fb;
    pointer-events: auto;
    cursor: default;
}

.line{
    background-color: #002e6c;
    width: 219px;
    height: 1px;
    top: 289px;
    left: 40px;
    position: absolute;
}

.t2Mask{
    position: absolute;
    width: 219px;
    height: 84px;
    top: 206px;
    left: 41px;
    overflow: hidden;
}
.t3Mask{
    position: absolute;
    width: 219px;
    height: 99px;
    top: 290px;
    left: 39px;
    overflow: hidden;
}


/*-------- IMAGES | POSITION --------*/
img {
	width: 100%;
	height: auto;
	display: block;
}

/*--------------------------------------------------------*/
/*-------------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;
}
#scroller-container{
	width: 100%;
	height: 163px;
	bottom: 28px;
	pointer-events: auto;
	cursor: default;
	position: absolute;
	border-top: 0px solid #e7f4fb;
}

#scroller{
	width: 100%;
	height: 100%;
	background-color: #e7f4fb;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 17px;
}
#scrollerbar {
	position: absolute;
	width: 11px;
	height: 140px;
	right: 6px;
	top: 13px;
}
#scrollbar {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: white;
	left: 0;
	top: -5px;
	border-radius: 4px;
}
#scrubber {
	position: absolute;
	width: 5px;
	height: 23px;
	left: 3px;
	/* border-radius: 2px; */
	background-color: #626262;
	cursor: pointer!important;
}

.content{
    position: relative!important;
    padding-left: 8px;
    padding-right: 20px;
    padding-top: 9px;
    font-size: 8.6px;
    line-height: 10px;
    letter-spacing: 0.12px;
    color: #002f6c;
    /*-webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
    font-family:  Arial, sans-serif;
}


ul{
    padding: 0;
    list-style-type: disc;
    list-style-position: inside;
    list-style: none;
    margin-top: -4px;
    margin-bottom: 5px;
}
li ul{
    
    margin-top: 0px;
}
ul li{
    list-style-type: none;
    margin-left: 5px;
    list-style-position: outside;
    position: relative;
    padding-bottom: 0.3px;
}
.mdisc > li:before {
    display: block;
    content: "\2022";
    font-weight:400;
    font-size: 10px;
    position: absolute;
    line-height: 10px;
    left: -5px;
}
ul:nth-of-type(1) > li:before, ul:nth-of-type(6) > li:before, ul:nth-of-type(7) > li:before{
    top: -1px;
}

.mcircle > li:before {
    display: inline-block;
    content: "\25E6";
    position: relative;
    margin-left: -8px;
    padding-right: 2px;
    top: 2px!important;
    font-weight: 800;
    font-size: 1.6em;
    line-height: 8px;
}
.mcircle{
    margin-left: 13px;
}
a u, a span {
    color: inherit;
}

#toggle {
	position: absolute;
	right: 14px;
	top: 8px;
	cursor: pointer;
	font-size: 11px;
	color: black;
}

#toggle .expand, #toggle .collapse {
    display: none;
    height: inherit;
    width:13px;
    height: 13px;
}

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

#toggle{
	pointer-events: auto;
}

nowrap{
	white-space: nowrap;
}

sup {
    font-size: 5px;
    line-height: 0;
    position: relative;
    top: -0.2em;
}

/*--------------------------------------------------------*/
/*-------------scroller css end---------------------------*/
/*--------------------------------------------------------*/
/*--------------------custom css--------------------------*/
#medWatch, #presInf, #medGuide, #sublocade, #sublocadeRems, .indivior, .logoHit {
    pointer-events: auto;
    cursor: pointer;
}
.wchange{
    will-change: transform;
}
.t4-2,.t4-4{pointer-events: auto;cursor: pointer;}

#myVideo{
    position:absolute;
}

.content .indivior {
    width: 142px;
    height: auto;
    margin-left: -4px;
    margin-top: 7px;
    padding-bottom: 13px;
}

.content a {
    color: rgba(0,92,144,1);
}

#blocker{
    background-color: white;
    width:100%;
    height:100%;
    position: absolute;
    top:0px;
    left:0px;
}

p{
    padding-bottom: 5px;
}

#copyright1{
    font-size: 7.2px;
    margin-bottom: -6px;
    margin-left: -1px;
    margin-right: 4px;
    line-height: 8px;
    letter-spacing: 0.1px;
}
#copyright2{
    font-size: 7.2px;
    padding-bottom: 0;
    margin-left: -1px;
    margin-right: -3px;
    line-height: 8px;
    letter-spacing: 0.1px;
}