    #container{
      visibility: hidden;
      border-color: #76BC21;
      position: absolute;
      border-style: solid;
      border-width: 2px;
      height: 50px;
      width: 300px;
      box-sizing: border-box;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: -2;
      transition: background 0.5s ease-out;
      -webkit-transition: background 0.5s ease-out;
      -moz-transition: background 0.5s ease-out;
      background-size: cover;
      background-repeat: no-repeat;
    }

    body{
      margin: 0;
    }
    #hotspot{
      position: absolute;
      height: 50px;
      width: 300px;
      box-sizing: border-box;
      overflow: hidden;
      top: 0;
      left: 0;
    }
    #hotspotCTA{
      position: absolute;
      width: 43px;
      height: 26px;
      box-sizing: border-box;
      overflow: hidden;
      left: 89px;
      top: 13px;
    }

    #logo{
      position: absolute;
      background-size: contain;
      width: 67px;
      height: 28px;
      left: 7px;
      top: 9px;
      background-repeat: no-repeat;
    }
    #cta{
      position: absolute;
      background-size: contain;
      width: 43px;
      height: 26px;
      left: 87px;
      top: 11px;
      background-repeat: no-repeat;
    }

    #copy{
      position: absolute;
      top: -3px;
      font-size: 7px;
      left: 144px;
      font-family: 'Roboto Condensed', sans-serif;
      color: #636466;
      font-weight: 400;
      width: 173px;
      height: auto;
      line-height: 8px;
    }
    
    #ctaText{
      position: absolute;
      top: 4px;
      font-size: 10px;
      left: 92px;
      font-family: 'Quicksand', sans-serif;
      color: #FFFFFF;
      font-weight: 700;
      width: auto;
      height: auto;
      line-height: 10px;
    }

    #pres{
      letter-spacing: -0.3px;
      position: relative;
      left: -1px;
    }

    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {


    }

    /*font-family: 'Open Sans Condensed', sans-serif;*/
    /*SAFARI ONLY*/
    /*_::-webkit-full-page-media, _:future, :root #GetTheTresiba {
        top: -13px;
        left: 157px;
    }
    _::-webkit-full-page-media, _:future, :root #tradeMarks {
        top: 0px;
        left: -1px;
    }*/