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

#link{
  width:120px;
  height:600px;
  position:absolute;
  top:0px;
  left:0px;
}

#banner {
  overflow:hidden;
  position:relative;
  width:120px;
  height:600px;
  display:box;
  border:1px solid #003399;
  background-color: #F0F0F0;
  box-sizing: border-box;
}

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

#bg{
  top:85px;
}

#blue{
  top: -200px;
}
#gray{
  top: 328px;
}


#logo{
  top: 280px;
  left: 5px;
}

#logo-white{
  top: 20px;
  left: 5px;
}

#phone{
  left: 30px;
  top: 320px;
}

#divider{
  background-color: white;
  width: 100px;
  height: 2px;
  left: 10px;
  top: 56px;
  position:absolute;
  opacity: 0;
}

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

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

#text-4{
  left: 5px;
  top:490px;
  
}
#text-5{
  left: 6px;
  top:566px;
}

#CTA{
  left:11px;
  top: 515px;
}
