/** Add mixins for vendor prefixes if necessary **/
/** use this if something is animating strangely in safari/mac **/
body {
  margin: 0; }

p {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

#bg-exit {
  position: relative;
  width: 298px;
  height: 248px;
  border: #000 1px solid;
  background: url("bg.png");
  font-family: "Arial", "Helvetica Neue Condensed", sans-serif;
  cursor: pointer;
  overflow: hidden; }

.frame {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  max-width: calc(100% + 2px); }

#logo {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 9px;
  left: 9px; }

#cta {
  z-index: 3;
  position: absolute;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  max-width: calc(100% + 2px); }

#isi-container {
  transition: height 0.2s;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  height: 92px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  cursor: default;
  font-family: "Arial", "Helvetica Neue Condensed", sans-serif;
  z-index: 3;
  visibility: hidden;
  opacity: 0; }
  #isi-container .isi-headline {
    color: #f27052;
    line-height: 13px;
    padding-left: 10px;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: -0.12px; }
  #isi-container .viewport {
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 12px;
    margin-top: 1px; }
  #isi-container #isi-header {
    width: 100%; }
  #isi-container #legal {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
    height: 65px; }
  #isi-container #important-facts {
    padding-left: 10px;
    line-height: 13px;
    width: 100%;
    display: block;
    font-size: 11.5px;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    border-top: 1px solid #94c9fd; }
  #isi-container #scrollformore {
    cursor: pointer;
    display: none;
    position: absolute;
    top: 50px;
    left: 40px;
    z-index: 4; }
  #isi-container.expanded {
    height: 152px; }
    #isi-container.expanded #legal {
      height: 125px; }
    #isi-container.expanded .viewport {
      margin-right: 16px; }
    #isi-container.expanded .scrollbar {
      display: block; }
    #isi-container.expanded #isi-expand {
      display: none; }
    #isi-container.expanded #isi-collapse {
      display: block; }

.scrollbar {
  display: none;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  border-right: none;
  right: 0;
  width: 15px; }
  .scrollbar:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    height: 100%;
    width: 1px;
    background: url("scroll-track.png") 0 2px; }
  .scrollbar .track {
    top: 0;
    background: none; }
  .scrollbar .thumb {
    width: 15px;
    height: 6px;
    background: url("scroll-thumb.png") no-repeat;
    background-size: 100%;
    border-radius: 0; }
  .scrollbar .decrement {
    top: auto;
    bottom: 15px;
    width: 15px;
    height: 14px;
    background: url("scroll-top.png");
    z-index: 2; }
    .scrollbar .decrement:before, .scrollbar .decrement:after {
      display: none; }
  .scrollbar .increment {
    width: 15px;
    height: 14px;
    botttom: -1px;
    background: url("scroll-bottom.png");
    z-index: 2; }
    .scrollbar .increment:before, .scrollbar .increment:after {
      display: none; }

#legal {
  width: 100%;
  font-size: 11.5px;
  line-height: 12.5px;
  letter-spacing: -0.11px;
  z-index: 1; }
  #legal #legal-content-collapsed {
    padding-top: 1px;
    padding-right: 3px; }
    #legal #legal-content-collapsed .title {
      padding-top: 0px; }
  #legal #legal-content-expanded {
    display: none; }
  #legal .title {
    color: #94c9fd;
    font-size: 11.5px;
    padding-top: 4px; }
  #legal .list {
    list-style: none;
    margin: 0;
    padding-left: 11px; }
  #legal .list-item {
    position: relative;
    padding-top: 4px; }
    #legal .list-item:before {
      content: "\25C6";
      position: absolute;
      left: -11px;
      color: #94c9fd;
      font-size: 9px; }
    #legal .list-item ul {
      list-style: none;
      padding-left: 6px; }
    #legal .list-item li {
      position: relative;
      padding-top: 4px; }
      #legal .list-item li:before {
        content: "\2022";
        position: absolute;
        left: -8px;
        color: #ffffff;
        font-size: 18px; }
  #legal p {
    padding-top: 4px; }
  #legal p.lead-text {
    font-weight: 700; }
  #legal .link {
    color: #ffffff;
    font-weight: 700; }
  #legal sup {
    font-size: 8px;
    position: relative;
    top: 1px; }
  #legal .gilead-logo {
    padding-top: 8px; }
  #legal a {
    color: #94c9fd;
    text-decoration: underline;
    cursor: pointer; }
  #legal .orange {
    color: #f27052; }

#isi-collapse {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 15px;
  width: 15px;
  cursor: pointer; }
  #isi-collapse img {
    display: block; }

#isi-expand {
  position: absolute;
  right: 0px;
  bottom: 13px;
  height: 29px;
  width: 13px;
  z-index: 30;
  cursor: pointer; }
  #isi-expand .icon-scroll-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 14px;
    width: 14px;
    background: url("scroll-top.png"); }
  #isi-expand .icon-scroll-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    height: 14px;
    width: 14px;
    background: url("scroll-bottom.png"); }

.hidden {
  display: none; }

.visible {
  display: block; }

.no-underline {
  text-decoration: none !important; }

.underline {
  text-decoration: underline !important; }

.underBorder {
  border-bottom: white 1px solid;
  text-decoration: none; }

/*# sourceMappingURL=style.css.map */
