body {margin: 0px;}

#container {
	background-color: white;
	border: 1px solid gray;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: none;
	overflow: hidden;
	position: absolute;
	width: 300px;
	height: 250px;
	pointer-events: none;
    font-family: Arial, sans-serif;
}
				
#clickthru{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	pointer-events: auto;
}
#first_clickthru{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	pointer-events: auto;
}

#piLeaflet{
	pointer-events: auto;
    cursor: pointer;
}
/*--------------------------------------------------------*/
/*-------------scroller css-------------------------------*/
/*--------------------------------------------------------*/
p,span,table,ul,ol,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;
}

.content{
	position: relative!important;
	padding-left: 19px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 1.2;
	color: #212121;
	letter-spacing: 0.1px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right: -16px;
}
.content table{
    border-collapse: collapse;
    border-spacing: 0;
  }
ol{
    padding: 0;
    margin-top: 10px;
}
ol li{
	margin-left: 37px;
	margin-top: 4px;
	list-style-position: outside;
	position: relative;
	margin-bottom: 6px;
}
ul{
    padding: 0;
    list-style-type: disc;
    list-style-position: inside;
    list-style: none;
}
ul li{
	list-style-type: none;
	margin-left: 10px;
	margin-top: 4px;
	list-style-position: outside;
	position: relative;
	margin-bottom: 6px;
}
ul li:before {
    display: block;
    content: "\2022";
    color: #3e1647;
    position: absolute;
    left: -9px;
    top: -1px;
    font-size: 13px;
    overflow: visible;
}
ul li.numberlist:before{
    content:"1.";
    position: absolute;
    left: -12px;
    top: -1px;
    font-size: 13px;
    overflow: visible;
    color: #3e1647;
}
ul ul li:before {
    display: block;
    content: "-";
/*    content: "\26AC";    <------ use this if it's not working in samsung */
    position: absolute;
    left: -12px;
    top: -1px;
    font-size: 13px;
    overflow: visible;
    color: #3e1647;
}

a u, a span {
    color: inherit;
}

#scroller-container{
	width: 299px;
	height: 61px;
	/*	height: 600px;*/
	bottom: 0;
	pointer-events: auto;
	cursor: default;
	position: absolute;
	right: 0;
}
#scroller{
	width: 100%;
	height: 100%;
	background-color: white;
	overflow-y: scroll;
	overflow-x: hidden;
	 /* Increase/Decrease this value for cross-browser compatibility */
	padding-right: 16px;
}
#scrollerbar {
	position: absolute;
	width: 16px;
	height: 61px;
	right: 0px;
	top: 0px;
}
#scrollbar {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #dddddd;
	left: 0;
	top: 0;
}
#scrubber {
	position: absolute;
	width: 100%;
	height: 17px;
	background-color: #3c1c43;
	cursor: pointer!important;
}


#toggle {
    position: absolute;
    right: 11px;
    top: 13px;
    cursor: pointer;
    margin-right: 3px;
    float: right;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

sup {
    font-size: 7px;
}

.isibar {
    background-color: #5d3167;
    width: 100%;
    height: 28px;
    top: 159px;
    left: 0px;
    position: absolute;
}
.isibar span{
	position: absolute;
	font-size: 12.49px; 
	color: white; 
	top: 7px;
	left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
p{
	margin-top:20px;
	margin-bottom:10px;
}
/*--------------------------------------------------------*/
/*-------------scroller css end---------------------------*/
/*--------------------------------------------------------*/


/*-------------- SPRITE -------------*/
.sprite { background: url('sprite.png') no-repeat top left; width: 160px; height: 118px; background-size: 160px 118px;  position:absolute;} 
.sprite.cta-hover { background-position: 0 0; width: 75px; height: 10px; } 
.sprite.cta-text { background-position: 0 -15px; width: 75px; height: 10px; } 
.sprite.t1 { background-position: 0 -30px; width: 150px; height: 45px; } 
.sprite.t2 { background-position: 0 -80px; width: 160px; height: 38px; } 

/*--------- SPRITE POSITION ---------*/

.t1 {top: 22px;left: 143px;}
.t2 {top: 88px;left: 69px;}

.cta-hover,.cta-text {    top: 6px;
    left: 23px;
 } 
.cta-hover { opacity: 0; } 

.cta{
    background-color: #311438;
    border-radius: 10px;
    border: 1px solid #f9c606;
    width: 121px;
    height: 21px;
    left: 87px;
    top: 106px;
    position: absolute;
	pointer-events: auto;
}
/*-------- IMAGES | POSITION --------*/
img {
	width: 100%;
	height: auto;
	display: block;
}
.bg{
	width: 424px;
	height: 250px;
	top: -1px;
/*	left: -161px;*/
	left: -50px;
	position: absolute;
}
.bg1{
	width: 300px;
	height: 250px;
	top: -1px;
	left: -1px;position: absolute;
}
.bg2{
	width: 300px;
	height: 250px;
	top: -1px;
	left: -1px;position: absolute;
}
.seq{
	background: url('seq.png') no-repeat;
	width: 300px;
	height: 250px;
    position: absolute;
}

.logo {    top: 9px;
    left: 17px;
	width: 121px;
	height: 57px;
    position: absolute;
}

.midlogo {    top: 11px;
    left: 105px;
	width: 100px;
	height: 48px;
    position: absolute;
}

.endlogo {    top: 11px;
    left: 79px;
	width: 140px;
	height: 67px;
    position: absolute;
}

.beam{
    width: 646px;
    height: 271px;
/*
    top: 74px;
    left: -41px;
*/
    position: absolute;
}
#beam-container{
    position: absolute;
    overflow: hidden;
    width: 120px;
    height:271px;
    top: 0px;
    left: -43px;
}
.blast{
    width:322px;
    height:257px;
    position: absolute;
    top: 54px;
    left: -84px;
}
.blastYellow{
	top: -1px;
    left: -1px;
	width: 300px;
	height: 250px;
	background-color: #ffdc21;
    position: absolute;
}
#circ{
    position:absolute;
    top: 0;
    left: 10;
}

#BGradial{
    position:absolute;
    width:300px;
    height:250px;
}
.gradientCut {    
	top: -1px;
    left: -1px;
	width: 300px;
	height: 224px;
    position: absolute;
}
canvas{
    position: absolute;
}

#ctaHit {
    position: absolute;
    border-radius: 15px;
    width: 187px;
    height: 32px;
    left: 56px;
    top: 220px;
}