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

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

#bg{
  left:44px;
}

#blue{
  left: -60px;
  top: 0px;
}

#gray{
  left: 150px;
  top: 0px;
}


#logo{
  left: 95px;
  top: 13px;
}

#logo-white{
  left: 6px;
  top: 16px;
}

#phone{
  left: 170px;
  top: 0px;
}

#divider{
  background-color: white;
  width: 200px;
  height: 2px;
  left: 18px;
  top: 52px;
  position:absolute;
  opacity: 0;
}

#text-1{
  left: 175px;
  top:5px;
}

#text-2{
  left: 200px;
  top:5px;
}

#text-3{
  left: 200px;
  top:5px;
}

#text-4{
  left: 200px;
  top:2px;
}

#text-5{
  left: 200px;
  top:31px;
}

#CTA{
  left:240px;
  top: 5px;
}
