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: 250px;
    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: 286px; height: 280px; background-size: 286px 280px;  } 
.sprite.cta-text { background-position: 0 0; width: 69px; height: 11px; } 
.sprite.t1 { background-position: 0 -16px; width: 286px; height: 67px; } 
.sprite.t2 { background-position: 0 -88px; width: 128px; height: 45px; } 
.sprite.t3 { background-position: 0 -138px; width: 136px; height: 48px; } 
.sprite.t4-1 { background-position: 0 -191px; width: 15px; height: 8px; } 
.sprite.t4-2 { background-position: 0 -204px; width: 214px; height: 11px; } 
.sprite.t4-3 { background-position: 0 -220px; width: 16px; height: 8px; } 
.sprite.t4-4 { background-position: 0 -233px; width: 71px; height: 10px; } 
.sprite.t5 { background-position: 0 -248px; width: 100px; height: 16px; } 
.sprite.cta-hover { background-position: 0 -269px; width: 69px; height: 11px; } 


.cta-text, .cta-hover {top: 5px;left: 13px;width: 69px;height: 11px;}
.t1 {top: 77px;left: 8px;}
.t2 {top: 3px;left: 1px;}
.t3 {top: 1px;left: 5px;}
.t5 {top: 16px;left: 10px;}
.t4 {top: 3px;left: 8px;}
.t4-1 {top: 0px;left: 0px;}
.t4-2 {top: 0px;left: 17px;}
.t4-3 {top: 0px;left: 233px;}
.t4-4 {top: 11px;left: 0px;}

.cta{
    width: 93px;
    height: 20px;
    top: 40px;
    left: 188px;
    background-color: #31b2e4;
    border-radius: 20px;
    position: absolute;
    border: 1px solid #31b2e4;
    pointer-events: auto;
}
.cta2{
    width: 93px;
    height: 20px;
    top: 118px;
    left: 10px;
    background-color: #31b2e4;
    border-radius: 20px;
    position: absolute;
    border: 1px solid #31b2e4;
    pointer-events: auto;
}
.bg{
    width:300px;
    height:168px;
    top: -6px;
    position: absolute;
}

.logo{
    width: 190px;
    height: 109px;
    top: -16px;
    left: -14px;
    position: absolute;
}

.logoHit{
    width: 145px;
    height: 64px;
    top: 6px;
    left: 8px;
    position: absolute;
}


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

.line{
    background-color: #002e6c;
    width: 1px;
    height: 53px;
    top: 82px;
    left: 149px;
    position: absolute;
}

.t2Mask{
    position: absolute;
    width: 140px;
    height: 54px;
    top: 84px;
    left: 8px;
    overflow: hidden;
}
.t3Mask{
    position: absolute;
    width: 146px;
    height: 54px;
    top: 84px;
    left: 150px;
    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: 74px;
    bottom: 24px;
    pointer-events: auto;
    cursor: default;
    position: absolute;
}

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

.content{
    position: relative!important;
    padding-left: 9px;
    padding-right: 27px;
    padding-top: 2px;
    font-size: 9px;
    line-height: 9px;
    letter-spacing: -0.25px;
    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: 7px;
    list-style-position: outside;
    position: relative;
}
.mdisc > li:before {
    display: block;
    content: "\2022";
    font-weight:400;
    font-size: 12px;
    line-height: 11px;
    position: absolute;
    left: -7px;
}
.mcircle > li:before {
    display: inline-block;
    content: "\25E6";
    position: relative;
    margin-left: -8px;
    padding-right: 4px;
    top: 2px;
    font-weight: 800;
    font-size: 1.6em;
    line-height: 9px;
}
.mcircle{
    margin-left: 1px;
}
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: 0.84em;
    line-height: 1.25em;
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}

/*--------------------------------------------------------*/
/*-------------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: 167px;
    height: auto;
}

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

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

p{
    margin-bottom: 5px;
}