/*--------------------------------------------------*/
/* Ad Baseline */
/*--------------------------------------------------*/
* {
    background-repeat: no-repeat;
    border: 0 none;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: top;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Lato";

  }
  body {
    background-color: #a3a3a3; /* For contrast */
  }
  sup {
    font-size: 65%;
    line-height: 0;
    text-decoration: none;
    vertical-align: 6px;
  }
  div{
    left: 0px;
    top: 0px;
  
    position: absolute;
    width: 100%;
  }
  p, li {
    white-space: normal;
  }
  .hidden {
    opacity: 0;
  }
  .caps {
    text-transform: uppercase;
  }
  .nowrap {
    white-space: nowrap !important;
  }
  .word-break{
    word-break: break-all;
  }
  .mask {
    overflow: hidden;
    position: absolute;
  }
  .link{
    text-decoration: underline;
    cursor: pointer;
  }
  .teal{
    color: #279989 !important;
  }
  .mb-0{
    margin-bottom: 0px !important;
  }
  .mb-10{
    margin-bottom: 10px !important;
  }
  .mb-15{
    margin-bottom: 15px !important;
  }
  .mb-20{
    margin-bottom: 20px !important;
  }
  .mb-4{
    margin-bottom: 4px !important;
  }
  .bold{
    font-weight: 700 !important;
  }
  /*--------------------------------------------------*/
  /* Support for Hi-Def Images */
  /*--------------------------------------------------*/
  /*@media only screen and (-webkit-min-device-pixel-ratio: 1),(min-resolution: 96dpi) {
    #hidpi-image { background-image: url("example.png"); }
  }
  
  @media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    #hidpi-image { background-image: url("example_2x.png"); }
  }*/
  
  /*--------------------------------------------------*/
  /* Concept Specific Ad Layout */
  /*--------------------------------------------------*/
  #ad {
    width: 970px;
    height: 250px;
    background-color: #B6B6B7;
    color: #000000;
    border: 1px solid #707070;
    margin: auto;
    overflow: hidden;
  }
  #overlayButton {
    width: 654px;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
    opacity: 0;
    z-index: 3;
  }
  
  /*--------------------------------------------------*/
  /* Ad Animation */
  /*--------------------------------------------------*/
  #animation {
    width: 654px;
    height: 222px;
    overflow: hidden;
    text-align: left;
    background-image: url(background.jpg);
  }
  
  .miebo-logo{
    position:absolute;
    left: 25px;
    top: 20px;
  }
  .bubbles{
    position:absolute;
    top:0;
    left:122px;
  }

  .content{
    width: 100%;
    top: 15px;
    left: 25px;
  }
  .content h1{
    font-size: 22px;
    line-height: 24px;
    color: #007BC1;
    font-weight: 700;
    text-align: left;
    position: absolute;
    top: 70px;
  }
  .kol{
    width: 186px;
    position: absolute;
    left: 270px;
    z-index: +1;
    top: 14px;
  }
  .kol-info-block{
    background-color: #00A9EB;
    width: 214px;
    height: 66px;
    padding: 13px 26px;
    position: absolute;
    top: 78px;
    left: 415px;
  }
  .kol-info-block p{
    font-size: 12px;
    line-height:16px;
    font-weight:600;
    font-family: "Open Sans", serif;
  }
  .kol-info-block p:last-of-type{
    font-size: 10px;
    line-height: 10px;
    padding-top: 3px;
  }
  .learnMoreRow{
    display: flex;
    align-items: center;
    justify-content: center;
    top: 155px;
    left: 0px;
    background-color: #F8636C;
    width: 139px;
    height:31px;
    border-radius: 8px;
  }
  .learnMoreRow p{
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    line-height: 31px;
    font-family: "Barlow", serif;
  }
  
  .btm-white-block{
    background-color: #fff;
    position: absolute;
    top:222px;
    width: 654px;
  }
  .btm-white-block p, .btm-white-block span{
    font-family: "Open Sans", serif;
    font-size: 8px;
    line-height: 26px;
    color: #141514;
    margin-left:15px;
  }
  
  /*--------------------------------------------------*/
  /* ISI Container*/
  /*--------------------------------------------------*/
  #isiContainer {
    left: auto;
    top: 0px;
    width: 314px;
    z-index: 1;
    height: 100%;
    right: 0;
    background-color: #ffffff;
    border-left: 1px solid #707070;
  }
  #isiContainer .fixedIsiHeader{
    height:19px;
    width:100%;
    background-color: #400286;
    display:flex;
    justify-content: center;
    align-items: center;
  }
  #isiContainer .fixedIsiHeader p{
    font-size: 9px;
    font-weight: 700;
    line-height: 9px;
    font-family: "Open Sans", serif;
    color: #fff;
  }
  #rPIisi, #lPIisi{
    cursor: pointer;
  }
  
  #scrollerContainer {
    left: 0px;
    top: 19px;
    width: 100%;
  }
  
  #scrollerContainer #scrollerMask {
    height: 229px;
    width: 100%;
    overflow: hidden;
  }
  
  #scrollerContainer #scrollerContent {
    padding: 8px 10px 10px 10px;
    background-color: #fff;
  }
  
  #scrollerContent *{
    font-size: 11px;
    line-height: 13px;
    font-family: "Open Sans", serif;
  }
  
  #scrollerContent h2{
    color: #400286;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 12px;
  }
  
  #scrollerContent p{
    margin-bottom: 5px;
    color:#181818;
  }
  #scrollerContent sup{
    line-height: 0;
    font-size: 60%;
    vertical-align: 3px;
  }
  #scrollerContent ul{
    margin: 0 0 0 9px;
    padding: 0;
    list-style-type: none;
  }
  #scrollerContent li{
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 5px;
    color: #181818;
  }
  #scrollerContent li::before{
    content: '•';
    position: absolute;
    left: 10px;
    font-size: 11px;
    line-height: 13px;
    font-weight: 700;
    color: #00A9EB;
  }
  #scrollerContent .blLogo{
    width:152px;
  }
  #scrollerContent .copyright{
    font-family: "Poppins", serif;
    font-size: 7px;
    line-height: 9px;
    margin: 10px 0 5px;
  }
  #fdaMedWatch, #PIisi{
    cursor: pointer;
  }
  /*--------------------------------------------------*/
  /* Custom Scroller Styles */
  /*--------------------------------------------------*/
  
  #scrollerContainer .iScrollVerticalScrollbar {
    left: calc(100% - 4px);
    border-radius: 2px;
    top: 10px !important;
    width: 2px !important;
    background-color: #dad9d9;
    height: 219px;
  }
  
  #scrollerContainer .iScrollIndicator {
    background-color: #707070 !important;
     height: 16px !important;
    width: 2px !important;
    border: none !important;
    top: 0;
  }
  
  /* -- SCROLLER.CSS INJECTED -- */
  /* Fix for Safari 7+ Letter Spacing */
  /* _::-webkit-:not(:root:root), 
  h1, 
  #scrollContainer h2 {
  letter-spacing: -0.08em;
  }
  
  _::-webkit-full-page-media, 
  _:future, 
  :root h1 {
  letter-spacing: -0.08em;
  }
  
  _::-webkit-full-page-media, 
  _:future, 
  :root #scrollContainer h2 {
  letter-spacing: -0.08em;
  } */