body {margin: 0px;}

@font-face {
  	font-family:Univers-Roman;
  	src: url(https://s0.2mdn.net/creatives/assets/4098610/UniversLTPro-55Roman.woff);
}
@font-face {
	font-family:Univers-Bold;
  	src: url(https://s0.2mdn.net/creatives/assets/4098610/UniversLTPro-65Bold.woff);
}
@font-face {
	font-family:Univers-BoldObl;
  	src: url(https://s0.2mdn.net/creatives/assets/4098610/UniversLTPro-65BoldOblique.woff);
}
@font-face {
	font-family:Univers-BoldCond;
  	src: url(https://s0.2mdn.net/creatives/assets/4098610/UniversLTPro-BoldCond.woff);
}

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


#clickthru{
	width: 100%;
	height: 100%;
	pointer-events: auto;
	position: absolute;
}
.sprite{
	position: absolute;
}
svg{
    position: absolute;
    top: -2px;
    left: -1px;
}
/*-------------- SPRITE -------------*/
.sprite { background: url('sprite.png') no-repeat top left; width: 290px; height: 376px; background-size: 290px 376px;  }
.sprite.cta-text1 { background-position: 0 0; width: 94px; height: 12px; }
.sprite.cta-text2 { background-position: 0 -17px; width: 94px; height: 12px; }
.sprite.logo { background-position: 0 -34px; width: 96px; height: 61px; }
.sprite.t1-2 { background-position: 0 -100px; width: 65px; height: 9px; }
.sprite.t1-3 { background-position: 0 -114px; width: 103px; height: 9px; }
.sprite.t1-4 { background-position: 0 -128px; width: 148px; height: 31px; }
.sprite.t2-1 { background-position: 0 -164px; width: 139px; height: 43px; }
.sprite.t3-2 { background-position: 0 -212px; width: 290px; height: 29px; }
.sprite.t3-1 { background-position: 0 -246px; width: 290px; height: 12px; }
.sprite.t4-1 { background-position: 0 -263px; width: 223px; height: 32px; }
.sprite.t4-2 { background-position: 0 -300px; width: 278px; height: 40px; }
.sprite.t5-1 { background-position: 0 -345px; width: 278px; height: 31px; }

/*--------- SPRITE POSITION ---------*/
.cta-text1,.cta-text2 {top: 9px;left: 10px;}
.cta-text2 {opacity:0; }
.logo {top: 12px;left: 191px;}
.t1-2 {top: 66px;left: 416px;}
.t1-3 {top: 77px;left: 378px;}
.t1-4 {top: 54px;left: 333px;}
.t2-1 {top: 43px;left: 345px;}
.t3-1 {top: 34px;left: 16px;}
.t3-2 {top: 54px;left: 16px;}
.t4-1 {top: 8px;left: 14px;}
.t4-2 {top: 42px;left: 14px;}
.t5-1 {top: 30px;left: 14px;}

#t2{width:728px;height:90px;position: absolute;}

#t3{display:none;position: absolute;}
/*-------- IMAGES | POSITION --------*/
img {
	width: 100%;
	height: auto;
	display: block;
}
.bg{
	width: 728px;
	height: 150px;
	position: absolute;
	top: -1px;
	left: -1px;
}

.teal-box{
    width:348px;
    height:92px;
    top: -2px;
    left: -7px;
    position: absolute;
}
.orange-box{
    width: 340px;
    height: 27px;
    top: 21px;
    left: -2px;
    position: absolute;
}

.slash{
    width:80px;
    height:180px;
    top: 0px;
    left: 267px;
    position: absolute;
}

.cta{
    background-color:#eb8102;
    border-radius: 5px;
    /*    border: 1px solid #10b2a4;*/
    width: 114px;
    height: 30px;
    left: 21px;
    top: 28px;
    position: absolute;
}


/*--------------------------------------------------------*/
/*-------------scroller css start-------------------------*/
/*--------------------------------------------------------*/
p,span,table,ul,li{
	margin: 0px;
	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: 238px;
	height: 55px;
	top: 20px;
	right: -1px;
	pointer-events: auto;
	cursor: default;
	position: absolute;
}

#scroller{
	width: 100%;
	height: 100%;
	background-color: white;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 31px;
}
#scrollerbar {
	position: absolute;
	width: 5px;
	height: 75px;
	right: 0px;
	top: -21px;
}
#scrollbar {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #e1e1e1;
	left: 0;
	top: 0;
}
#scrubber {
	position: absolute;
	width: 100%;
	height: 31px;
	background-color: #acacac;
	cursor: pointer!important;
}

.content{
	position: relative!important;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 15px;
	font-size: 10px;
	line-height: 11px;
	letter-spacing: -.3px;
	color: #000000;
	font-family:  Univers-Roman;
}
.boldTxt{font-family:Univers-Bold;}
.boldoblTxt{font-family:Univers-BoldObl;}
.boldCondTxt{font-family:Univers-BoldCond;font-size: 17px;color:#f7901e;}

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: 10px;
	list-style-position: outside;
	position: relative;
	padding-bottom: 4px;
}

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

a u, a span {
    color: inherit;
}


#toggle {
	position: absolute;
	right: 5px;
	top: -17px;
	cursor: pointer;
	font-size: 19px;
	color: #acacac;
	text-align: center;
	line-height: 16px;
}

#toggle .expand, #toggle .collapse {
    display: none;
    height: inherit;
    width: 17px;
    height: 17px;
}

#toggle.expand .expand,#toggle.collapse .collapse{
	display: block;
}

#toggle{
	pointer-events: auto;
}

nowrap{
	white-space: nowrap;
}
table {
    margin-left: -1px;
    margin-right: 1px;
    font-family:Univers-Bold;
    padding-bottom: 5px;
}

/*--------------------------------------------------------*/
/*-------------scroller css end---------------------------*/
/*--------------------------------------------------------*/
/*--------------------custom css--------------------------*/
.content b{

}

.content i{

}

#header-scroller{
	position: absolute;
	width: 100%;
	height: 23px;
	background-color: #2b173d;
	top: 162px;
}

p{
	padding-bottom:5px;
}

.isi-logo{
	width: 142px;
	height: auto;
	display: block;
	position: static;
	margin-top: 11px;
	margin-left: 3px;
	padding-bottom: 16px;
/*
    pointer-events: auto;
    cursor: pointer;
*/
}

footer, #wacCTA, #awpCTA, #footMedguide,#presInfo{
    pointer-events: auto;
    cursor: pointer;
}


header{
	background-color: #ffffff;
	width: 232px;
	height: 30px;
	top: -4px;
	right: 0px;
	position: absolute;
	padding-left: 5px;
	padding-top: 9px;
    pointer-events: auto;
	cursor: default;
}

.ubfoot{
    font-family: Univers-Roman;
    margin-top: 2px;
    font-size: 9px;
    text-align: center;
}
footer{
    width: 238px;
    height: 15px;
    bottom: -1px;
    right: -1px;
    position: absolute;
    background-color: white;
}
