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 #000000;
  background-color: #ffffff;
  box-sizing: border-box;
}

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

#bottom-yellow{
  left:130px;
  height:50px;
  width:200px;
  top:0px;
  background-color: #FFA300;
  display:block;
  position: absolute;
  opacity:0;
}
#bottom-white{
  left:128px;
  height:50px;
  width:200px;
  top:0px;
  background-color: #ffffff;
  position: absolute;
  opacity:0;
}
.v-bar{
  width:2px;
  height:50px;
  background-color:white;
  left:62px;
  top:0px;
  position: absolute;
  display:block;
}

#text-1{
  top:3px;
  left:159px;
}
#text-2{
  top:7px;
  left:160px;
}
#text-3{
  top:3px;
  left:155px;
}
#text-4{
  top:3px;
  left:162px;
}

/* new  */ 
#icon-text-1{
  left: 50px;
  top: 8px;
}
#icon-text-2{
  left: 50px;
  top:10px;
}
#icon-text-3{
  left: 50px;
  top:10px;
}
#icon-1{
  left: 5px;
  top: 3px;
}
#icon-2{
  left: 5px;
  top:3px;
}
#icon-3{
  left: 5px;
  top:3px;
}
/*end*/

#CTA{
top: 25px;
left:160px;
}

#logo{
  top:-1px;
  left:105px;
  width:50px;
}