body {margin: 0px;}
@font-face {
	font-family: RobotoBold;
	src: url(https://s0.2mdn.net/creatives/assets/3726189/Roboto-Bold.woff);
}

@font-face {
	font-family: RobotoReg;
	src: url(https://s0.2mdn.net/creatives/assets/3726189/Roboto-Regular.woff);
}


#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;
}
.sprite{
	position: absolute;
}

#header-scroller{
    background-color: #6098b0;
    width: 242px;
    height: 20px;
    top: 0px;
    right: 0px;
    position: absolute;
    pointer-events: auto;
}

.header-text {top: 2px;left: 8px;pointer-events: auto;}

/*-------------- SPRITE -------------*/
.sprite { background: url('sprite.png') no-repeat top left; width: 280px; height: 439px; background-size: 280px 439px;  }
.sprite.footnote { background-position: 0 0; width: 137px; height: 54px; }
.sprite.cta-arrow { background-position: 0 -59px; width: 6px; height: 10px; }
.sprite.cta-text { background-position: 0 -74px; width: 52px; height: 18px; }
.sprite.logo { background-position: 0 -97px; width: 117px; height: 44px; }
.sprite.header-text { background-position: 0 -146px; width: 134px; height: 18px; }
.sprite.t1-1 { background-position: 0 -169px; width: 66px; height: 11px; }
.sprite.t1-2 { background-position: 0 -185px; width: 174px; height: 14px; }
.sprite.t1-3 { background-position: 0 -204px; width: 78px; height: 11px; }
.sprite.t2-1 { background-position: 0 -220px; width: 94px; height: 11px; }
.sprite.t2-2 { background-position: 0 -236px; width: 171px; height: 14px; }
.sprite.t3-1 { background-position: 0 -255px; width: 89px; height: 17px; }
.sprite.t4-1 { background-position: 0 -277px; width: 119px; height: 17px; }
.sprite.t2-3 { background-position: 0 -299px; width: 138px; height: 13px; }
.sprite.t5-1 { background-position: 0 -317px; width: 156px; height: 17px; }
.sprite.t5-2 { background-position: 0 -339px; width: 152px; height: 17px; }
.sprite.t6-1 { background-position: 0 -361px; width: 66px; height: 11px; }
.sprite.t6-2 { background-position: 0 -377px; width: 105px; height: 30px; }
.sprite.top-text { background-position: 0 -412px; width: 280px; height: 27px; }

/*--------- SPRITE POSITION ---------*/
.cta-text {top: 6px;left: 14px;}
.cta-arrow {top: 10px;left: 71px;}
.logo {top: 27px;left: 10px;}
.t1-1 {top: 26px;left: 222px;}
.t1-2 {top: 40px;left: 167px;}
.t1-3 {top: 57px;left: 216px;}

.t2-1 {top: 26px;left: 208px;}
.t2-2 {top: 40px;left: 169px;}
.t2-3 {top: 57px;left: 186px;}

.t3-1 {top: 38px;left: 210px;}

.t4-1 {top: 38px;left: 195px;}

.t5-1 {top: 30px;left: 176px;}
.t5-2 {top: 48px;left: 178px;}

.t6-1 {top: 22px;left: 278px;}
.t6-2 {top: 36px;left: 259px;}

.top-text {top: -8px;left: -25px;}
.footnote {top: 66px;left: 366px;}

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

.bg, .grad, .grad2{
		width: 728px;
		height: 90px;
    top:-1px;
    left:-1px;
	position: absolute;
}
.grad2{opacity: .4}

.cta{
    background-color: #885B95;
    border-radius: 17px;
    width: 89px;
    height: 30px;
    left: 146px;
    top: 36px;
    position: absolute;
}

#ctaHS{
    border-radius: 17px;
    width: 141px;
    height: 24px;
    left: 149px;
    top: 112px;
    position: absolute;
    pointer-events: auto;
}
/*--------------------------------------------------------*/
/*-------------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: 242px;
	height: 68px;
	/* height: 1700px; */
	bottom: 0px;
	/* top: 20px; */
	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: 8px;
	height: 67px;
	right: 0px;
	top: 1px;
}
#scrollbar {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #f1f1f1;
	left: 0;
	top: 0;
	pointer-events: none;
}
#scrubber {
	position: absolute;
	width: 7px;
	height: 19px;
	background-color: #A0A0A0;
	cursor: pointer!important;
	border-radius: 20px;
}

.content{
	position: relative!important;
	padding-left: 7px;
	padding-right: 12px;
	padding-top: 7px;
	font-size: 10px;
	line-height: 11.89px;
	letter-spacing: 0.09px;
	color: #000000;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family:  RobotoReg;
}

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

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

ul li:before {
    display: block;
    content: "\2022";
    position: absolute;
    left: -9px;
    font-size: 13px;
    overflow: visible;
    color: #333333;
}

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

.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;
}
/*--------------------------------------------------------*/
/*-------------scroller css end---------------------------*/
/*--------------------------------------------------------*/
/*--------------------custom css--------------------------*/
.content b{

}

.content i{

}

.bold{
    font-family: RobotoBold;
    letter-spacing: 0px;
    /* line-height: 12px; */
}

p{
	padding-bottom: 5px;
}


#number, #medGuide, #fdaNo, #medWatch {
    pointer-events: auto;
    cursor: pointer;
}
