body {
  background:#ccc;
  padding:0;
  margin:0;
}

#link{
  width:300px;
  height:50px;
  position:absolute;
  top:0px;
  left:0px;
}

#banner {
  overflow:hidden;
  position:relative;
  width:300px;
  height:50px;
  display:box;
  border:1px solid #193769;
  background-color: #ffffff;
  box-sizing: border-box;
}

img, svg {
  position: absolute;
  opacity:0;
}

#white{
  left: 160px;
  top:0px;
}

#logo{
  left: 12px;
  top: 15px;
}

#img{
  left: 70px;
  top: -12px;
}

#blue{
  background-color:#193769;
  width: 300px;
  height: 50px;
  left: -300px;
  top: 0px;
  position:absolute;
  opacity: 1;
}

#text-1{
  left: 195px;
  top:0px;
}

#text-2{
  left: 190px;
  top:0px;
}

#text-3{
  left: 195px;
  top:0px;
}

#text-4{
  left: 164px;
  top:0px;
}

#CTA{
  left:250px;
  top: 0px;
}
