body {margin: 0px;}
@font-face {
	font-family: myFont;
	src: url(https://s0.2mdn.net/creatives/assets/3963737/TradeGothicLTStd.woff2);
}


#container {
	background-color: black;
	border: 1px solid #808080;
	box-shadow: inset 0 0 0 1px #808080;
	-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;
	top: 0;
}
.sprite{
	position: absolute;
}

svg{
    position: absolute;
}
#circsvg{
    position: absolute;
    left: 259px;
    top: -141px;
    width: 372px;
    height: 372px;
}

/*-------------- SPRITE -------------*/
.sprite { background: url('sprite.png') no-repeat top left; width: 461px; height: 597px; background-size: 461px 597px;  }
.sprite.isi-header { background-position: 0 0; width: 194px; height: 10px; }
.sprite.cta-text1 { background-position: 0 -15px; width: 72px; height: 12px; }
.sprite.isilogo1 { background-position: 0 -32px; width: 110px; height: 24px; }
.sprite.isilogo2 { background-position: 0 -61px; width: 51px; height: 23px; }
.sprite.legal { background-position: 0 -89px; width: 240px; height: 62px; }
.sprite.logo { background-position: 0 -156px; width: 229px; height: 47px; }
.sprite.logo2 { background-position: 0 -208px; width: 91px; height: 65px; }
.sprite.reference { background-position: 0 -278px; width: 175px; height: 8px; }
.sprite.t1-1 { background-position: 0 -291px; width: 306px; height: 58px; }
.sprite.t1-2 { background-position: 0 -354px; width: 306px; height: 58px; }
.sprite.t2-1 { background-position: 0 -417px; width: 249px; height: 45px; }
.sprite.t2-2 { background-position: 0 -467px; width: 249px; height: 45px; }
.sprite.t3-1 { background-position: 0 -517px; width: 461px; height: 26px; }
.sprite.t3-2 { background-position: 0 -548px; width: 461px; height: 26px; }
.sprite.t4-1 { background-position: 0 -579px; width: 234px; height: 18px; } 

/*--------- SPRITE POSITION ---------*/
.cta-text1,.cta-text2 {top: 7px;left: 20px;}
.cta-text2 {opacity:0; }

.isi-header{position: initial;}
.isilogo1 {top: 6px;left: 16px;}
.isilogo2 {top: 4px;right: 14px;pointer-events: auto;}

.logo {top: 20px;left: 72px;}
.logo2 {top: 9px;left: 24px;}
.t1 {top: 19px;left: 346px;}
.t2 {top: 22px;left: 24px;}
.t3 {top: 32px;left: 24px;}
.t4 {top: 18px;left: 156px;}
.reference {bottom: 12px;right: 122px;}
.legal {top: 14px;right: 59px;}


/*-------- IMAGES | POSITION --------*/
img {
	width: 100%;
	height: auto;
	display: block;
}
.bg{
	width: 728px;
	height: 90px;
    background-color: #001489;
	position: absolute;
}

.img1{
	width: 728px;
	height: 90px;
    background-color: #001489;
	position: absolute;
}

.cta{
    background-color: #FFD100;
    border-radius: 32px;
    width: 117px;
    height: 31px;
    left: 154px;
    top: 44px;
    position: absolute;
    box-sizing: border-box;
    border: 2px solid #001489;
}

.phone{
    width: 141px;
    height: 105px;
    top: -15px;
    left: 93px;
    position: absolute;
}

.sensor{
    width: 72px;
    height: 72px;
    top: 10px;
    left: 409px;
    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: 318px;
	height: 41px;
	bottom: 0px;
	right: 0px;
	pointer-events: auto;
	cursor: default;
	position: absolute;
}

#scroller{
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 17px;
}
#scrollerbar {
	position: absolute;
	width: 6px;
	height: 37px;
	right: 14px;
	top: 4px;
}
#scrollbar {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #acacac;
	left: 0;
	top: 0;
	pointer-events: none;
}
#scrubber {
	position: absolute;
	width: 100%;
	height: 22px;
	background-color: #ffd100;
	cursor: pointer!important;
}

.content{
	position: relative!important;
	padding-left: 16px;
	padding-right: 25px;
	padding-top: 9px;
	font-size: 10px;
	line-height: 11px;
	letter-spacing: 0.05;
	color: black;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: Arial, sans-serif;
}

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%;
    margin-left: 8px;
    padding-bottom: 11px;
}

ul li{
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	margin-right: 7px;
	margin-bottom: -10px;
}

ul li:before {
    display: block;
    content: "\2022";
    font-size: 14px;
    position: absolute;
    left: -9px;
    top: 2px;
    line-height: 9px;
    margin-top: -10px;
}

a u, a span {
    /* color: inherit; */
}
li {
	list-style: none;
  }

  li.str:before {
	content: "\204E";
	position: relative;
	left: -10px;
	top: 7px;
	}

  li.cross:before {
	content: "\2020";
	position: relative;
	left: -9px;
	top: 9px;
	font-size: 8px;
  }
  li.cross2:before {
	content: "\2021";
	position: relative;
	left: -9px;
	top: 9px;
	font-size: 8px;
  }

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

.arrow{
	top: 2px;
    position: absolute;
    width: 14px;
	height: 8px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}
.scroller-arrows{
	position: absolute;
	width: 14px;
	height: 13px;
	right: 9px;
	top: 5px;
	border-radius: 4px 4px 0 0;
	background-color: #074162;
	pointer-events: auto;
	cursor: pointer;
}
.arrow-down{
	transform:rotate(180deg);
	top: 59px;
}

.header-scroller{
	top: 0px;
	right: 0;
	width: 302px;
	height: 18px;
	background-color: #FFD100;
	position: absolute;
	pointer-events: auto;
	cursor: pointer;
	display: flex;
	align-items: center;
	padding-left: 16px;
}
.logodiv{
    top: 16px;
    right: 0;
    width: 318px;
    height: 34px;
    background-color: #FFFFFF;
    position: absolute;
}

/*--------------------------------------------------------*/
/*-------------scroller css end---------------------------*/
/*--------------------------------------------------------*/
/*--------------------custom css--------------------------*/
ul.u2 li:before {
    line-height: 15px;
}
.content b{
	font-weight: bold;
	font-size: 10px;
	letter-spacing: -0.05px;
	line-height: 12px;
}

.content p{
	padding-bottom: 11px;
}
.content a{
	color:#003da5;
}
#header-scroller{
	position: absolute;
	width: 100%;
	height: 23px;
	background-color: #2b173d;
	top: 162px;
}

/* p{
	padding-bottom:5px;
} */

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

a#presInfo2{color: #ffffff;}
#presInfoCTA, #presInfo2,#biohavenCTA,#seemore {
    pointer-events: auto;
    cursor: pointer;
}
sup {
    font-size: 14px;
    vertical-align: -5px;
    margin-left: -8px;
}
