@charset "UTF-8";
/* CSS Document */


body, body * {
  border: 0 none;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline:none;
}
::-moz-focus-inner {
  border:0;
}
#main-container {
  height: 600px;
  left: 0px;
  position: relative;
  top: 0px;
  width: 480px;
}
sup {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}

/*-------------------------------- Content -------------*/
#adWrap {
  height: 600px;
  left: 160px;
  position: absolute;
  top: 0px;
  width: 160px;
}
#adWrap #collapsed-exit {
  /* IE10 needs a background color otherwise he won't capture clicks */
  background-color: #FFF;
  cursor: pointer;
  display: none;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  opacity: 0;
  z-index: 9;
}
#adWrap .stage {
  background-color: green;
  cursor: pointer;
  height: 125px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 300px;
}
#adWrap .secondary {
  background-color: red;
  cursor: pointer;
  height: 125px;
  left: 0px;
  position: absolute;
  top: 125px;
  width: 300px;
}


#adWrap #collapse-button {
  background-color: #000000;
  height: 25px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 25px;
  z-index: 10;
}










#isiWrap div::-webkit-scrollbar,
#iuWrap div::-webkit-scrollbar {
  width: 10px;
}
#isiWrap div::-webkit-scrollbar-track,
#iuWrap div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
#isiWrap div::-webkit-scrollbar-thumb,
#iuWrap div::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  background-color: #98258b;
  height: 10px;
  width: 10px; 
}
#Dalvance_160x600 #click-tag {
  background-color: transparent;
  cursor: pointer;
  height: 333px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 158px;
  z-index: 10;

  animation: clickTag 15s;
  -webkit-animation: clickTag 15s;
}
#Dalvance_160x600.expandedISI #click-tag {
  height: 333px;
}
#Dalvance_160x600 {
  background-color: transparent;

  font-family: Arial, Helvetica, sans-serif;
  height: 600px;
  margin: 0px auto;
  position: relative;
  width: 160px;
}
#Dalvance_160x600.expandedISI,
#Dalvance_160x600.expandedIU {
  width: 320px;
}
#Dalvance_160x600 #stage {
  background: transparent url(img/bg_160x600.png) 0px 0px / 160px 600px no-repeat;
  border: 1px solid #3fbada;
  box-sizing: border-box;
  height: 600px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 160px;
  z-index: 3;
}
#Dalvance_160x600.expandedISI #stage {
}
#Dalvance_160x600 #stage #head1 {
  background: transparent url(img/copy_head1.png) 0px 0px / 130px 104px no-repeat;
  height: 104px;
  left: 14px;
  opacity: 0;
  position: absolute;
  top: 45px;
  width: 130px;
  animation: headOne 15s;
  -webkit-animation: headOne 15s;
}
#Dalvance_160x600 #stage #head2 {
  background: transparent url(img/copy_head2.png) 0px 0px / 114px 125px no-repeat;
  height: 125px;
  left: 23px;
  opacity: 0;
  position: absolute;
  top: 46px;
  width: 114px;
  animation: headTwo 15s;
  -webkit-animation: headTwo 15s;
}
#Dalvance_160x600 #stage #head3 {
  background: transparent url(img/copy_head3.png) 0px 0px / 139px 75px no-repeat;
  height: 75px;
  left: 11px;
  opacity: 0;
  position: absolute;
  top: 45px;
  width: 139px;
  animation: headThree 15s;
  -webkit-animation: headThree 15s;
}
#Dalvance_160x600.aniComplete #stage #head3 {
  animation: none;
  -webkit-animation: none;
}
#Dalvance_160x600 #stage #subHead {
  background: transparent url(img/copy_subHead.png) 0px 0px / 149px 93px no-repeat;
  height: 93px;
  left: 6px;
  opacity: 0;
  position: absolute;
  top: 240px;
  width: 149px;
  animation: subHead 15s;
  -webkit-animation: subHead 15s;
}
#Dalvance_160x600.aniComplete #stage #subHead {
  animation: none;
  -webkit-animation: none;
}
#Dalvance_160x600 #stage #pole {
  background: transparent url(img/pole_84x323.png) 41px 0px / 84px 323px no-repeat;
  height: 323px;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 227px;
  width: 300px;
  animation: pole 15s;
  -webkit-animation: pole 15s;
}
#Dalvance_160x600 #misdirection {
  opacity: 0;
  animation: misdirection 15s;
  -webkit-animation: misdirection 15s;
}
#Dalvance_160x600 #direction {
  background: transparent url(img/home_160x263.png) 0px 0px / 160px 263px no-repeat;
  height: 263px;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 212px;
  width: 160px;
  animation: direction 15s;
  -webkit-animation: direction 15s;
}


#hospital .sign {
  height: 25px;
  position: relative;
  width: 144px;
  z-index: 1;
}
#hospital .sign {
  -webkit-perspective: 1000;
          perspective: 1000;   
}
#hospital .face {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; 
  position: absolute;
  width: 100%;
}
#hospital .face {
  left: 7px;
  top: 40px;
}
#hospital .face.back {
  color: white;
  display: block;
  text-align: center;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
#hospital .face.back {
  background: transparent url(img/hospital2_144x25.png) 0px 0px / 144px 25px no-repeat;
  height: 25px;
  width: 144px;
  -webkit-animation: BackRotate 4000ms linear 0ms infinite;
          animation: BackRotate 4000ms linear 0ms infinite;
}
#hospital .face.front {
  background: transparent url(img/hospital1_144x25.png) 0px 0px / 144px 25px no-repeat;
  height: 25px;
  width: 144px;
  -webkit-animation: Rotate 4000ms linear 0ms infinite;
          animation: Rotate 4000ms linear 0ms infinite;
}

#hospital img {
  height: 25px;
  width: 144px;
}

#infusion .sign {
  height: 28px;
  position: relative;
  width: 147px;
  z-index: 1;
}
#infusion .sign {
  -webkit-perspective: 1000;
          perspective: 1000;   
}
#infusion .face {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; 
  position: absolute;
  width: 100%;
}
#infusion .face {
  left: 5px;
  top: 89px;
}
#infusion .face.back {
  color: white;
  display: block;
  text-align: center;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
#infusion .face.back {
  background: transparent url(img/infusion2_147x28.png) 0px 0px / 147px 28px no-repeat;
  height: 28px;
  width: 147px;
  -webkit-animation: BackRotate 3600ms linear 0ms infinite;
          animation: BackRotate 3600ms linear 0ms infinite;
}
#infusion .face.front {
  background: transparent url(img/infusion1_147x28.png) 0px 0px / 147px 28px no-repeat;
  height: 28px;
  width: 147px;
  -webkit-animation: Rotate 3600ms linear 0ms infinite;
          animation: Rotate 3600ms linear 0ms infinite;
}

#infusion img {
  height: 28px;
  width: 147px;
}

#home .sign {
  height: 25px;
  position: relative;
  width: 144px;
  z-index: 1;
}
#home .sign {
  -webkit-perspective: 1000;
          perspective: 1000;   
}
#home .face {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; 
  position: absolute;
  width: 100%;
}
#home .face {
  left: 7px;
  top: 143px;
}
#home .face.back {
  color: white;
  display: block;
  text-align: center;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
#home .face.back {
  background: transparent url(img/home2_144x25.png) 0px 0px / 144px 25px no-repeat;
  height: 25px;
  width: 144px;
  -webkit-animation: BackRotate 3800ms linear 0ms infinite;
          animation: BackRotate 3800ms linear 0ms infinite;
}
#home .face.front {
  background: transparent url(img/home1_144x25.png) 0px 0px / 144px 25px no-repeat;
  height: 25px;
  width: 144px;
  -webkit-animation: Rotate 3800ms linear 0ms infinite;
          animation: Rotate 3800ms linear 0ms infinite;
}

#home img {
  height: 25px;
  width: 144px;
}

#Dalvance_160x600 #stage p {
  font-size: 9px;
  left: 20px;
  opacity: 1;
  position: absolute;
  text-indent: -4px;
  top: 315px;
  width: 265px;
  animation: cta 15s;
  -webkit-animation: cta 15s;
}
#Dalvance_160x600 #logo {
  background: transparent url(img/logo_dalvance.png) 0px 0px / 148px 49px no-repeat;
  height: 49px;
  left: 11px;
  opacity: 1;
  position: absolute;
  top: 46px;
  width: 148px; 
  animation: logo 15s;
  -webkit-animation: logo 15s;
}
#Dalvance_160x600.aniComplete #logo {
  animation: none;
  -webkit-animation: none;
}
#Dalvance_160x600 #cta {
  background: transparent url(img/copy_cta.png) 0px 0px / 115px 62px no-repeat;
  height: 62px;
  left: 23px;
  opacity: 1;
  position: absolute;
  top: 118px;
  width: 115px; 
  animation: cta 15s;
  -webkit-animation: cta 15s;
}
#Dalvance_160x600.aniComplete #cta {
  animation: none;
  -webkit-animation: none;
}
#Dalvance_160x600.expandedISI #cta {
  top: 198px;
}
#Dalvance_160x600 #arrowPill {
  background: transparent url(img/logo_30min.png) 0px 0px / 133px 68px no-repeat;
  height: 68px;
  left: 10px;
  opacity: 1;
  position: absolute;
  top: 200px;
  width: 133px; 
  animation: arrowPill 15s;
  -webkit-animation: arrowPill 15s;
}
#Dalvance_160x600.aniComplete #arrowPill {
  animation: none;
  -webkit-animation: none;
}
#Dalvance_160x600.expandedISI #arrowPill {
  top: 284px;
}
#Dalvance_160x600 #expand-iu {
  background: transparent url(img/copy_expandIU.png) 0px 0px / 127px 70px no-repeat;
  cursor: pointer;
  height: 70px;
  left: 18px;
  opacity: 1;
  position: absolute;
  top: 282px;
  width: 127px; 
  animation: arrowPill 15s;
  -webkit-animation: arrowPill 15s;
}
#Dalvance_160x600.aniComplete #expand-iu {
  animation: none;
  -webkit-animation: none;
}
#Dalvance_160x600.expandedISI #expand-iu {
  top: 504px;
}
#Dalvance_160x600 .full-indications a {
  color: #9c278f;
  font-size: 9px;
  text-decoration: none;
}
#Dalvance_160x600 .full-indications a span {
  font-size: 7px;
}




/*--------------------------------------------------- IU Default -----*/
#expand-iu {

}
#iuWrap {
  display: none;
}
#iuWrap #collapse-iu {
  display: none;
}
#iuWrap #iu {
  font-size: 10px;
  padding: 10px 20px 0px 10px;
}
#iuWrap h3 {
  background-color: #c675bd;
  color: #fff;
  line-height: 10px;
  font-size: 10px;
  margin: 0px;
  padding: 3px 0px;
  text-align: center;
}
#iuWrap #iu h4 {
  margin: 0px 0px 7px;
  font-size: 11px;
}
#iuWrap #iu p {
  font-size: 10px;
  line-height: 10px;
  margin: 0px 0px 7px;
}
#iuWrap #iu ul {
  margin: 0px;
  padding: 0px 0px 0px 15px;
}
#iuWrap #iu li {
  color: #00945e;
  margin: 0px 0px 7px 0px;
}
#iuWrap #iu li span {
  color: #000000;
  display: block;
  margin: 0px 0px 0px -5px;
}
#iuWrap #iu a {
  color: #9f1b96;
}

/*--------------------------------------------------- IU Expanded -----*/
#Dalvance_160x600.expandedIU #iuWrap {
  background-color: #ffffff;
  border-bottom: 1px solid #3fbada;
  border-top: 1px solid #3fbada;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 160px;
}
#main-container.direction-bl #Dalvance_160x600.expandedIU #iuWrap,
#main-container.direction-tl #Dalvance_160x600.expandedIU #iuWrap {
  border-left: 1px solid #3fbada;
  left: -160px;
  animation: isiLeft 15s;
  -webkit-animation: isiLeft 15s;
}
#main-container.direction-br #Dalvance_160x600.expandedIU #iuWrap,
#main-container.direction-tr #Dalvance_160x600.expandedIU #iuWrap {
  border-right: 1px solid #3fbada;
  left: 160px;
  animation: isiRight 15s;
  -webkit-animation: isiRight 15s;
}
#Dalvance_160x600.expandedIU #iuWrap #collapse-iu {
  background-color: #98258b;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 12px;
  padding: 3px 5px;
  position: absolute;
  right: 5px;
  top: 5px;
}
#Dalvance_160x600.expandedIU #iuWrap #iu {
  padding: 10px 20px 5px 10px;
}
#Dalvance_160x600.expandedIU #iuWrap h3 {
  background-color: #ffffff;
  color: #000000;
  font-size: 12px;
  margin: 10px 0px 10px 10px;
  padding: 0px;
  text-align: left;
  width: 255px;
}

/*--------------------------------------------------- ISI Default -----*/
#expand-isi {
  background: rgb(227,147,218); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzOTNkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZjJiOTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(227,147,218,1) 0%, rgba(159,43,146,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,147,218,1)), color-stop(100%,rgba(159,43,146,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(227,147,218,1) 0%,rgba(159,43,146,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(227,147,218,1) 0%,rgba(159,43,146,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(227,147,218,1) 0%,rgba(159,43,146,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(227,147,218,1) 0%,rgba(159,43,146,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e393da', endColorstr='#9f2b92',GradientType=0 ); /* IE6-8 */
  border: none;
  bottom: 24px;
  color: #ffffff;
  font: bold 10px/10px Arial, Helvetica, sans-serif;
  height: 27px;
  outline: none;
  position: absolute;
  width: 159px;  animation: fadeIn 15s;
  -webkit-animation: fadeIn 15s;
}
#Dalvance_160x600.expandedISI #expand-isi {
  display: none;
}
#isiWrap {
  bottom: 51px;
  height: 184px;
  position: absolute;
  left: 1px;
  width: 158px;
  z-index: 3;
  animation: fadeIn 15s;
  -webkit-animation: fadeIn 15s;
}
#Dalvance_160x600.aniComplete #isiWrap,
#Dalvance_160x600.aniComplete .full-prescribing-info,
#Dalvance_160x600.aniComplete #expand-isi {
  animation: none;
  -webkit-animation: none;
}
#isiWrap #collapse-isi {
  display: none;
}
#isiWrap #isi {
  background-color: #ffffff;
  box-shadow: inset 5px 0px 10px 1px #cccccc;
  font-size: 10px;
  height: 144px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 10px 15px 0px 10px;
}
#isiWrap h3 {
  background-color: #c675bd;
  color: #fff;
  line-height: 10px;
  font-size: 11px;
  margin: 0px;
  padding: 5px 0px;
  text-align: center;
}
#isiWrap #isi h4 {
  font-size: 11px;
  margin: 0px 0px 5px;
}
#isiWrap #isi p {
  font-size: 10px;
  line-height: 10px;
  margin: 0px 0px 5px;
}
#isiWrap #isi p.piLink {
  margin: 0px 0px 25px;
}
#isiWrap #isi ul {
  margin: 0px;
  padding: 0px 0px 0px 15px;
}
#isiWrap #isi li {
  color: #00945e;
  line-height: 10px;
  margin: 0px 0px 5px 0px;
}
#isiWrap #isi li:last-child {
  margin: 0px 0px 15px 0px;
}
#isiWrap #isi li span {
  color: #000000;
  display: block;
  margin: 0px 0px 0px -5px;
}
#isiWrap #isi a {
  color: #9f1b96;
}
#isiWrap #isi #allergan {
  background: transparent url(img/logo_allergan.png) 0px 0px / 130px 31px no-repeat;
  display: block;
  height: 31px;
  margin: 0px auto 15px;
  width: 130px;
}
@-moz-document url-prefix() {
  #isiWrap #isi ul {
    margin: 0px;
    padding: 0px 0px 0px 10px;
  }
  #isiWrap #isi li span {
    color: #000000;
    display: block;
    margin: 0px;
  }
}

/*--------------------------------------------------- ISI Expanded -----*/
#Dalvance_160x600.expandedISI #isiWrap {
  background-color: #ffffff;
  border-bottom: 1px solid #3fbada;
  border-top: 1px solid #3fbada;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  height: 600px;
  position: absolute;
  top: 0px;
  width: 160px;
  z-index: 2;
}
#main-container.direction-bl #Dalvance_160x600.expandedISI #isiWrap,
#main-container.direction-tl #Dalvance_160x600.expandedISI #isiWrap {
  border-left: 1px solid #3fbada;
  left: -160px;
  animation: isiLeft 15s;
  -webkit-animation: isiLeft 15s;
}
#main-container.direction-br #Dalvance_160x600.expandedISI #isiWrap,
#main-container.direction-tr #Dalvance_160x600.expandedISI #isiWrap {
  border-right: 1px solid #3fbada;
  left: 160px;
  animation: isiRight 15s;
  -webkit-animation: isiRight 15s;
}
#Dalvance_160x600.expandedISI #isiWrap #collapse-isi {
  background-color: #98258b;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 12px;
  padding: 3px 5px;
  position: absolute;
  right: 5px;
  top: 5px;
}
#Dalvance_160x600.expandedISI #isiWrap #isi {
  box-shadow: none;
  height: 558px;
  padding: 0px 20px 0px 10px;
}
#Dalvance_160x600.expandedISI #isiWrap h3 {
  background-color: #ffffff;
  color: #000000;
  font-size: 12px;
  margin: 10px 0px 10px 10px;
  padding: 0px;
  text-align: left;
  width: 128px;
}
#Dalvance_160x600.expandedISI #isiWrap #isi p.piLink {
  margin: 0px 0px 15px;
}
#Dalvance_160x600.expandedISI #isiWrap .isiFoot {
  display: none;
}

/*--------------------------------------------------- PI Default -----*/
.full-prescribing-info {
  background: rgb(109,184,152); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkYjg5OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNTk4NjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(109,184,152,1) 0%, rgba(5,152,101,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,184,152,1)), color-stop(100%,rgba(5,152,101,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(109,184,152,1) 0%,rgba(5,152,101,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(109,184,152,1) 0%,rgba(5,152,101,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(109,184,152,1) 0%,rgba(5,152,101,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(109,184,152,1) 0%,rgba(5,152,101,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db898', endColorstr='#059865',GradientType=0 ); /* IE6-8 */
  border: none;
  bottom: 0px;
  color: #ffffff;
  font: bold 10px/10px Arial, Helvetica, sans-serif;
  height: 24px;
  outline: none;
  position: absolute;
  width: 159px;
  animation: fadeIn 15s;
  -webkit-animation: fadeIn 15s;
}
.full-prescribing-info span {
  font-size: 8px;
}
#Dalvance_160x600.expandedISI #gotoPI {
  display: none;
}

/*----------------------------------- clickTag -----*/
@keyframes clickTag {
  0% {
    height: 600px;
  }
  30% {
    height: 600px;
  }  
  31% {
    height: 333px;
  }
}
@-webkit-keyframes clickTag {
  0% {
    height: 600px;
  }
  30% {
    height: 600px;
  }  
  31% {
    height: 333px;
  }
}
/*----------------------------------- headOne -----*/
@keyframes headOne {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }  
  25% {
    opacity: 0;
  }
}
@-webkit-keyframes headOne {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }  
  25% {
    opacity: 0;
  }
}
/*----------------------------------- headTwo -----*/
@keyframes headTwo {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }  
  25% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes headTwo {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }  
  25% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/*----------------------------------- headThree -----*/
@keyframes headThree {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }  
  50% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
}
@-webkit-keyframes headThree {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }  
  50% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
}
/*----------------------------------- subHead -----*/
@keyframes subHead {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }  
  50% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
}
@-webkit-keyframes subHead {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }  
  50% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
}
/*----------------------------------- Rotate -----*/
@keyframes Rotate {
  from {
    transform:rotateY(0deg);
  }
  to {
    transform:rotateY(360deg);
  }
}
@-webkit-keyframes Rotate {
  from {
    -webkit-transform:rotateY(0deg);
  }
  to {
    -webkit-transform:rotateY(360deg);
  }
}
/*----------------------------------- BackRotate -----*/ 
@keyframes BackRotate {
  from {
    transform:rotateY(180deg);
  }
  to {
    transform:rotateY(540deg);
  }
}
@-webkit-keyframes BackRotate {
  from {
    -webkit-transform:rotateY(180deg);
  }
  to {
    -webkit-transform:rotateY(540deg);
  }
}
/*----------------------------------- pole -----*/
@keyframes pole {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }  
  30% {
    opacity: 0;
  }
}
@-webkit-keyframes pole {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }  
  30% {
    opacity: 0;
  }
}
/*----------------------------------- direction -----*/
@keyframes direction {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }  
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes direction {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }  
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

/*----------------------------------- fadeIn -----*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }  
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }  
  50% {
    opacity: 1;
  }
}
/*----------------------------------- logo -----*/
@keyframes logo {
  0% {
    opacity: 0;
    top: 160px;
  }
  40% {
    opacity: 0;
    top: 160px;
  }  
  50% {
    opacity: 1;
    top: 160px;
  }
  55% {
    opacity: 1;
    top: 160px;
  }
  65% {
    opacity: 1;
    top: 46px;
  }
}
@-webkit-keyframes logo {
  0% {
    opacity: 0;
    top: 160px;
  }
  40% {
    opacity: 0;
    top: 160px;
  }  
  50% {
    opacity: 1;
    top: 160px;
  }
  55% {
    opacity: 1;
    top: 160px;
  }
  65% {
    opacity: 1;
    top: 46px;
  }
}
/*----------------------------------- cta -----*/
@keyframes cta {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }  
  70% {
    opacity: 1;
  }
}
@-webkit-keyframes cta {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }  
  70% {
    opacity: 1;
  }
}
/*----------------------------------- arrowPill -----*/
@keyframes arrowPill {
  0% {
    opacity: 0;
  }
  55% {
    opacity: 0;
  }  
  65% {
    opacity: 1;
  }
}
@-webkit-keyframes arrowPill {
  0% {
    opacity: 0;
  }
  55% {
    opacity: 0;
  }  
  65% {
    opacity: 1;
  }
}
/*----------------------------------- isiLeft -----*/
@keyframes isiLeft {
  0% {
    left: 0px;
  }
  10% {
    left: -160px;
  }
}
@-webkit-keyframes isiLeft {
  0% {
    left: 0px;
  }
  10% {
    left: -160px;
  }
}
/*----------------------------------- isiRight -----*/
@keyframes isiRight {
  0% {
    left: 0px;
  }
  10% {
    left: 160px;
  }
}
@-webkit-keyframes isiRight {
  0% {
    left: 0px;
  }
  10% {
    left: 160px;
  }
}
