* {
  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);

  font-family: "Fira Sans", sans-serif;
  -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);
}

*img {  image-rendering: -webkit-optimize-contrast;}

body {
  -moz-user-select: none;
}

p {
}

* {
  font-size: 100%;
}

#container {
  width: 728px;
  height: 90px;
  /* height: 500px; */
  border: 1px solid #c1c1c1;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  background: #ffffff;
}

#IRI_mainContainer div {
  pointer-events: auto;
}

div {
  position: absolute;
}

sup {
  line-height: 0px;
}

.wrapper {
  width: 728px;
  height: 90px;
  top: -1px;
  left: -1px;
  pointer-events: none;
}

.wrapper *,
#cta {
  background-repeat: no-repeat;
}

.adSize {
  background-size: 728px 90px;
  width: 728px;
  height: 90px;
  top: 0px;
  left: 0px;
  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;
}

.Notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

i {font-style: italic;}
b {font-weight: 700;}
a {text-decoration: none; color: #F15E22;}
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;
}

.faster {
    -webkit-transition: all 0.0s ease-in-out;
    -moz-transition: all 0.0s ease-in-out;
    -ms-transition: all 0.0s ease-in-out;
    transition: all 0.0s 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;
}

.firaSansLight {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
}

.firaSansReg {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
}

.firaSansMed {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
}

.firaSansSemi {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
}

.firaSansBold {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
}
#pill{
  width: 442px;
  height: 90px;
  background-size: 728px 90px;
  background-repeat: no-repeat;
  /* top: 104px;
  left: 32px; */
/*  display: none;*/
}
/* #pill_img{
  top: -104px;
  left: -32px;
} */

#not-actual-size{
  color: #FFFFFF;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 7.5px;
  text-align: left;
  bottom: 9px;
  left: 10.5px;
  letter-spacing: -0.15px;
}
#cta_text {
  position: absolute;
  bottom: 8px;
  left: 347px;
  letter-spacing: -0.1px;
  font-size: 13px;
  color: #FFFFFF;
}

#cta_arrow {
  position: absolute;
  bottom: 7.7px;
  left: 420px;
  height: 15px;
  width: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}

#main-contents {
  color: #FFFFFF;
  width: 442px;
  height: 100%;
  /* background: red; */
  position: relative;
  text-transform: uppercase;
}
#single-logo {
  position: absolute;
  width: 104px;
  height: 30px;
  top: 18px;
  left: 132px;
  background-size: cover;
  transform: scale(.80) translateY(-3px);

  transition: all 0.5s;
}

#main-logo {
  width: 90px;
  height: 40px;
  background-size: cover;
  right: 10px;
  top: 12px;
}
#header {
  font-size: 12px;
  position: absolute;
  left: 111px;
  top: 3px;
  letter-spacing: -0.125px;
  color: #FFFFFF;

  transition: opacity 0.5s;
}

/* wrong here */

#copies {
  width: 442px;
  height: 100%;
  opacity: 0;
}
#copy1{
  /* "Gradient color:
#F15E22 - #D2AB49" */
  font-size: 23px;
  position: absolute;
  left: 72px;
  bottom: 15px;
  letter-spacing: -0.25px;

  background: linear-gradient(to right, #F15E22, #D2AB49);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.copy1::after {
  background-repeat: no-repeat;
  content: "NOW ALSO APPROVED";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(315deg, rgba(255,255,255,0) 45%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 55%, rgba(255,255,255,0) 100%);
  background-size: 225%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.shine-container::after {
  background-position: -200%;
  visibility: visible;
  -webkit-transition: background-position 4.5s ease;
  -moz-transition: background-position 4.5s ease;
  -o-transition: background-position 4.5s ease;
  transition: background-position 4.5s ease;
}

.unshine-container::after {
  visibility: hidden;
  -webkit-transition: background-position 0s ease;
  -moz-transition: background-position 0s ease;
  -o-transition: background-position 0s ease;
  transition: background-position 0s ease;
}



#copy2 {
  font-size: 15px;
  position: absolute;
  left: 104px;
  bottom: 3px;
  color: #FFFFFF;
}

#secondary-contents{
  width: 728px;
  height: 90px;
  position: absolute;
  left: 0;
  top: 0;

  opacity: 0;
  transition: opacity 0.5s;
}
  #onlypill{
    font-size: 13px;
    font-family: "Fira Sans", sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    top: 32px;
    left: 106px;
  }
    .onlyasterisk{
      position: relative;
      top: 5px;
    }
  #approved{
    font-size: 15px;
    font-family: "Fira Sans", sans-serif;
    font-weight: bold;
    background: linear-gradient(to right, #F15E22, #D2AB49);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 45px;
    left: 108px;
  }
  #frequency{
    font-size: 15px;
    font-family: "Fira Sans", sans-serif;
    font-weight: bold;
    background: linear-gradient(to right, #F15E22, #D2AB49);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 59px;
    left: 84px;
  }
  #notedaily{
    font-size: 10px;
    font-family: "Fira Sans", sans-serif;
    font-weight: normal;
    color: #FFFFFF;
    position: absolute;
    bottom: 2px;
    left: 65px;
  }
    .noteasterisk{
      position: relative;
      top: 4px;
      font-size: 10px;
      font-weight: normal;
      color: #FFFFFF;
    }

.overallclick {
  position: absolute;
  width: 728px;
  height: 90px;
  top: 0px;
  pointer-events: all;
}
/*IMAGES*/


/* -------------------- ISI -------------------- */

#isiHeader {
  width: 300px;
  height: 18px;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
}

.ihText {
  color: #107E9A;
  font-size: 11px;
  letter-spacing: -0.22px;
  /* line-height: 11px; */
  top: 20px;
  left: 24px;
}

#isiBtnP {
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 6px;
  top: 18px;
  cursor: pointer;
}

#isiBtnM {
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 9px;
  top: -4px;
  cursor: pointer;
}

#isiHeaderBottom {
  display: flex;
  align-items: center;
  width: 300px;
  height: 16px;
  bottom: 0px;
  background-color: #F15E22;
}

#IRI_mainContainer {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #ffffff;
  width: 285px;
  height: 90px;
  /* height: 500px; */
  pointer-events: all;
}

#isiContainer {
  width: 285px;
  height: 90px;
  /* height: 1243px; */
  overflow: hidden;
  cursor: default;

  -webkit-transform: translate(0px, 188px);
  -moz-transform: translate(0px, 188px);
  -ms-transform: translate(0px, 188px);
  -o-transform: translate(0px, 188px);
  transform: translate(0px, 188px);
}

#isiContent {
  position: absolute;
  top: 3px;
  left: 7px;
  width: 300px;
  line-height: 7px;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

#ihTextBottom {
  position: relative;
  font-size: 11px;
  left: 9px;
  top: 0px;
  color: #FFFFFF;
  cursor: pointer;
}

#footerArrow {
  background-size: contain;
  top: -1px;
  right: -19px;
  width: 14px;
  height: 14px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}

#scrollBg {
  width: 5px;
  right: 0px;
  top: 0px;
  height: 53px;
  background-color: #F3F0EF;
}

#scrollBar {
  width: 5px;
  background-color: #BABABA;
  cursor: pointer;

  -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: #F15E22;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: -0.1px;
  line-height: 11px;
}

.reg_text {
  color: #374550;
  font-weight: 300;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: -0.12px;
  padding-top: 5px;
}

.reg_text sup {
  font-size: 6px;
  top: 1px;
  position: relative;
}

.mainbullet {
  color: #374550;
  line-height: 12px;
  padding-left:8px;
  font-weight: 300;
  font-size: 11px;
}

.bullet {
  color: #F15E22;
  position: absolute;
  margin-top: 0px;
  left: -0.5px;
  font-weight: 700;
  font-size: 14px;
}

#abbvie-logo {
  background-size: contain;
  background-repeat: no-repeat;
  width: 107px;
  height: 20px;
  margin: 7px 0px 7px -1px;
  position: relative;
  top: 11px;
  left: -1px;
}

#registeredSup {
  font-size: 7px;
  top: 1px;
  position: relative;
}

.isiFooter {
  position: relative;
  top: -27px;
  left: 123px;
  letter-spacing: 0px;
  width: 100%;
}
.isiFooter2 {
  position: relative;
  top: -31px;
  left: 123px;
  letter-spacing: -.01px;
  width: 100%;
  line-height: 13px;
}
.isiFooter3 {
  position: relative;
  top: -30px;
  left: 123px;
  letter-spacing: 0px;
  width: 100%;
}

#iF1, #iF2, #iF3 {
  width: 150px;
}

/* 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 {

 
  }
}
