* {
  margin: 0;
  padding: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
}

body {
  -moz-user-select: none;
}

div {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

p {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform: translateZ(0);
}

div {
  position: absolute;
}
sup {
  line-height: 0px;
}
a {
  text-decoration: none;
}

.wrapper {
  width: 300px;
  height: 250px;
  position: absolute;
  top: -1px;
  left: -1px;
}

.adSize {
  top: 0px;
  left: 0px;
  width: 300px;
  height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
}

.robotoReg {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}
.robotoBold {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

.quicksandBold {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}

.quicksandNotBold {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}


.quicksandnotBold {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}

.firaMed {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
}

.trans {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

/* --------------------------------- FRAMES ---------------------------------------- */

#container {
  width: 300px;
  height: 250px;
  box-sizing: border-box;
  border: 2px solid #76bc21;
  background-color: #ffffff;
  overflow: hidden;
  visibility: hidden;
}

#subCont{
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 250px;
  overflow: hidden;
  pointer-events: none;
}

#intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 250px;
  background-color: #ffffff;
  /* border: 1px solid #707070; */
  overflow: hidden;
  visibility: hidden;

  -webkit-transition: all  1s ease-out;
  -moz-transition: all  1s ease-out;
  transition: all  1s ease-out;  
  transition-timing-function: cubic-bezier(.46,.46,.69,.68);

  /* box-sizing: border-box; */
}

#introBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
}

#introCopy{
  position: absolute;
  top: 126px;
  left: 17px;
  color: #ffffff;
  font-size: 29px;
  letter-spacing: -.3px;
  line-height: 28px;
}

#introActor{
  position: absolute;
  bottom: 12px;
  left: 20px;
  color: #ffffff;
  font-size: 10px;
}

#bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
}

#actor{
  position: absolute;
  top: 143px;
  right: 50px;
  color: #ffffff;
  font-size: 10px;
}

#logo{
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 250px;
  background-size: contain;
  background-repeat: no-repeat;

  transform: translateY(15px);
  opacity: 0;
}

#copy1{
  position: absolute;
  top: 35px;
  left: 13px;
  color: #636466;
  font-size: 29px;
  letter-spacing: -.3px;
  line-height: 27px;

  opacity: 0;
  transform: translateY(15px)
}

#copy2{
  position: absolute;
  top: 31px;
  left: 12px;
  color: #636466;
  font-size: 26px;
  letter-spacing: -.3px;
  line-height: 27px;

  opacity: 0;
  transform: translateY(15px)
}

#copy3{
  position: absolute;
  top: 29px;
  left: 12px;
  color: #636466;
  font-size: 26px;
  letter-spacing: -.3px;
  line-height: 27px;

  opacity: 0;
  transform: translateY(15px)
}

#copy4{
  position: absolute;
  top: 19px;
  left: 12px;
  color: #636466;
  font-size: 26px;
  letter-spacing: -.3px;
  line-height: 27px;

  opacity: 0;
  transform: translateY(15px)
}

#copy5{
  position: absolute;
  top: 79px;
  left: 12px;
  color: #76BC21;
  font-size: 17px;
  letter-spacing: -.3px;

  opacity: 0;
  transform: translateY(15px)
}

#sup1{
  position: relative;
  top: 0;
  font-size: 15px;
}

#cta{
  position: absolute;
  top: 124px;
  left: 159px;
  width: 100px;
  height: 19px;
  background-color: #76BC21;
  color: #ffffff;
  font-size: 12px;
  border-radius: 4px;
  padding-top: 4px;
  padding-left: 5px;

  opacity: 0;
  transform: translateY(15px)
}
#ctaArrow{
  position: absolute;
  top: 4px;
  right: 5px;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}
#ctaHotspot{
  position: absolute;
  top: 124px;
  left: 159px;
  width: 105px;
  height: 23px;
  border-radius: 4px;
  display: none;
}

#hotspot, #introHotspot {
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  cursor: pointer;
}

#supernusLogo{
  width: 124px;
  height: 27px;
  left: 1px;
  bottom: -27px;
  position: relative !important;
  background-size: contain;
  background-repeat: no-repeat;
}

#bottomArrow{
  position: absolute;
  top: 4px;
  right: 5px;
  width: 5px;
  height: 9px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* --------------------------------- ISI ---------------------------------------- */

.headertxt {
  color: #76BC21;
  font-size: 11px;
  font-weight: 700;
  /* letter-spacing: -0.1px; */
  line-height: 11px;
}

.bold_text {
  color: #636466;
  font-size: 11px;
  line-height: 12px;
  /* letter-spacing: -0.1px; */
  padding-top: 5px;
  font-weight: 700;
}

.reg_text {
  color: #636466;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  /* letter-spacing: -0.1px; */
  padding-top: 5px;
}

.mainbullet {
  color: #636466;
  line-height: 12px;
  padding-left:8px;
  font-weight: 400;
  font-size: 11px;
  /* letter-spacing: -0.5px; */
}

.bottom_isi_copy {
  padding-top: 50px;
  color: #636466;
  line-height: 10px;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: -0.15px;
}

.bullet {
  color: #76BC21;
  position: absolute;
  top: 4px;
  left: -1px;
  font-weight: 400;
  font-size: 15px;
}

.bullet2 {
  color: #76BC21;
  position: absolute;
  top: 5px;
  left: -1px;
  font-weight: 400;
  font-size: 15px;
}

.inline-bullet {
  color: #76BC21;
  position: relative;
  top: 2px;
  font-weight: 400;
  font-size: 15px;
  line-height: 0;
}

.isi_sup {
  font-size: 6px;
  position: relative;
  top: 1px;
}

.isi_sub {
  position: relative;
  top: -2px;
  font-size: 7px;
  line-height: 0;
}

div#novaLogo {
  width: 54px;
  height: 39px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  bottom: 42px;
  left: 220px;
}

#scrollBg {
  width: 5px;
  height: 48px;
  /* border: 1px solid #c1c1c1; */
  background-color: #F3F0EF;

  -webkit-transform: translate(288px, 17px);
  -moz-transform: translate(288px, 17px);
  -ms-transform: translate(288px, 17px);
  -o-transform: translate(288px, 17px);
  transform: translate(288px, 17px);
}

#scrollBar {
  width: 5px;
  background-color: #BABABA;
  cursor: pointer;
  /* border: 1px solid #ffffff; */
  /* opacity: 0.4; */

  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

#isiBtnP {
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  left: 9px;
  top: 2px;
  cursor: pointer;
}
#isiBtnM {
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
  left: 7px;
  top: 13px;
  cursor: pointer;
}

#IRI_mainContainer {
  width: 300px;
  height: 250px;
  background-color: #ffffff;

  opacity: 0;
  transform: translate(-1px,172px);
}

#isiBg {
  width: 300px;
  height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -1px;
  left: -1px;
  display: none;
}

#isiContainer {
  overflow: hidden;
  width: 300px;
  height: 191px;
  cursor: default;
  background-color: #ffffff;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

#isiContent {
  width: 266px;
  padding-left: 5px;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

#isiContent > * {
  position: static;
}

#isiHeader {
  width: 300px;
  height: 18px;
  top: 0px;
  background-color: #ffffff;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

#ihText {
  top: 3px;
  left: 28px;
  color: #76BC21;
  font-size: 11px;
}

#isiHeaderBottom {
  background-color: #007298;
  width: 300px;
  height: 16px;
  position: absolute;
  top: 234px;
  left: 0;
  pointer-events: auto;

  opacity: 0;
  transform: translateY(15px);
}

#ihTextBottom {
  font-size: 10px;
  top: 0px;
  margin: 2px 0px 0px 9px !important;
  color: #ffffff;
}

/* Property Work's For FireFox Only */
@-moz-document url-prefix() {
  
}
