* {
  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-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform: translateZ(0);
}

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

p {
}

* {
  font-size: 100%;
}

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

#IRI_mainContainer {
  position:absolute;
  top:157px;
  left:0px;
  width: 300px;
  height: 92px;
  overflow:hidden;
  transform:translate(0px,15px);
  background-color: #FFFFFF;
  visibility: hidden;
  opacity:0;
  /* transform: translateY(214px); */
  /* display: none; */
}

/* .IRI_mainContainer {
  width: 300px;
  height: 250px;
  top: 395px;
  left: -1px;
  transform: translateY(214px);
} */

#IRI_mainContainer div {
  pointer-events: auto;
}

div {
  position: absolute;
}

/* sub {
    vertical-align: top;
    font-size: 7px;
}
*/
sup {
  line-height: 0px;
}

.wrapper {
  width: 300px;
  height: 250px;
  top: -1px;
  left: -1px;
  pointer-events: none;
}

.wrapper *,
.adSize {
  background-size: 300px 250px;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
}

.divImage {
  background-size: contain;
  background-repeat: no-repeat;
}

.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.fastTransition {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a {
  text-decoration: none;
  color: #F15E22;
}

i {
  font-style: italic;
}

b {
  font-weight: 700;
}

u {
  text-decoration: underline;
}

.hidden {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.fadeUp {
  opacity: 0;
  transform: translate(0px, 15px);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.slideLeft {
  transform: translate(300px, 0px);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.slideUp {
  transform: translateY(-1px);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.slower {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.faster {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.quickSandBold {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}

.quickSandReg {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
}

.quickSandMed {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
}

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

.robotoCondensedReg {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

.robotoCondensedBold {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}

.orange {
  text-shadow: #f18922 0px 0 6px;
}

.orange1 {
  text-shadow: #f15e22 0px 0 6px;
}

#logo {
  background-size: contain;
  background-repeat: no-repeat;
  width: 300px;
  height:250px;

  position:absolute;
  top:-1px;
  left:-1px;

  opacity: 0;
}


#ctatext {
  position: absolute;
  top: 127px;
  left: 181px;
  color: #FFFFFF;
  font-size: 13px;

  opacity:0;
}

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

#bg1 {
  visibility:hidden;
  background-size: contain;
  background-repeat: no-repeat;
  width: 300px;
  height:250px;

  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

#f1copy1 {
  position: absolute;
  top: 40px;
  left: 14px;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 30px;
  letter-spacing: -0.5px;

}

#f1copy_footer {
  position: absolute;
  top: 226px;
  left: 14px;
  font-size: 10px;
  color: #FFFFFF; 
}

#bg2 {
  opacity:0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 300px;
  height:250px;

  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

#f2copy1 {
  position: absolute;
  top: 40px;
  left: 13px;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 30px;
  letter-spacing: -0.5px;
}

#f2copy_footer {
  position: absolute;
  top: 226px;
  left: 14px;
  font-size: 10px;
  color: #FFFFFF; 
}



#f3copy1 {
  position: absolute;
  top: 28px;
  left: 11px;
  font-size: 26px;
  color: #636466;
  line-height: 27px;
  opacity: 0;
}

#f3copy1 sup{
  position: relative;
  top: 1px;
  font-size: 15px;
    
}

#f4copy1 {
  position: absolute;
  top: 13px;
  left: 19px;
  font-size: 22px;
  color: #636466;
  line-height: 21px;
}

#f4copy2 {
  position: absolute;
  top: 64px;
  left: 19px;
  font-size: 18px;
  color: #007298;
  line-height: 18px;
}

#f5copy1 {
  position: absolute;
  top: 28px;
  left: 11px;
  font-size: 28px;
  color: #636466;
  line-height: 28px;
}

#f5copy2 {
  position: absolute;
  top: 73px;
  left: 175px;
  font-size: 21px;
  color: #76BC21;
  line-height: 22px;
}

#bg2_white {
  transform: translateY(358px);
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 250px;
  opacity: 0;
}


#f2copy {
  position: absolute;
  font-size: 32px;
  color: #ffffff;
  top: 115px;
  left: 37px;
  line-height: 32px;
  letter-spacing: 0.1px;
}

#f2sup1 {
  position: relative;
  font-size: 17px;
  /* top: -1px;
  left: 2px; */
  top: -1px;
  left: 0px;
}

#f2sup2 {
  position: relative;
  font-size: 17px;
  /* top: 0px;
  left: 2.25px; */
  top: -1px;
  left: -2px;
}

#f3copy {
  position: absolute;
  font-size: 36px;
  color: #ffffff;
  top: 116px;
  left: 43px;
  line-height: 36px;
  letter-spacing: -0.7px;
}

#f4copy {
  position: absolute;
  font-size: 9px;
  color: #ffffff;
  top: 296px;
  left: 29px;
}

.copy {
  position: relative;
}

.overallclick, .hotspot1 {
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  pointer-events: all;
}

#ctaHotspot{
  position: absolute;
  top: 124px;
  left: 174px;
  width: 107px;
  height: 23px;
  border-radius: 4px;
  display: none;
  pointer-events: all;
}

.fda {
  color: #444545;
  text-decoration: none;
}

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

#isiHeader {
  width: 300px;
  height: 20px;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  transform: translate(0px, 0px);
  /* opacity: 0; */
}

.ihText {
  color: #76BC21;
  font-size: 11px;
  top: 4px;
  left: 30px;
}

#isiBtnP {
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 8px;
  top: 2px;
  cursor: pointer;
}

#isiBtnM {
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 7px;
  top: 2px;
  cursor: pointer;
}

#isiBg {
  display: none;
  background-color: #ffffff;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 250px;
}

#isiContainer {
  width: 300px;
  height: 250px;
  /* height: 1243px; */
  overflow: hidden;
  cursor: default;

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

#isiContent {
  position: absolute;
  left: 7px;
  width: 266px;
  line-height: 7px;
  /* opacity: 0; */
  -webkit-transform: translate(0px, 18px);
  -moz-transform: translate(0px, 18px);
  -ms-transform: translate(0px, 18px);
  -o-transform: translate(0px, 18px);
  transform: translate(0px, 208px);
}

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

#isiHeaderBottom {
  position:absolute;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  pointer-events: auto;
  width: 300px;
  height: 16px;
  bottom: 0px;
  background-color: #007298;
  opacity: 0;
}

#ihTextBottom {
  position: relative;
  padding-right: 20px;
  font-size: 10px;
  bottom: 0px;
  left: 2px;
  color: #FFFFFF;
}

#footerArrow {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 1px;
  right: 0px;
  width: 14px;
  height: 14px;
  /* display: inline-block; */
}

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

.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: 9px;
  font-weight: 400;
  font-size: 8px;
  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;
}


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


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

/* Property Work's For Internet Explorer Edge Only */
@supports (-ms-ime-align: auto) {
}

/* Property Work's For Internet Explorer 11, 10 Only */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
}

/*Safari only*/
@media not all and (min-resolution: 0.001dpcm) {
  @media {
  }
}
