body {margin: 0px;}



#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: 300px;
	height: 600px;
	pointer-events: none;
}


#clickthru{
	width: 100%;
	height: 100%;
	pointer-events: auto;
	position: absolute;
}
.sprite{
	position: absolute;
}

.cover{
    width:85px;
    height:77px;
    top:0px;
    left:0px;
    position: absolute;
}
#text-cvs {
    position: absolute;
    top:0px;
    left: 0px;
}
/*-------------- SPRITE -------------*/
.sprite { background: url('sprite.png') no-repeat top left; width: 302px; height: 841px; background-size: 302px 841px;  } 
.sprite.adchoices { background-position: 0 0; width: 79px; height: 17px; } 
.sprite.card { background-position: 0 -22px; width: 302px; height: 268px; } 
.sprite.cta-hover { background-position: 0 -295px; width: 68px; height: 23px; } 
.sprite.cta-text { background-position: 0 -323px; width: 68px; height: 23px; } 
.sprite.logo { background-position: 0 -351px; width: 133px; height: 62px; } 
.sprite.t1-1 { background-position: 0 -418px; width: 189px; height: 56px; } 
.sprite.t1-2 { background-position: 0 -479px; width: 262px; height: 31px; } 
.sprite.t2-1 { background-position: 0 -515px; width: 176px; height: 56px; } 
.sprite.t3-1 { background-position: 0 -576px; width: 166px; height: 55px; } 
.sprite.t3-2 { background-position: 0 -636px; width: 251px; height: 48px; } 
.sprite.t5-1 { background-position: 0 -689px; width: 169px; height: 121px; } 
.sprite.t5-2 { background-position: 0 -815px; width: 213px; height: 26px; } 

/*--------- SPRITE POSITION ---------*/
.cta-text,.cta-hover {top: 3px;left: 23px;}
.cta-hover {opacity:0; }
.logo {top: 4px;left: 13px;}
.t1-1 {top: 111px;left: 54px;}
.t1-2 {top: 331px;left: 18px;}
.t2-1 {top: 111px;left: 61px;}
.t2-2 {top: 133px;left: 29px;}
.t3-1 {top: 111px;left: 66px;}
.t3-2 {top: 332px;left: 23px;}
.t4-1 {top: 62px;left: 26px;}
.t4-2 {top: 98px;left: 45px;}
.t4-3 {top: 75px;left: 244px;}
.t5-1 {top: 215px;left: 65px;}
.t5-2 {top: 351px;left: 42px;}
.adchoices {top: -2px;right: -2px;}
.card {top: 15px;left: -3px;}



/*-------- IMAGES | POSITION --------*/
img {
	width: 100%;
	height: auto;
	display: block;
}
.bg{
	width: 300px;
	height: 600px;
	position: absolute;
}

#cta{
    background-color:#00838f;
    width: 117px;
    height: 28px;
    left: 183px;
    top: 0px;
    position: absolute;
}
.icon1{
    width: 85px;
    height: 84px;
    position: absolute;
    top: 215px;
    left: 109px;
 }
.arc,#arcrgb,#arcsvg{
	position: absolute;
    width: 100%;
    height: 100%;
}

#svgwater{
	position: absolute;
}
.dot {
	position:absolute;
	background-color: #8a8b88;
	width:20px;
	height:20px;
	border-radius:50%;
}
.calendar{
	position:absolute;
	width: 96px;
	height: 93px;
	left: 101px;
	top: 202px;
}  
.bvio{
	opacity: 1;
	width: 13px;
	height: 13px;
	background-color: #624B78;
	position: absolute;
	top: 52px;
	left: 41px;
}
.bvio2{
	left: 57px;
}

/*--------------------------------------------------------*/
/*-------------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: 298px;
	height: 153px;
	bottom: 0px;
	left: 0px;
	pointer-events: auto;
	cursor: default;
	position: absolute;
}

#scroller{
	width: 100%;
	height: 100%;
	background-color: #604976;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 17px;
}
#scrollerbar {
	position: absolute;
	width: 5px;
	height: 137px;
	right: 7px;
	top: 13px;
}
#scrollbar {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #2b173d;
	left: 0;
	top: 0;
	border-radius: 50px;
}
#scrubber {
	position: absolute;
	width: 100%;
	height: 11px;
	border-radius: 50px;
	background-color: #a490b7;
	cursor: pointer!important;
}

.content{
	position: relative!important;
	padding-left: 14px;
	padding-right: 16px;
	padding-top: 9px;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: -0.2px;
	color: #ffffff;
	/* -webkit-touch-callout: none; */
	/* -webkit-user-select: none; */
	/* -moz-user-select: none; */
	/* -ms-user-select: none; */
	/* user-select: none; */
	font-family: SlateBook, Arial, sans-serif;
}

.content table{
    border-collapse: collapse;
    border-spacing: 0;
  }
.content a {
       color: rgba(233,122,34,1);
}
.content .takeda{
	width: 259px;
	height: 46px;
}

ol{
	font-weight: bold;
	padding: 0;
	margin-top: 0px;
	padding-left: 10px;
}

ol li{
	margin-bottom: 3px;
    padding-left: 3px;
}

ol li span{
	font-weight: normal;
}

ul{
    padding: 0;
    list-style-type: disc;
    list-style-position: inside;
    list-style: none;
    width: 100%;
}

ul li{
	list-style-type: none;
	margin-left: 9px;
	list-style-position: outside;
	position: relative;
}

ul li:before {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background: currentColor;
    position: absolute;
    left: -9px;
    top: 5px;
    border-radius: 999px;
    overflow: visible;
}


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;
}

/*--------------------------------------------------------*/
/*-------------scroller css end---------------------------*/
/*--------------------------------------------------------*/
/*--------------------custom css--------------------------*/
#header-scroller{
	position: absolute;
	width: 100%;
	height: 28px;
	background-color: #2b173d;
	top: 417px;
}
.slate-bold {
    font-family: SlateBold;
    letter-spacing: -0.2px;
}
p{
    padding-bottom: 17px;
}

a#presInfo2,#patientInfo,#medWatch{color: #ffffff;}
#presInfo1, #presInfo2,#patientInfo,#medWatch ,.biohaven-logo{
    pointer-events: auto;
    cursor: pointer;
}
#presInfo1{
    font-family: SlateRegular;
    position: absolute;
    color: #ffffff;
    font-size: 14px;
    top: 8px;
    left: 14px;
    letter-spacing: -0.05px;
}

.biohaven-logo{
	width: 97px;
	height: auto;
	display: block;
	position: static;
	margin-top: -8px;
	padding-bottom: 21px;
}
