sup {
	vertical-align: text-top;
	font-size: 0.6em;
	line-height: 1.5em;
}
b {
    font-weight:800;
}
#hotspot {
    z-index: 3;/*image needs to move up*/
}
.isiHolder {
    background-color: #ffffff;
    z-index: 4;/*image needs to move up*/
}
#stopText {
    z-index: 5;/*image needs to move up*/
}
#background {
    background-image: url("../images/background.jpg");
    width:300px;
    height:176px;
}
#background_right {
    background-image: url("../images/background_right.jpg");
    width:79px;
    height:176px;
    right:0px;
}
#image1 {
    background-image: url("../images/image1.png");
    width:92px;
    height:152px;
    left: 176px;
    top: 14px;
}
#logo {
    background-image: url("../images/logo_vyvanse.svg");
    width: 101px;
    height: 43px;
    left: 24px;
    top: 17px;
}
#circle {
    background-color: #ffffff;
    transform-origin: 50% 50%;
    width: 46px;
    height: 46px;
    top: 63px;
    left: 27px;
    border-radius: 100%;
}

#text0,#text1,#text2,#text3,#text4,#text5,#cta {
    font-family: 'Open Sans', sans-serif;
    white-space: nowrap;
}
#text0 {
    color: #63619a;
    font-weight: 800;
    left: 15px;
    top: 15px;
    font-size: 24px;
    line-height: .8em;
}
.text0B {
    color:#8dc63f;
    font-size: 17px;
}
#text1 {
    color: #63619a;
    left: 36px;
    top: 23px;
    font-size: 12px;
    text-align: right;
    line-height: 1.2em;
}
#text2 {
    color: #58595b;
    left: 64px;
    top: 66px;
    font-size: 9px;
    text-align: right;
    text-indent: -1em;
    direction: rtl;
    line-height: 1.3em;
}
.text2B {
    font-size: 9px;
    line-height: 1.8em;    
}
#text3 {
    color: #63619a;
    left: 9px;
    top: 79px;
    font-size: 12px;
    line-height: 1.2em;
}
#text4 {
    color: #58595b;
    left: 11px;
    top: 80px;
    font-size: 8px;
    text-align: left;
    line-height: 1.3em;
}
#text5 {
    color: #58595b;
    left: 9px;
    top: 80px;
    font-size: 8px;
    text-align: left;
    line-height: 1.3em;
}

#subText1,#subText2,#subText3 {
    font-family: 'Open Sans', sans-serif;
    white-space: nowrap;
}
#subText1 {
    font-size: 7px;
    bottom: 88px;
    left: 5px;
    font-weight: 800;
    line-height: 1.3em;
    letter-spacing: 0.01em;
}
#subText2 {
    font-size: 7px;
    bottom: 89px;
    left: 6px;
    font-weight: 800;
    line-height: 1.3em;
    letter-spacing: 0.04em;
}
#subText3Clip {
    clip: rect(0px,300px,55px,0px);
    bottom: 139px;
    z-index: 2;/*image needs to move up*/
}
#subText3 {
    font-size: 7px;
    font-weight: 800;
    line-height: 1.3em;
    letter-spacing: 0.01em;
    color: #ffffff;
    background-color: #63619a;
    width: 300px;
    height: 50px;
    padding: 8px 11px;
    top: 0px;
    left: 0px;
}

#ctaHolder {
    background-color: #8dc63f;
    border-radius: 100%;
    top: 52px;
    left: 120px;
    width: 56px;
    height: 56px;
}
#cta {
    text-align: center;
    color: #ffffff;
    font-size: 8px;
    font-weight:800;
}
#ctaArrow {
    width:11px;
    height:8px;
    top:0px;
}