/*--------------------------------------------------*/
/* 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: 4px;
  }
  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: 728px;
    height: 90px;
    background-color: #B6B6B7;
    color: #000000;
    border: 1px solid #707070;
    margin: auto;
    overflow: hidden;
  }
  #overlayButton {
    width: 484px;
    height: 88px;
    cursor: pointer;
    background-color: transparent;
    opacity: 0;
    z-index: 3;
  }
  
  /*--------------------------------------------------*/
  /* Ad Animation */
  /*--------------------------------------------------*/
  #animation {
    width: 484px;
    height: 70px;
    overflow: hidden;
    text-align: left;
    /* background-color: #D3EAE6; */
    background-image: url(background.jpg);
  }
  
  .headline{
    top: 15px;
    left: 10px;
  }
  .content{
    width: 100%;
    top: 10px;
    left: 120px;
  }
  .content h1{
    font-size: 16px;
    line-height: 17px;
    color: #007BC1;
    font-weight: 700;
    text-align: left;
    position: absolute;
    /* top: 6px; */
  }
  .kol{
    width: 70px;
    position: absolute;
    left: 285px;
    top: -7px;
  }
  .learnMoreRow{
    display: flex;
    align-items: center;
    justify-content: center;
    top: 25px;
    left: 170px;
    background-color: #F8636C;
    width: 92px;
    height:24px;
    border-radius: 8px;
  }
  .learnMoreRow p{
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    font-family: "Barlow", serif;
  }
  
  .btm-white-block{
    background-color: #fff;
    position: absolute;
    top:70px;
    width: 484px;
  }
  .btm-white-block p, .btm-white-block span{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7px;
    line-height:18px;
    color: #141514;
    margin-left:5px;
  }
  
  /*--------------------------------------------------*/
  /* ISI Container*/
  /*--------------------------------------------------*/
  #isiContainer {
    left: auto;
    top: 0px;
    width: 242px;
    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;
    /* cursor: pointer; */
  }
  #isiContainer .fixedIsiHeader p{
    font-size: 9px;
    font-weight: 700;
    line-height: 9px;
    font-family: "Open Sans", serif;
    color: #fff;
    /* cursor: pointer; */
  }
  #rPIisi, #lPIisi{
    cursor: pointer;
  }
  
  #scrollerContainer {
    left: 0px;
    top: 19px;
    width: 100%;
  }
  
  #scrollerContainer #scrollerMask {
    height: 69px;
    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: 59px;
  }
  
  #scrollerContainer .iScrollIndicator {
    background-color: #707070 !important;
     height: 8px !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;
  } */