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: 970px;
	height: 250px;
	pointer-events: none;
}


#clickthru{
	width: 100%;
	height: 100%;
	pointer-events: auto;
	position: absolute;
}
.sprite{
	position: absolute;
}
svg {
    position: absolute;
    width: 970px;
    height: 250px;
    top: -1px;
    left: -1px;
}
#text-cvs {
    position: absolute;
    top:0px;
    left: 0px;
}
/*-------------- SPRITE -------------*/
.sprite { background: url('sprite.png') no-repeat top left; width: 368px; height: 664px; background-size: 368px 664px;  } 
.sprite.adchoices { background-position: 0 0; width: 80px; height: 18px; } 
.sprite.cta-hover { background-position: 0 -23px; width: 102px; height: 36px; } 
.sprite.cta-text { background-position: 0 -64px; width: 102px; height: 36px; } 
.sprite.logo { background-position: 0 -105px; width: 172px; height: 83px; } 
.sprite.t1-1 { background-position: 0 -193px; width: 358px; height: 62px; } 
.sprite.t1-2 { background-position: 0 -260px; width: 368px; height: 68px; } 
.sprite.t2-1 { background-position: 0 -333px; width: 219px; height: 61px; } 
.sprite.t2-2 { background-position: 0 -399px; width: 366px; height: 69px; } 
.sprite.t3-1 { background-position: 0 -473px; width: 297px; height: 93px; } 
.sprite.t4-1 { background-position: 0 -571px; width: 192px; height: 18px; } 
.sprite.t4-2 { background-position: 0 -594px; width: 258px; height: 39px; } 
.sprite.t4-3 { background-position: 0 -638px; width: 44px; height: 26px; } 

/*--------- SPRITE POSITION ---------*/
.cta-text,.cta-hover {top: 5px;left: 34px;}
.cta-hover {opacity:0; }
.logo {top: 16px;left: 29px;}
.t1-1 {top: 116px;left: 14px;}
.t1-2 {top: 159px;left: 13px;}
.t2-1 {top: 116px;left: 14px;}
.t2-2 {top: 158px;left: 13px;}
.t3-1 {top: 116px;left: 14px;}
.t4-1 {top: 104px;left: 229px;}
.t4-2 {top: 152px;left: 257px;}
.t4-3 {top: 198px;left: 587px;}
.adchoices {top: -2px;right: -3px;}
.card {top: -27px;left: -17px;}

/*-------- IMAGES | POSITION --------*/
img {
	width: 100%;
	height: auto;
	display: block;
}
.bg{
	width: 970px;
	height: 250px;
	position: absolute;
}

#cta{
    background-color:#00838f;
    width: 170px;
    height: 49px;
    left: 30px;
    top: 171px;
    position: absolute;
}
.girl1, .girl2{
    width: 970px;
    height: 250px;
    top: -1px;
    left:-1px;
    position: absolute;
}
.bg-img{
    top: -1px;
    left: -1px;
    width: 970px;
    height: 250px;
    position: absolute;
}

/*--------------------------------------------------------*/
/*-------------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: 314px;
	height: 226px;
	bottom: 0px;
	left: 655px;
	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: 206px;
	right: 10px;
	top: 11px;
}
#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: 26px;
	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: 11px;
	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: 314px;
	height: 23px;
	background-color: #2b173d;
	top: -1px;
	left: 655px;
}
.slate-bold {
	font-family: SlateBold;
    letter-spacing: -0.2px;
}
p{
    padding-bottom: 16px;
}

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: 5px;
    left: 15px;
	letter-spacing: -0.15px;
	width: 100%;
}

.biohaven-logo{
	width: 97px;
	height: auto;
	display: block;
	position: static;
	margin-top: -8px;
	padding-bottom: 21px;
}