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

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

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

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

#bg{
  top:80px;
}

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


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

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

#phone{
  left: 40px;
  top: 300px;
}

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

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

#text-2{
  left: 8px;
  top:500px;
  
}
#text-3{
  left: 8px;
  top:500px;
  
}


#text-4{
  left: 8px;
  top:500px;
  
}
#text-5{
  left: 21px;
  top:566px;
}


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