@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: 630px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 728px;
}
sup {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}

/*-------------------------------- Content -------------*/
#adWrap {
  height: 90px;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 728px;
}
#main-container.direction-tr #adWrap,
#main-container.direction-tl #adWrap {
  top: 270px;
}

#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_728x90 #click-tag {
  background-color: transparent;
  cursor: pointer;
  height: 73px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 434px;
  z-index: 10;
  animation: clickTag 15s;
  -webkit-animation: clickTag 15s;
}
#Dalvance_728x90.expandedISI #click-tag {
  width: 728px;
}
#Dalvance_728x90 {
  font-family: Arial, Helvetica, sans-serif;
  height: 90px;
  margin: 0px auto;
  position: relative;
  width: 728px;
}
#Dalvance_728x90.expandedISI {
  height: 360px;
}
#Dalvance_728x90.expandedIU {
  height: 215px;
}
#Dalvance_728x90 #stage {
  background: transparent url(img/bg_728x90.png) 0px 0px / 728px 90px no-repeat;
  border: 1px solid #3fbada;
  box-sizing: border-box;
  height: 89px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 728px;
  z-index: 3;
}
#Dalvance_728x90.expandedISI #stage {
}
#Dalvance_728x90 #stage #head1 {
  background: transparent url(img/copy_head1.png) 0px 0px / 363px 44px no-repeat;
  height: 44px;
  left: 21px;
  opacity: 0;
  position: absolute;
  top: 21px;
  width: 363px;
  animation: headOne 15s;
  -webkit-animation: headOne 15s;
}
#Dalvance_728x90 #stage #head2 {
  background: transparent url(img/copy_head2.png) 0px 0px / 430px 53px no-repeat;
  height: 53px;
  left: 21px;
  opacity: 0;
  position: absolute;
  top: 16px;
  width: 430px;
  animation: headTwo 15s;
  -webkit-animation: headTwo 15s;
}
#Dalvance_728x90 #stage #head3 {
  background: transparent url(img/copy_head3.png) 0px 0px / 240px 17px no-repeat;
  height: 17px;
  left: 173px;
  opacity: 0;
  position: absolute;
  top: 9px;
  width: 240px;
  animation: headThree 15s;
  -webkit-animation: headThree 15s;
}
#Dalvance_728x90.aniComplete #stage #head3 {
  animation: none;
  -webkit-animation: none;
}
#Dalvance_728x90 #stage #subHead {
  background: transparent url(img/copy_subHead.png) 0px 0px / 238px 41px no-repeat;
  height: 41px;
  left: 174px;
  opacity: 0;
  position: absolute;
  top: 36px;
  width: 238px;
  animation: subHead 15s;
  -webkit-animation: subHead 15s;
}
#Dalvance_728x90.aniComplete #stage #subHead {
  animation: none;
  -webkit-animation: none;
}
#Dalvance_728x90 #stage #pole {
  background: transparent url(img/pole_11x154.png) 142px 0px / 11px 154px no-repeat;
  height: 90px;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 300px;
  animation: pole 15s;
  -webkit-animation: pole 15s;
}
#Dalvance_728x90 #direction {
  background: transparent url(img/home_245x60.png) 0px 0px / 245px 60px no-repeat;
  height: 60px;
  left: 465px;
  opacity: 0;
  position: absolute;
  top: 18px;
  width: 245px;
  animation: direction 15s;
  -webkit-animation: direction 15s;
}

#hospital {
  opacity: 0;
  animation: hospital 15s;
  -webkit-animation: hospital 15s;
  position: absolute;
}
#hospital .sign {
  height: 40px;
  position: relative;
  width: 250px;
  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: 20px;
  top: 20px;
}
#hospital .face.back {
  color: white;
  display: block;
  text-align: center;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
#hospital .face.back {
  background: transparent url(img/hospital2_290x46.png) 0px 0px / 250px 40px no-repeat;
  height: 40px;
  width: 250px;
  animation: BackRotate 2500ms linear 0ms infinite;
  -webkit-animation: BackRotate 2500ms linear 0ms infinite;
}
#hospital .face.front {
  background: transparent url(img/hospital1_290x46.png) 0px 0px / 250px 40px no-repeat;
  height: 40px;
  width: 250px;
  animation: Rotate 2500ms linear 0ms infinite;
  -webkit-animation: Rotate 2500ms linear 0ms infinite;
}
#hospital img {
  height: 40px;
  width: 250px;
}
#infusion {
  opacity: 0;
  animation: infusion 15s;
  -webkit-animation: infusion 15s;
  position: absolute;
}
#infusion .sign {
  height: 46px;
  position: relative;
  width: 290px;
  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: 10px;
  top: 20px;
}
#infusion .face.back {
  color: white;
  display: block;
  text-align: center;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
#infusion .face.back {
  background: transparent url(img/infusion2_283x53.png) 0px 0px / 283px 53px no-repeat;
  height: 53px;
  width: 283px;
  animation: BackRotate 2500ms linear 0ms infinite;
  -webkit-animation: BackRotate 2500ms linear 0ms infinite;
}
#infusion .face.front {
  background: transparent url(img/infusion1_283x53.png) 0px 0px / 283px 53px no-repeat;
  height: 53px;
  width: 283px;
  animation: Rotate 2500ms linear 0ms infinite;
  -webkit-animation: Rotate 2500ms linear 0ms infinite;
}

#infusion img {
  height:53px;
  width: 283px;
}

#home {
  opacity: 0;
  animation: home 15s;
  -webkit-animation: home 15s;
  position: absolute;
}
#home .sign {
  height: 40px;
  position: relative;
  width: 250px;
  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: 20px;
  top: 20px;
}
#home .face.back {
  color: white;
  display: block;
  text-align: center;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
#home .face.back {
  background: transparent url(img/home2_290x46.png) 0px 0px / 250px 40px no-repeat;
  height: 40px;
  width: 250px;
  animation: BackRotate 2500ms linear 0ms infinite;
  -webkit-animation: BackRotate 2500ms linear 0ms infinite;
}
#home .face.front {
  background: transparent url(img/home1_290x46.png) 0px 0px / 250px 40px no-repeat;
  height: 40px;
  width: 250px;
  animation: Rotate 2500ms linear 0ms infinite;
  -webkit-animation: Rotate 2500ms linear 0ms infinite;
}

#home img {
  height:40px;
  width: 250px;
}

#Dalvance_728x90 #logo {
  background: transparent url(img/logo_dalvance.png) 0px 0px / 155px 51px no-repeat;
  height: 51px;
  left: 22px;
  opacity: 1;
  position: absolute;
  top: 8px;
  width: 155px; 
  animation: logo 15s;
  -webkit-animation: logo 15s;
}
#Dalvance_728x90.aniComplete #logo {
  animation: none;
  -webkit-animation: none;
}
#Dalvance_728x90 #cta {
  background: transparent url(img/copy_cta.png) 0px 0px / 95px 51px no-repeat;
  height: 51px;
  left: 310px;
  opacity: 1;
  position: absolute;
  top: 6px;
  width: 95px; 
  animation: cta 15s;
  -webkit-animation: cta 15s;
}
#Dalvance_728x90.aniComplete #cta {
  animation: none;
  -webkit-animation: none;
}
#Dalvance_728x90.expandedISI #cta {
  background: transparent url(img/copy_ctaExp.png) 0px 0px / 375px 20px no-repeat;
  height: 20px;
  left: 335px;
  opacity: 1;
  position: absolute;
  top: 25px;
  width: 375px;
}
#Dalvance_728x90 #arrowPill {
  background: transparent url(img/logo_30min.png) 0px 0px / 108px 54px no-repeat;
  height: 54px;
  left: 180px;
  opacity: 1;
  position: absolute;
  top: 4px;
  width: 108px; 
  animation: arrowPill 15s;
  -webkit-animation: arrowPill 15s;
}
#Dalvance_728x90.aniComplete #arrowPill {
  animation: none;
  -webkit-animation: none;
}
#Dalvance_728x90.expandedISI #arrowPill {
  background-size: 130px 65px;
  height: 65px;
  width: 130px;
}
#Dalvance_728x90 #expand-iu {
  background: transparent url(img/copy_expandIU.png) 0px 0px / 393px 22px no-repeat;
  cursor: pointer;
  height: 22px;
  left: 21px;
  opacity: 1;
  position: absolute;
  top: 63px;
  width: 393px; 
  animation: arrowPill 15s;
  -webkit-animation: arrowPill 15s;
}
#Dalvance_728x90.aniComplete #expand-iu {
  animation: none;
  -webkit-animation: none;
}


#Dalvance_728x90 .full-indications a {
  color: #9c278f;
  font-size: 9px;
  text-decoration: none;
}
#Dalvance_728x90 .full-indications a span {
  font-size: 7px;
}

/*--------------------------------------------------- IU Default -----*/
#expand-iu {

}
#iuWrap {
  display: none;
}
#iuWrap #ollapse-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_728x90.expandedIU #iuWrap {
  background-color: #ffffff;
  border-bottom: 1px solid #3fbada;
  border-left: 1px solid #3fbada;
  border-right: 1px solid #3fbada;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  height: 111px;
  left: 0px;
  position: absolute;
  top: 89px;
  width: 728px;
}
#main-container.direction-tr #Dalvance_728x90.expandedIU #iuWrap,
#main-container.direction-tl #Dalvance_728x90.expandedIU #iuWrap {
  border-top: 1px solid #3fbada;
  top: -110px;
  animation: iuUp 15s;
  -webkit-animation: iuUp 15s;
}
#main-container.direction-bl #Dalvance_728x90.expandedIU #iuWrap,
#main-container.direction-br #Dalvance_728x90.expandedIU #iuWrap {
  border-bottom: 1px solid #3fbada;
  top: 89px;
  animation: iuDown 15s;
  -webkit-animation: iuDown 15s;
}
#Dalvance_728x90.expandedIU #collapse-iu {
  background-color: #98258b;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 12px;
  padding: 3px 5px;
  position: absolute;
  right: 5px;
  top: 5px;
}
#Dalvance_728x90.expandedIU #iu {
  padding: 10px 20px 5px 10px;
}


/*--------------------------------------------------- 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: 13px;
  color: #ffffff;
  font: bold 10px/10px Arial, Helvetica, sans-serif;
  height: 14px;
  outline: none;
  position: absolute;
  right: 0px;
  width: 292px;
  animation: fadeIn 15s;
  -webkit-animation: fadeIn 15s;
}
#Dalvance_728x90.expandedISI #expand-isi {
  display: none;
}
#isiWrap {
  height: 62px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 292px;
  z-index: 3;
  animation: fadeIn 15s;
  -webkit-animation: fadeIn 15s;
}
#Dalvance_728x90.aniComplete #isiWrap,
#Dalvance_728x90.aniComplete .full-prescribing-info,
#Dalvance_728x90.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: 39px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 5px 20px 0px 10px;
}
#isiWrap h3 {
  background-color: #c675bd;
  color: #fff;
  line-height: 10px;
  font-size: 10px;
  margin: 0px;
  padding: 3px 0px;
  text-align: center;
}
#isiWrap #isi h4 {
  font-size: 11px;
  margin: 0px 0px 3px;
}
#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 10px;
}
#isiWrap #isi li {
  color: #00945e;
  line-height: 10px;
  margin: 0px 0px 5px 0px;
}
#isiWrap #isi li:last-child {
  margin: 0px 0px 20px 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 / 196px 46px no-repeat;
  display: block;
  height: 46px;
  margin: 0px auto 15px;
  width: 196px;
}
@-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_728x90.expandedISI #isiWrap {
  background-color: #ffffff;
  border-left: 1px solid #3fbada;
  border-right: 1px solid #3fbada;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  height: 270px;
  left: 0px;
  position: absolute;
  top: 90px;
  width: 728px;
  z-index: 2;
}
#main-container.direction-tr #Dalvance_728x90.expandedISI #isiWrap,
#main-container.direction-tl #Dalvance_728x90.expandedISI #isiWrap {
  border-top: 1px solid #3fbada;
  top: -270px;
  animation: isiUp 15s;
  -webkit-animation: isiUp 15s;
}
#main-container.direction-bl #Dalvance_728x90.expandedISI #isiWrap,
#main-container.direction-br #Dalvance_728x90.expandedISI #isiWrap {
  border-bottom: 1px solid #3fbada;
  top: 90px;
  animation: isiDown 15s;
  -webkit-animation: isiDown 15s;
}
#Dalvance_728x90.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_728x90.expandedISI #isiWrap #isi {
  box-shadow: none;
  height: 239px;
  padding: 0px 20px 0px 10px;
}
#Dalvance_728x90.expandedISI #isiWrap h3 {
  background-color: #ffffff;
  color: #000000;
  font-size: 12px;
  margin: 10px 0px 10px 10px;
  padding: 0px;
  text-align: left;
  width: 255px;
}
#Dalvance_728x90.expandedISI #isiWrap #isi p.piLink {
  margin: 0px 0px 15px;
}
#Dalvance_728x90.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: 13px;
  outline: none;
  position: absolute;
  right: 0px;
  width: 292px;
  animation: fadeIn 15s;
  -webkit-animation: fadeIn 15s;
}
.full-prescribing-info span {
  font-size: 8px;
}
#Dalvance_728x90.expandedISI #gotoPI {
  display: none;
}

/*----------------------------------- clickTag -----*/
@keyframes clickTag {
  0% {
    height: 88px;
    width: 728px;
  }
  50% {
    height: 88px;
    width: 728px;
  }  
  51% {
    height: 88px;
    width: 434px;
  }
  80% {
    height: 88px;
    width: 434px;
  }  
  81% {
    height: 73px;
    width: 434px;
  }
}
@-webkit-keyframes clickTag {
  0% {
    height: 88px;
    width: 728px;
  }
  50% {
    height: 88px;
    width: 728px;
  }  
  51% {
    height: 88px;
    width: 434px;
  }
  80% {
    height: 88px;
    width: 434px;
  }  
  81% {
    height: 73px;
    width: 434px;
  }
}
/*----------------------------------- 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;
  }
  65% {
    opacity: 0;
  }
}
@-webkit-keyframes subHead {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }  
  50% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  65% {
    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);
  }
}
/*----------------------------------- hospital -----*/
@keyframes hospital {
  0% {
    opacity: 1;
  }
  11% {
    opacity: 1;
  }  
  12% {
    opacity: 0;
  }
}
@-webkit-keyframes hospital {
  0% {
    opacity: 1;
  }
  11% {
    opacity: 1;
  }  
  12% {
    opacity: 0;
  }
}
/*----------------------------------- home -----*/
@keyframes home {
  0% {
    opacity: 0;
  }
  11% {
    opacity: 0;
  }  
  12% {
    opacity: 1;
  }
  21% {
    opacity: 1;
  }  
  22% {
    opacity: 0;
  }
}
@-webkit-keyframes home {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }  
  11% {
    opacity: 1;
  }
  21% {
    opacity: 1;
  }  
  22% {
    opacity: 0;
  }
}
/*----------------------------------- infusion -----*/
@keyframes infusion {
  0% {
    opacity: 0;
  }
  21% {
    opacity: 0;
  }  
  22% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
}
@-webkit-keyframes infusion {
  0% {
    opacity: 0;
  }
  21% {
    opacity: 0;
  }  
  22% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
}
/*----------------------------------- pole -----*/
@keyframes pole {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }  
  40% {
    opacity: 0;
  }
}
@-webkit-keyframes pole {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }  
  40% {
    opacity: 0;
  }
}
/*----------------------------------- direction -----*/
@keyframes direction {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }  
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes direction {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }  
  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;
  }
  40% {
    opacity: 0;
  }  
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes logo {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }  
  50% {
    opacity: 1;
  }
}
/*----------------------------------- 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;
  }
  60% {
    opacity: 0;
  }  
  70% {
    opacity: 1;
  }
}
@-webkit-keyframes arrowPill {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }  
  70% {
    opacity: 1;
  }
}

/*----------------------------------- isiUp -----*/
@keyframes isiUp {
  0% {
    top: 0px;
  }
  10% {
    top: -270px;
  }
}
@-webkit-keyframes isiUp {
  0% {
    top: 0px;
  }
  10% {
    top: -270px;
  }
}
/*----------------------------------- isiDown -----*/
@keyframes isiDown {
  0% {
    top: -181px;
  }
  10% {
    top: 90px;
  }
}
@-webkit-keyframes isiDown {
  0% {
    top: -181px;
  }
  10% {
    top: 90px;
  }
}
/*----------------------------------- iuUp -----*/
@keyframes iuUp {
  0% {
    top: 0px;
  }
  10% {
    top: -110px;
  }
}
@-webkit-keyframes iuUp {
  0% {
    top: 0px;
  }
  10% {
    top: -110px;
  }
}
/*----------------------------------- iuDown -----*/
@keyframes iuDown {
  0% {
    top: 0px;
  }
  10% {
    top: 89px;
  }
}
@-webkit-keyframes iuDown {
  0% {
    top: 0px;
  }
  10% {
    top: 89px;
  }
}
